Slava Semushin
Slava Semushin
Where possible, let's convert our diagrams from PlantUML to Mermaid. The benefit is that the latter is natively supported by GitHub (see https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files#displaying-mermaid-files-on-github). This simplifies their maintenance and also doesn't...
### Check list: - [ ] #1145 needs a decision - [ ] will drastically reduce a scope of #1246 - [ ] check the current tests and remove non-usefull...
Affects at least: - `UsersActivationService{,Impl{,Test}}` - `JdbcUsersActivationDao{,Impl}` - `AddUsersActivationDbDto` - `users_activation` table
See also https://github.com/jquery/jquery-migrate Another way: https://github.com/camsong/You-Dont-Need-jQuery/blob/master/README-ru.md :)
Related resources: - [x] https://getbootstrap.com/docs/4.3/migration/ - [ ] https://designmodo.com/migrate-bootstrap-4/ - [ ] rename: `input-sm` -> `form-control-sm` - [ ] drop `form-group-sm` - [ ] `panels, thumbnails and wells were removed...
Should be done after migration to JDK11 (#1158). Related resources: - Java 12 - [ ] https://www.baeldung.com/java-12-new-features - [ ] https://www.oracle.com/java/technologies/javase/12all-relnotes.html - [x] https://java-lessons.ru/java-12/indent (in Russian) - [x] https://java-lessons.ru/java-12/transform (in...
In order to improve logging and simplify debugging, let's pass random number that uniquely identifies every request. - pass `$request_id` in the `Request-ID` header to a backend - include request...
See - https://github.com/Hi-Fi/robotframework-httprequestlibrary/releases/tag/v0.0.16 - https://github.com/MarketSquare/robotframework-httprequestlibrary/releases/tag/v0.0.17
- [x] CheckStyle - [x] remove `CheckStyle: ignore` and `@SuppressWarnings("checkstyle:*")` comments - [x] #260 - [x] #1015 - [x] PMD - [x] remove `@SuppressWarnings("PMD.*")` comments - [x] #195 - [x]...