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

homework-2 #2

Merged
merged 207 commits into from
May 4, 2024
Merged

homework-2 #2

merged 207 commits into from
May 4, 2024

Conversation

Efler
Copy link
Owner

@Efler Efler commented Feb 23, 2024

No description provided.

@Efler Efler self-assigned this Feb 23, 2024
Copy link

github-actions bot commented Feb 23, 2024

Code Coverage

Overall Project 41.78% -58.12% 🍏
Files changed 41.78% 🍏

File Coverage
LinkUpdateScheduler.java 100% 🍏
ChatDao.java 100% 🍏
TrackingDao.java 100% 🍏
JpaLinkService.java 100% 🍏
StackoverflowClient.java 94.7% -5.3% 🍏
LinkDao.java 91.54% -8.46% 🍏
JpaTgChatService.java 83.48% -16.52% 🍏
BranchDao.java 83.26% -16.74% 🍏
GithubClient.java 75.12% -24.88% 🍏
JpaLinkUpdateService.java 58.76% -41.24% 🍏
ScrapperApplication.java 37.5% 🍏
TgChatController.java 27.27% -72.73%
BotClient.java 19.09% -80.91%
SecurityService.java 16.67% -83.33%
LinksController.java 5.83% -94.17%
RestExceptionHandler.java 1.35% -98.65%
ScrapperQueueProducer.java 0%
JdbcLinkService.java 0%
JdbcLinkUpdateService.java 0%
JdbcTgChatService.java 0%
JooqTgChatService.java 0%
JooqLinkUpdateService.java 0%
JooqLinkService.java 0%

import org.springframework.web.reactive.function.client.WebClient;
import reactor.core.publisher.Mono;

public class GithubClient implements HttpClient {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Лучше делать компоненты где есть WebClient. Давай для общего развития научимся готовить https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/web/reactive/function/client/WebClientCustomizer.html

Copy link
Owner Author

@Efler Efler Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хорошо! Добавлю в следующей ветке дз

@Efler Efler merged commit 6a5ae97 into homework-1 May 4, 2024
6 checks passed
@Efler Efler deleted the homework-2 branch May 4, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants