cerrado

v0.0.18

Refactor:
- Better log error when loading repositories
v0.0.17

New:
- UI elements for login
- Take into account public property
- Make use of previous user setup, passphrase and aeskey
- Allow multiples scan configuration
- Disable auth if passphrase is empty

Fix:
- Add missing trailing slash to avoid unnecessary redirects.

Chore:
- Update dependencies
v0.0.16

Fix:
- Use author to display commit info
v0.0.15

Refactor:
- Updated packages
- More info about how to contribute and build cerrado
- Faster makefile rules
- Warning is less disruptive

Fix:
- Fixed path for template files

New:
- Passphrase and aes-key generation command (not useful yet)
- New install rule for makefile
- Syntax-highlight to configure chroma theme
- Aes-key and passphrase to configure login and authentication (not used yet)

Removed:
- Config page is gone, since it is not longer useful
v0.0.14

Add:
- crude diff view

Fix:
- submodules will be properly labeled
v0.0.13

Add:
- Link to tar.gz from the commit page
- Anchor to line in the code viewer

Refactor:
- Remove the extra space from the pre tag margin.
v0.0.12

Add:
- Sort tag
v0.0.11

Add:
- Path to tree view
- Show tag annotation
master
docs: Add more documentation to the config example
ref: Better log errors

Some error were being ignored and not logged, making debugging what
failed impossible.
feat: Filter private repository from the UI

Now the whole application takes public into account.
feat: Add private label to the UI

Now private repository will have a private label on the list.
fix: Ignore error log for ErrNoCookie

When an unlogged user request the page it will always return
ErrNoCookie.
feat: Allow multiples scan configuration

Now it allow to register multiples scan configuration
chore: Update dependencies
feat: Disable auth if passphrase is empty

Disable all auth mechanism when passphrase is empty. That will allow for
a simpler setup.
fix: Add leading slash to avoid redirect
feat: Add login redirect

Now login will return to page before the user clicked on login