Commit graph

297 commits

Author SHA1 Message Date
Cyborus
b7a54fbf89 Merge pull request 'fix: detaching when using browse' (#143) from dataCobra/forgejo-cli:detach into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/143
2024-11-06 16:04:18 +00:00
dataCobra
fb9e3a6635 fix: detaching when using browse 2024-11-06 09:22:57 +01:00
Cyborus
23137cb2ec Merge pull request 'add creating prs with agit' (#138) from cyborus/agit-main into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/138
2024-11-05 19:02:31 +00:00
Cyborus
b658dbbfa4 Merge pull request 'fix ssh url parsing' (#141) from ssh-parse-mistake into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/141
2024-11-05 18:48:08 +00:00
Cyborus
cf17761c6e fix: incorrect string slicing in ssh url parsing 2024-11-05 13:41:54 -05:00
Cyborus
94c934996f chore: format 2024-11-03 23:13:59 -05:00
Cyborus
b201206c8b feat: don't show empty base branch name
i.e. agit prs don't have a base branch, so the title is empty. looks better to not display that
2024-11-03 23:12:54 -05:00
Cyborus
6b3a98d470 feat: support agit prs in pr detection 2024-11-03 23:08:41 -05:00
Cyborus
07436b556b feat: creating a pr with agit 2024-11-03 20:52:21 -05:00
Cyborus
884778f401 Merge pull request 'move whoami and version into separate modules' (#137) from dataCobra/forgejo-cli:whoami into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/137
2024-10-26 14:23:02 +00:00
dataCobra
68ec6a0440 move version into a module 2024-10-26 13:03:30 +02:00
dataCobra
81317e0c6f move whoami into a module 2024-10-26 11:48:42 +02:00
Cyborus
bbcc33dad3 Merge pull request 'add --web flag to issue create' (#136) from issue-create-web into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/136
2024-10-25 16:36:57 +00:00
Cyborus
f3778725c8 feat: add --web flag to issue create 2024-10-25 12:31:54 -04:00
Cyborus
f67260e548 Merge pull request 'add user agent' (#135) from user-agent into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/135
2024-10-25 16:17:41 +00:00
Cyborus
d9f93f01c4 feat: add user agent 2024-10-25 12:12:43 -04:00
Cyborus
d9615538a5 Merge pull request 'add repo readme' (#134) from repo-readme into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/134
2024-10-25 15:56:03 +00:00
Cyborus
2eb6f73afe feat: repo readme 2024-10-25 11:54:06 -04:00
Cyborus
af11f1ec14 Merge pull request 'add repo migrate' (#133) from migrate into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/133
2024-10-25 15:25:57 +00:00
Cyborus
2c2b13e5fe feat: repo migrate 2024-10-25 11:24:29 -04:00
Cyborus
74c10f1061 Merge pull request 'add pr status --wait' (#130) from status-wait into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/130
2024-10-05 00:52:27 +00:00
Cyborus
e5b7a879ee
feat: pr status --wait 2024-10-03 16:17:35 -04:00
Cyborus
c3fe6d5991 Merge pull request 'add --web flag on pr create' (#129) from web-pr into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/129
2024-09-27 15:51:42 +00:00
Cyborus
2af9bbbd0d
feat: --web flag on pr create 2024-09-27 11:49:38 -04:00
Cyborus
3c33917133 Merge pull request 'use None auth when not logged in' (#128) from public-access into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/128
2024-09-23 17:36:54 +00:00
Cyborus
ce1ffa25c1
feat: allow accessing public info without logging in 2024-09-23 13:33:07 -04:00
Cyborus
b7aa1e95b6 Merge pull request 'clean up urls better' (#126) from url-cleanup into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/126
2024-09-05 20:33:17 +00:00
Cyborus
5abfa90caf
fix: make sure urls are http(s) and remove username 2024-09-05 14:31:02 -04:00
Cyborus
74d3748fa8 Merge pull request 'host aliases' (#125) from alias-host into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/125
2024-09-05 18:22:55 +00:00
Cyborus
0e6ae3962a
feat: automatically add ssh url as alias if it is different 2024-09-05 14:17:32 -04:00
Cyborus
7121e26215
feat: add aliases to keys file 2024-09-05 13:53:41 -04:00
Cyborus
f8650ab284 Merge pull request 'improve host name consistency' (#124) from host-consistency into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/124
2024-09-05 16:11:30 +00:00
Cyborus
14e0b7d4ef
fix: consistency among host names 2024-09-05 12:04:29 -04:00
Cyborus
23311d2807 Merge pull request 'don't accept cannot-be-a-base urls in parsing' (#123) from not-base-fix into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/123
2024-09-01 15:56:35 +00:00
Cyborus
e9f9687db1
fix: don't accept cannot-be-a-base urls in parsing 2024-09-01 11:52:51 -04:00
Cyborus
e8e6d47743 Merge pull request 'correctly parse ssh urls from git remotes' (#121) from ssh-remote-fix into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/121
2024-08-30 16:19:19 +00:00
Cyborus
163e789ec2
fix: correctly parse ssh urls from git remotes 2024-08-30 12:13:31 -04:00
Cyborus
b7120d23f4 Merge pull request 'Squish clippy and audit errors/warnings' (#120) from Pi-Cla/forgejo-cli:fixes into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/120
Reviewed-by: Cyborus <cyborus@noreply.codeberg.org>
2024-08-11 15:26:18 +00:00
Pi-Cla
a979a34b78 Clippy Fixes
There are still some clippy warnings left, but this covers most of them
2024-08-11 01:33:06 -06:00
Pi-Cla
e5eb3e479b Update Cargo.lock to openssl 0.10.66
https://rustsec.org/advisories/RUSTSEC-2024-0357
2024-08-11 01:06:12 -06:00
Cyborus
1281fb884d Merge pull request 'application settings page url should only be https' (#119) from app-url-fix into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/119
2024-08-10 21:41:54 +00:00
Cyborus
d9256a603c
fix: application settings page url should only be https 2024-08-10 17:08:48 -04:00
Cyborus
fd6dd52728 Merge pull request 'feat: add Nix flake' (#118) from LordMZTE/forgejo-cli:nix-flake into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/118
Reviewed-by: Cyborus <cyborus@noreply.codeberg.org>
2024-08-10 15:19:01 +00:00
LordMZTE
4765746652
docs: add Nix instructions to README 2024-08-10 17:15:34 +02:00
LordMZTE
bb536e9184
feat: add Nix flake 2024-08-10 12:01:07 +02:00
Cyborus
b3c242d8c5 Merge pull request 'bump version to 0.1.1' (#117) from bump-0.1.1 into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/117
2024-08-09 18:59:26 +00:00
Cyborus
cbf588edf4
chore: bump version to 0.1.1 2024-08-09 14:55:43 -04:00
Cyborus
751730c90b Merge pull request 'fix: suggest correct add-key subcommand when no easy login available' (#116) from tranzystorekk/forgejo-cli:auth-typo into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/116
2024-08-09 18:25:13 +00:00
tranzystorekk
7511d888e3 fix: suggest correct add-key subcommand when no easy login available 2024-08-09 20:05:31 +02:00
Cyborus
d8bfaeb02c Merge pull request 'move repo commands into individual functions' (#115) from refactor-repo into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/115
2024-08-09 17:09:00 +00:00