1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-10-30 19:12:15 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
c112429578 Merge pull request #1944 from dmach/git-obs-G-url
Change 'git-obs -G' to accept url to select a gitea login entry
2025-09-26 13:37:52 +02:00
2d6a7d4e79 Change 'git-obs -G' to accept url to select a gitea login entry 2025-09-26 13:20:18 +02:00
7507953300 Implement 'git-obs --quiet' option (that mutes printing gitea settings now) 2025-09-26 11:38:51 +02:00
17e6504e36 Move yaml handling code to osc.util.yaml, add fallback to PyYaml 2025-06-19 11:37:10 +02:00
78066f8e70 Allow git in git-obs to be switched from SSH to http(s) 2025-06-18 13:51:53 +02:00
bdf74e036f Add a possibility to override git-obs login entries from env 2025-06-02 15:57:19 +02:00
Andrii Nikitin
ddef2a11cc behave: Add osc fork test 2025-05-16 10:46:16 +02:00
a380dc8624 Improve git-obs to read credentials from env variables
Supported variables:
- GIT_OBS_GITEA_URL (mandatory)
- GIT_OBS_GITEA_USER (mandatory)
- GIT_OBS_GITEA_TOKEN (mandatory)
- GIT_OBS_GITEA_SSH_KEY (optional)
2025-05-05 14:08:19 +02:00
4b10e0381e Improve help of the 'git-obs login' subcommands 2025-04-22 16:25:32 +02:00
fffdda9840 Add troubleshooting info to gitea_api.Login.DoesNotExist message 2025-04-07 11:40:54 +02:00
ad2413d959 Fix GitStore by parsing git urls with obs_api.Git.urlparse() 2025-04-02 10:12:02 +02:00
b14da66369 Change gitea_api.Config.url_to_hostname() to also try matching only a hostname instead of full Gitea URL 2025-03-31 20:35:42 +02:00
602315ea18 Fix call os.userexpand() on gitea_api.Config() path argument 2025-03-19 20:07:52 +01:00
7e52a4a050 Implement git-obs command with several subcommands 2024-10-11 13:13:26 +02:00
699f4d860e Add 'gitea_api' module
Co-authored-by: Dan Čermák <dcermak@suse.com>
2024-09-24 14:01:43 +02:00