Releases: jordilin/gitar
Releases · jordilin/gitar
v0.1.84
New features
- Add more verbosity with
-vv
for debug level traces. - Add cli create Gitlab runners using new auth token workflow
v0.1.83
New features
- Provide optional
Description
andLanguage
fields in the Projects API.
v0.1.82
New features
- Implement --throttle-range min-max in list operations. Randomly sleeps in between min and max milliseconds between HTTP requests.
v0.1.81
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
New features
- Provide list of pipeline jobs for a given project in Gitlab. Command
gr pp jb list
v0.1.79
New feature
- Provide mermaid chart for pipeline stages only option.
v0.1.78
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
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
New features
- Provide a command that translates a
.gitlab-ci.yml
pipeline into a Mermaid state diagram. More documentation can be found at https://jordilin.github.io/gitar/cmds/pipeline.html#mermaid-diagram-of-gitlab-ciyml Ex.gr pp chart
v0.1.75
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