6062 Commits

Author SHA1 Message Date
Stephan Kulow
6abc794287
Merge pull request #2329 from gyr/15sp2_add_publish
Added release to PUBLISH for SLE15-SP2
2019-11-20 16:26:48 +01:00
gyr
8624a7464d Added release to PUBLISH for SLE15-SP2 2019-11-20 12:15:09 -03:00
Stephan Kulow
fd1871b99e Fix check_tests - and reduce what we test there 2019-11-20 16:10:30 +01:00
Stephan Kulow
d014002bc3 Disable move test for now
Waiting for https://github.com/openSUSE/open-build-service/issues/7360
2019-11-20 16:10:30 +01:00
Stephan Kulow
8c5ee9257f Fix for frozen_enough test 2019-11-20 16:10:30 +01:00
Stephan Kulow
448795b3fc Fix test_add_sr not to add twice
Once a request is staged, the API refuses to stage again - and avoiding
this in our code is just wasting time, so stop testing it
2019-11-20 16:10:30 +01:00
Stephan Kulow
f3e69183a6 Fix rm_from_project test
The API automatically adds the staging manager back, so the request
won't become 'new'
2019-11-20 16:10:30 +01:00
Stephan Kulow
4655b6c99b Fix accept: first comment then cleanup (comments)
After accept we want empty comments
2019-11-20 16:10:30 +01:00
Stephan Kulow
5cba9ae5b2 Run delayed job in the api container
accepting is a delayed job, so it needs to run in some queue
2019-11-20 16:10:30 +01:00
Stephan Kulow
088ba65690 Adopt accept_tests: Selecting no longer leaves a comment 2019-11-20 16:10:30 +01:00
534f1d8b70 stagingapi: Remove unneeded logging in get_package_for_request_id() 2019-11-20 15:48:16 +08:00
c3d9140692 suppkg_rebuild: Move to new staging api 2019-11-20 15:47:25 +08:00
Stephan Kulow
996128e856
Merge pull request #2322 from coolo/fix_unselect
Fix for unselect with message: need to ignore afterwards
2019-11-19 20:42:17 +01:00
Stephan Kulow
741cc1d8b3
Merge pull request #2323 from coolo/fix_supersede
Fix supersede: we need to unstage always with new api
2019-11-19 20:41:37 +01:00
Stephan Kulow
6823ccfff0 Fix supersede: we need to unstage always with new api 2019-11-19 20:19:25 +01:00
Stephan Kulow
16fb802361 Fix for unselect with message: need to ignore afterwards
You can't have requests excluded and staged at the same time
2019-11-19 18:17:26 +01:00
Stephan Kulow
d8d8b51cab
Merge pull request #2320 from coolo/fix_reviews
Fix for reviews (OBS issue is fixed)
2019-11-19 16:03:53 +01:00
Stephan Kulow
d126c8a357 Fix for reviews (OBS issue is fixed) 2019-11-19 15:53:47 +01:00
Stephan Kulow
b3f3128a96
Merge pull request #2319 from coolo/fix_rebuild2
Fix rebuild command
2019-11-19 14:01:31 +01:00
Stephan Kulow
ffe92526fa Fix rebuild command 2019-11-19 12:57:13 +01:00
28ec31df5d adi_command: another adi command fixes (#3)
Fix TypeError: 'str' object cannot be interpreted as an integer problem
2019-11-19 12:38:54 +01:00
Stephan Kulow
9907fd8a98 Fix for staging-report 2019-11-19 08:04:11 +01:00
Stephan Kulow
ac2ff9c2cb Fix for ignore command 2019-11-19 08:04:11 +01:00
Stephan Kulow
12d6b22895 Setup staging workflow in tests 2019-11-19 08:04:11 +01:00
Stephan Kulow
920c9bb669 Fix request list: the API was changed not to require status for obsolete 2019-11-19 08:04:11 +01:00
Stephan Kulow
2f5354b09d Fix for unselect command 2019-11-19 08:04:11 +01:00
Stephan Kulow
841b96f649 Fix adi command for checks 2019-11-19 08:04:11 +01:00
Stephan Kulow
26772ff058 Optimize request_id_for_package 2019-11-19 08:04:11 +01:00
Stephan Kulow
b91cc995dd Fixes for adi command 2019-11-19 08:04:11 +01:00
Stephan Kulow
1ca260e663 Fix for status checks in check command 2019-11-19 08:04:11 +01:00
Stephan Kulow
82c64003c4 Adopt to the new staging_projects api not revealing all infos 2019-11-19 08:04:11 +01:00
Stephan Kulow
61205d35e3 Some fixes for supersede and unselect
the API changed to /requests
2019-11-19 08:04:11 +01:00
Stephan Kulow
84fd391e3e Started to fix the adi command 2019-11-19 08:04:11 +01:00
Stephan Kulow
83681aee72 fix for staging-installcheck 2019-11-19 08:04:10 +01:00
Stephan Kulow
6d60067f06 Fix for unselect 2019-11-19 08:04:10 +01:00
Stephan Kulow
18e4675791 Fix select command 2019-11-19 08:04:10 +01:00
Stephan Kulow
cf58ea29da Fix for check command 2019-11-19 08:04:10 +01:00
Stephan Kulow
b6e68f81e9 Work on adi command 2019-11-19 08:04:10 +01:00
Stephan Kulow
4921751ef2 Work on select command 2019-11-19 08:04:10 +01:00
Stephan Kulow
63ccac76d5 Work on accept command - not yet done 2019-11-19 08:04:10 +01:00
Stephan Kulow
9235ab50db Remove config command - the config isn't used any more
The only use case left is displaying 'todo' config on accept - but staging managers
don't use this. So we may need a different solution later
2019-11-19 08:04:10 +01:00
Stephan Kulow
dd9b7ec84f Remove update comments - are now obs history 2019-11-19 08:04:10 +01:00
Stephan Kulow
b43e9930ac Port unselect command to new API 2019-11-19 08:04:10 +01:00
Stephan Kulow
f5df59bfdf Adopt check command to the new staging API 2019-11-19 08:04:10 +01:00
Stephan Kulow
b34f4665e0 Register new adi projects 2019-11-19 08:04:09 +01:00
Stephan Kulow
0d0290f1e6
Merge pull request #2318 from DimStar77/ARMAnnouncer
Announcer config: use different Name's for :ARM
2019-11-18 13:19:01 +01:00
bda3f613ce
Announcer config: use different Name's for :ARM 2019-11-18 13:17:50 +01:00
Stephan Kulow
10c6c1cdc8
Merge pull request #2316 from ggardet/add_aarch64_automated_emails
Enable announcer for ARM for Tumbleweed, Kubic and MicroOS
2019-11-18 11:07:18 +01:00
710e5d53ca Enable announcer for ARM for Tumbleweed, Kubic and MicroOS 2019-11-12 15:32:17 +01:00
Stephan Kulow
509ec8f332 QR update: submit with --yes 2019-11-11 22:27:19 +01:00