Releases: kernelci/kci-dev
Releases · kernelci/kci-dev
v0.1.1
This version can be installed by PyPI
pip install kci-dev==0.1.1
What's Changed
- README.md: Add pypi badges by @aliceinwire in #41
- Update README.md by @aliceinwire in #43
- github/workflows/pypi-test: Publish new release on pypi by @aliceinwire in #46
- fix(checkout): Do not consider failed job as infra failure by @nuclearcat in #45
- Add global config by @nuclearcat in #42
- fix(common.py/main.py): Fix global settings changes by @nuclearcat in #47
- workflows/docs: Change mkdocs with gohugo by @aliceinwire in #48
- Fix docsy problems by @aliceinwire in #49
- docs: Add description and fix title by @aliceinwire in #50
- docs: Fix puntuation with double spaces by @aliceinwire in #51
- README: fix link to configuration docs by @padovan in #52
- config: show a nice error message if not config is available by @padovan in #53
- fix(checkout): Properly handle if we cannot retrieve tip of tree by @nuclearcat in #56
- kci-dev: update description phrase in the cmd line help by @padovan in #58
- pyproject: Update isort with black profile by @aliceinwire in #61
- Experimental command to fetch results from the Dashboard API by @padovan in #60
- results: improve output of the summary cmd by @padovan in #62
- Add actions to list trees and option to pull the latest results for a given tree by @padovan in #66
- Refactor 'results --action=builds' by @padovan in #67
- msg: use kci_err for error messages in main.py by @padovan in #68
- README: Add OpenSSF Best Practices Badge by @aliceinwire in #63
- CONTRIBUTING.md: init contributing file by @aliceinwire in #69
- libs/common: When no configuration is found using example configuration by @aliceinwire in #71
- subcommands/results: Add click choice options by @aliceinwire in #70
- pypi-publish: publish only with a production tag by @aliceinwire in #74
- pyproject: Update release to v0.1.1.dev1 by @aliceinwire in #73
- pypi-publish: Publish to PyPI only on release publication by @aliceinwire in #75
- pyproject: Update release to v0.1.1 by @aliceinwire in #72
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.1.dev1
This version can be installed by PyPI
pip install kci-dev==0.1.1.dev1
What's Changed
- README.md: Add pypi badges by @aliceinwire in #41
- Update README.md by @aliceinwire in #43
- github/workflows/pypi-test: Publish new release on pypi by @aliceinwire in #46
- fix(checkout): Do not consider failed job as infra failure by @nuclearcat in #45
- Add global config by @nuclearcat in #42
- fix(common.py/main.py): Fix global settings changes by @nuclearcat in #47
- workflows/docs: Change mkdocs with gohugo by @aliceinwire in #48
- Fix docsy problems by @aliceinwire in #49
- docs: Add description and fix title by @aliceinwire in #50
- docs: Fix puntuation with double spaces by @aliceinwire in #51
- README: fix link to configuration docs by @padovan in #52
- config: show a nice error message if not config is available by @padovan in #53
- fix(checkout): Properly handle if we cannot retrieve tip of tree by @nuclearcat in #56
- kci-dev: update description phrase in the cmd line help by @padovan in #58
- pyproject: Update isort with black profile by @aliceinwire in #61
- Experimental command to fetch results from the Dashboard API by @padovan in #60
- results: improve output of the summary cmd by @padovan in #62
- Add actions to list trees and option to pull the latest results for a given tree by @padovan in #66
- Refactor 'results --action=builds' by @padovan in #67
- msg: use kci_err for error messages in main.py by @padovan in #68
- README: Add OpenSSF Best Practices Badge by @aliceinwire in #63
- CONTRIBUTING.md: init contributing file by @aliceinwire in #69
- libs/common: When no configuration is found using example configuration by @aliceinwire in #71
- subcommands/results: Add click choice options by @aliceinwire in #70
- pypi-publish: publish only with a production tag by @aliceinwire in #74
- pyproject: Update release to v0.1.1.dev1 by @aliceinwire in #73
New Contributors
Full Changelog: v0.1.0...v0.1.1.dev1
v0.1.0
This version can be installed by PyPI
pip install kci-dev==0.1.0
Beta release
What's Changed
- Create LICENSE by @aliceinwire in #1
- GitHub black by @aliceinwire in #5
- github/workflows: Remove use_pyproject as we are using poetry by @aliceinwire in #7
- github/poetry: Add poetry action by @aliceinwire in #8
- feat(all): Add global parameters by @nuclearcat in #4
- pytest: Add simple functional pytest by @aliceinwire in #9
- feat(instance): Add --instance option to arguments and config by @nuclearcat in #10
- README: Update README file by @aliceinwire in #12
- mkdocs: Add mkdocs by @aliceinwire in #13
- docs: Update workflow permissions by @aliceinwire in #14
- pytest: test and update commit repo command by @aliceinwire in #15
- Pytest update by @aliceinwire in #18
- kci-dev: Add results subcommand by @aliceinwire in #19
- feat(testretry): Add testretry command by @nuclearcat in #11
- kci-dev/results: Get results list by @aliceinwire in #20
- kci-dev.toml.example: Update with pipeline api and kernelci api by @aliceinwire in #21
- docs/index: Update with results command information by @aliceinwire in #23
- docs: Divide index document by @aliceinwire in #25
- feat(checkout): Add custom checkout command by @nuclearcat in #24
- Unify endpoints and extend summary tool by @nuclearcat in #30
- feat(checkout): Add --watch option by @nuclearcat in #31
- Add platformfilter option support and documentation by @nuclearcat in #32
- Add test option by @nuclearcat in #34
- fix(checkout.py): Due pydantic update change field name by @nuclearcat in #35
- pyproject: update kci-dev sources path for pypi entry point by @aliceinwire in #36
- Pypi updates by @aliceinwire in #37
New Contributors
- @nuclearcat made their first contribution in #4
Full Changelog: https://github.com/kernelci/kci-dev/commits/v0.1.0