d8c720d28def3e0dc57125c5c84217022012b191b38a5d292be7d86b6c45c118
- Command-line:
- Add 'git-obs pr forward' command that is close to 'osc sr',
allowing forwarding sources from one branch to another (e.g., Factory to Leap/SLFO) via a Pull Request
- Add --separate-requests and --dry-run to 'git-obs pr create'
- Add support for SSH authentication of Gitea API calls in git-obs
- Change 'git-obs staging group' command to allow PR creation without a fork
- Change 'git-obs staging group' to rely on the workflow-pr bot
- Extend 'osc search' with gitea data cached in an external service
- Use PullRequest.list branch filter in 'git-obs pr list'
- Make 'osc remotebuildlog' an alias of 'osc buildlog'
- Library:
- Add 'target_branch' filter to PullRequest.list()
- Update gitea_api.Git.get_branch_head() to take optional argument 'remote'
- Add gitea_api.Git.branch_is_fast_forwardable() method
- Add gitea_api.Git.has_changes property to determine if there are any staged or unstaged changes in the current working copy
- Add 'alldirect_or_localdep' entry to LinkedbuildModes enum
- Fix git_scm.Manifest to skip subdirectories that do not exist
- Fix oscrc lookup: prefer XDG location, warn if there are multiple configs
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=503
Description
No description provided
Languages
Shell
83.8%
Makefile
16.2%