Skip to content

Releases: jordilin/gitar

v1.1.1

08 Nov 06:18
8720e9b
Compare
Choose a tag to compare

Fixes

  • Fix create Gitlab runner with tags. By default, it was creating the runners with the run untagged set by default.
  • Allow creating Gitlab runners that can accept both tagged and untagged ci/cd jobs.

v1.1.0

03 Nov 17:47
b376553
Compare
Choose a tag to compare

New features

  • Read title and pull request description directly from a file when creating a pull request
  • Better GPT prompt, so a GPT engine output can be used directly as input to gr mr create.
  • Update dependencies

v1.0.9

30 Oct 04:55
42141df
Compare
Choose a tag to compare

New features

  • Provide a --gpt-prompt when creating a new merge request. Provides a prompt that can be used along with the commit messages to generate a title and description using a GPT engine.

v1.0.8

30 Oct 04:09
0b9b0d1
Compare
Choose a tag to compare

New features

  • Provide short/long summary when creating a merge request.

Fixes

  • Fix --patch flag in merge request. Diff branches in right order.

v1.0.7

25 Oct 05:20
c9e01cd
Compare
Choose a tag to compare

New features

  • Provide a --patch flag that prints to STDOUT the diff of outgoing changes (patch) when creating a merge request.

v1.0.6

24 Oct 04:19
ed73fd2
Compare
Choose a tag to compare

New features

  • Provide a -s --summary flag when creating a merge request. It will print a summary of outgoing changes and exit.

v1.0.5

22 Oct 03:59
688e033
Compare
Choose a tag to compare

New feature

  • Automatically throttle gitar after three consecutive HTTP calls have been made using list subcommands. Throttling is based on the response rate limit headers plus a random jitter in between 1 and 5 seconds. For now, this is not configurable.

v1.0.4

06 Oct 22:24
b84b2e0
Compare
Choose a tag to compare

New features

  • Support multiple configuration files. Ex. one for each domain and for different projects.
  • Support merge request configuration for repositories outside user's namespace (forked repository targetting main repository) when using --target-repo in the gr mr create command.

v1.0.3

03 Oct 05:20
8da1003
Compare
Choose a tag to compare

Release fix

  • Fix return opened merge request URL in Github. Add additional test validations.

v1.0.2

03 Oct 04:21
9d0d65b
Compare
Choose a tag to compare

New features

  • Opening a merge request additionally prompts for a reviewer
  • Assignee and reviewer are completely optional and can be left blank when opening a merge request to a target repository (from fork) or your own repository.