Skip to content

Releases: icanhazstring/duck-pony

0.7.0

27 Feb 09:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.6...0.7.0

Add `keep-days`

15 Jul 10:52
0836edc
Compare
Choose a tag to compare

Added:

  • Added the keep-days option to the folder: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

13 Jul 09:43
Compare
Choose a tag to compare

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

02 Mar 10:09
6db1c11
Compare
Choose a tag to compare

This release introduces a JiraNotFoundException which is used to also remove orphaned folders or databases

Wrap PDO connection

20 Feb 13:14
Compare
Choose a tag to compare

This release will introduce a new PDOConnectionProvider to wrap PDO to postpone the enabled connection to the database.

Drop php 7.1 support

17 Feb 15:28
Compare
Choose a tag to compare
0.6.2

Fix stuff

Configuration fix

17 Feb 14:31
e61518b
Compare
Choose a tag to compare
0.6.1

Update CHANGELOG.md

Full overhaul of codebase

22 Nov 14:30
dcff9d7
Compare
Choose a tag to compare

Added:

  • Added new PurgeDatabase (purge:database) command which enables dropping databases using a given pattern

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) to PurgeIssueFolder (issue:purge-folder) (old command name will be still intact as alias)
  • Renamed CleanMySQLDatabase (db:clean) to PurgeIssueDatabase (issue:purge-db) (old command name will be still intact as alias)
  • Renamed PurgeService (service:purge) to PurgeIssueService (issue:purge-service) (old command name will be still intact as alias)
  • Changed name of RemoveOrphanedSymlinks from symlinks:remove_orphaned to symlinks:remove-orphaned (old alias still intact)

Removed:

  • Removed support of --config|c option on certain commands as the configs is created using tempa-php
  • Removed symfony/yaml as a dependency

Fix issue with branchname-filter

19 Nov 15:11
5cc051d
Compare
Choose a tag to compare

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

19 Nov 15:10
b70d5f5
Compare
Choose a tag to compare
0.5.0

Add dependency injection