summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | change the widget validation to handle the repeating fieldsmakkalot2008-06-301-7/+22
| | | | |
| * | | | template for repeating field,it is a simplle table may change it to divs ↵makkalot2008-06-301-0/+30
| | | | | | | | | | | | | | | | | | | | later ...
| * | | | js for adding and removing textfields dynamicly based on tg_expanding_form ↵makkalot2008-06-301-0/+135
| | | | | | | | | | | | | | | | | | | | from cogbin :)
| * | | | the css for repeating field simple onemakkalot2008-06-301-0/+6
| | | | |
| * | | | add new js and css to master for rendering the repeating fieldsmakkalot2008-06-301-1/+4
| | | | |
| * | | | adding tests for sample method that tests the rendering thingsmakkalot2008-06-301-1/+34
| | | | |
| * | | | adding a new template for repeating fieldsmakkalot2008-06-301-2/+2
| | | | |
| * | | | exporting the description of the method into web UImakkalot2008-06-301-2/+7
| | | | |
| * | | | as im going to export other methods in other modules i will need some remote ↵makkalot2008-06-301-0/+45
| | | | | | | | | | | | | | | | | | | | testing renderer,so that will do the job for now
| * | | | adding also the boolean to test to see if it worksmakkalot2008-06-301-1/+16
| | | | |
| * | | | simple test method to see all the rendering options in web UI (maybe removed ↵makkalot2008-06-301-0/+116
| | | | | | | | | | | | | | | | | | | | later)
| * | | | fixing the loading image dimensionsmakkalot2008-06-291-1/+1
| | | | |
| * | | | some look and feel fixesmakkalot2008-06-291-2/+2
| | | | |
| * | | | better loading image :)makkalot2008-06-291-0/+0
| | | | |
| * | | | minor change in test to not confuse the conceptsmakkalot2008-06-291-4/+4
| | | | |
| * | | | writing unittests for add_special_list methodmakkalot2008-06-291-1/+10
| | | | |
| * | | | writing tests for specialized_hash methodmakkalot2008-06-291-10/+40
| | | | |
| * | | | fixing some silly errors, unittests are cool :)makkalot2008-06-291-6/+6
| | | | |
| * | | | Adding tests for labelsmakkalot2008-06-291-0/+4
| | | | |
| * | | | Adding better label support and fixing a deprecated warningmakkalot2008-06-291-5/+4
| | | | |
| * | | | adding tests for pretty_label util methodmakkalot2008-06-291-4/+23
| | | | |
| * | | | adding the main structure fo advanced widgets that will supply dynamic ↵makkalot2008-06-291-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. Adamski2008-07-083-4/+18
| | | | | | | | | | | | | | | | | | | | permissions errors.
* | | | | Create a manpage for func-transmit and package it.Michael DeHaan2008-07-077-3/+45
| | | | |
* | | | | Including yaml parser for use by Func-transmit, as we want to make sure we haveMichael DeHaan2008-07-0715-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 NoneMichael DeHaan2008-07-072-4/+4
| | | |
* | | | Allow calling with no parametersMichael DeHaan2008-07-071-1/+4
| | | |
* | | | Add GPL headers to main /usr/bin scriptsMichael DeHaan2008-07-073-0/+39
| | | |
* | | | Added func-transmit (Marco's version + tweaks) which allows calling Func via ↵Michael DeHaan2008-07-076-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 Adamski2008-07-031-1/+1
| |_|/ |/| |
* | | Release bumpMichael DeHaan2008-07-022-1/+4
| | |
* | | Merge branch 'kadamski-async2'Michael DeHaan2008-07-027-3/+24
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: func/overlord/cmd_modules/ping.py
| * | | Add support for local modules configuration files.Krzysztof A. Adamski2008-06-291-1/+10
| | | |
| * | | Remove unneded print statement.Krzysztof A. Adamski2008-06-291-1/+0
| | | |
| * | | Add support for forcing some long running methods to be called in async mode ↵Krzysztof A. Adamski2008-06-294-0/+13
| | | | | | | | | | | | | | | | from command line.
| * | | Fix traceback when starting funcd on Python 2.4Krzysztof A. Adamski2008-06-271-1/+1
| | | |
* | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/funcMichael DeHaan2008-06-304-4/+10
|\ \ \ \
| * | | | add rpms/ srpms/ tars/ dirs to gitignore (all part of build process and all ↵Adrian Likins2008-06-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | temp) also ignore test/test-it.conf* files
| * | | | some help output clean ups.Adrian Likins2008-06-303-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 hereAdrian Likins2008-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | It gets called everytime that way, which is wrong. Still not sure why the formatted help isnt being shown though.
* | | | | update changelogMichael DeHaan2008-06-301-0/+3
|/ / / /
* | | | Remove stray commentMichael DeHaan2008-06-301-1/+1
| | | |
* | | | Updating AUTHORSMichael DeHaan2008-06-302-1/+2
| | | |
* | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/funcMichael DeHaan2008-06-301-1/+5
|\ \ \ \
| * | | | Merge branch 'master' of ssh://alikins@git.fedoraproject.org/git/hosted/funcAdrian Likins2008-06-282-1/+5
| |\| | |
| * | | | fix fedora bug #441283 - typo in postinstall scriptletAdrian Likins2008-06-281-1/+5
| | | | | | | | | | | | | | | | | | | | (the init.d symlinks for runlevels 1 and 6 were created wrong)
* | | | | Remove a few stray printsMichael DeHaan2008-06-301-3/+1
| | | | |
* | | | | Using config.cert_extension instead of hardcoded cert file extension '.cert'TANABE Ken-ichi2008-06-281-2/+2
| |/ / / |/| | |
* | | | Merge branch 'kadamski-async2'Michael DeHaan2008-06-271-1/+1
|\ \ \ \
| * | | | Change SocketServer.ThreadingMixIn to SocketServer.ForkingMixIn in ↵Krzysztof A. Adamski2008-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BaseAuthedXMLRPCServer. When used with threads, PyOpenSSL seams to be leaking memory and python module logging like deadlocks so lets better use fork.