Skip to content

Releases: jordilin/gitar

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

v0.1.74

18 Jun 04:22
6f28b7d
Compare
Choose a tag to compare

New features

  • Lint Gitlab pipeline declarations (ex. .gitlab-ci.yml). Command gr pp lint

v0.1.73

16 Jun 01:54
89d30eb
Compare
Choose a tag to compare

New features

  • Browse pipeline by id. - gr br pp <id>
  • Add pipeline id when listing pipelines

v0.1.72

15 Jun 09:20
5e9d346
Compare
Choose a tag to compare

Fixes

  • Reverts trait bounds syntax available in latest rustc 1.79. Release assets action was failing because of this.

v0.1.71

15 Jun 07:18
651c888
Compare
Choose a tag to compare

New features

  • Provide gr amps list and exec subcommands. The exec subcommand will allow for the execution of in-line amp scripts. See manual https://jordilin.github.io/gitar/cmds/amps.html for more details.
  • Upgraded Rust to latest stable.
  • Upgraded project dependencies.

v0.1.70

13 Jun 15:20
b0d1a33
Compare
Choose a tag to compare

New features

  • Provide a browser subcommand to open the releases page (gr br rl). Works for Gitlab and Github

v0.1.69

13 Jun 05:20
4eb1381
Compare
Choose a tag to compare

Improvements

  • When querying an endpoint, --repo and --domain take preference over the current git repository
  • Flake has pname attribute, allowing Nixos users to use gitar by issuing nix shell github:jordilin/gitar

v0.1.68

12 Jun 05:33
aa02c43
Compare
Choose a tag to compare

New features

  • Provide a gr my gs command that pulls your Github gists. Only Github supported for now.

v0.1.67

06 Jun 06:11
b2a9c3d
Compare
Choose a tag to compare

Improvements

  • Provide a better detection and error messaging when user is not using a git repository and the gr subcommand can require --domain or --repo global options.

v0.1.66

04 Jun 06:17
e354670
Compare
Choose a tag to compare

Fixes

  • Fix gr amps command run when using multiple arguments