41 Commits

Author SHA1 Message Date
Stephan Kulow
ab4349d634 don't freeze adi projects 2015-07-18 14:12:58 +02:00
Stephan Kulow
24fcd9cffd fix previous change 2015-07-16 19:35:22 +02:00
Stephan Kulow
5de87f84e4 add adi command to create an ad interim staging prj for all non-ring packages 2015-07-16 15:09:26 +02:00
Alberto Planas
8308eaab14 Small changes for SLE integration. 2015-03-24 14:46:36 +01:00
74714d191c In select command, if the fprj and target_project are the same, do not show the move option. 2014-09-10 17:32:27 +02:00
7d54c651ac action #3556 - bug in staging select 2014-09-09 13:48:27 +02:00
a65f4d5844 Fix the from_project in select_command. 2014-08-21 17:31:07 +02:00
d17b24a4a4 Detect staged packages in a more robust way.
Instead of checking the review status of the request to detect
if a package is in a staging project, we use the staging API
knowledge about packages.

This fix the problem that happends when a staged request is
declined and reopened.
2014-08-14 17:28:35 +02:00
29b8bcca6b Makes staging pluging Factory agnostic. 2014-08-07 12:58:47 +02:00
Stephan Kulow
9579595e72 remove sub packages on unselect
http://pastebin/10224
2014-06-17 13:57:19 +02:00
Ancor Gonzalez Sosa
507e50d633 Write only one comment per action
* For every 'select' or 'unselect' a single comment is written in
   every affected project
 * Previous automatic comments are deleted (as a first approach)
 * For more info, see https://progress.opensuse.org/issues/2564
2014-06-04 16:54:21 +02:00
a3b4b44193 also be a hyperlink for move command 2014-05-26 19:12:29 +08:00
2066951053 replace type of request id from plain text to hyperlink 2014-05-26 18:57:56 +08:00
29a74d9a33 Adjust markdown text. 2014-05-20 17:15:28 +02:00
7f9207f26c Group comments by user and operation in the select command. 2014-05-20 17:05:41 +02:00
f7058390cd Replace with [at] and fix the select comment. 2014-05-20 15:08:21 +02:00
d3b95370ec Scape markdown headline mark. 2014-05-20 14:56:57 +02:00
701fdfba6a Replace @ with # to avoid spam for now. 2014-05-20 13:49:14 +02:00
9342132d50 Put in place where to remove comments. Comment it for now. 2014-05-20 13:45:59 +02:00
6e0322f699 Add comments in every operation. 2014-05-20 12:26:56 +02:00
Tomáš Chvátal
a085dbbf86 Print out what requests are we selecting where. Usefull for selecting huge sets to ensure nothing is blocked. 2014-04-17 22:18:06 +02:00
ca02624364 Do not use FreezeCommand? Do not import it. 2014-03-28 16:43:54 +01:00
Tomáš Chvátal
5da03f74b6 Do change project build state when removing packages properly. Progress issue#1783. 2014-03-24 15:15:47 +01:00
Tomáš Chvátal
93a3919db5 Add message when changing review state and set build properly when moving packages. 2014-03-21 19:25:22 +01:00
3988530799 Formalize the definition of supersede 2014-03-10 16:28:01 +01:00
f0eec2dcf8 Fix a tab 2014-03-10 11:25:10 +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
6eccef26c9 Check if p is int and remove whitespace. 2014-03-07 14:49:33 +01:00
Tomáš Chvátal
6e19c40bca Make sure we pass the select tests again. 2014-03-06 18:29:15 +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
Tomáš Chvátal
eaa56d06e3 Merge branch 'master' of github.com:openSUSE/osc-plugin-factory 2014-03-06 16:32:50 +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
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
Stephan Kulow
d64f9a3f6a don't consider a normal supersede a move 2014-03-06 09:39:49 +01:00
f75daee496 action #1785 - Select corner case 2014-03-05 15:13:38 +01:00
a22f10ca9c Remove empty line 2014-03-05 11:13:59 +01:00
Stephan Kulow
57216c9819 fix some bugs in select 2014-03-04 16:05:20 +01:00
703b580142 Fix references from opts.move and opts.from_ 2014-03-04 15:31:20 +01:00
Stephan Kulow
2d01cfdbff split unselect and select functions
and move the rather complex select logic in a seperate class
2014-03-04 10:06:36 +01:00