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

Ft/currencies #19

Merged
merged 5 commits into from
Jan 18, 2024
Merged

Ft/currencies #19

merged 5 commits into from
Jan 18, 2024

Conversation

karle0wne
Copy link
Collaborator

No description provided.

@karle0wne karle0wne requested a review from a team as a code owner January 17, 2024 13:49
Copy link
Collaborator

@echerniak echerniak left a comment

Choose a reason for hiding this comment

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

settings.yml точно не нужны? Мне казалось, с их помощью работает наследование экшенсов.

Comment on lines +34 to +35
@Column(name = "current")
private Boolean current;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Может убрать, раз нам этот флаг не нужен в метрике?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

вроде хибернейт не будет видеть это поле без маппинга, тогда мы не сможем по условию current = true вытащить только активные валюты

"Withdrawals amount since last scrape"),

CURRENCY_EXPONENT(
formatWithPrefix("currency exponent"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

currency_exponent?

@Repository
public interface CurrencyRepository extends JpaRepository<CurrencyEntity, String> {

List<CurrencyEntity> findAllByCurrentIsTrue();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Вроде Is в названии метода не нужно. Не уверен, будет так работать или нет.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

я локально чекал для такого названия findAllByCurrentIsTrue корретно вытаскивало. на счет findAllByCurrentI точно не уверен что будет работать. но мне на самом деле больше нравится текущий вариант, семантически явно указано значение поля

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

settings.yml точно не нужны? Мне казалось, с их помощью работает наследование экшенсов.

выпилил из за того что с каждым коммитом на почту уведомление падает , о том что экшенс не смог этот файл проверить. во многих проектах выпиливал , вроде проблем не возникало. хотя не отрицаю , что в нем мог быть зашит какой то высший смысл

@karle0wne karle0wne merged commit 64404a3 into master Jan 18, 2024
2 of 3 checks passed
@karle0wne karle0wne deleted the ft/currencies branch January 18, 2024 09:43
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.

2 participants