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

Mail user on TransactionStop and SuspendedEV event #1263

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

Commits on Aug 2, 2023

  1. StringUtils: add method to check mail address

    Tester authored and Tester committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0005fa7 View commit details
    Browse the repository at this point in the history
  2. UserRepository: add method "User.Details getDetails(String ocppTag)"

    Tester authored and Tester committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4cbea6f View commit details
    Browse the repository at this point in the history
  3. TransactionRepository: add method "Transaction getTransaction(int tra…

    …nsaction_pk);"
    Tester authored and Tester committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    75fd4fa View commit details
    Browse the repository at this point in the history
  4. MailService: change method "send(String subject, String body)" to "se…

    …nd(String subject, String body, String RecipientAddresses)" use addresses from setting if RecipientAddresses is empty; adding method "sendAsync(String subject, String body, String RecipientAddresses)"
    fnkbsi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e254786 View commit details
    Browse the repository at this point in the history
  5. NotificationService: in method "ocppTransactionEnded(OcppTransactionE…

    …nded notification)" adding send mail to user (if email address is in the database), adding createContent method for user mail
    fnkbsi authored and fnkbsi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4eadaa8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd6fc78 View commit details
    Browse the repository at this point in the history
  7. OcppStationStatusSuspendedEV.java added

    fnkbsi authored and fnkbsi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1b366b4 View commit details
    Browse the repository at this point in the history
  8. NotificationFeature.java: added NotificationFeature "OcppStationStatu…

    …sSuspendedEV"
    fnkbsi authored and fnkbsi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e38a108 View commit details
    Browse the repository at this point in the history
  9. CentralSystemService16_Service.java: on a statusNotification, added p…

    …ublishing a event if the status is "SuspendedEV"
    fnkbsi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f51a3da View commit details
    Browse the repository at this point in the history
  10. OcppServerRepository: add method getConnectorPK

    fnkbsi authored and fnkbsi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    df0b5c4 View commit details
    Browse the repository at this point in the history
  11. TransactionRepository: add method getOcppTagOfActiveTransaction(integ…

    …er connectorPK)
    fnkbsi authored and fnkbsi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7f73ecd View commit details
    Browse the repository at this point in the history
  12. NotificationService: added Event ocppStationStatusSuspendedEV(OcppSta…

    …tionStatusSuspendedEV notification) to send a mail to the user
    fnkbsi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4ca23a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. NotificationService & CentralSystemService16_Service: Format and Comm…

    …ent improvements
    fnkbsi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    64707ee View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. NotificationService: added mail to "admin" in OcppStationStatusSuspen…

    …dedEV
    fnkbsi authored and fnkbsi committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    00853ff View commit details
    Browse the repository at this point in the history
  2. NotificationService: formated mail text in OcppStationStatusSuspended…

    …EV, rearange the if clauses
    fnkbsi authored and fnkbsi committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    bf113ab View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. NotificationService.java & OcppStationStatusSuspend: commeting and fo…

    …rmat changes
    fnkbsi authored and fnkbsi committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4392296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac303d View commit details
    Browse the repository at this point in the history
  3. Merge origin/MailUserAtTransactionStop into MailUserAtTransactionStop

    fnkbsi authored and fnkbsi committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ee0e608 View commit details
    Browse the repository at this point in the history
  4. style correction

    fnkbsi committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8e44e38 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. style correction

    fnkbsi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    472b75d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 13, 2023

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

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    416c838 View commit details
    Browse the repository at this point in the history
  2. TransactionRepositoryImpl, method getOcppTagOfActiveTransaction: orde…

    …r by transactionPk desc, to avoid fetching ghost transactions
    fnkbsi committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    953abb4 View commit details
    Browse the repository at this point in the history
  3. NotificationService, SuspendedEV & TransactionStop: catch exception i…

    …n case of no user is found by the OcppTag
    fnkbsi committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    48d7a68 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Removed unnecessary code

    fnkbsi committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6a2a702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb64190 View commit details
    Browse the repository at this point in the history
  3. BeanConfiguration: add @EnableAsync to activate @async in Notificatio…

    …nService
    fnkbsi committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    102ea16 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. BeanConfiguration: removed @EnableAsync because it's notcompiling und…

    …er Java 17
    fnkbsi committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    1798ba9 View commit details
    Browse the repository at this point in the history
  2. NotificationService: removing @async annotations. Realizing async ins…

    …tead with ScheduledExecutorService, so response to the chargepoint is not blocked.
    fnkbsi committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    14ac662 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    6a9091c View commit details
    Browse the repository at this point in the history
  2. TransactionRepository: add method getActiveTransactionId(String chage…

    …rBox, Integer connectorId); remove method getOcppTagOfActiveTransaction (Integer connectorPk)
    fnkbsi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3d26aa2 View commit details
    Browse the repository at this point in the history
  3. add timestamp to SUSPENDED_EV notification

    fnkbsi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4c66f00 View commit details
    Browse the repository at this point in the history
  4. adapt methode notificationActionSuspendedEV -> removed ocppServerRepo…

    …sitory and suppress sending a mail in the first minute
    fnkbsi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4d2963a View commit details
    Browse the repository at this point in the history
  5. 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
    230c1ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1d5ce1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 6, 2024

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

Commits on Feb 19, 2024

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

Commits on Mar 28, 2024

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    f61a428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9faa7b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on May 13, 2024

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

Commits on Jun 19, 2024

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