Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | change the widget validation to handle the repeating fields | makkalot | 2008-06-30 | 1 | -7/+22 | |
| | | | | | ||||||
| * | | | | template for repeating field,it is a simplle table may change it to divs ↵ | makkalot | 2008-06-30 | 1 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | later ... | |||||
| * | | | | js for adding and removing textfields dynamicly based on tg_expanding_form ↵ | makkalot | 2008-06-30 | 1 | -0/+135 | |
| | | | | | | | | | | | | | | | | | | | | from cogbin :) | |||||
| * | | | | the css for repeating field simple one | makkalot | 2008-06-30 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | add new js and css to master for rendering the repeating fields | makkalot | 2008-06-30 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | adding tests for sample method that tests the rendering things | makkalot | 2008-06-30 | 1 | -1/+34 | |
| | | | | | ||||||
| * | | | | adding a new template for repeating fields | makkalot | 2008-06-30 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | exporting the description of the method into web UI | makkalot | 2008-06-30 | 1 | -2/+7 | |
| | | | | | ||||||
| * | | | | as im going to export other methods in other modules i will need some remote ↵ | makkalot | 2008-06-30 | 1 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | testing renderer,so that will do the job for now | |||||
| * | | | | adding also the boolean to test to see if it works | makkalot | 2008-06-30 | 1 | -1/+16 | |
| | | | | | ||||||
| * | | | | simple test method to see all the rendering options in web UI (maybe removed ↵ | makkalot | 2008-06-30 | 1 | -0/+116 | |
| | | | | | | | | | | | | | | | | | | | | later) | |||||
| * | | | | fixing the loading image dimensions | makkalot | 2008-06-29 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | some look and feel fixes | makkalot | 2008-06-29 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | better loading image :) | makkalot | 2008-06-29 | 1 | -0/+0 | |
| | | | | | ||||||
| * | | | | minor change in test to not confuse the concepts | makkalot | 2008-06-29 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | writing unittests for add_special_list method | makkalot | 2008-06-29 | 1 | -1/+10 | |
| | | | | | ||||||
| * | | | | writing tests for specialized_hash method | makkalot | 2008-06-29 | 1 | -10/+40 | |
| | | | | | ||||||
| * | | | | fixing some silly errors, unittests are cool :) | makkalot | 2008-06-29 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | Adding tests for labels | makkalot | 2008-06-29 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Adding better label support and fixing a deprecated warning | makkalot | 2008-06-29 | 1 | -5/+4 | |
| | | | | | ||||||
| * | | | | adding tests for pretty_label util method | makkalot | 2008-06-29 | 1 | -4/+23 | |
| | | | | | ||||||
| * | | | | adding the main structure fo advanced widgets that will supply dynamic ↵ | makkalot | 2008-06-29 | 1 | -2/+85 | |
| | | | | | | | | | | | | | | | | | | | | number of fields in UI for lists and hashes. Also adding a simple util method that converts the argument names into better labels | |||||
* | | | | | Print userfriendly error messages instead of tracebacks in case of ↵ | Krzysztof A. Adamski | 2008-07-08 | 3 | -4/+18 | |
| | | | | | | | | | | | | | | | | | | | | permissions errors. | |||||
* | | | | | Create a manpage for func-transmit and package it. | Michael DeHaan | 2008-07-07 | 7 | -3/+45 | |
| | | | | | ||||||
* | | | | | Including yaml parser for use by Func-transmit, as we want to make sure we have | Michael DeHaan | 2008-07-07 | 15 | -1/+1773 | |
| |_|/ / |/| | | | | | | | | | | | one around that is compatible with older Python, and also tweaked not to do crayz things with stream layout. | |||||
* | | | | Default parameter list in func-transmit to None | Michael DeHaan | 2008-07-07 | 2 | -4/+4 | |
| | | | | ||||||
* | | | | Allow calling with no parameters | Michael DeHaan | 2008-07-07 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Add GPL headers to main /usr/bin scripts | Michael DeHaan | 2008-07-07 | 3 | -0/+39 | |
| | | | | ||||||
* | | | | Added func-transmit (Marco's version + tweaks) which allows calling Func via ↵ | Michael DeHaan | 2008-07-07 | 6 | -2/+78 | |
| | | | | | | | | | | | | | | | | a YAML interface over stdin/stdout protocol. We still need to package yaml properly as Fedora/EPEL does not have a parser that we like well enough (FIXME). We could also change this to work over XMLRPC marshalling if so desired. | |||||
* | | | | Fix --jobstatus option for call cmd_module. | Krzysztof Adamski | 2008-07-03 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Release bump | Michael DeHaan | 2008-07-02 | 2 | -1/+4 | |
| | | | ||||||
* | | | Merge branch 'kadamski-async2' | Michael DeHaan | 2008-07-02 | 7 | -3/+24 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: func/overlord/cmd_modules/ping.py | |||||
| * | | | Add support for local modules configuration files. | Krzysztof A. Adamski | 2008-06-29 | 1 | -1/+10 | |
| | | | | ||||||
| * | | | Remove unneded print statement. | Krzysztof A. Adamski | 2008-06-29 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Add support for forcing some long running methods to be called in async mode ↵ | Krzysztof A. Adamski | 2008-06-29 | 4 | -0/+13 | |
| | | | | | | | | | | | | | | | | from command line. | |||||
| * | | | Fix traceback when starting funcd on Python 2.4 | Krzysztof A. Adamski | 2008-06-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/func | Michael DeHaan | 2008-06-30 | 4 | -4/+10 | |
|\ \ \ \ | ||||||
| * | | | | add rpms/ srpms/ tars/ dirs to gitignore (all part of build process and all ↵ | Adrian Likins | 2008-06-30 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | temp) also ignore test/test-it.conf* files | |||||
| * | | | | some help output clean ups. | Adrian Likins | 2008-06-30 | 3 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | func/overlord/command.py: set a default description. without it, none of the formatted description output gets showns func/overlord/func_command.py: better "usage" output func/overlord/func/show.py: better summary/useage of show.py | |||||
| * | | | | remove print of formatted help here | Adrian Likins | 2008-06-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It gets called everytime that way, which is wrong. Still not sure why the formatted help isnt being shown though. | |||||
* | | | | | update changelog | Michael DeHaan | 2008-06-30 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | Remove stray comment | Michael DeHaan | 2008-06-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Updating AUTHORS | Michael DeHaan | 2008-06-30 | 2 | -1/+2 | |
| | | | | ||||||
* | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/func | Michael DeHaan | 2008-06-30 | 1 | -1/+5 | |
|\ \ \ \ | ||||||
| * | | | | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/func | Adrian Likins | 2008-06-28 | 2 | -1/+5 | |
| |\| | | | ||||||
| * | | | | fix fedora bug #441283 - typo in postinstall scriptlet | Adrian Likins | 2008-06-28 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | (the init.d symlinks for runlevels 1 and 6 were created wrong) | |||||
* | | | | | Remove a few stray prints | Michael DeHaan | 2008-06-30 | 1 | -3/+1 | |
| | | | | | ||||||
* | | | | | Using config.cert_extension instead of hardcoded cert file extension '.cert' | TANABE Ken-ichi | 2008-06-28 | 1 | -2/+2 | |
| |/ / / |/| | | | ||||||
* | | | | Merge branch 'kadamski-async2' | Michael DeHaan | 2008-06-27 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Change SocketServer.ThreadingMixIn to SocketServer.ForkingMixIn in ↵ | Krzysztof A. Adamski | 2008-06-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BaseAuthedXMLRPCServer. When used with threads, PyOpenSSL seams to be leaking memory and python module logging like deadlocks so lets better use fork. |