This PR adds functionality for Blamer Notifications, a service that transfers GitHub notifications into text notifications for Telegram. It includes changes to configuration files, test files, and several Java classes.
Detailed summary
Added base-url and port to application-dev.yaml
Updated mvn.yaml to include java: [ 17, 20 ]
Added port and rsocket to application.yaml
Updated codecov.yaml with a to-do comment
Updated LICENSE.txt with a new copyright holder name
Updated README.md with a new logo and updated information
Added license headers to several Java files
Added TelegramUser and UpdateMessage classes
Added NotificationsAppEntry class
Added ExtWebClient class
The following files were skipped due to too many changes: src/main/java/io/blamer/notifications/extension/ExtWebClient.java, checkstyle-suppressions.xml, src/main/java/io/blamer/notifications/service/NotificationsGenerator.java, src/main/java/io/blamer/notifications/controller/NotificationsController.java, pom.xml, blamer-notifications.svg
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
@h1alexbel take a look, please
part of POC
PR-Codex overview
This PR adds functionality for Blamer Notifications, a service that transfers GitHub notifications into text notifications for Telegram. It includes changes to configuration files, test files, and several Java classes.
Detailed summary
base-url
andport
toapplication-dev.yaml
mvn.yaml
to includejava: [ 17, 20 ]
port
andrsocket
toapplication.yaml
codecov.yaml
with a to-do commentLICENSE.txt
with a new copyright holder nameREADME.md
with a new logo and updated informationTelegramUser
andUpdateMessage
classesNotificationsAppEntry
classExtWebClient
class