1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-10 23:18:43 +02:00
Commit Graph

33 Commits

Author SHA1 Message Date
78066f8e70 Allow git in git-obs to be switched from SSH to http(s) 2025-06-18 13:51:53 +02:00
4f3cacd62b Rename 'anonymous' argument in 'gitea_api.Repo.clone()' to 'use_http' 2025-06-17 14:38:25 +02:00
bfeecc4e70 Fix crash during token validation in 'git-obs login {add,update}' when value is not specified 2025-06-17 08:47:30 +02:00
4668bc3ff9 Remove duplicate code after a badly resolved merge conflict from pr_review_interactive.py 2025-06-06 15:57:27 +02:00
3426469e62 Add 'A)approve and schedule for merging' action to 'git obs pr review interactive' 2025-06-06 15:13:59 +02:00
d4d535d7cc Add 'git-obs pr merge' command 2025-06-06 15:13:53 +02:00
7d81fd3900 Add 'git-obs pr review accept' and 'git-obs pr review decline' commands 2025-06-06 08:28:05 +02:00
626299efe8 Rename 'git-obs pr review' to 'git-obs pr review interactive' 2025-06-05 14:50:53 +02:00
Andrii Nikitin
1e5582ace5 Add --export to pr list and pr search 2025-06-02 15:15:38 +02:00
e2d890391e Refactor gitea_api to use objects with properties instead of raw JSON data 2025-05-20 14:29:20 +02:00
664e7cf546 Add '--target-branch' filter option to 'git-obs pr list' 2025-05-20 11:10:53 +02:00
506391feaf Add '--no-draft' filter option to 'git-obs pr list' 2025-05-20 09:00:35 +02:00
aa8a48b79b Implement '--reviewer' and '--review-state' options for 'git-obs pr list' 2025-05-12 17:11:27 +02:00
Andrii Nikitin
a9d5f8ca6d Fix git-obs pr create with multistring EDITOR 2025-05-07 14:19:10 +02:00
e90daa64fe Update 'git-obs login {add,update}' to check the gitea token format 2025-04-22 16:25:32 +02:00
4b10e0381e Improve help of the 'git-obs login' subcommands 2025-04-22 16:25:32 +02:00
131aa57265 Add commented git status to the 'git-obs pr create' message 2025-04-01 10:16:26 +02:00
b8a810c0ee Fix 'git-obs pr create --target-branch' 2025-03-20 13:29:38 +01:00
4643f2400f Enable completion of 'git-obs pr checkout <number>' 2025-03-19 20:07:52 +01:00
cea2cb9518 Enable completion of 'git-obs pr get/show <owner>/<repo>#<number>' 2025-03-19 20:07:52 +01:00
8f663b98ee Enable completion of 'git-obs login remove <name>' 2025-03-19 20:07:52 +01:00
66f24f10b1 Enable completion of 'git-obs login update --ssh-key' 2025-03-19 20:07:52 +01:00
2ebe45bfe4 Enable completion of 'git-obs login add --ssh-key' 2025-03-19 20:07:52 +01:00
ae41c2f6b1 Enable completion of 'git-obs ssh-key add --key-path' 2025-03-19 20:07:52 +01:00
7e0da3f900 Allow 'git-obs login' subcommands to prompt for Gitea tokens 2025-02-25 11:37:03 +01:00
ea24281859 Implement 'git-obs pr review' command 2025-02-21 14:13:12 +01:00
9598f8070a Add 'git-obs pr checkout' command 2025-01-23 09:54:29 +01:00
0b5f9a0a8b Add 'git-obs api' command for making arbitrary API calls 2025-01-23 09:54:29 +01:00
e23c566b0d Change 'git-obs' to use owner/repo[#pull] arguments consistently 2025-01-16 12:44:11 +01:00
124528e68b Add 'git-obs pr' command 2025-01-15 17:02:16 +01:00
166cadb31b Fix ssh key priority in 'git-obs repo clone' command 2025-01-14 16:41:58 +01:00
fbbac5ad4c Change 'git-obs repo clone' command to store ssh command in core.sshCommand git config option 2025-01-14 16:41:58 +01:00
7e52a4a050 Implement git-obs command with several subcommands 2024-10-11 13:13:26 +02:00