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
|
### Added
|
||||||
|
|
||||||
* Database migrations
|
* Database migrations
|
||||||
* Query parameters for GitRepo & BuildLog API to filter responses
|
* Improved GitRepo & BuildLog API
|
||||||
* Respective CLI flags for new GitRepo & BuildLog API parameters
|
* Pagination using `limit` & `offset` query params
|
||||||
|
* GitRepo: filter by repo
|
||||||
### Changed
|
* BuildLog: filter by start & end date, repo, exit code & arch
|
||||||
|
* CLI flags to take advantage of above API improvements
|
||||||
* Refactor of main types into `models` module
|
|
||||||
|
|
||||||
## [0.3.0-alpha.2](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0-alpha.2)
|
## [0.3.0-alpha.2](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0-alpha.2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue