Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Updating the AUTHORS file. | Michael DeHaan | 2008-06-26 | 1 | -0/+4 | |
| |/ / / |/| | | | ||||||
* | | | | add a "summary" to the cmd_module classes so the help can get to them. | Adrian Likins | 2008-06-26 | 7 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | make "func help" work again. Sorta. It's better, but it's still not right. At least it doesnt traceback now. remove a spurious debug statement in the command parser | |||||
* | | | | fix traceback on "func '*' copyfile". aka, call with no arguments | Adrian Likins | 2008-06-26 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | check for empty method list on call cmd. dont traceback if | Adrian Likins | 2008-06-26 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | we get one | |||||
* | | | | add "glob" method to rpm minion module, and add test cases | Adrian Likins | 2008-06-26 | 2 | -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 name | Adrian Likins | 2008-06-26 | 1 | -0/+2 | |
| |_|/ |/| | | | | | | | | patch from Luca Foppiano <lfoppiano@sboing.byte-code.lan> | |||||
* | | | Merge branch 'kadamski-async2' | Michael DeHaan | 2008-06-26 | 3 | -7/+10 | |
|\| | | | | | | | | | | | | | | | | | Conflicts: func/jobthing.py | |||||
| * | | Fix options.async and options.forks problem. | Krzysztof A. Adamski | 2008-06-26 | 2 | -2/+6 | |
| | | | ||||||
| * | | Eliminate concurency between parent and child in batch_run(). | Krzysztof A. Adamski | 2008-06-22 | 1 | -2/+1 | |
| | | | ||||||
| * | | Change job_id from double to string. Use pprint to get better precision. | Krzysztof A. Adamski | 2008-06-22 | 1 | -2/+3 | |
| | | | ||||||
* | | | Adding find resources script to contrib | Michael DeHaan | 2008-06-24 | 1 | -0/+113 | |
| | | | ||||||
* | | | Applying Matt Hicks' patches to enhance the virt modules. | Michael DeHaan | 2008-06-24 | 1 | -3/+26 | |
| | | | ||||||
* | | | Merge branch 'makkalot_extreme' | Michael DeHaan | 2008-06-23 | 23 | -33/+1910 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | enable again the identity thing | makkalot | 2008-06-23 | 1 | -3/+6 | |
| | | | ||||||
| * | | make it for localhost | makkalot | 2008-06-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | todo or not todo | makkalot | 2008-06-23 | 1 | -3/+6 | |
| | | | ||||||
| * | | better validation in server side for services | makkalot | 2008-06-22 | 1 | -1/+2 | |
| | | | ||||||
| * | | the ugly print message that fills all the screen :) | makkalot | 2008-06-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | integrating dinamyc validation part into web UI stuff,also fixing some minor ↵ | makkalot | 2008-06-22 | 1 | -14/+59 | |
| | | | | | | | | | | | | bugzzz | |||||
| * | | fix a silly mistake :) | makkalot | 2008-06-22 | 1 | -1/+2 | |
| | | | ||||||
| * | | update the RemoteFormFactory with new stuff | makkalot | 2008-06-22 | 1 | -6/+8 | |
| | | | ||||||
| * | | add validator schema factory results to RemoteForm object | makkalot | 2008-06-21 | 2 | -3/+7 | |
| | | | ||||||
| * | | adding boolean validator completely forgot about it,there is some code ↵ | makkalot | 2008-06-21 | 2 | -0/+48 | |
| | | | | | | | | | | | | duplication better to make some optimization | |||||
| * | | the final validator hash is done with its tests , happy testing :) | makkalot | 2008-06-21 | 2 | -7/+21 | |
| | | | ||||||
| * | | adding custom validator for hashes | makkalot | 2008-06-21 | 2 | -4/+78 | |
| | | | ||||||
| * | | adding list factory validator, the process becomes easier :) | makkalot | 2008-06-21 | 2 | -1/+40 | |
| | | | ||||||
| * | | forgot to add optional keyword into validation controls :) | makkalot | 2008-06-21 | 2 | -0/+25 | |
| | | | ||||||
| * | | adding tests for custom list minion validator | makkalot | 2008-06-21 | 1 | -1/+32 | |
| | | | ||||||
| * | | adding a custom minion list validator will change in the future after ↵ | makkalot | 2008-06-21 | 1 | -2/+32 | |
| | | | | | | | | | | | | choosing the best widget for it | |||||
| * | | tests for float validator factory :) | makkalot | 2008-06-20 | 1 | -0/+19 | |
| | | | ||||||
| * | | the float validation was easy same as int :) | makkalot | 2008-06-20 | 1 | -1/+16 | |
| | | | ||||||
| * | | testing changes for float validator | makkalot | 2008-06-20 | 1 | -9/+52 | |
| | | | ||||||
| * | | the float and int validators are pretty simple so changes to write less code ↵ | makkalot | 2008-06-20 | 1 | -18/+40 | |
| | | | | | | | | | | | | for float | |||||
| * | | adding extra validation for range option in integers | makkalot | 2008-06-20 | 1 | -1/+11 | |
| | | | ||||||
| * | | add integer validation factory test part | makkalot | 2008-06-20 | 1 | -1/+46 | |
| | | | ||||||
| * | | add integer validation factory part | makkalot | 2008-06-20 | 1 | -11/+21 | |
| | | | ||||||
| * | | Adding tests for integer validator | makkalot | 2008-06-20 | 1 | -5/+32 | |
| | | | ||||||
| * | | Adding a new custom validator for our int field didnt use turbogears cause ↵ | makkalot | 2008-06-20 | 1 | -0/+45 | |
| | | | | | | | | | | | | it doesnt accept min max thingy | |||||
| * | | if there is a options keyword in args the others should be there there is no ↵ | makkalot | 2008-06-20 | 2 | -2/+18 | |
| | | | | | | | | | | | | sense | |||||
| * | | add a string validators tests | makkalot | 2008-06-19 | 1 | -0/+69 | |
| | | | ||||||
| * | | add a beautiful string validator here | makkalot | 2008-06-19 | 1 | -12/+53 | |
| | | | ||||||
| * | | remove some irrelevant statements | makkalot | 2008-06-19 | 1 | -4/+0 | |
| | | | ||||||
| * | | the initial work for validator part the structure will be like that | makkalot | 2008-06-18 | 1 | -0/+74 | |
| | | | ||||||
| * | | a funny loading gif image :) | makkalot | 2008-06-18 | 1 | -0/+0 | |
| | | | ||||||
| * | | some js action updates in widgets | makkalot | 2008-06-18 | 1 | -13/+5 | |
| | | | ||||||
| * | | some updates in templates | makkalot | 2008-06-18 | 3 | -3/+4 | |
| | | | ||||||
| * | | adding a new column for results,i know im terrible in that | makkalot | 2008-06-18 | 1 | -2/+8 | |
| | | | ||||||
| * | | remove the irrelevant mesages | makkalot | 2008-06-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | adding the js file into master | makkalot | 2008-06-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | adding resources for remote form that file fixes the ajaxian problem we had | makkalot | 2008-06-18 | 1 | -0/+83 | |
| | | |