Releases: jordilin/gitar
Releases · jordilin/gitar
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.ymlfile. By default, it will chart stages and jobs.
v0.1.77
New features
- Support pipeline mermaid chart with
.preand.poststages - 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.ymlpipeline 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.ymlresult of merging included yaml pipeline files in the repository.gr pp merged-ci
v0.1.74
New features
- Lint Gitlab pipeline declarations (ex. .gitlab-ci.yml). Command
gr pp lint
v0.1.73
New features
- Browse pipeline by id. -
gr br pp <id> - Add pipeline id when listing pipelines