17 Commits

Author SHA256 Message Date
f6b809136c Accepting request 1330161 from devel:tools:scm
- Update to version 0.4.0:
  * Support for issue & pull request templates with fj issue/pr create
    --template
  * fj pr create --autofill, which will automatically populate the PR's title
    and body from the commit(s)
  * fj user key and fj user gpg commands for managing uploaded SSH and GPG keys
  * fj user repos --page, to select the page of results to view
  * fj issue/pr create/comment --body-from-file to use the contents of a file
    as the body
  * --identity-file/-I flag for selecting the SSH identity to use
  * fj tag to manage git tags
  * fj issue search --state all
  * --remote & --repo flags can now be at the end of the command with the rest
    of the flags (forwarded request 1330160 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1330161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo-cli?expand=0&rev=7
2026-02-01 21:02:35 +00:00
Richard Rahl
aebea5b2a5 Accepting request 1330160 from home:rrahl0
- Update to version 0.4.0:
  * Support for issue & pull request templates with fj issue/pr create
    --template
  * fj pr create --autofill, which will automatically populate the PR's title
    and body from the commit(s)
  * fj user key and fj user gpg commands for managing uploaded SSH and GPG keys
  * fj user repos --page, to select the page of results to view
  * fj issue/pr create/comment --body-from-file to use the contents of a file
    as the body
  * --identity-file/-I flag for selecting the SSH identity to use
  * fj tag to manage git tags
  * fj issue search --state all
  * --remote & --repo flags can now be at the end of the command with the rest
    of the flags

OBS-URL: https://build.opensuse.org/request/show/1330160
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=16
2026-01-31 13:19:02 +00:00
749fc5bea3 Accepting request 1299836 from devel:tools:scm
- update vendor dependencies, fixing bsc#1248047 bsc#1242683 (forwarded request 1299835 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1299836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo-cli?expand=0&rev=6
2025-08-15 19:52:52 +00:00
Richard Rahl
39608a0b5b Accepting request 1299835 from home:rrahl0
- update vendor dependencies, fixing bsc#1248047 bsc#1242683

OBS-URL: https://build.opensuse.org/request/show/1299835
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=14
2025-08-15 14:12:49 +00:00
0dc8e3a357 Accepting request 1291453 from devel:tools:scm
- update vendor tarball, fixing issues with gcc15 (forwarded request 1291452 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1291453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo-cli?expand=0&rev=5
2025-07-09 15:28:59 +00:00
Richard Rahl
68461a2dbe Accepting request 1291452 from home:rrahl0
- update vendor tarball, fixing issues with gcc15

OBS-URL: https://build.opensuse.org/request/show/1291452
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=12
2025-07-09 09:45:35 +00:00
5f7aac42d4 Accepting request 1274968 from devel:tools:scm
- update vendor tarball, fixing bsc#1242683 (forwarded request 1274967 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1274968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo-cli?expand=0&rev=4
2025-05-07 17:16:46 +00:00
Richard Rahl
9dde421108 Accepting request 1274967 from home:rrahl0
- update vendor tarball, fixing bsc#1242683

OBS-URL: https://build.opensuse.org/request/show/1274967
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=10
2025-05-06 14:38:48 +00:00
Richard Rahl
e1b6caca78 Accepting request 1274755 from home:ojkastl_buildservice:Branch_devel_tools_scm
update to 0.3.0

OBS-URL: https://build.opensuse.org/request/show/1274755
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=9
2025-05-06 11:12:14 +00:00
1951aa6cdd Accepting request 1230725 from devel:tools:scm
- update to 0.2.0:
  * Additions
    - pr create and issue create now have a --web flag that opens
      the creation page in your browser instead of creating it on
      the terminal.
    - pr --agit will create a pull request with agit flow, so you
      don't need to fork the repository.
    - pr status --wait will only exits once all PR checks finish.
    - repo migrate to migrate/mirror repositories from other hosts.
    - repo readme to print a repository's readme to the terminal.
    - version --verbose prints extra info useful for debugging
  * Fixes
    - Public endpoints can now be accessed without authenticating
    - The API will be accessed via the http url even when it
      differs from the ssh url and the local remote points to the
      ssh url.
    - browse commands will no long hang the terminal
    - Local repos will now be found even when in a subdirectory
    - SSH urls in repo remotes will now be parsed correctly
    - Improved pull request detection
- update to 0.1.1:
  * Suggest correct command when OAuth login isn't supported on an
    instance
- update to 0.1.0:
  * feat: add branch guessing on pr creation
  * fix: print message before reading in readline 
  * fix: prioritize remote tracking branch in repo detection 
  * fix: read detected pr from correct repo 
  * fix: pr detection from branch 
  * add status command
  * add user search
  * add list user orgs
  * add list user repos
- initial packaging

OBS-URL: https://build.opensuse.org/request/show/1230725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo-cli?expand=0&rev=3
2024-12-13 21:38:14 +00:00
Richard Rahl
a363797b51 Accepting request 1230723 from home:ojkastl_buildservice:Branch_devel_tools_scm
wrap changelog and fix builds on 15.5

OBS-URL: https://build.opensuse.org/request/show/1230723
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=7
2024-12-13 06:48:57 +00:00
Richard Rahl
03d0242224 Accepting request 1230697 from home:rrahl0
- update to 0.2.0:
  * pr create and issue create now have a --web flag that opens the creation
    page in your browser
  * pr --agit will create a pull request with agit flow, so you don't need to
    fork the repository
  * pr status --wait will only exits once all PR checks finish
  * repo migrate to migrate/mirror repositories from other hosts
  * repo readme to print a repository's readme to the terminal
  * version --verbose prints extra info useful for debugging
  * Public endpoints can now be accessed without authenticating
  * The API will be accessed via the http url even when it differs from the ssh
    url and the local remote points to the ssh url
  * browse commands will no long hang the terminal
  * Local repos will now be found even when in a subdirectory
  * SSH urls in repo remotes will now be parsed correctly
  * Improved pull request detection

OBS-URL: https://build.opensuse.org/request/show/1230697
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=6
2024-12-13 06:18:02 +00:00
cd6dc58cf6 Accepting request 1193063 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1193063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo-cli?expand=0&rev=2
2024-08-10 17:08:07 +00:00
Richard Rahl
de9bb04a53 Accepting request 1193062 from home:rrahl0:branches:devel:tools:scm
- update to 0.1.1:
  * Suggest correct command when OAuth login isn't supported on an instance

OBS-URL: https://build.opensuse.org/request/show/1193062
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=4
2024-08-09 21:22:52 +00:00
18eae06556 Accepting request 1192431 from devel:tools:scm
This package is a cli tool for interacting with forgejo instances, a la gh or glab.

OBS-URL: https://build.opensuse.org/request/show/1192431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo-cli?expand=0&rev=1
2024-08-08 08:58:37 +00:00
Richard Rahl
53e4638169 Accepting request 1192430 from home:rrahl0
- update to 0.1.0:
  * feat: add branch guessing on pr creation
  * fix: print message before reading in readline 
  * fix: prioritize remote tracking branch in repo detection 
  * fix: read detected pr from correct repo 
  * fix: pr detection from branch 
  * add status command
  * add user search
  * add list user orgs
  * add list user repos

OBS-URL: https://build.opensuse.org/request/show/1192430
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=2
2024-08-08 02:27:54 +00:00
02351e2c45 Accepting request 1173193 from home:rrahl0
I want to maintain forgejo-cli in devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1173193
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo-cli?expand=0&rev=1
2024-05-15 06:55:02 +00:00