Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

kwalitee v0.2.0rc7

Pre-release
Pre-release
Compare
Choose a tag to compare
@tiborsimko tiborsimko released this 20 Aug 09:34
· 20 commits to master since this release

Kwalitee v0.2.0

Kwalitee v0.2.0 was released on July 25, 2015.

About "The next big thing®"

Kwalitee is a tool that runs static analysis checks on Git repository. It
can be used as a web service using the Github API or as a git hook from
the command line.

It aims at slowly, but steadily enforce good practices regarding commit
message formatting, code layout (PEP8), documentation (PEP257) and help
the integrators doing their job without having to worry about recurrent
mistakes.

What's new

This version uses a database (SQLite, PostgreSQL) for persistence.

  • Support for Docker. (Jiří)
  • Support for .kwalitee.yml configuration per repository. (Haris)
  • Cli for preparing release notes kwalitee prepare release. (Tibor, Jiří)
  • Cli for checking changed files kwalitee check files. (Jiří)
  • Cli for checking commit messages kwalitee check message. (Jiří)
  • Support of push events. (Yoan)
  • Support for multiple repositories. (Yoan)
  • Support for multiple users. (Yoan)
  • Alembic setup for upcoming migrations (Yoan)
  • New Sphinx documentation. (Yoan)
  • Fixes double commenting bug. (Yoan)

Incompatibilities

  • The commit statuses are still accessible but are not migrated to the
    database.
  • Previously created git hooks will have to be uninstalled and
    re-installed as the Flask application is not always created.

Installation

$ pip install kwalitee

Documentation

http://kwalitee.readthedocs.org/en/v0.2.0

Homepage

https://github.com/inveniosoftware/kwalitee

Happy hacking and thanks for flying kwalitee.

| Invenio Development Team
| Email: [email protected]
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| GitHub: http://github.com/inveniosoftware
| URL: http://invenio-software.org