summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add "glob" method to rpm minion module, and add test casesHEADmasterhome-develAdrian Likins2008-06-262-1/+56
| | | | | | patch from Pradeep Kilambi <pkilambi@redhat.com> (with a small change to handle arch being "None" for gpg-pubkey packages)
* strip any white space passed into services nameAdrian Likins2008-06-261-0/+2
| | | | patch from Luca Foppiano <lfoppiano@sboing.byte-code.lan>
* Merge branch 'kadamski-async2'Michael DeHaan2008-06-263-7/+10
|\ | | | | | | | | | | Conflicts: func/jobthing.py
| * Fix options.async and options.forks problem.Krzysztof A. Adamski2008-06-262-2/+6
| |
| * Eliminate concurency between parent and child in batch_run().Krzysztof A. Adamski2008-06-221-2/+1
| |
| * Change job_id from double to string. Use pprint to get better precision.Krzysztof A. Adamski2008-06-221-2/+3
| |
* | Adding find resources script to contribMichael DeHaan2008-06-241-0/+113
| |
* | Applying Matt Hicks' patches to enhance the virt modules.Michael DeHaan2008-06-241-3/+26
| |
* | Merge branch 'makkalot_extreme'Michael DeHaan2008-06-2323-33/+1910
|\ \
| * | enable again the identity thingmakkalot2008-06-231-3/+6
| | |
| * | make it for localhostmakkalot2008-06-231-1/+1
| | |
| * | todo or not todomakkalot2008-06-231-3/+6
| | |
| * | better validation in server side for servicesmakkalot2008-06-221-1/+2
| | |
| * | the ugly print message that fills all the screen :)makkalot2008-06-221-1/+1
| | |
| * | integrating dinamyc validation part into web UI stuff,also fixing some minor ↵makkalot2008-06-221-14/+59
| | | | | | | | | | | | bugzzz
| * | fix a silly mistake :)makkalot2008-06-221-1/+2
| | |
| * | update the RemoteFormFactory with new stuffmakkalot2008-06-221-6/+8
| | |
| * | add validator schema factory results to RemoteForm objectmakkalot2008-06-212-3/+7
| | |
| * | adding boolean validator completely forgot about it,there is some code ↵makkalot2008-06-212-0/+48
| | | | | | | | | | | | duplication better to make some optimization
| * | the final validator hash is done with its tests , happy testing :)makkalot2008-06-212-7/+21
| | |
| * | adding custom validator for hashesmakkalot2008-06-212-4/+78
| | |
| * | adding list factory validator, the process becomes easier :)makkalot2008-06-212-1/+40
| | |
| * | forgot to add optional keyword into validation controls :)makkalot2008-06-212-0/+25
| | |
| * | adding tests for custom list minion validatormakkalot2008-06-211-1/+32
| | |
| * | adding a custom minion list validator will change in the future after ↵makkalot2008-06-211-2/+32
| | | | | | | | | | | | choosing the best widget for it
| * | tests for float validator factory :)makkalot2008-06-201-0/+19
| | |
| * | the float validation was easy same as int :)makkalot2008-06-201-1/+16
| | |
| * | testing changes for float validatormakkalot2008-06-201-9/+52
| | |
| * | the float and int validators are pretty simple so changes to write less code ↵makkalot2008-06-201-18/+40
| | | | | | | | | | | | for float
| * | adding extra validation for range option in integersmakkalot2008-06-201-1/+11
| | |
| * | add integer validation factory test partmakkalot2008-06-201-1/+46
| | |
| * | add integer validation factory partmakkalot2008-06-201-11/+21
| | |
| * | Adding tests for integer validatormakkalot2008-06-201-5/+32
| | |
| * | Adding a new custom validator for our int field didnt use turbogears cause ↵makkalot2008-06-201-0/+45
| | | | | | | | | | | | it doesnt accept min max thingy
| * | if there is a options keyword in args the others should be there there is no ↵makkalot2008-06-202-2/+18
| | | | | | | | | | | | sense
| * | add a string validators testsmakkalot2008-06-191-0/+69
| | |
| * | add a beautiful string validator heremakkalot2008-06-191-12/+53
| | |
| * | remove some irrelevant statementsmakkalot2008-06-191-4/+0
| | |
| * | the initial work for validator part the structure will be like thatmakkalot2008-06-181-0/+74
| | |
| * | a funny loading gif image :)makkalot2008-06-181-0/+0
| | |
| * | some js action updates in widgetsmakkalot2008-06-181-13/+5
| | |
| * | some updates in templatesmakkalot2008-06-183-3/+4
| | |
| * | adding a new column for results,i know im terrible in thatmakkalot2008-06-181-2/+8
| | |
| * | remove the irrelevant mesagesmakkalot2008-06-181-1/+1
| | |
| * | adding the js file into mastermakkalot2008-06-181-0/+1
| | |
| * | adding resources for remote form that file fixes the ajaxian problem we hadmakkalot2008-06-181-0/+83
| | |
| * | change test for localhostmakkalot2008-06-161-2/+2
| | |
| * | add the magic jquery part for the method_args template for link executionmakkalot2008-06-161-0/+4
| | |
| * | adding implementation for methods without arguments for those that birngup ↵makkalot2008-06-161-12/+16
| | | | | | | | | | | | some info
| * | update the tests for new hiddenfield stuffmakkalot2008-06-161-1/+1
| | |