-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebApi of remote start, remote stop and connector status #1291
base: master
Are you sure you want to change the base?
Commits on Oct 20, 2023
-
Tester authored and Tester committed
Oct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for be40edd - Browse repository at this point
Copy the full SHA be40eddView commit details -
add constructor with "caller" value at tasks RemoteStart, RemoteStop …
…and UnlockConnector
fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d79bdd - Browse repository at this point
Copy the full SHA 9d79bddView commit details -
ChargePointRepository: add method getChargePointSelect(String ChageBo…
…xID)
fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d2f54b5 - Browse repository at this point
Copy the full SHA d2f54b5View commit details -
TransactionRepository: add methods getActiveTransactionId(String char…
…geBoxId, Integer connectorId) and getOcppTagOfTransaction(Integer transaction_pk);
fnkbsi authored and fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for cdcb3ee - Browse repository at this point
Copy the full SHA cdcb3eeView commit details -
TaskOverview: added swagger.annotations
fnkbsi authored and fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 3a3e575 - Browse repository at this point
Copy the full SHA 3a3e575View commit details -
ChargePointService12_Client: add methods which uses new task construc…
…tor for RemoteStart, RemoteStop and UnlockConnector
fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 08d7fa6 - Browse repository at this point
Copy the full SHA 08d7fa6View commit details -
Added a first draft of RemoteStartStopREstController, also added data…
… classes
fnkbsi authored and fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 9b580be - Browse repository at this point
Copy the full SHA 9b580beView commit details -
fnkbsi authored and fnkbsi committed
Oct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 1771e16 - Browse repository at this point
Copy the full SHA 1771e16View commit details -
ConnectorStatusForm: added ApiModelProperty annotation;
fnkbsi authored and fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 7417a9e - Browse repository at this point
Copy the full SHA 7417a9eView commit details -
OcppJsonStatus: added ApiModelProperty annotation and JasonIgnor anno…
…tation o ChargeBoxPk;
fnkbsi authored and fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 59b31cc - Browse repository at this point
Copy the full SHA 59b31ccView commit details -
ConnectorStatus: added ApiModelProperty annotation to all fields and …
…JasonIgnor annotation to ChargeBoxPk;
fnkbsi authored and fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for bf14cb1 - Browse repository at this point
Copy the full SHA bf14cb1View commit details -
fnkbsi authored and fnkbsi committed
Oct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 55ac2ec - Browse repository at this point
Copy the full SHA 55ac2ecView commit details -
added dto list of connector status for Api
fnkbsi authored and fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 7fc9c5b - Browse repository at this point
Copy the full SHA 7fc9c5bView commit details -
added connector REST controller
fnkbsi authored and fnkbsi committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for c39fafa - Browse repository at this point
Copy the full SHA c39fafaView commit details
Commits on Oct 25, 2023
-
RemoteStartStopController: methode postRemoteStartTx now checks if th…
…ere is already a active transaction, methode postUnlockCon checks no that there is no active transaction, removed the ocpp tag check; Added comments
fnkbsi committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 5a04018 - Browse repository at this point
Copy the full SHA 5a04018View commit details -
RemoteStartStopController: moved the task related methods to the new …
…TaskRestController class
fnkbsi committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for ed42990 - Browse repository at this point
Copy the full SHA ed42990View commit details -
TaskReskController: removed unused import BadRequest...
fnkbsi committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 0e724a4 - Browse repository at this point
Copy the full SHA 0e724a4View commit details -
fnkbsi committed
Oct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 9a58541 - Browse repository at this point
Copy the full SHA 9a58541View commit details -
removed unused dto ApiConnectorList
fnkbsi authored and fnkbsi committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 41017aa - Browse repository at this point
Copy the full SHA 41017aaView commit details -
ApiTaskInfo: removed unused/out commented imports
fnkbsi authored and fnkbsi committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 9b708c8 - Browse repository at this point
Copy the full SHA 9b708c8View commit details -
REmoteStartStopREstController: added check for active tasks on charge…
… box
fnkbsi authored and fnkbsi committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for e09d14c - Browse repository at this point
Copy the full SHA e09d14cView commit details -
fnkbsi authored and fnkbsi committed
Oct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 5517cd1 - Browse repository at this point
Copy the full SHA 5517cd1View commit details -
ConnectorRestController: rename method
fnkbsi authored and fnkbsi committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for bc02600 - Browse repository at this point
Copy the full SHA bc02600View commit details -
ApiConnectorList: removed unnessesary semicolon
fnkbsi authored and fnkbsi committedOct 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 770c594 - Browse repository at this point
Copy the full SHA 770c594View commit details
Commits on Nov 2, 2023
-
ApiChargePointStart: correct ApiModelProperty value
fnkbsi committedNov 2, 2023 Configuration menu - View commit details
-
Copy full SHA for b5211f7 - Browse repository at this point
Copy the full SHA b5211f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a56922 - Browse repository at this point
Copy the full SHA 8a56922View commit details
Commits on Nov 5, 2023
-
ConnectorStatusForm add menber for Strategy of listing the connector
fnkbsi committedNov 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 6b77e92 - Browse repository at this point
Copy the full SHA 6b77e92View commit details -
HomeController & ConnectorRestController: option to choose between Pr…
…eferZero and PreferOthersWithStatusOfZero
fnkbsi committedNov 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 4c01d02 - Browse repository at this point
Copy the full SHA 4c01d02View commit details -
connectorStatus.jsp: add query field for strategy the connector listing
fnkbsi authored and fnkbsi committedNov 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 703867b - Browse repository at this point
Copy the full SHA 703867bView commit details
Commits on Nov 6, 2023
-
fnkbsi committed
Nov 6, 2023 Configuration menu - View commit details
-
Copy full SHA for d41e059 - Browse repository at this point
Copy the full SHA d41e059View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5de4edf - Browse repository at this point
Copy the full SHA 5de4edfView commit details
Commits on Dec 6, 2023
-
fnkbsi authored and fnkbsi committed
Dec 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 86cef45 - Browse repository at this point
Copy the full SHA 86cef45View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 875e4fa - Browse repository at this point
Copy the full SHA 875e4faView commit details
Commits on Dec 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9908064 - Browse repository at this point
Copy the full SHA 9908064View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de45bb3 - Browse repository at this point
Copy the full SHA de45bb3View commit details
Commits on Jan 16, 2024
-
TaskRestController: changed address to /api/v1/tasks;
fnkbsi committedJan 16, 2024 Configuration menu - View commit details
-
Copy full SHA for b358166 - Browse repository at this point
Copy the full SHA b358166View commit details -
fnkbsi committed
Jan 16, 2024 Configuration menu - View commit details
-
Copy full SHA for cb7576d - Browse repository at this point
Copy the full SHA cb7576dView commit details
Commits on Jan 23, 2024
-
getActiveTransactionId(String chargeBox, Integer connectorId) method,…
… add .orderBy(TRANSACTION.TRANSACTION_PK.desc()) to avoid fetching ghost transactions, fetch the latest
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for f087287 - Browse repository at this point
Copy the full SHA f087287View commit details -
TransactionRepository: add method getTransaction(int transactionPk); …
…remove method getOcppTagOfActiveTransaction (Integer connectorPk)
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 85ccc66 - Browse repository at this point
Copy the full SHA 85ccc66View commit details -
RemoteStartStopRestController adapt to methode changes at Transaction…
…Repository
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for b46859a - Browse repository at this point
Copy the full SHA b46859aView commit details -
RemoteStartStopRestController: changed style of switch case
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for a790ef6 - Browse repository at this point
Copy the full SHA a790ef6View commit details -
TransactionRepository: methode getTransaction(int transactionPk) usin…
…g fetchAny
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for b3da4c3 - Browse repository at this point
Copy the full SHA b3da4c3View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52c07da - Browse repository at this point
Copy the full SHA 52c07daView commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c30d163 - Browse repository at this point
Copy the full SHA c30d163View commit details -
fnkbsi committed
Feb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 83efc74 - Browse repository at this point
Copy the full SHA 83efc74View commit details -
RemoteStartStopController: removed trailing spaces
fnkbsi committedFeb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for a2dbd95 - Browse repository at this point
Copy the full SHA a2dbd95View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a34ce7 - Browse repository at this point
Copy the full SHA 7a34ce7View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7aaa690 - Browse repository at this point
Copy the full SHA 7aaa690View commit details
Commits on Apr 3, 2024
-
Resolve Conflicts: Caused by removing the flag firstArrivingMeterValu…
…eIfMultiple at master
Configuration menu - View commit details
-
Copy full SHA for c7e795d - Browse repository at this point
Copy the full SHA c7e795dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e13a6aa - Browse repository at this point
Copy the full SHA e13a6aaView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aec19e3 - Browse repository at this point
Copy the full SHA aec19e3View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c0c773 - Browse repository at this point
Copy the full SHA 7c0c773View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd4f789 - Browse repository at this point
Copy the full SHA fd4f789View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc6c41c - Browse repository at this point
Copy the full SHA bc6c41cView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d4cdbb - Browse repository at this point
Copy the full SHA 4d4cdbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf3de7 - Browse repository at this point
Copy the full SHA 9bf3de7View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8f1cd8 - Browse repository at this point
Copy the full SHA d8f1cd8View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3184086 - Browse repository at this point
Copy the full SHA 3184086View commit details