Compare commits
1 Commits
113dcb7a64
...
a4ffc2c0e3
Author | SHA1 | Date |
---|---|---|
|
a4ffc2c0e3 |
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -10,12 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
* Database migrations
|
||||
* Query parameters for GitRepo & BuildLog API to filter responses
|
||||
* Respective CLI flags for new GitRepo & BuildLog API parameters
|
||||
|
||||
### Changed
|
||||
|
||||
* Refactor of main types into `models` module
|
||||
* Improved GitRepo & BuildLog API
|
||||
* Pagination using `limit` & `offset` query params
|
||||
* GitRepo: filter by repo
|
||||
* BuildLog: filter by start & end date, repo, exit code & arch
|
||||
* CLI flags to take advantage of above API improvements
|
||||
|
||||
## [0.3.0-alpha.2](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0-alpha.2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue