Skip to content

Releases: jordilin/gitar

v0.1.84

24 Jul 06:27
117591a
Compare
Choose a tag to compare

New features

  • Add more verbosity with -vv for debug level traces.
  • Add cli create Gitlab runners using new auth token workflow

v0.1.83

14 Jul 18:13
2efd629
Compare
Choose a tag to compare

New features

  • Provide optional Description and Language fields in the Projects API.

v0.1.82

14 Jul 05:55
2a11d6f
Compare
Choose a tag to compare

New features

  • Implement --throttle-range min-max in list operations. Randomly sleeps in between min and max milliseconds between HTTP requests.

v0.1.81

13 Jul 19:20
e5c63b9
Compare
Choose a tag to compare

New features

  • Implement --force for pull requests. Force pushes to remote feature branch when commits have been amended.
  • Implement --amend for pull requests. Updates title, description on existing pull request.
  • Implement environment variable detection for API tokens.

v0.1.80

06 Jul 19:25
d906f03
Compare
Choose a tag to compare

New features

  • Provide list of pipeline jobs for a given project in Gitlab. Command gr pp jb list

v0.1.79

04 Jul 17:35
5c07830
Compare
Choose a tag to compare

New feature

  • Provide mermaid chart for pipeline stages only option.

v0.1.78

04 Jul 06:03
5a96fd7
Compare
Choose a tag to compare

New features

  • Provide a mermaid pipeline chart variant to just chart jobs involved in a .gitlab-ci.yml file. By default, it will chart stages and jobs.

v0.1.77

03 Jul 05:21
e74a99c
Compare
Choose a tag to compare

New features

  • Support pipeline mermaid chart with .pre and .post stages
  • Support pipeline mermaid chart with parallel matrix where matrix has only one key and multiple values
  • Upgraded dependencies

v0.1.76

02 Jul 05:34
864729b
Compare
Choose a tag to compare

New features

v0.1.75

24 Jun 01:19
f52c9af
Compare
Choose a tag to compare

New features

  • Provide a command to get the merged .gitlab-ci.yml result of merging included yaml pipeline files in the repository. gr pp merged-ci