-
Notifications
You must be signed in to change notification settings - Fork 3
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
POC #4
base: master
Are you sure you want to change the base?
POC #4
Conversation
<artifactId>spring-boot-starter-parent</artifactId> | ||
<version>3.0.6</version> | ||
<relativePath/> | ||
<!-- lookup parent from repository --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@l3r8yJ remove the comments please
<groupId>io.netty</groupId> | ||
<artifactId>netty-resolver-dns-native-macos</artifactId> | ||
<version>${netty-resolver-dns-native-macos.version}</version> | ||
<classifier>osx-aarch_64</classifier> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@l3r8yJ why do we need this dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@h1alexbel netty doesn't work without it on m1 cpu
import lombok.extern.slf4j.Slf4j; | ||
import org.springframework.http.HttpStatus; | ||
import org.springframework.http.MediaType; | ||
import org.springframework.web.bind.annotation.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@l3r8yJ remove wildcard import
.map( | ||
usr -> | ||
this.webClient.post() | ||
.uri("/api/v1/bot/updates") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@l3r8yJ I think we can transfer messages to the hub initially
then from hub, we grooming the notifications and resend them to the bot
WDYT?
@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