ec5ac4fca3
Don't fail on project git pull request creation.
2025-07-11 10:53:38 +02:00
d7132727a7
Create Pull Requests to specified branches
...
instead of always using DefaultBranch. This means that target needs
always gets specified now.
2025-07-11 10:52:00 +02:00
74f40f536a
message typo
2025-07-11 09:40:36 +02:00
cde46e85f3
Enable code stream publishing
2025-07-11 09:40:36 +02:00
4378568953
Fix logic in crash protection
...
We must not access review.User object if it is nil
2025-07-11 09:40:36 +02:00
c286e12b67
Try to use Staging Master Project as default build target if available
...
This allows us to set custom build configuration or repository sets for
pull request projects.
2025-07-11 09:40:36 +02:00
cc9ad1703d
Don't crash when new packages got added
...
The build result request of the base project is failing in this
situation, since the requested package does not exist.
Therefore we need to have seperate lists for proper handling.
2025-07-11 09:40:36 +02:00
2f8b6b4ade
Temporary hack to include also changed directories
...
Need to be clean'd up via proper subdir handling
2025-07-11 09:40:36 +02:00
c11def6005
handle build results different when request with lastbuild=1
...
In that case we need to
* ignore repo state as it is the current one. There is no last state
* handle "unkown" state as finished as the package was never attempted,
but we don't know the reason (eg. broken source or unresolvable)
2025-07-11 09:40:36 +02:00
0bee48472d
Implementing cleanup of closed requests
2025-07-11 09:40:36 +02:00
f9021d08b9
PR: fix case where submodule cannot be initialized
...
Sometimes the commit is already cleaned up and Project Git cannot
be initialized. This should not be an error. Only fatal error
is if we can't update the PR to current state.
2025-07-10 18:28:09 +02:00
7a0394e51b
PR: use "open" not "opened" as state
2025-07-10 16:54:28 +02:00
518bc15696
PR: close empty prjgit PRs
2025-07-09 20:39:38 +02:00
51873eb048
PR: log prjgit PrjGit creator
2025-07-09 20:06:13 +02:00
4f33ce979c
PR: use MergeBase as ref. branch for prjgit
...
The target branch can be moving target, so not appropriate
2025-07-09 19:42:26 +02:00
7cc4db2283
common: prune removed remote branches
...
During a repository update, we need to remove branches that
no longer exist on remote from local cache.
2025-07-09 18:28:37 +02:00
4d9e2f8cab
PR: update PrjGit PR when package PRs are removed or added
2025-07-09 18:05:05 +02:00
ed4f27a19e
PR: refactor
2025-07-09 17:33:44 +02:00
e438b5b064
common: fix parsing of submodule commit id from tree object
2025-06-26 14:25:20 +02:00
885bb7e537
forward: fix logic
...
* fix approval/request changes string
* use common.DevelProject fetcher code
* fix parsing of Requests meta
2025-06-26 14:24:21 +02:00
977d75f6e9
reviews: only react to comment
...
also, reviews are reverse sorted.
fixed some bugs
2025-06-25 16:13:08 +02:00
42a9ee48e0
import: update config files
2025-06-24 16:03:33 +02:00
9333e5c3da
PR: fix README quoting
2025-06-24 14:33:06 +02:00
5e29c88dc8
PR: fix README quoting
2025-06-24 14:32:23 +02:00
4f0f101620
importer: handle case of devel project in git
2025-06-23 18:48:09 +02:00
253f009da3
common: Add devel project query
2025-06-23 18:47:12 +02:00
5e66a14fa9
forward-bot: finish initial braindump
2025-06-17 23:39:47 +02:00
e79122e494
forward-bot: additional first code
2025-06-17 19:27:00 +02:00
0b4b1a4e21
common: Add basic OBS request APIs
2025-06-17 19:24:13 +02:00
0019546e30
forward-bot: initial skeleton
2025-06-17 00:46:26 +02:00
6438a8625a
Replace PrjGit creation logic
2025-06-16 14:22:21 +02:00
3928fa6429
PR: use config project git branch, not default
2025-06-13 00:06:02 +02:00
e92ac4a592
PR: refactor
2025-06-12 23:51:04 +02:00
a1520ebfb0
PR: PRSet consistency check
2025-06-12 18:44:16 +02:00
c8d65a3ae5
PR: refactor
...
Move AssociatedPR fetching
2025-06-11 16:28:02 +02:00
b849a72f31
PR: request optional reviews
...
Ignore these reviews in approval, for otherwise they can be used
to fetch optional review information
2025-06-10 18:48:42 +02:00
568a2f3df8
PR: Add ability to parse optional reviewers
...
Document reviewer syntax in the Readme.md
2025-06-10 17:20:33 +02:00
30c8b2fe57
PR: require PRs to be in opened state
...
PR's that are not opened (eg. closed, or merged) cannot be part of
a consistent PRset. Either everything is merged, or everything should
be opened.
2025-06-10 16:31:44 +02:00
69b0f9a5ed
PR: fix error logging
2025-06-10 15:59:07 +02:00
a283d4f26f
PR: no submitter reviews needed
2025-06-07 21:52:47 +02:00
af898a6b8d
pr: manual project only merge ok is manual merge ok
2025-06-07 21:42:11 +02:00
b89cdb7664
PR: fix parsing comments from timeline
2025-06-05 19:15:53 +02:00
d37bfaa9d3
common: workaround case when user do not have gitea accounts and cannot get reviews assigned
2025-06-04 14:59:46 +02:00
90cca05b31
common: fix maintainership parsing when no maintienrs explicitly set
2025-06-04 13:56:04 +02:00
7c229500c1
common: debug logging
2025-06-03 23:46:53 +02:00
290424c4a7
common: sort timeline in desc order
2025-06-03 23:42:02 +02:00
703fa101a4
group-review: fix crash in notification handling when no config
2025-06-03 17:48:09 +02:00
66e4982e2d
group-review: fix build
2025-06-03 16:59:46 +02:00
09b1c415dd
PR: fix deadlock in verification routines via git/org locking
2025-06-03 16:18:00 +02:00
629b941558
PR: use correct path for local repo cache
2025-06-03 14:13:58 +02:00