359 Commits

Author SHA1 Message Date
Stephan Kulow
7baeda10f0 only pass the group to the API
needs deploying openqa.oo though
2015-04-08 10:33:17 +02:00
Dinar Valeev
521cec9c00 Add group to the openQA query
Query openQA results by Job group

Signed-off-by: Dinar Valeev <dvaleev@suse.com>
2015-03-31 15:38:04 +02:00
45e36ecbce Merge pull request #319 from k0da/maxsize_ppc
ppc fixes
2015-03-25 22:08:44 +08:00
Dinar Valeev
a4905a2546 more hardcoded x86 removal
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
2015-03-25 12:25:34 +01:00
Alberto Planas
8308eaab14 Small changes for SLE integration. 2015-03-24 14:46:36 +01:00
Dinar Valeev
73d2083a23 cleanup ppc64le aswell
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
2015-03-19 16:05:33 +01:00
Stephan Kulow
d0df8ef5e6 add ppc64 to the repos 2015-03-17 17:37:15 +01:00
Stephan Kulow
a02076d8f8 we need ppc64le test dvd too 2015-03-17 16:35:04 +01:00
Stephan Kulow
9ae2850e66 remove openqa call no longer used 2015-03-12 11:47:42 +01:00
Alberto Planas
f285f09d35 Revert "accept_command: import urllib2" 2015-03-05 17:17:37 +01:00
Alberto Planas
b95bd3e04a Merge pull request #304 from DimStar77/bugfix-urllib2
accept_command: import urllib2
2015-03-05 16:54:02 +01:00
a3941eaa2e accept_command: import urllib2 2015-03-05 16:49:20 +01:00
Alberto Planas
be4994bd84 Add --skipcycle option to skip the cycle check manually. 2015-03-05 12:44:57 +01:00
Alberto Planas
1bedd81065 action #6406 - staging locks: stepping on ones own foot. 2015-03-02 11:24:27 +01:00
Alberto Planas
37c7e2a6c6 Add a test for accept command when there are multiple SPECs 2015-03-02 11:15:24 +01:00
Alberto Planas
fb12a83910 Reformat the code a bit. 2015-03-02 11:15:23 +01:00
dfa6a9ac38 given the correct ring_dvd path 2015-03-02 15:54:42 +08:00
Alberto Planas
b4b5cd34a9 Move the Config call from checkrepo to the caller. 2015-02-26 11:47:11 +01:00
Alberto Planas
5a6ffa6505 If any goodrepo have no missing, the request have no missings. 2015-02-24 18:01:28 +01:00
Alberto Planas
714a3afe00 Dot not reset the configuration. 2015-02-19 17:53:40 +01:00
Alberto Planas
2be1bb613e Ignore packages with an origin different from the current new project. 2015-02-19 15:53:46 +01:00
Alberto Planas
6aad8caeb2 Fix cycle detector for new packages. 2015-02-19 14:14:49 +01:00
Alberto Planas
c9d1e06ca8 Refactor configuration parameters into configuration file. 2015-02-19 11:39:05 +01:00
Alberto Planas
981fff9fb5 Add basic staging configuration manager. 2015-02-19 10:58:31 +01:00
Alberto Planas
78f0680708 action #3090 - staging freeze needs an option to just freeze the prjlinks and thats it 2015-02-16 17:18:53 +01:00
Alberto Planas
b867fb1f23 Detect if a cycle provides a new package, if not, ignore the cycle. 2015-02-12 11:27:39 +01:00
Alberto Planas
7fa1c06565 Rewrite DimStar work, using the OBSLock class. 2015-02-11 13:21:19 +01:00
12c2f5618c Locking: Let's get some locking mechanism so we hopefully step less on
each others toes.
2015-02-11 13:16:57 +01:00
87c8916620 Merge sync-rebuild into staging accept command 2015-02-09 17:17:47 +01:00
0968ffc6ff staging accept: create new links for packages when a new .spec file appears
https://progress.opensuse.org/issues/5902
2015-01-30 06:14:12 +01:00
Stephan Kulow
f095600f9b import re at the right places 2015-01-20 15:02:46 +01:00
f96cf7d4bb update_product_version: use re instead of importing/exporting the XML (we lose comments in the process) 2015-01-20 14:48:01 +01:00
Pass Automated Testing Suite
cf208b4a4a Fix class references 2015-01-20 13:06:48 +01:00
35ec3f368b freeze_command: update the version in the Test DVD product's KIWI file
to match the version of openSUSE-release

https://progress.opensuse.org/issues/5958
2015-01-20 08:39:11 +01:00
31e32421cd Introduce item_exists
item_exists is a variant of the former project_exists, that can take an
optional package name in plus.
2015-01-20 00:22:15 +01:00
83741173d1 staging accept: also accept any 'new' requests in the corresponding NonFree project 2014-12-19 10:43:08 +01:00
Alberto Planas
26dcd7f965 Detect if the author of a delete request iis the maintainer of tgt_project 2014-11-12 16:58:34 +01:00
Alberto Planas
96dab1d6e6 Change the way to evaluate DELETE request
- Add withhistory to recover the creator
- Remove the check of the user creator test for now, I need
  to figure out how to detect who is the maintainer in the
  tgt_project
- Check that the package is not needed in the tgt_project
  (usually Factory)
2014-11-12 14:08:00 +01:00
Alberto Planas
09b988895a Improve the error message for DELETE requests. 2014-11-10 14:05:49 +01:00
Alberto Planas
5bd0626e30 Default "who" to None for the _author() 2014-11-04 11:09:40 +01:00
Alberto Planas
e50fb7e284 The cycle detector ignore updated packages. 2014-11-04 11:09:40 +01:00
Alberto Planas
4af48f4c96 Improve clean_cache method. Add a test. 2014-10-14 17:10:07 +02:00
Alberto Planas
425a7ea663 Implement an external cache for checkrepo 2014-10-01 17:49:39 +02:00
Alberto Planas
503ca7f6f2 Remove all cache logic... for now. 2014-09-29 16:28:50 +02:00
Alberto Planas
482da28be6 Do not download requests without RPM. 2014-09-29 16:28:50 +02:00
Alberto Planas
1e2ea101e2 Replace subprojects array with subproject. 2014-09-29 11:51:43 +02:00
Alberto Planas
627a6e0aa6 action #3772 - replace 'factory' with actual project in accept 2014-09-29 11:25:15 +02:00
Alberto Planas
309a81674b check_command takes care of null subprojects. 2014-09-29 10:55:15 +02:00
5790cdf1e4 Fix tests 2014-09-22 17:57:11 +02:00
ce6fa20551 Query NonFree SR. 2014-09-22 17:37:37 +02:00