summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* remove those printsmakkalot2008-08-041-2/+0
* use the copy trick :)makkalot2008-08-041-1/+1
* we use the glob_controller in lots of places so that generalizes itmakkalot2008-08-041-9/+39
* adding and removing a whole list of hosts to groupsmakkalot2008-08-011-3/+49
* groups api actions added to main controllermakkalot2008-07-311-0/+53
* fixing the refresh code for completed tasksmakkalot2008-07-281-1/+1
* when short commands are executed succesfully we dont need again to notify the...makkalot2008-07-241-0/+11
* little fix to change the behaviour for the first changes, because we may have...makkalot2008-07-231-6/+5
* fixing some bugz and adding some debug mesages will be removed latermakkalot2008-07-231-9/+8
* adding methods to show the async results in a table and also return the resul...makkalot2008-07-221-0/+65
* integrate the async code changes into the controller classmakkalot2008-07-211-8/+34
* enable multi command execution on funcweb, it is what should bemakkalot2008-07-141-9/+19
* change the returning template if it is a post requestmakkalot2008-07-141-3/+8
* make the minions to accept post globsmakkalot2008-07-131-1/+1
* changing some template names that were confusingmakkalot2008-07-111-8/+6
* we needed to server the local application under 127.0.0.1:port/funcweb to mat...makkalot2008-07-091-3/+15
* add some comments into the controllermakkalot2008-07-021-3/+14
* adding some simple cache mechanism for fc = Overlord(minion) thing , we do th...makkalot2008-07-021-34/+119
* display only the methods that are registered with register_method api structuremakkalot2008-07-011-3/+10
* exporting the description of the method into web UImakkalot2008-06-301-2/+7
* enable again the identity thingmakkalot2008-06-231-3/+6
* integrating dinamyc validation part into web UI stuff,also fixing some minor ...makkalot2008-06-221-14/+59
* remove the irrelevant mesagesmakkalot2008-06-181-1/+1
* adding implementation for methods without arguments for those that birngup so...makkalot2008-06-161-12/+16
* to be able to execute forms :)makkalot2008-06-161-2/+31
* show only the stuff that has exported methods,hmm it is slowmakkalot2008-06-151-0/+9
* remove the weird duplication in widget.displaymakkalot2008-06-151-7/+8
* ah i forgot about that weird python behaviour :)makkalot2008-06-151-1/+1
* add controller code to displau automated widgetsmakkalot2008-06-151-4/+43
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-3/+3
* Use Minions(glob).get_all_hosts() to fetch our minion list in funcwebLuke Macken2008-03-101-3/+2
* Now that funcweb can auth against PAM, we only have to require that the user ...Luke Macken2008-02-191-6/+3
* Only allow localhost and authenticated users access to funcweb. This entails,Luke Macken2008-01-241-5/+43
* Default to an empty string instead of None in our funcweb.run methodLuke Macken2008-01-181-1/+1
* No need to check for arguments in the funcweb.run methodLuke Macken2008-01-171-4/+1
* Elaborate on a docstringLuke Macken2008-01-171-1/+1
* Add a useful docstring, and remove an obsolete return valueLuke Macken2008-01-171-2/+8
* Split up our user-specified arguments when executing a method from funcwebLuke Macken2008-01-171-1/+1
* Add ability to execute methods and view minions/modules/methods from funcwebLuke Macken2008-01-171-4/+24
* Switch from kid to genshi as our templating engine for FuncWebLuke Macken2008-01-171-9/+18
* Initial `tg-admin quickstart` of funcwebLuke Macken2008-01-171-0/+12