Kci-dev

Latest version: v0.1.4

Safety actively analyzes 715032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.4

What's Changed
* maestro_results: throw error if required options are missing by padovan in https://github.com/kernelci/kci-dev/pull/117
* Update hugo website by aliceinwire in https://github.com/kernelci/kci-dev/pull/119
* checkout: print treeid and checkout nodeid by default by vigneshraman in https://github.com/kernelci/kci-dev/pull/121
* maestro_common: Fix fstring by aliceinwire in https://github.com/kernelci/kci-dev/pull/122
* pyproject: Update release to v0.1.4 by aliceinwire in https://github.com/kernelci/kci-dev/pull/123

New Contributors
* vigneshraman made their first contribution in https://github.com/kernelci/kci-dev/pull/121

**Full Changelog**: https://github.com/kernelci/kci-dev/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* make 'results' subcommand more useful by padovan in https://github.com/kernelci/kci-dev/pull/102
* fix(docs,bisect,checkout): Improve debug output on failures by nuclearcat in https://github.com/kernelci/kci-dev/pull/98
* config: Remove debugging leftover by aliceinwire in https://github.com/kernelci/kci-dev/pull/103
* results: fix crash when log file is not found by padovan in https://github.com/kernelci/kci-dev/pull/105
* results: Throw error if no data is found by aliceinwire in https://github.com/kernelci/kci-dev/pull/106
* pyproject: Update development release to v0.1.3.dev1 by aliceinwire in https://github.com/kernelci/kci-dev/pull/104
* Add watch command by padovan in https://github.com/kernelci/kci-dev/pull/107
* Initial improvements to the bisection tooling by padovan in https://github.com/kernelci/kci-dev/pull/108
* Fix f-string syntax errors in results.py by nuclearcat in https://github.com/kernelci/kci-dev/pull/111
* Minor improvements (debug and cmd exit fixes) by padovan in https://github.com/kernelci/kci-dev/pull/109
* Improve watch command output by padovan in https://github.com/kernelci/kci-dev/pull/110
* bisect: Fix not returning to old folder by aliceinwire in https://github.com/kernelci/kci-dev/pull/112
* gitignore: Add ignore bisect default folder from git repository by aliceinwire in https://github.com/kernelci/kci-dev/pull/113
* check: Ignore bisect default folder from automatic checks by aliceinwire in https://github.com/kernelci/kci-dev/pull/114
* results: add test filter to the `tests` command. by padovan in https://github.com/kernelci/kci-dev/pull/115
* pyproject: Update release to v0.1.3 by aliceinwire in https://github.com/kernelci/kci-dev/pull/116


**Full Changelog**: https://github.com/kernelci/kci-dev/compare/v0.1.2...v0.1.3

0.1.3.dev1

What's Changed
* make 'results' subcommand more useful by padovan in https://github.com/kernelci/kci-dev/pull/102
* fix(docs,bisect,checkout): Improve debug output on failures by nuclearcat in https://github.com/kernelci/kci-dev/pull/98
* config: Remove debugging leftover by aliceinwire in https://github.com/kernelci/kci-dev/pull/103
* results: fix crash when log file is not found by padovan in https://github.com/kernelci/kci-dev/pull/105
* results: Throw error if no data is found by aliceinwire in https://github.com/kernelci/kci-dev/pull/106
* pyproject: Update development release to v0.1.3.dev1 by aliceinwire in https://github.com/kernelci/kci-dev/pull/104


**Full Changelog**: https://github.com/kernelci/kci-dev/compare/v0.1.2...v0.1.3.dev1

0.1.2

What's Changed
* feat(bisect): Add new bisection feature by nuclearcat in https://github.com/kernelci/kci-dev/pull/59
* poetry/ci: Fix poetry 2.0.0 compatibility by aliceinwire in https://github.com/kernelci/kci-dev/pull/80
* README: Use full url for compatibility with PyPI readme file by aliceinwire in https://github.com/kernelci/kci-dev/pull/78
* results: Use current folder repository informations for getting results by aliceinwire in https://github.com/kernelci/kci-dev/pull/76
* fix(bisect.py): Fix initial tree creation and params rename by nuclearcat in https://github.com/kernelci/kci-dev/pull/81
* docs/results: Update documentation by aliceinwire in https://github.com/kernelci/kci-dev/pull/82
* kcidev: Add config command for managing configuration by aliceinwire in https://github.com/kernelci/kci-dev/pull/88
* use kci_err() for error messages across codebase by padovan in https://github.com/kernelci/kci-dev/pull/83
* General improvements to maestro commands by padovan in https://github.com/kernelci/kci-dev/pull/84
* docs/config: Add config subcommand configuration by aliceinwire in https://github.com/kernelci/kci-dev/pull/91
* Turn results --action into subcommands by padovan in https://github.com/kernelci/kci-dev/pull/92
* README: Add latest documentation link by aliceinwire in https://github.com/kernelci/kci-dev/pull/93
* pyproject: Update toml dependency to tomllib by aliceinwire in https://github.com/kernelci/kci-dev/pull/94
* results: Parse git configuration with configparser with strict=False by aliceinwire in https://github.com/kernelci/kci-dev/pull/95
* hugo: Description updates by aliceinwire in https://github.com/kernelci/kci-dev/pull/96
* config: Fix config subcommand asking for config and support current f… by aliceinwire in https://github.com/kernelci/kci-dev/pull/97
* pyproject: Update development release to v0.1.2.dev1 by aliceinwire in https://github.com/kernelci/kci-dev/pull/90
* results: Use git rev-parse for getting commit hash by aliceinwire in https://github.com/kernelci/kci-dev/pull/100
* config: Fix example configuration path by aliceinwire in https://github.com/kernelci/kci-dev/pull/101
* pyproject: Update release to v0.1.2 by aliceinwire in https://github.com/kernelci/kci-dev/pull/99


**Full Changelog**: https://github.com/kernelci/kci-dev/compare/v0.1.1...v0.1.2

0.1.2.dev1

What's Changed
* feat(bisect): Add new bisection feature by nuclearcat in https://github.com/kernelci/kci-dev/pull/59
* poetry/ci: Fix poetry 2.0.0 compatibility by aliceinwire in https://github.com/kernelci/kci-dev/pull/80
* README: Use full url for compatibility with PyPI readme file by aliceinwire in https://github.com/kernelci/kci-dev/pull/78
* results: Use current folder repository informations for getting results by aliceinwire in https://github.com/kernelci/kci-dev/pull/76
* fix(bisect.py): Fix initial tree creation and params rename by nuclearcat in https://github.com/kernelci/kci-dev/pull/81
* docs/results: Update documentation by aliceinwire in https://github.com/kernelci/kci-dev/pull/82
* kcidev: Add config command for managing configuration by aliceinwire in https://github.com/kernelci/kci-dev/pull/88
* use kci_err() for error messages across codebase by padovan in https://github.com/kernelci/kci-dev/pull/83
* General improvements to maestro commands by padovan in https://github.com/kernelci/kci-dev/pull/84
* docs/config: Add config subcommand configuration by aliceinwire in https://github.com/kernelci/kci-dev/pull/91
* Turn results --action into subcommands by padovan in https://github.com/kernelci/kci-dev/pull/92
* README: Add latest documentation link by aliceinwire in https://github.com/kernelci/kci-dev/pull/93
* pyproject: Update toml dependency to tomllib by aliceinwire in https://github.com/kernelci/kci-dev/pull/94
* results: Parse git configuration with configparser with strict=False by aliceinwire in https://github.com/kernelci/kci-dev/pull/95
* hugo: Description updates by aliceinwire in https://github.com/kernelci/kci-dev/pull/96
* config: Fix config subcommand asking for config and support current f… by aliceinwire in https://github.com/kernelci/kci-dev/pull/97
* pyproject: Update development release to v0.1.2.dev1 by aliceinwire in https://github.com/kernelci/kci-dev/pull/90


**Full Changelog**: https://github.com/kernelci/kci-dev/compare/v0.1.1...v0.1.2.dev1

0.1.1

What's Changed
* README.md: Add pypi badges by aliceinwire in https://github.com/kernelci/kci-dev/pull/41
* Update README.md by aliceinwire in https://github.com/kernelci/kci-dev/pull/43
* github/workflows/pypi-test: Publish new release on pypi by aliceinwire in https://github.com/kernelci/kci-dev/pull/46
* fix(checkout): Do not consider failed job as infra failure by nuclearcat in https://github.com/kernelci/kci-dev/pull/45
* Add global config by nuclearcat in https://github.com/kernelci/kci-dev/pull/42
* fix(common.py/main.py): Fix global settings changes by nuclearcat in https://github.com/kernelci/kci-dev/pull/47
* workflows/docs: Change mkdocs with gohugo by aliceinwire in https://github.com/kernelci/kci-dev/pull/48
* Fix docsy problems by aliceinwire in https://github.com/kernelci/kci-dev/pull/49
* docs: Add description and fix title by aliceinwire in https://github.com/kernelci/kci-dev/pull/50
* docs: Fix puntuation with double spaces by aliceinwire in https://github.com/kernelci/kci-dev/pull/51
* README: fix link to configuration docs by padovan in https://github.com/kernelci/kci-dev/pull/52
* config: show a nice error message if not config is available by padovan in https://github.com/kernelci/kci-dev/pull/53
* fix(checkout): Properly handle if we cannot retrieve tip of tree by nuclearcat in https://github.com/kernelci/kci-dev/pull/56
* kci-dev: update description phrase in the cmd line help by padovan in https://github.com/kernelci/kci-dev/pull/58
* pyproject: Update isort with black profile by aliceinwire in https://github.com/kernelci/kci-dev/pull/61
* Experimental command to fetch results from the Dashboard API by padovan in https://github.com/kernelci/kci-dev/pull/60
* results: improve output of the summary cmd by padovan in https://github.com/kernelci/kci-dev/pull/62
* Add actions to list trees and option to pull the latest results for a given tree by padovan in https://github.com/kernelci/kci-dev/pull/66
* Refactor 'results --action=builds' by padovan in https://github.com/kernelci/kci-dev/pull/67
* msg: use kci_err for error messages in main.py by padovan in https://github.com/kernelci/kci-dev/pull/68
* README: Add OpenSSF Best Practices Badge by aliceinwire in https://github.com/kernelci/kci-dev/pull/63
* CONTRIBUTING.md: init contributing file by aliceinwire in https://github.com/kernelci/kci-dev/pull/69
* libs/common: When no configuration is found using example configuration by aliceinwire in https://github.com/kernelci/kci-dev/pull/71
* subcommands/results: Add click choice options by aliceinwire in https://github.com/kernelci/kci-dev/pull/70
* pypi-publish: publish only with a production tag by aliceinwire in https://github.com/kernelci/kci-dev/pull/74
* pyproject: Update release to v0.1.1.dev1 by aliceinwire in https://github.com/kernelci/kci-dev/pull/73
* pypi-publish: Publish to PyPI only on release publication by aliceinwire in https://github.com/kernelci/kci-dev/pull/75
* pyproject: Update release to v0.1.1 by aliceinwire in https://github.com/kernelci/kci-dev/pull/72

New Contributors
* padovan made their first contribution in https://github.com/kernelci/kci-dev/pull/52

**Full Changelog**: https://github.com/kernelci/kci-dev/compare/v0.1.0...v0.1.1

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.