-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ft/currencies #19
Conversation
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.
settings.yml
точно не нужны? Мне казалось, с их помощью работает наследование экшенсов.
@Column(name = "current") | ||
private Boolean current; |
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.
Может убрать, раз нам этот флаг не нужен в метрике?
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.
вроде хибернейт не будет видеть это поле без маппинга, тогда мы не сможем по условию current = true вытащить только активные валюты
"Withdrawals amount since last scrape"), | ||
|
||
CURRENCY_EXPONENT( | ||
formatWithPrefix("currency exponent"), |
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.
currency_exponent
?
@Repository | ||
public interface CurrencyRepository extends JpaRepository<CurrencyEntity, String> { | ||
|
||
List<CurrencyEntity> findAllByCurrentIsTrue(); |
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.
Вроде Is
в названии метода не нужно. Не уверен, будет так работать или нет.
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.
я локально чекал для такого названия findAllByCurrentIsTrue корретно вытаскивало. на счет findAllByCurrentI точно не уверен что будет работать. но мне на самом деле больше нравится текущий вариант, семантически явно указано значение поля
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.
settings.yml точно не нужны? Мне казалось, с их помощью работает наследование экшенсов.
выпилил из за того что с каждым коммитом на почту уведомление падает , о том что экшенс не смог этот файл проверить. во многих проектах выпиливал , вроде проблем не возникало. хотя не отрицаю , что в нем мог быть зашит какой то высший смысл
No description provided.