Releases: screendriver/gitlab-pipeline-deleter
Releases Β· screendriver/gitlab-pipeline-deleter
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2020-10-09)
Bug Fixes
- config: read configuration file from current working directory (4eccc70)
- config: rename glpdrc.js to glpd.config.js (fc7865b)
- config: use commander's parseAsync() function (65f438c)
Features
- config: create function to merge CLI arguments with config file (5a95fe6)
- config: create module to load glpdrc.js config file (bc606b6)
- config: read arguments from CLI and config file (f5126a3)
- config: remove not needed component (2461497)
BREAKING CHANGES
- config: CLI arguments are now optional instead of required
v1.1.2
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-10-06)
Bug Fixes
- delete empty file (af4a001)
- return an immutable list from getting pipeline list (bc99597)
- switch arguments order in calculating difference in days (80bd679)
Features
- create component (43dfa95)
- create component (28f695d)
- create component (78faaf3)
- create function that deletes a pipeline (b86a6d0)
- create function that filters pipelines by date (086ff19)
- create function to list pipelines (c80bf98)
- create network module (4822ea4)
- increase number of items to 100 in pipelines list (919524b)
- initial commit (ff7183c)
- parse command line arguments (605c361)
- pass parsed project id to component (188aeea)
- pass side effects to from application entry point (e2eb578)
- require project id to be set as command line argument (4f00fa9)
- return a function instead of a value in GitLab API (c40bb2e)
- use native Arrays instead of list (20841bf)