Timing, clock skew, and network conditions can cause slight skew in the generated/expected timestamps in the unit test vs. actual recorded timestamps in the database. This can cause flakiness in the tests due to sporadic failures when things don't perfectly align. To fix this, we change assertEquals() to assertEqualsWithDelta() with a small (3 second) delta to account for this potential delay. |
||
|---|---|---|
| .github | ||
| app | ||
| assets | ||
| data | ||
| docker | ||
| libs | ||
| plugins | ||
| tests | ||
| vendor | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .htaccess | ||
| ChangeLog | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
| Vagrantfile | ||
| cli | ||
| composer.json | ||
| composer.lock | ||
| config.default.php | ||
| docker-compose.yml | ||
| favicon.ico | ||
| index.php | ||
| jsonrpc.php | ||
| robots.txt | ||
| web.config | ||
README.md
Kanboard
Kanboard is project management software that focuses on the Kanban methodology.
This application is feature complete. Pull Requests for NEW features and fixes are accepted as long as the guidelines are followed.
- Official website: https://kanboard.org/
- List of features
- Change Log
- Forum
- Official documentation: https://docs.kanboard.org/
Credits
- Main developer: Frédéric Guillot
- Contributors
- Distributed under MIT License