Skip to content
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

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Commits on Oct 20, 2023

  1. set webapi.value in dev

    Tester authored and Tester committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    be40edd View commit details
    Browse the repository at this point in the history
  2. add constructor with "caller" value at tasks RemoteStart, RemoteStop …

    …and UnlockConnector
    fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9d79bdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2f54b5 View commit details
    Browse the repository at this point in the history
  4. TransactionRepository: add methods getActiveTransactionId(String char…

    …geBoxId, Integer connectorId) and getOcppTagOfTransaction(Integer transaction_pk);
    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cdcb3ee View commit details
    Browse the repository at this point in the history
  5. TaskOverview: added swagger.annotations

    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3a3e575 View commit details
    Browse the repository at this point in the history
  6. ChargePointService12_Client: add methods which uses new task construc…

    …tor for RemoteStart, RemoteStop and UnlockConnector
    fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    08d7fa6 View commit details
    Browse the repository at this point in the history
  7. Added a first draft of RemoteStartStopREstController, also added data…

    … classes
    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9b580be View commit details
    Browse the repository at this point in the history
  8. Removed tailing spaces

    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1771e16 View commit details
    Browse the repository at this point in the history
  9. ConnectorStatusForm: added ApiModelProperty annotation;

    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7417a9e View commit details
    Browse the repository at this point in the history
  10. OcppJsonStatus: added ApiModelProperty annotation and JasonIgnor anno…

    …tation o ChargeBoxPk;
    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    59b31cc View commit details
    Browse the repository at this point in the history
  11. ConnectorStatus: added ApiModelProperty annotation to all fields and …

    …JasonIgnor annotation to ChargeBoxPk;
    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bf14cb1 View commit details
    Browse the repository at this point in the history
  12. no functional changes

    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    55ac2ec View commit details
    Browse the repository at this point in the history
  13. added dto list of connector status for Api

    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7fc9c5b View commit details
    Browse the repository at this point in the history
  14. added connector REST controller

    fnkbsi authored and fnkbsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c39fafa View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. 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 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5a04018 View commit details
    Browse the repository at this point in the history
  2. RemoteStartStopController: moved the task related methods to the new …

    …TaskRestController class
    fnkbsi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ed42990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e724a4 View commit details
    Browse the repository at this point in the history
  4. style

    fnkbsi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9a58541 View commit details
    Browse the repository at this point in the history
  5. removed unused dto ApiConnectorList

    fnkbsi authored and fnkbsi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    41017aa View commit details
    Browse the repository at this point in the history
  6. ApiTaskInfo: removed unused/out commented imports

    fnkbsi authored and fnkbsi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9b708c8 View commit details
    Browse the repository at this point in the history
  7. REmoteStartStopREstController: added check for active tasks on charge…

    … box
    fnkbsi authored and fnkbsi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e09d14c View commit details
    Browse the repository at this point in the history
  8. add dto ApiConnectorList

    fnkbsi authored and fnkbsi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5517cd1 View commit details
    Browse the repository at this point in the history
  9. ConnectorRestController: rename method

    fnkbsi authored and fnkbsi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bc02600 View commit details
    Browse the repository at this point in the history
  10. ApiConnectorList: removed unnessesary semicolon

    fnkbsi authored and fnkbsi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    770c594 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    b5211f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a56922 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    6b77e92 View commit details
    Browse the repository at this point in the history
  2. HomeController & ConnectorRestController: option to choose between Pr…

    …eferZero and PreferOthersWithStatusOfZero
    fnkbsi committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    4c01d02 View commit details
    Browse the repository at this point in the history
  3. connectorStatus.jsp: add query field for strategy the connector listing

    fnkbsi authored and fnkbsi committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    703867b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. style improvement

    fnkbsi committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d41e059 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    5de4edf View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. typo and trailing spaces

    fnkbsi authored and fnkbsi committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    86cef45 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    875e4fa View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    9908064 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    de45bb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b358166 View commit details
    Browse the repository at this point in the history
  2. Update license headers

    fnkbsi committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cb7576d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. getActiveTransactionId(String chargeBox, Integer connectorId) method,…

    … add .orderBy(TRANSACTION.TRANSACTION_PK.desc()) to avoid fetching ghost transactions, fetch the latest
    fnkbsi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f087287 View commit details
    Browse the repository at this point in the history
  2. TransactionRepository: add method getTransaction(int transactionPk); …

    …remove method getOcppTagOfActiveTransaction (Integer connectorPk)
    fnkbsi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    85ccc66 View commit details
    Browse the repository at this point in the history
  3. RemoteStartStopRestController adapt to methode changes at Transaction…

    …Repository
    fnkbsi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b46859a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a790ef6 View commit details
    Browse the repository at this point in the history
  5. TransactionRepository: methode getTransaction(int transactionPk) usin…

    …g fetchAny
    fnkbsi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b3da4c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    52c07da View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    c30d163 View commit details
    Browse the repository at this point in the history
  2. smaller style improvements

    fnkbsi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    83efc74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2dbd95 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    7a34ce7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    7aaa690 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Resolve Conflicts: Caused by removing the flag firstArrivingMeterValu…

    …eIfMultiple at master
    fnkbsi committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c7e795d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13a6aa View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    aec19e3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    7c0c773 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    fd4f789 View commit details
    Browse the repository at this point in the history