summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'fix: detaching when using `browse`' (#143) from ↵HEADmainCyborus2024-11-066-13/+13
|\ | | | | | | | | | | dataCobra/forgejo-cli:detach into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/143
| * fix: detaching when using `browse`dataCobra2024-11-066-13/+13
|/
* Merge pull request 'add creating prs with agit' (#138) from ↵Cyborus2024-11-052-101/+256
|\ | | | | | | | | | | cyborus/agit-main into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/138
| * chore: formatCyborus2024-11-041-9/+24
| |
| * feat: don't show empty base branch nameCyborus2024-11-041-1/+5
| | | | | | | | i.e. agit prs don't have a base branch, so the title is empty. looks better to not display that
| * feat: support agit prs in pr detectionCyborus2024-11-041-55/+67
| |
| * feat: creating a pr with agitCyborus2024-11-042-44/+168
| |
* | Merge pull request 'fix ssh url parsing' (#141) from ssh-parse-mistake into mainCyborus2024-11-051-1/+1
|\ \ | |/ |/| | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/141
| * fix: incorrect string slicing in ssh url parsingCyborus2024-11-051-1/+1
|/
* Merge pull request 'move `whoami` and `version` into separate modules' ↵Cyborus2024-10-263-76/+98
|\ | | | | | | | | | | (#137) from dataCobra/forgejo-cli:whoami into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/137
| * move `version` into a moduledataCobra2024-10-262-56/+65
| |
| * move `whoami` into a moduledataCobra2024-10-262-20/+33
|/
* Merge pull request 'add `--web` flag to `issue create`' (#136) from ↵Cyborus2024-10-251-35/+61
|\ | | | | | | | | | | issue-create-web into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/136
| * feat: add `--web` flag to `issue create`Cyborus2024-10-251-35/+61
|/
* Merge pull request 'add user agent' (#135) from user-agent into mainCyborus2024-10-251-3/+12
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/135
| * feat: add user agentCyborus2024-10-251-3/+12
|/
* Merge pull request 'add `repo readme`' (#134) from repo-readme into mainCyborus2024-10-252-2/+55
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/134
| * feat: `repo readme`Cyborus2024-10-252-2/+55
|/
* Merge pull request 'add `repo migrate`' (#133) from migrate into mainCyborus2024-10-251-0/+265
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/133
| * feat: `repo migrate`Cyborus2024-10-251-0/+265
|/
* Merge pull request 'add `pr status --wait`' (#130) from status-wait into mainCyborus2024-10-051-77/+155
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/130
| * feat: `pr status --wait`Cyborus2024-10-031-77/+155
|/
* Merge pull request 'add `--web` flag on `pr create`' (#129) from web-pr into ↵Cyborus2024-09-271-36/+56
|\ | | | | | | | | | | main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/129
| * feat: `--web` flag on `pr create`Cyborus2024-09-271-36/+56
|/
* Merge pull request 'use `None` auth when not logged in' (#128) from ↵Cyborus2024-09-232-13/+14
|\ | | | | | | | | | | public-access into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/128
| * feat: allow accessing public info without logging inCyborus2024-09-232-13/+14
|/
* Merge pull request 'clean up urls better' (#126) from url-cleanup into mainCyborus2024-09-051-1/+9
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/126
| * fix: make sure urls are http(s) and remove usernameCyborus2024-09-051-1/+9
|/
* Merge pull request 'host aliases' (#125) from alias-host into mainCyborus2024-09-059-28/+92
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/125
| * feat: automatically add ssh url as alias if it is differentCyborus2024-09-051-8/+43
| |
| * feat: add aliases to keys fileCyborus2024-09-059-20/+49
|/
* Merge pull request 'improve host name consistency' (#124) from ↵Cyborus2024-09-054-22/+19
|\ | | | | | | | | | | host-consistency into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/124
| * fix: consistency among host namesCyborus2024-09-054-22/+19
|/
* Merge pull request 'don't accept cannot-be-a-base urls in parsing' (#123) ↵Cyborus2024-09-011-5/+5
|\ | | | | | | | | | | from not-base-fix into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/123
| * fix: don't accept cannot-be-a-base urls in parsingCyborus2024-09-011-5/+5
|/
* Merge pull request 'correctly parse ssh urls from git remotes' (#121) from ↵Cyborus2024-08-302-3/+15
|\ | | | | | | | | | | ssh-remote-fix into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/121
| * fix: correctly parse ssh urls from git remotesCyborus2024-08-302-3/+15
|/
* Merge pull request 'Squish clippy and audit errors/warnings' (#120) from ↵Cyborus2024-08-119-149/+185
|\ | | | | | | | | | | | | Pi-Cla/forgejo-cli:fixes into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/120 Reviewed-by: Cyborus <cyborus@noreply.codeberg.org>
| * Clippy FixesPi-Cla2024-08-118-85/+80
| | | | | | | | There are still some clippy warnings left, but this covers most of them
| * Update Cargo.lock to openssl 0.10.66Pi-Cla2024-08-111-64/+105
|/ | | | https://rustsec.org/advisories/RUSTSEC-2024-0357
* Merge pull request 'application settings page url should only be `https`' ↵Cyborus2024-08-101-6/+3
|\ | | | | | | | | | | (#119) from app-url-fix into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/119
| * fix: application settings page url should only be `https`Cyborus2024-08-101-6/+3
| |
* | Merge pull request 'feat: add Nix flake' (#118) from ↵Cyborus2024-08-104-0/+127
|\ \ | |/ |/| | | | | | | | | LordMZTE/forgejo-cli:nix-flake into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/118 Reviewed-by: Cyborus <cyborus@noreply.codeberg.org>
| * docs: add Nix instructions to READMELordMZTE2024-08-101-0/+19
| |
| * feat: add Nix flakeLordMZTE2024-08-103-0/+108
|/
* Merge pull request 'bump version to 0.1.1' (#117) from bump-0.1.1 into mainv0.1.1Cyborus2024-08-092-2/+2
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/117
| * chore: bump version to 0.1.1Cyborus2024-08-092-2/+2
|/
* Merge pull request 'fix: suggest correct add-key subcommand when no easy ↵Cyborus2024-08-091-1/+1
|\ | | | | | | | | | | login available' (#116) from tranzystorekk/forgejo-cli:auth-typo into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/116
| * fix: suggest correct add-key subcommand when no easy login availabletranzystorekk2024-08-091-1/+1
|/
* Merge pull request 'move repo commands into individual functions' (#115) ↵Cyborus2024-08-091-230/+268
|\ | | | | | | | | | | from refactor-repo into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/115