|
52a22a7917
|
Rename _is_new_review_by_project to _new_review...
_new_review_by_project do not return True / False, but the staging
project that is reviewing the request and that is in new state.
|
2014-03-10 16:28:01 +01:00 |
|
|
3dea7e3c84
|
RequestFinder is a new class object.
|
2014-03-10 16:28:01 +01:00 |
|
|
e0967d1583
|
Convert _is_int to a function.
|
2014-03-10 16:28:01 +01:00 |
|
|
4a26a50dc5
|
Forget a self after refactorization.
|
2014-03-10 16:28:00 +01:00 |
|
|
695cba4ad1
|
Pass the request id as string
|
2014-03-10 11:54:06 +01:00 |
|
|
0020fd4367
|
action #1824 - request finder bugs (II)
|
2014-03-10 11:25:10 +01:00 |
|
|
f0eec2dcf8
|
Fix a tab
|
2014-03-10 11:25:10 +01:00 |
|
|
77117bcabc
|
Fix refactorization lost in some merge
|
2014-03-10 10:42:20 +01:00 |
|
Stephan Kulow
|
c781643bad
|
revert the auto-freeze
there is reason the select command is not auto freezing - as documented
in https://progress.opensuse.org/issues/1517
|
2014-03-09 20:13:45 +01:00 |
|
Tomáš Chvátal
|
4f409870ad
|
We need request_id here too.
|
2014-03-07 15:35:59 +01:00 |
|
Tomáš Chvátal
|
6eccef26c9
|
Check if p is int and remove whitespace.
|
2014-03-07 14:49:33 +01:00 |
|
Tomáš Chvátal
|
f6f83334e4
|
Fix API rename clash.
|
2014-03-07 14:07:00 +01:00 |
|
Tomáš Chvátal
|
8460a8accd
|
Merge branch 'master' of github.com:openSUSE/osc-plugin-factory
Conflicts:
osclib/request_finder.py
osclib/stagingapi.py
|
2014-03-07 14:05:54 +01:00 |
|
|
016322913e
|
Fix last refactorization.
|
2014-03-07 11:42:52 +01:00 |
|
|
597843d9a6
|
Order the requests before YAML serialization.
|
2014-03-07 11:38:25 +01:00 |
|
|
eb200fe842
|
A bit of refactoring
|
2014-03-07 11:38:25 +01:00 |
|
Stephan Kulow
|
8f12c3562a
|
don't have check do anything but fail if there are open requests
|
2014-03-07 09:33:37 +01:00 |
|
Stephan Kulow
|
e2e8a5c6a3
|
hot fix for osc staging check - but the whole commit is bogus
|
2014-03-07 09:24:11 +01:00 |
|
Tomáš Chvátal
|
38a45e1c2c
|
Fix copy&pasto we are directly in api here.
|
2014-03-06 18:58:14 +01:00 |
|
Tomas Chvatal
|
799c7d2264
|
Split out check command.
|
2014-03-06 18:57:49 +01:00 |
|
Tomáš Chvátal
|
6e19c40bca
|
Make sure we pass the select tests again.
|
2014-03-06 18:29:15 +01:00 |
|
Tomáš Chvátal
|
5f819c2d00
|
Fix missing trailing brackets.
|
2014-03-06 18:23:47 +01:00 |
|
Tomas Chvatal
|
1cbb5cb32e
|
Enable build of staging only when there is some ring package. Add functions docu and fix some prints.
|
2014-03-06 18:23:07 +01:00 |
|
Tomas Chvatal
|
e0ba87c4fe
|
Use same coding style. Fix print syntax. Expand variable names to more obvious ones.
|
2014-03-06 18:22:19 +01:00 |
|
Tomas Chvatal
|
b4d14b7b7f
|
Do not use one leter variables and add docu for function.
|
2014-03-06 18:20:35 +01:00 |
|
|
71170d7aff
|
Check package matches in find_request_package()
|
2014-03-06 16:59:49 +01:00 |
|
Stephan Kulow
|
e87aeebeac
|
reviewed an aplanas paste :)
|
2014-03-06 16:34:02 +01:00 |
|
Tomáš Chvátal
|
eaa56d06e3
|
Merge branch 'master' of github.com:openSUSE/osc-plugin-factory
|
2014-03-06 16:32:50 +01:00 |
|
Tomáš Chvátal
|
61cc1756d3
|
Convert int to str in order not to crash.
|
2014-03-06 16:09:08 +01:00 |
|
|
830c1abad8
|
Detect when the move is from the same project.
|
2014-03-06 16:00:01 +01:00 |
|
|
8bc2a216d5
|
Small cosmetic changes.
|
2014-03-06 16:00:00 +01:00 |
|
|
9ecf003434
|
Add some doc strings.
|
2014-03-06 16:00:00 +01:00 |
|
Tomáš Chvátal
|
b96bb73f76
|
Run freeze command in select if needed.
|
2014-03-06 14:29:01 +01:00 |
|
Tomáš Chvátal
|
578dd7dc72
|
Add fixme for prj build enabling.
|
2014-03-06 12:59:54 +01:00 |
|
Alberto Planas
|
f4a014c014
|
Merge pull request #101 from scarabeusiv/master
Move stuff out of list_command to api so it can be reused
|
2014-03-06 11:50:20 +01:00 |
|
Tomáš Chvátal
|
8a3b5b34ef
|
Dispatch open requests prior checking the project state.
|
2014-03-06 11:46:44 +01:00 |
|
Stephan Kulow
|
61b437f573
|
try harder not to set reviews of closed requests
|
2014-03-06 11:43:57 +01:00 |
|
Tomáš Chvátal
|
24bf0341be
|
Refactory list command using the api so we can use it in other commands too.
|
2014-03-06 11:43:21 +01:00 |
|
Michal Hrušecký
|
d6286b6fde
|
Merge pull request #99 from scarabeusiv/master
Revert "Add switch wether to commit to Factory or not during accept."
|
2014-03-06 11:04:13 +01:00 |
|
Stephan Kulow
|
783cf708c0
|
fix more things for the list command
|
2014-03-06 09:54:12 +01:00 |
|
Stephan Kulow
|
d64f9a3f6a
|
don't consider a normal supersede a move
|
2014-03-06 09:39:49 +01:00 |
|
Stephan Kulow
|
7c18c7da08
|
remember the other request, so we can correctly output the duplicate
see issue 1795
|
2014-03-06 09:39:49 +01:00 |
|
Stephan Kulow
|
18fb2d9e8c
|
fix list_command
|
2014-03-05 20:26:27 +01:00 |
|
Tomáš Chvátal
|
867cd54a12
|
Revert "Add switch wether to commit to Factory or not during accept."
This reverts commit 220f842c5dd53cd2b227b997d1b6d525caedeb72.
Conflicts:
osc-staging.py
|
2014-03-05 15:49:48 +01:00 |
|
|
f75daee496
|
action #1785 - Select corner case
|
2014-03-05 15:13:38 +01:00 |
|
|
552a2d6948
|
Minor PEP8 fixes
|
2014-03-05 15:13:38 +01:00 |
|
Tomáš Chvátal
|
0f6c728741
|
Merge pull request #95 from miska/master
list & move
|
2014-03-05 13:04:39 +01:00 |
|
Michal Hrusecky
|
60d5c26854
|
More comments
|
2014-03-05 13:03:58 +01:00 |
|
|
28861d22ad
|
Detect staging project only when review by_project is in new state
|
2014-03-05 11:13:59 +01:00 |
|
|
a22f10ca9c
|
Remove empty line
|
2014-03-05 11:13:59 +01:00 |
|