532 Commits

Author SHA1 Message Date
4f6e08247a Use tuples (non-mutable) instead of list (mutables) 2014-03-04 15:31:20 +01:00
Alberto Planas
06b97f4324 Merge pull request #86 from miska/master
Implement a way to use custom statuses
2014-03-04 15:16:19 +01:00
Michal Hrusecky
ba8dd50bd5 Implement a way to use custom statuses 2014-03-04 15:13:19 +01:00
Alberto Planas
23ec30a4ca Merge pull request #85 from aplanas/master
Remove _get_base_build_bin _get_base_build_src
2014-03-04 15:00:47 +01:00
32f80710eb Remove _get_base_build_bin _get_base_build_src 2014-03-04 15:01:21 +01:00
Stephan Kulow
64d92da9fc Merge pull request #82 from miska/master
Cleanup tests a little bit
2014-03-04 15:00:16 +01:00
Michal Hrusecky
a4455ac6d9 Little improvement to select test 2014-03-04 14:53:17 +01:00
Michal Hrušecký
157b5660a3 Merge pull request #84 from aplanas/master
Makes sense
2014-03-04 14:44:10 +01:00
fc026be5f1 Remove dead code 2014-03-04 14:41:52 +01:00
Stephan Kulow
df5debb454 Merge pull request #83 from aplanas/master
action #1755 repo checker mischecks groups
2014-03-04 14:37:23 +01:00
017d959d79 action #1755 repo checker mischecks groups 2014-03-04 14:34:49 +01:00
Michal Hrusecky
673d08b8a3 Split select test to separate file 2014-03-04 12:45:44 +01:00
Michal Hrusecky
51aa975a39 Renaming tests to have nonconflicting name 2014-03-04 12:43:58 +01:00
Alberto Planas
9bbe7fca71 Merge pull request #81 from openSUSE/coolo_1721
My try on 1721
2014-03-04 12:03:28 +01:00
Stephan Kulow
958a226ee2 test the basics for select 2014-03-04 10:55:55 +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
Stephan Kulow
2bd1ee8df7 Merge pull request #80 from miska/master
Check project test
2014-03-04 07:10:56 +01:00
Michal Hrusecky
fe13ca7060 Adding back mock - lost in merge 2014-03-03 23:31:43 +01:00
Michal Hrusecky
dbb547555b Merge branch 'master' of github.com:openSUSE/osc-plugin-factory 2014-03-03 23:28:58 +01:00
Michal Hrusecky
7badb93081 Capturing current behaviour of check 2014-03-03 23:27:53 +01:00
Michal Hrusecky
9d807410ce Providing fake build results for staging projects 2014-03-03 23:26:44 +01:00
Tomáš Chvátal
1b059751b5 Merge pull request #79 from aplanas/master
New approach for action #1658 - move does not need a from argument
2014-03-03 18:15:16 +01:00
d08861c598 New approach for action #1658 - move does not need a from argument 2014-03-03 17:26:52 +01:00
372aac004f More PEP8 compliance for the main library 2014-03-03 17:23:01 +01:00
Alberto Planas
e5e170553f Merge pull request #78 from openSUSE/coolo_1517
I will merge this, we can improve the visualization later.
2014-03-03 17:20:14 +01:00
Stephan Kulow
5fd408c0e1 don't allow select in an outdated (+7 days) project
and build enable the prj afterwards
2014-03-03 17:18:18 +01:00
Michal Hrusecky
e42e9d0da0 Initial support for testing project check 2014-03-03 16:17:41 +01:00
Stephan Kulow
ad71b0843b implement api call to get days since last freeze 2014-03-03 15:32:33 +01:00
Stephan Kulow
acc9872a67 have bootstrap_copy also in big staging prjs
Having a copy of the bootstrap repo is not strictly necessary but helps
to fix problems - and we can unify the handling of the prjs

Related issue: 1517
2014-03-03 15:04:09 +01:00
Alberto Planas
f4d1d8fcc4 Merge pull request #77 from openSUSE/coolo_1607
check needs to verify all reviews by_project are tracked
2014-03-03 13:23:42 +01:00
Stephan Kulow
a0572ea8e6 check needs to verify all reviews by_project are tracked 2014-03-03 13:13:32 +01:00
Tomáš Chvátal
8d25c71f70 Merge pull request #76 from aplanas/master
Make pep8 happy, except for the long lines
2014-02-28 15:01:48 +01:00
20a7369fee Make pep8 happy, except for the long lines 2014-02-28 14:32:28 +01:00
Tomáš Chvátal
039dda3f93 Merge pull request #75 from aplanas/master
A set of commits to detect dead code and clean the headers
2014-02-28 13:57:14 +01:00
1e0b8e920d Remove dead and commented code 2014-02-28 13:12:12 +01:00
780073f6d8 Fix headers and comment dead code. 2014-02-28 11:45:06 +01:00
c253cfa9aa Remove unused packages 2014-02-28 11:11:10 +01:00
2772c189bd Remove unused header 2014-02-28 11:04:08 +01:00
Alberto Planas
d8a2026fd7 Merge pull request #74 from miska/master
Test for check_one_request
2014-02-27 16:15:04 +01:00
Michal Hrusecky
3d262982f2 Test for check_one_request 2014-02-27 16:11:27 +01:00
Tomáš Chvátal
c032933845 Merge pull request #73 from miska/master
Test generate_build_status_details
2014-02-27 15:56:04 +01:00
Michal Hrusecky
93fdf4ae41 Better coverage for rm_from_prj 2014-02-27 15:54:13 +01:00
Michal Hrusecky
edafdf45ad Test generate_build_status_details 2014-02-27 15:24:22 +01:00
Alberto Planas
4ee26fda4e Merge pull request #72 from scarabeusiv/master
Really test ring comparsion.
2014-02-27 13:50:24 +01:00
Tomáš Chvátal
a1cc405c3e Really test ring comparsion. 2014-02-27 13:39:57 +01:00
Alberto Planas
40ee3cfa76 Merge pull request #71 from scarabeusiv/master
Fix staging check <letter> output.
2014-02-27 10:06:55 +01:00
Tomáš Chvátal
848e1b8889 Fix staging check <letter> output. 2014-02-27 09:59:19 +01:00
Alberto Planas
4a8af36d2f Merge pull request #70 from miska/master
Cleanup the rest of tests
2014-02-26 16:30:31 +01:00
Michal Hrusecky
8b28483635 Improved adding sr test 2014-02-26 16:30:03 +01:00
Michal Hrusecky
e41bac8c6e Split freeze test out of api tests 2014-02-26 16:23:16 +01:00