Doing-cli

Latest version: v1.5.3

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

Scan your dependencies

Page 4 of 8

1.2.3

Changed

- Added [`psutil`](https://pypi.org/project/psutil/) as a dependency to `setup.py`, regression from 1.2.2 (72fd47e)

1.2.2

Added

- `doing` will not attempt to auto-detect when running in windows powershell and set encoding accordingly. (c2f298b and 67)
- some commonly repo-based functions now have caching, which should lead to a *slight* performance increase on some commands (f817b12)

Changed

- Remove `default_workitem_type` option from config. Instead, use the `defaults` setting in the config (66)

To migrate from 1.2.1 to this version, replace in your `.doing-cli-config.yaml` this line:

yaml
default_workitem_type: '<your type>'


to:

yaml
defaults:
DOING_CREATE_ISSUE_TYPE: '<your type>'
DOING_WORKON_TYPE: '<your type>'

1.2.1

Added

- `doing list` now supports a new `--type` parameter to filter on work item type (60). Thanks operte 🎉

Fixed

- `doing init <url>` would break when used with windows powershell (67)

1.2

Lots of new additions to this release. Check the docs for more info.

Added

- `doing init` now adds a link to doing docs (57)
- new `doing open policies` opens repository policies (784ff95)
- new `doing open branches` opens repository branches (1da4e7a)
- New config option `merge_strategy` to set repository-wide pull request merge type (53)
- `.doing-cli-config.yaml` file (so `.yaml` instead of `.yml` is now also allowed (48)
- `doing pr list` and `doing issue list` now display created date in timeago format (46)
- `doing pr list` and `doing issue list` now have an explicit message if no work items match filters (47)
- `doing open pr` now works without arguments and will attempt to auto-detect PR id based on git branch (33)

Fixed

- In some cases pull request ID could not be retrieved (61). Thanks FitzgeraldKrudde 🎉

Changed

- Removed `python-dotenv` dependency (38)
- Upgraded dependency on `rich`, which now adds progress bars to `doing list` (510c4f3)
- Added dependency on `timeago` (510c4f3)

1.1.9

Added

- Improved documentation around config and environment variables
- Added additional options to `doing workon` to control the PR creation (56)

1.1.8

Added

- `doing open issue` can now also auto-detect the issue based on the current git branch (59)

Thanks FitzgeraldKrudde for the contribution!

Page 4 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.