(2020.07.03)
- CSS fixes issue #16
(2018.02.06)
- Added alpine based image, as requested in pr #1, changed labelling system.
(2017.11.19)
- Fix: free format for service name in bearer token issue #10
(2017.09.01)
- Add: namespace level issue #9
- Add: filters on graph page issue #9
- Fix: list not only first 100 but all of the images issue #9
- Add: timewatch for handlers and daemons
- Add: script to fill test repo
- Fix: loops brake parentgraph when there were copies in repo
(2017.02.18)
- Fix: Wrong permissions when creating /var/lib/bow/ as non-root user issue #8
- Rename smurf names in checker, underscore to camel in db/schema/recursive
(2017.02.18)
- Fix: Can't authenticate when using a password with percent symbol issue #7
- Fix: Actualised Tests
(2017.02.04)
- Fix: panic in parents search for committed images issue #5
- Autoscroll to chosen element
(2016.12.23)
- Added ugly button to force bow to update all info
- DB refactoring finished
- db.tag : deleted, created alias, added precreation of non-existed buckets for new tag
- db.catalog : the same as for db.tag
- QURL refactoring finished
- Fixed isues where bow was not able to make bearer auth reqest for HEAD/DELET/headers requests
- Nice & compact method capable to serv all reqest
- Fix: error when registry storage was changed externally
- Fix: random order of repos/names/tags
- Fix: error for non-existing catalogs just after creation
- Fix: db.upgrade for the most old versions
(2016.12.04)
- Added possibility to login through bearer token
- Added explicit secure/insecure checkbox in repo config
- DB schema redesign
- add '_info' bucket to store confings, move configs into it and create upgrade way
- from 'repo.go' to general 'db' middleware
- add db versions, check it in each restart, do upgrade if needed
- Splitted 'db' => 'put', 'get', 'delete', 'schema', 'upgrade' and 'alias'
- Splitted main.go => package 'handler' + package 'main'
- Added full test env (auth server, basic auth registry and token based auth) + gitignore
- Fixed error in blob size conversion
(2016.11.01)
- API compatibility covered by tests
- Fixed time conversion bug for Manifest Daemon
- Upgrade moved from db to utils
- Size conversion moved from db to utils
- MakeQueryToRepo now operate with http status codes