Releases: icanhazstring/duck-pony
Releases · icanhazstring/duck-pony
0.7.0
What's Changed
- Drop Short Option by @doganoo in #29
- Introduce PHP 8.1 compatibility by @demichl68 in #31
Full Changelog: 0.6.6...0.7.0
Add `keep-days`
Added:
- Added the
keep-days
option to thefolder:clean
command to specify the maximum amount of days a branch is allowed to remain- The branch will be deleted after the maximum amount of days, even if the issue status does not match
Add host_name option
Added:
- Added a
host_name
option to prevent accidentally database purges on non-master hosts.
Changed:
- Updated
monolog
library to v2.x.
Removed orphaned folders/databases
This release introduces a JiraNotFoundException
which is used to also remove orphaned folders or databases
Wrap PDO connection
This release will introduce a new PDOConnectionProvider
to wrap PDO to postpone the enabled connection to the database.
Drop php 7.1 support
0.6.2 Fix stuff
Configuration fix
0.6.1 Update CHANGELOG.md
Full overhaul of codebase
Added:
- Added new
PurgeDatabase (purge:database)
command which enables dropping databases using a givenpattern
Changed:
- Changed yaml config to php configuration files using
zend-config
- Renamed some configuration values to reflect general naming (snake_case)
- Renamed
CleanBranch (folder:clean)
toPurgeIssueFolder (issue:purge-folder)
(old command name will be still intact as alias) - Renamed
CleanMySQLDatabase (db:clean)
toPurgeIssueDatabase (issue:purge-db)
(old command name will be still intact as alias) - Renamed
PurgeService (service:purge)
toPurgeIssueService (issue:purge-service)
(old command name will be still intact as alias) - Changed name of
RemoveOrphanedSymlinks
fromsymlinks:remove_orphaned
tosymlinks:remove-orphaned
(old alias still intact)
Removed:
- Removed support of
--config|c
option on certain commands as the configs is created usingtempa-php
- Removed
symfony/yaml
as a dependency
Fix issue with branchname-filter
This patch release resolve an issue where branchname-filter
was expected to be a string
where it is actually an array
of values.
Add psr/container capability
0.5.0 Add dependency injection