Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ah i forgot about that weird python behaviour :) | makkalot | 2008-06-15 | 1 | -1/+1 | |
| | ||||||
* | add link executer | makkalot | 2008-06-15 | 1 | -0/+25 | |
| | ||||||
* | the html form to submit arguments | makkalot | 2008-06-15 | 1 | -0/+12 | |
| | ||||||
* | some fixes in automation code and adding a remoteform factory | makkalot | 2008-06-15 | 1 | -5/+41 | |
| | ||||||
* | better tests | makkalot | 2008-06-15 | 1 | -2/+27 | |
| | ||||||
* | some html work to showup method args | makkalot | 2008-06-15 | 6 | -18/+24 | |
| | ||||||
* | add controller code to displau automated widgets | makkalot | 2008-06-15 | 1 | -4/+43 | |
| | ||||||
* | adding mochikit to funcweb | makkalot | 2008-06-15 | 1 | -1/+2 | |
| | ||||||
* | adding a RemoteForm automation to our widget factory | makkalot | 2008-06-12 | 2 | -2/+55 | |
| | ||||||
* | write a TODO to not forget the things please :) | makkalot | 2008-06-12 | 1 | -0/+17 | |
| | ||||||
* | returning back a WidgetList object | makkalot | 2008-06-12 | 2 | -4/+28 | |
| | ||||||
* | adding tests for specialized cases | makkalot | 2008-06-12 | 1 | -1/+12 | |
| | ||||||
* | adding string dropdown | makkalot | 2008-06-12 | 1 | -25/+25 | |
| | ||||||
* | changing the tests according to changed stuff | makkalot | 2008-06-10 | 1 | -19/+12 | |
| | ||||||
* | removing is_required assignment and fixing some stupid errors | makkalot | 2008-06-10 | 1 | -8/+12 | |
| | ||||||
* | initial design for widget input factory | makkalot | 2008-06-09 | 1 | -0/+124 | |
| | ||||||
* | test for widget automation the first one | makkalot | 2008-06-09 | 1 | -0/+89 | |
| | ||||||
* | Changing func/func/overlord/client.py:Client() to Overlord(). Client() still | Adrian Likins | 2008-03-28 | 1 | -3/+3 | |
| | | | | | | | works but will dive a deprecation warning. First pass at this refactor. I think just about everything has been updated, but some questions remain. Like if client.py needs a name change. | |||||
* | Use Minions(glob).get_all_hosts() to fetch our minion list in funcweb | Luke Macken | 2008-03-10 | 2 | -4/+3 | |
| | ||||||
* | Change funcwebs default port to 51236, to avoid conflicting with pulp | Luke Macken | 2008-03-10 | 2 | -3/+3 | |
| | ||||||
* | Make funcweb generate the egg-info when necessary. | Luke Macken | 2008-03-10 | 1 | -0/+6 | |
| | ||||||
* | Update the funcweb README | Luke Macken | 2008-03-10 | 1 | -7/+10 | |
| | | | | | | - Added instructions for setting up a non-root user to run funcweb with - Added pam-devel to package dep list - Make running funcweb easier by generating the egg_info when necessary | |||||
* | Add some documentation to our pamprovider module | Luke Macken | 2008-02-20 | 1 | -0/+10 | |
| | ||||||
* | More funcweb README modifications | Luke Macken | 2008-02-20 | 1 | -12/+7 | |
| | ||||||
* | Remove our now unnecessary identity model from funcweb | Luke Macken | 2008-02-20 | 1 | -177/+0 | |
| | ||||||
* | Add an entry point to our FuncWebVisitManager | Luke Macken | 2008-02-20 | 1 | -0/+4 | |
| | ||||||
* | Dumb down our FuncWebVisitManager | Luke Macken | 2008-02-20 | 1 | -0/+51 | |
| | ||||||
* | Remove database references from funcweb configuration (wee!) | Luke Macken | 2008-02-20 | 2 | -7/+8 | |
| | ||||||
* | Make our PAMIdentityProvider actually "work". | Luke Macken | 2008-02-20 | 1 | -19/+59 | |
| | | | | | | - Define a dumb User class instead of a db model - Define a basic Identity class instead of the SqlAlchemyIdentity - Dumb down our PAMIdentityProvider, a lot. | |||||
* | funcweb README modifications | Luke Macken | 2008-02-19 | 1 | -2/+6 | |
| | ||||||
* | Add an entry point for our PAMIdentityProvider | Luke Macken | 2008-02-19 | 1 | -0/+4 | |
| | ||||||
* | Now that funcweb can auth against PAM, we only have to require that the user ↵ | Luke Macken | 2008-02-19 | 1 | -6/+3 | |
| | | | | is not anonymous, and not that they are from localhost. | |||||
* | Update the funcweb configuration to use our new model and PAM identity provider | Luke Macken | 2008-02-19 | 1 | -12/+7 | |
| | ||||||
* | Add a PAMIdentityProvider for TurboGears. This utilizes the PAM python ↵ | Luke Macken | 2008-02-19 | 3 | -0/+182 | |
| | | | | module written by Chris AtLee. | |||||
* | Remove the Elixir dependency by using an SQLAlchemy model for now. | Luke Macken | 2008-02-19 | 2 | -99/+177 | |
| | ||||||
* | Update to jQuery 1.2.3 | Luke Macken | 2008-02-14 | 1 | -11/+12 | |
| | ||||||
* | Trim our minion names if we have to, until we alter our layout | Luke Macken | 2008-01-24 | 1 | -1/+1 | |
| | ||||||
* | Only allow localhost and authenticated users access to funcweb. This entails, | Luke Macken | 2008-01-24 | 12 | -69/+409 | |
| | | | | | - Utilizing the TurboGears identity framework - Creating our identity model using SQLAlchemy+Elixir | |||||
* | Port login template to genshi | Luke Macken | 2008-01-24 | 1 | -3/+3 | |
| | ||||||
* | Actually, .hide().load() should be sufficient, instead of hide().empty().load(). | Luke Macken | 2008-01-18 | 4 | -4/+4 | |
| | ||||||
* | hide() before calling empty(), as to not kill our animations (if we actually ↵ | Luke Macken | 2008-01-18 | 4 | -4/+4 | |
| | | | | care) | |||||
* | Remove SQLObject remnants | Luke Macken | 2008-01-18 | 1 | -9/+1 | |
| | ||||||
* | empty() our old columns instead of just hide()'ing them | Luke Macken | 2008-01-18 | 3 | -3/+3 | |
| | ||||||
* | Display our method results on our current page. | Luke Macken | 2008-01-18 | 1 | -2/+5 | |
| | ||||||
* | Clean up our result output | Luke Macken | 2008-01-18 | 1 | -4/+1 | |
| | ||||||
* | Some CSS tweaks. Add a results class. | Luke Macken | 2008-01-18 | 1 | -3/+13 | |
| | ||||||
* | Default to an empty string instead of None in our funcweb.run method | Luke Macken | 2008-01-18 | 1 | -1/+1 | |
| | ||||||
* | Give our method arguments text field focus when it appears. | Luke Macken | 2008-01-17 | 1 | -2/+5 | |
| | ||||||
* | Use some sexy jQuery animations. | Luke Macken | 2008-01-17 | 3 | -4/+4 | |
| | ||||||
* | Increase our font size a bit | Luke Macken | 2008-01-17 | 1 | -1/+1 | |
| |