mystamps
mystamps copied to clipboard
The site about post stamps where you can create a virtual collection
Here are some cases when we can safely skip integration tests: - when only files from `docker` or `vagrant` directories were modified - when only `*.md` or `NEWS.txt` files were...
This is an-umbrella task for a full automation of prod server setup with Ansible. Sub tasks: - [x] #268 add `Vagrantfile` and setup Ansible - [x] #269 install JDK -...
See for details: - https://content-security-policy.com/ - http://cspisawesome.com/ - https://httpsecurityreport.com/best_practice.html#contentSecurityPolicy - https://scotthelme.co.uk/content-security-policy-an-introduction/ - https://60devs.com/using-content-security-policy.html - http://docs.spring.io/spring-security/site/docs/4.2.x/reference/htmlsingle/#headers-csp - https://github.com/shapesecurity/salvation and http://cspvalidator.org/ - https://csp-evaluator.withgoogle.com - https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP - https://rapidsec.com/analyze - https://cspscanner.com - https://cspscanner.com/csp-bypasses -...
As admin I want to add todo item to series for task that should be done. For instance, I may mark that series has image with bad quality to signalize...
In this case we also should differentiate cancelled and not cancelled series and allow to user to have a both. @see https://en.wikipedia.org/wiki/Cancellation_(mail)
See for details: - http://webmaster.ya.ru/replies.xml?item_no=15326 (in Russian) - https://support.google.com/webmasters/answer/189077 - https://yandex.ru/support/webmaster/yandex-indexing/locale-pages.html Technical debt for: #200
Related to #1049 Consider using Maven plugins for that: - https://maven.apache.org/maven-release/maven-release-plugin/ - https://stackoverflow.com/questions/37963689/maven-release-plugin-automatically-run-a-script-before-commit - https://maven.apache.org/guides/mini/guide-releasing.html - https://maven.apache.org/scm/maven-scm-plugin/ - https://maven.apache.org/scm/git.html - https://maven.apache.org/plugins/maven-changelog-plugin/ - https://medium.com/javarevisited/how-to-increment-versions-for-the-maven-build-java-project-a7596cc501c2 Other options: - https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes - https://github.com/softprops/action-gh-release -...
Currently, we can never be sure that ansible role can't be run correctly. Also we can' be sure that unpinning ansible version #1142 will not break anything else. We should...
The process of creating a new release should be documented. Here is the list of the steps to be executed (within `master` branch): - create a new commit - bump...