Ludwig Nussel
575cfeb9ed
reset list of requests on each run
2015-10-05 10:49:45 +02:00
Ludwig Nussel
8758e1a9f7
Merge pull request #421 from lnussel/master
...
implement checking submit requests
2015-10-05 10:32:00 +02:00
Stephan Kulow
e1c52defe4
Merge pull request #423 from nilxam/superseding
...
Do not superseding requests with list command
2015-10-03 07:25:54 +02:00
76a0ce7c57
Merge pull request #424 from openSUSE/check_devel_in_maintainer
...
the manager will follow the devel package
2015-10-02 22:03:47 +08:00
Stephan Kulow
bd9a5a01fa
Merge pull request #422 from DimStar77/boo947846
...
rebuildpacs: also trigger rebuilds for openSUSE-images
2015-10-01 14:21:13 +02:00
Stephan Kulow
b707f6cb04
the manager will follow the devel package
2015-10-01 14:20:27 +02:00
a3f59150af
Do not superseding requests with list command
...
Do not superseding requests with list command, but if had the permission
of staging, can executing with --supersede argument, or even against
specific requests.
2015-10-01 19:59:40 +08:00
ce8022e9a2
rebuildpacs: also trigger rebuilds for openSUSE-images
...
https://bugzilla.opensuse.org/show_bug.cgi?id=947846
2015-09-30 13:48:00 +02:00
Ludwig Nussel
2e0b8debda
remove unused variable
2015-09-30 11:41:36 +02:00
Stephan Kulow
51ad423ec0
fetch crash
2015-09-30 05:47:53 +02:00
Ludwig Nussel
7253a060c4
avoid adding double reviews if review is by project
2015-09-29 09:51:23 +02:00
Ludwig Nussel
a334773cab
implement checking submit requests
2015-09-29 08:44:30 +02:00
Ludwig Nussel
efbcd75064
move check by project function to ReviewBot
2015-09-29 08:44:30 +02:00
Stephan Kulow
bf51343b0b
recreate submit request if the revision is different
...
possibly we declined an old revision
2015-09-27 08:27:32 +02:00
Stephan Kulow
4b52b31ca2
fix crash
2015-09-21 07:16:24 +02:00
Stephan Kulow
68659dbbbf
Merge pull request #420 from openSUSE/use_lookup
...
use the lookup file in the update crawler
2015-09-18 14:33:41 +02:00
Stephan Kulow
fd26ff0aea
Merge pull request #419 from openSUSE/no_more_split
...
rework manager the 9th:
2015-09-18 14:33:31 +02:00
Stephan Kulow
a9aa4426f2
use the lookup file in the update crawler
2015-09-16 10:30:14 +02:00
Stephan Kulow
5f8daec05e
rework manager the 9th:
...
strip out all logic required for the subproject split
2015-09-16 09:17:18 +02:00
Stephan Kulow
6ba425e85a
Merge pull request #414 from nilxam/add_yast2_nfs_client
...
correspond to new yast2_i openQA change
2015-09-16 06:49:36 +02:00
Stephan Kulow
9e5ae67a62
Merge pull request #418 from nilxam/fixing_target_l
...
Fixing wrong parsing $l from $prj
2015-09-16 06:49:26 +02:00
118f328a64
Fixing wrong parsing $l from $prj
...
Staging project under openSUSE:Leap:42.1:Staging can not match the
original condition as it is not at the forth place in case separate by
colon. Use sed replacing the string from the first word till :Staging
to 'Staging' and pick the second place after separated by colon.
2015-09-11 23:51:54 +08:00
Stephan Kulow
0284e250d2
Merge pull request #416 from aplanas/copyright
...
Accept Copyright headers with a different format.
2015-09-10 12:04:48 +02:00
Stephan Kulow
b714874adf
Merge pull request #417 from nilxam/misc_0909
...
Misc 0909
2015-09-09 10:23:25 +02:00
dc5e797df1
list all deletereq request as in-ring
2015-09-09 16:18:20 +08:00
3cf6c7c55f
do not process the rest request type than submit in adi
2015-09-09 15:26:05 +08:00
62a1946064
split the view for change_devel requests
2015-09-09 15:11:47 +08:00
Alberto Planas
39755bc0b8
Accept Copyright headers with a different format.
2015-09-08 14:16:44 +02:00
2f4cebbed1
correspond to new yast2_i openQA change
2015-09-07 17:16:34 +08:00
Stephan Kulow
b8faa3ddb1
Merge pull request #413 from nilxam/update_0904
...
update skip list 20150904
2015-09-07 10:55:34 +02:00
c82f0ed900
update skip list 20150904
2015-09-04 21:58:03 +08:00
d45003d2d7
Merge pull request #411 from openSUSE/critical_manager_fixes
...
two critical bug fixes
2015-09-03 01:15:22 +08:00
acae327411
Merge pull request #412 from nilxam/update_0902
...
Update skip list 20150902
2015-09-02 20:58:30 +08:00
8f4f16643f
Update skip list 20150902
2015-09-02 20:40:05 +08:00
Stephan Kulow
ec7af15bf2
two critical bug fixes
...
- avoid iterating over an array that is changed
- detach branches before removing the target
2015-09-01 16:37:47 +02:00
Ludwig Nussel
0803745fa2
Merge pull request #410 from openSUSE/no_request_history
...
stop querying requests
2015-08-31 14:10:58 +02:00
Stephan Kulow
448677d185
stop querying requests
...
it's less reliable (with multiple spec files) than just querying the
history of the possible source projects
2015-08-31 13:15:00 +02:00
Stephan Kulow
a3259f56e0
Merge pull request #407 from openSUSE/retry
...
retry 5xx - especially needed for view=info calls
2015-08-30 18:20:08 +02:00
Stephan Kulow
dccb5d39c4
avoid division for 5XX
2015-08-30 17:00:21 +02:00
Stephan Kulow
28e3183767
Merge pull request #408 from aplanas/master
...
Some refactoring and a (maybe) better OBS's error detection
2015-08-30 16:58:22 +02:00
Stephan Kulow
f60868b64e
also retry in the update crawler
2015-08-30 16:54:20 +02:00
Alberto Planas
c91baf7622
Restore the build status in the freeze command.
2015-08-28 14:49:47 +02:00
Alberto Planas
f0cb13e9b9
Add method to recover status of a flag in _meta
2015-08-28 14:49:15 +02:00
763ab22a99
Merge pull request #409 from nilxam/update_0827
...
Update 0827
2015-08-28 20:09:22 +08:00
2c6bbac44d
Update skip list 20150828
2015-08-28 20:04:55 +08:00
Alberto Planas
3daf64078a
Fix headers orders and some spaces.
2015-08-28 13:30:25 +02:00
Alberto Planas
122b43e304
Detect OBS fails and improve the error messaging.
2015-08-28 12:58:02 +02:00
Alberto Planas
f5e1d88dcf
Use better parameter name.
2015-08-28 10:46:04 +02:00
Stephan Kulow
7f17eb26ca
retry 5xx - especially needed for view=info calls
2015-08-28 10:01:06 +02:00
67955fd2dd
update 0827
2015-08-27 22:17:53 +08:00