-
-
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
Mail user on TransactionStop and SuspendedEV event #1263
base: master
Are you sure you want to change the base?
Commits on Aug 2, 2023
-
StringUtils: add method to check mail address
Tester authored and Tester committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 0005fa7 - Browse repository at this point
Copy the full SHA 0005fa7View commit details -
UserRepository: add method "User.Details getDetails(String ocppTag)"
Tester authored and Tester committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 4cbea6f - Browse repository at this point
Copy the full SHA 4cbea6fView commit details -
TransactionRepository: add method "Transaction getTransaction(int tra…
…nsaction_pk);"
Tester authored and Tester committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 75fd4fa - Browse repository at this point
Copy the full SHA 75fd4faView commit details -
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 committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for e254786 - Browse repository at this point
Copy the full SHA e254786View commit details -
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 committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 4eadaa8 - Browse repository at this point
Copy the full SHA 4eadaa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6fc78 - Browse repository at this point
Copy the full SHA dd6fc78View commit details -
OcppStationStatusSuspendedEV.java added
fnkbsi authored and fnkbsi committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 1b366b4 - Browse repository at this point
Copy the full SHA 1b366b4View commit details -
NotificationFeature.java: added NotificationFeature "OcppStationStatu…
…sSuspendedEV"
fnkbsi authored and fnkbsi committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for e38a108 - Browse repository at this point
Copy the full SHA e38a108View commit details -
CentralSystemService16_Service.java: on a statusNotification, added p…
…ublishing a event if the status is "SuspendedEV"
fnkbsi committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for f51a3da - Browse repository at this point
Copy the full SHA f51a3daView commit details -
OcppServerRepository: add method getConnectorPK
fnkbsi authored and fnkbsi committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for df0b5c4 - Browse repository at this point
Copy the full SHA df0b5c4View commit details -
TransactionRepository: add method getOcppTagOfActiveTransaction(integ…
…er connectorPK)
fnkbsi authored and fnkbsi committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 7f73ecd - Browse repository at this point
Copy the full SHA 7f73ecdView commit details -
NotificationService: added Event ocppStationStatusSuspendedEV(OcppSta…
…tionStatusSuspendedEV notification) to send a mail to the user
fnkbsi committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 4ca23a6 - Browse repository at this point
Copy the full SHA 4ca23a6View commit details
Commits on Aug 4, 2023
-
NotificationService & CentralSystemService16_Service: Format and Comm…
…ent improvements
fnkbsi committedAug 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 64707ee - Browse repository at this point
Copy the full SHA 64707eeView commit details
Commits on Aug 5, 2023
-
NotificationService: added mail to "admin" in OcppStationStatusSuspen…
…dedEV
fnkbsi authored and fnkbsi committedAug 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 00853ff - Browse repository at this point
Copy the full SHA 00853ffView commit details -
NotificationService: formated mail text in OcppStationStatusSuspended…
…EV, rearange the if clauses
fnkbsi authored and fnkbsi committedAug 5, 2023 Configuration menu - View commit details
-
Copy full SHA for bf113ab - Browse repository at this point
Copy the full SHA bf113abView commit details
Commits on Oct 12, 2023
-
NotificationService.java & OcppStationStatusSuspend: commeting and fo…
…rmat changes
fnkbsi authored and fnkbsi committedOct 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 4392296 - Browse repository at this point
Copy the full SHA 4392296View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac303d - Browse repository at this point
Copy the full SHA fac303dView commit details -
Merge origin/MailUserAtTransactionStop into MailUserAtTransactionStop
fnkbsi authored and fnkbsi committedOct 12, 2023 Configuration menu - View commit details
-
Copy full SHA for ee0e608 - Browse repository at this point
Copy the full SHA ee0e608View commit details -
fnkbsi committed
Oct 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 8e44e38 - Browse repository at this point
Copy the full SHA 8e44e38View commit details
Commits on Oct 17, 2023
-
fnkbsi committed
Oct 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 472b75d - Browse repository at this point
Copy the full SHA 472b75dView commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a38d588 - Browse repository at this point
Copy the full SHA a38d588View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1f586d - Browse repository at this point
Copy the full SHA d1f586dView commit details
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 416c838 - Browse repository at this point
Copy the full SHA 416c838View commit details -
TransactionRepositoryImpl, method getOcppTagOfActiveTransaction: orde…
…r by transactionPk desc, to avoid fetching ghost transactions
fnkbsi committedDec 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 953abb4 - Browse repository at this point
Copy the full SHA 953abb4View commit details -
NotificationService, SuspendedEV & TransactionStop: catch exception i…
…n case of no user is found by the OcppTag
fnkbsi committedDec 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 48d7a68 - Browse repository at this point
Copy the full SHA 48d7a68View commit details
Commits on Dec 25, 2023
-
fnkbsi committed
Dec 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 6a2a702 - Browse repository at this point
Copy the full SHA 6a2a702View commit details -
NotificationService: shorten the error log message (no stack info)
fnkbsi committedDec 25, 2023 Configuration menu - View commit details
-
Copy full SHA for eb64190 - Browse repository at this point
Copy the full SHA eb64190View commit details -
BeanConfiguration: add @EnableAsync to activate @async in Notificatio…
…nService
fnkbsi committedDec 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 102ea16 - Browse repository at this point
Copy the full SHA 102ea16View commit details
Commits on Dec 26, 2023
-
BeanConfiguration: removed @EnableAsync because it's notcompiling und…
…er Java 17
fnkbsi committedDec 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 1798ba9 - Browse repository at this point
Copy the full SHA 1798ba9View commit details -
NotificationService: removing @async annotations. Realizing async ins…
…tead with ScheduledExecutorService, so response to the chargepoint is not blocked.
fnkbsi committedDec 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 14ac662 - Browse repository at this point
Copy the full SHA 14ac662View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 817bc5d - Browse repository at this point
Copy the full SHA 817bc5dView commit details
Commits on Jan 23, 2024
-
OcppServerRepository remove method getConnectorPk
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 6a9091c - Browse repository at this point
Copy the full SHA 6a9091cView commit details -
TransactionRepository: add method getActiveTransactionId(String chage…
…rBox, Integer connectorId); remove method getOcppTagOfActiveTransaction (Integer connectorPk)
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d26aa2 - Browse repository at this point
Copy the full SHA 3d26aa2View commit details -
add timestamp to SUSPENDED_EV notification
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 4c66f00 - Browse repository at this point
Copy the full SHA 4c66f00View commit details -
adapt methode notificationActionSuspendedEV -> removed ocppServerRepo…
…sitory and suppress sending a mail in the first minute
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 4d2963a - Browse repository at this point
Copy the full SHA 4d2963aView commit details -
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 230c1ee - Browse repository at this point
Copy the full SHA 230c1eeView commit details -
Merge origin/MailUserAtTransactionStop into MailUserAtTransactionStop
fnkbsi committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for a1d5ce1 - Browse repository at this point
Copy the full SHA a1d5ce1View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7919f7 - Browse repository at this point
Copy the full SHA f7919f7View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c46260 - Browse repository at this point
Copy the full SHA 2c46260View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0563e46 - Browse repository at this point
Copy the full SHA 0563e46View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26442d3 - Browse repository at this point
Copy the full SHA 26442d3View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f61a428 - Browse repository at this point
Copy the full SHA f61a428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9faa7b4 - Browse repository at this point
Copy the full SHA 9faa7b4View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a85bbef - Browse repository at this point
Copy the full SHA a85bbefView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 199b45c - Browse repository at this point
Copy the full SHA 199b45cView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5edb5d - Browse repository at this point
Copy the full SHA f5edb5dView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22ba398 - Browse repository at this point
Copy the full SHA 22ba398View commit details -
Adding user individual notification selection. Selection is stored in…
… a new row of the user table as comma separated list.
Configuration menu - View commit details
-
Copy full SHA for b2c6908 - Browse repository at this point
Copy the full SHA b2c6908View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac38d1e - Browse repository at this point
Copy the full SHA ac38d1eView commit details -
Merge origin/master into MailUserAtTransactionStop
# resoled Conflicts: # src/main/resources/db/migration/V1_0_6__update.sql
Configuration menu - View commit details
-
Copy full SHA for b015a57 - Browse repository at this point
Copy the full SHA b015a57View commit details