Compare commits

..

1 commit

Author SHA1 Message Date
a4ffc2c0e3
feat(cli): added more advanced date flags for BuildLog CLI
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/docker Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
2022-05-30 23:27:09 +02:00

View file

@ -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)