Slava Semushin

Results 149 comments of Slava Semushin

Image has been added in da86068 commit.

These tests also should cover the similar issue with `/series/add/category/test` and `/series/add/country/test` from #445

> These tests also should cover the similar issue with /series/add/category/test and /series/add/country/test from #445 Since e579d538ce38824bf746f72e2653a6ad76f73862 commit URLs were changed to: `/series/add?category=test` and `/series/add?country=test` respectively.

BTW here is the similar (?) for HAproxy: https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4.2-unique-id-header

nohttp-checkstyle requires newer version of CheckStyle. So it's possibly depend on #1015

I've asked Thymeleaf upstream about using HTTPS in xmlns: https://github.com/thymeleaf/thymeleaf-docs/issues/76

In the light of #1669 we don't need this.

These links may be useful: - http://java.amitph.com/2013/03/introduction-to-new-java-date-and-time.html - http://java.amitph.com/2013/04/introduction-to-jsr-310-part-2-overview.html - http://java.amitph.com/2014/01/introduction-to-jsr-310-part-3-overview_25.html

Could be useful: https://github.com/thymeleaf/thymeleaf-extras-java8time

In order to be able to develop frontend without Maven, this should help: ```console $ cd src/main/frontend $ npm ci $ npm run build ```