aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Prepare release of 1.4.0 (set release date, sync release notes)Sebastian Pipping2010-07-084-8/+14
| |
| * Close stdin of child processes in quiet modeSebastian Pipping2010-07-073-8/+22
| |
| * Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-0710-92/+123
| |
| * Improve command line API cases "layman" and "layman foo"Sebastian Pipping2010-07-072-1/+15
| |
| * Tune usage summary displaySebastian Pipping2010-07-071-4/+3
| |
| * Prepare release of 1.3.4 (set release date, sync release notes)Sebastian Pipping2010-07-054-17/+9
| |
| * Add make target "doc" to main MakefileSebastian Pipping2010-07-051-2/+5
| |
| * No longer store generated file www/index.htmlSebastian Pipping2010-07-051-316/+0
| |
| * Change date format in change log from YYYY/MM/DD to YYYY-MM-DDSebastian Pipping2010-07-051-12/+12
| |
* | Merge branch 'master' into apiBrian Dolbec2010-07-113-2/+9
|\|
| * Propagate move of CVS and SubversionSebastian Pipping2010-07-053-2/+9
| |
* | Remove the Output class as it is not needed, was used for initial testing only.Brian Dolbec2010-07-111-63/+0
| |
* | Add a get_option function as a convenience function for option retrieval ↵Brian Dolbec2010-07-101-0/+5
| | | | | | | | instead of using the class instance as a dictionary.
* | Modify the API to be more compatible with a c interface.Brian Dolbec2010-07-101-37/+87
| | | | | | | | | | | | | | | | Make all main repo functions accept either a string or a list of strings. Change most functions to return True/False for success/failure and save error messages for separate retrieval. Change other functions to return a dictionary instead of tuples or lists. Add a get_errors() for retrieving and resetting error messages. Change sync to either save or print the success, warnings, fatals info.
* | Separate out the configs from the args parsing code. This will allow basic ↵Brian Dolbec2010-07-074-34/+97
| | | | | | | | configs for api consumers that are changeable.
* | change the shebang because it would not run in my test environmentBrian Dolbec2010-07-061-1/+1
| |
* | create a new readme to explain a bit how to use the new apiBrian Dolbec2010-07-061-0/+57
| |
* | fix the remaining missed i renames to idBrian Dolbec2010-07-061-18/+18
| |
* | fix results trackingBrian Dolbec2010-07-061-4/+4
| |
* | add new layman API file and class to be used by api consumers, but could ↵Brian Dolbec2010-07-061-0/+354
| | | | | | | | also be used by the cli if they desire to migrate to it. That would eliminate the duplication in hte action.py file. Unfortunately, the action classes were not suitable for api consumers. They worked efficiently as one time cli use only. I also have subclassed the debug.py's Message class to override some print statements for data capture instead. This may not survive when the api is completed. create_fd() is handy for creating opened file descriptors to use for output re-direction.
* | Change the remaining modules to use teh config['output'] variable so ↵Brian Dolbec2010-07-063-11/+21
| | | | | | | | re-direction is possible for all output.
* | Add an output parameter to Message class and change the prints that weren't ↵Brian Dolbec2010-07-061-5/+10
| | | | | | | | already re-directed to re-direct to it
* | change to use the config['output'] variableBrian Dolbec2010-07-062-12/+15
| |
* | Add an input parameter, 'output' to delete_empty_directory so that it can be ↵Brian Dolbec2010-07-061-5/+5
| | | | | | | | overriden if desired
* | add new __init__ input parameters, output (replaces OUT import), stdout, ↵Brian Dolbec2010-07-061-18/+32
|/ | | | stdin, stderr. These are then added to the config dictionary for all other modules to use. This creates a single point to assign them and makes it possible to re-assign them from the defaults in the case of API consumers.
* Prepare release of 1.3.3 (set release date, sync release notes, update website)Sebastian Pipping2010-04-085-18/+26
|
* Fix syncing of SVN overlays for users of SVN <1.6.5 (bug #313303)Sebastian Pipping2010-04-082-1/+11
|
* Extend change log for bug #311419Sebastian Pipping2010-04-081-0/+3
|
* dev-util category changed to dev-vcs for bzr, darcs, git, mercurialOndrej Sukup2010-03-284-4/+4
|
* Update ChangeLogSebastian Pipping2010-03-151-0/+10
|
* Fix handling of empty XML entities (bug #309617)Sebastian Pipping2010-03-152-9/+15
|
* Extend in-config docs on proxy (suggested by James Broadhead)Sebastian Pipping2010-02-271-0/+1
|
* Move code from ListLocal/ListRemote up to ListSebastian Pipping2010-02-261-56/+39
|
* Rename class List to ListRemote, make ListRemote and ListLocal derive from a ↵Sebastian Pipping2010-02-261-6/+16
| | | | new class List
* pylint: Resolve redefinition of variable by renamingSebastian Pipping2010-02-211-4/+4
|
* pylint: Resolve unused importSebastian Pipping2010-02-211-1/+1
|
* Fix missing importSebastian Pipping2010-02-213-2/+4
|
* Prepare release of 1.3.2 (set release date, sync release notes, update website)Sebastian Pipping2010-02-205-24/+18
|
* Hint about broken overlay catalogSebastian Pipping2010-02-184-11/+58
|
* Move safe op out of try-except block, extend code docSebastian Pipping2010-02-181-2/+3
|
* No longer read same XML file twiceSebastian Pipping2010-02-181-10/+0
|
* Move MakeConf class to dedicated fileSebastian Pipping2010-02-182-247/+269
|
* Resolve Actions class, allow custom sys.argv for Config classSebastian Pipping2010-02-183-14/+13
|
* Add pylint configSebastian Pipping2010-02-171-0/+19
|
* pylint: Fix dangerous/mutable default valueSebastian Pipping2010-02-171-3/+6
|
* pylint: Resolve redefinition of variable by renamingSebastian Pipping2010-02-171-5/+5
|
* pylint: Remove unused variableSebastian Pipping2010-02-173-4/+4
|
* pylint: Add child-only attribute to parent, tooSebastian Pipping2010-02-171-0/+2
|
* pylint: Resolve unused importSebastian Pipping2010-02-175-6/+7
|
* pylint: Resolve use of blacklisted built-in funtionsSebastian Pipping2010-02-171-1/+1
|