Skip to content

Releases: screendriver/gitlab-pipeline-deleter

v2.1.1

14 Oct 22:24
Compare
Choose a tag to compare

2.1.1 (2020-10-14)

Bug Fixes

  • deps: update dependency react to v16.14.0 (0dcd0db)

v2.1.0

13 Oct 14:49
Compare
Choose a tag to compare

2.1.0 (2020-10-13)

Features

  • accept multiple project ids by providing a comma separate list of ids (b23ba9f)
  • only allow postive numbers for projectId (ace3ede)

v2.0.1

10 Oct 14:18
Compare
Choose a tag to compare

2.0.1 (2020-10-10)

Bug Fixes

  • deps: update dependency tslib to v2.0.3 (a4014ee)

v2.0.0

09 Oct 10:17
Compare
Choose a tag to compare

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

07 Oct 16:56
Compare
Choose a tag to compare

1.1.2 (2020-10-07)

Bug Fixes

  • throttle concurrent delete requests to 10/s (7f89ab7)

v1.1.1

07 Oct 14:55
Compare
Choose a tag to compare

1.1.1 (2020-10-07)

Bug Fixes

  • report with server response when delete request fails (8ad1d02)

v1.1.0

07 Oct 14:00
Compare
Choose a tag to compare

1.1.0 (2020-10-07)

Bug Fixes

  • provide missing prop in integration test (05b63ac)

Features

  • add --trace option to show stack traces (1ae918e)

v1.0.2

07 Oct 07:15
Compare
Choose a tag to compare

1.0.2 (2020-10-07)

Bug Fixes

  • change order of semantic-release plugins (4aa1171)

v1.0.1

07 Oct 06:41
Compare
Choose a tag to compare

1.0.1 (2020-10-07)

Bug Fixes

  • typo in name of binary (e8e04ee)
  • deps: update dependency ink to v3.0.7 (6e98f8e)
  • deps: update dependency tslib to v2.0.2 (1bed303)
  • deps: update dependency urlcat to v2.0.4 (2a4f5cb)

v1.0.0

06 Oct 22:16
Compare
Choose a tag to compare

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)