Skip to content

logbook

Vyacheslav Semushin edited this page Apr 17, 2017 · 139 revisions

15.04.2017

html5validator has started to fail with This document appears to be written in Danish but the "html" start tag has "lang="en" error since 0.27 version. Workaround has been added by ignoring such warnings.

TODO: remove this workaround when false positive will be fixed in the upstream

Commits: a09a3f523, 0abdb8103

Issue: https://github.com/svenkreiss/html5validator/issues/32


08.04.2017

At present we have 4 tests that fail time to time. Until we fix them completely, they might fail builds and show PRs as having errors. Because flaky tests don't relate to code from PRs, this fact could frustrate contributors. To improve this situation I added a special tag unstable that can be added to flaky tests to ignore their failures.

Commits: 56e848f73


06.04.2017

Thymeleaf Tooglz dialect doesn't have an easy way to set an attribute value depends on the feature state. I had to use 2 tags with different togglz:active/togglz:inactive attributes.

Issue: https://github.com/php-coder/mystamps/issues/387

Issue: https://github.com/heneke/thymeleaf-extras-togglz/issues/9


05.04.2017

danger has started to fail with 'find_merge_base': Cannot find a merge base between danger_base and danger_head on pull requests. To workaround this error I rolled back to last working version 4.3.1

Commits: f0db7759d, ad3a23e31

Issue: https://github.com/danger/danger/issues/768


24.02.2017

sed that is installed in Travis CI doesn't support -z option. I had to rewrite script on Perl as a workaround.

Commits: feea131a3, aab6c7d97, 54152eb22


30.09.2016

Deploy to prod with ansible has started to fail with {"assertion": "war_file.stat.exists", "changed": false, "evaluated_to": false, "failed": true} To workaround this error I rolled back to last working version 2.1.1.0

Commit: fc72d3b93

Issue: https://github.com/ansible/ansible-modules-core/issues/5115


30.01.2016

html5validator complained about An "img" element must have an "alt" attribute. I've suppressed this error until #314 will be fixed.

TODO: revert this commit when #314 will be fixed

Commit: ec40a6ad43

Issue: https://github.com/php-coder/mystamps/issues/314


TODO: codenarc and exclusions

TODO: checkstyle and overrides on Windows

TODO: mysql and travisci

TODO: docker builds and travis ci

TODO: robotframework and htmlunit logs

TODO: robotframework and messages without element selector

TODO: thymeleaf and grouping in the view

Clone this wiki locally