|
From: alla@ - 2011-10-21 11:29:01
|
Tue Oct 11 21:17:23 EST 2011 Alex Lance <al...@cy...>
* CLI Added support for $ALLOC_HOME.
M ./bin/alloccli/alloc.py -1 +5
Tue Oct 11 22:46:57 EST 2011 Alex Lance <al...@cy...>
* CLI Added support for HTTP authentication.
M ./bin/alloccli/alloc.py -33 +61
Wed Oct 12 00:25:37 EST 2011 Alex Lance <al...@cy...>
* CLI Added ALLOC environment variable to alloc choosing between different setups in the config file.
M ./bin/alloccli/alloc.py -6 +4
Tue Oct 4 10:53:09 EST 2011 Jeremy Chin <je...@cy...>
* Log SQL errors.
M ./shared/lib/db_entity.inc.php +1
Thu Oct 13 13:58:41 EST 2011 Trent W. Buck <tw...@cy...>
* Have pyflakes remove obvious python fuckups.
Obviously, there are plenty of other fuckups that pyflakes won't spot.
M ./Makefile +5
Thu Oct 13 13:59:29 EST 2011 Trent W. Buck <tw...@cy...>
* Disable releases that contain pyflakes-detectable problems.
M ./Makefile -1 +1
Thu Oct 13 15:08:14 EST 2011 Alex Lance <al...@cy...>
* CLI Removed the errors detected by pyflakes.
M ./bin/alloc -1
M ./bin/alloccli/accounts.py -1
M ./bin/alloccli/alloc.py -5 +3
M ./bin/alloccli/browse.py -1
M ./bin/alloccli/mbox.py -2
M ./bin/alloccli/projects.py -1
M ./bin/alloccli/subscriptions.py -2
M ./bin/alloccli/timesheets.py -2
M ./bin/alloccli/tokens.py -3
M ./bin/alloccli/view.py -2
Fri Oct 14 02:15:54 EST 2011 Alex Lance <al...@cy...>
* CLI De-linted alloc.py.
M ./bin/alloccli/alloc.py -153 +188
Fri Oct 14 02:17:07 EST 2011 Alex Lance <al...@cy...>
* CLI Performance enhancement for HTTP authentication.
M ./bin/alloccli/alloc.py -14 +15
Fri Oct 14 03:59:55 EST 2011 Alex Lance <al...@cy...>
* CLI Added shlex command line argument handling for alloc shell.
M ./bin/alloccli/alloc.py -3 +3
Fri Oct 14 04:06:40 EST 2011 Alex Lance <al...@cy...>
* CLI Simplified sorting code for lists.
M ./bin/alloccli/alloc.py -16 +17
Fri Oct 14 05:49:10 EST 2011 Alex Lance <al...@cy...>
* CLI More de-linting.
M ./bin/alloccli/alloc.py -69 +65
M ./bin/alloccli/work.py +8
Fri Oct 21 17:54:10 EST 2011 Alex Lance <al...@cy...>
* CLI Reinstated ~/.netrc support.
M ./bin/alloccli/alloc.py -25 +41
Fri Oct 21 17:55:28 EST 2011 Alex Lance <al...@cy...>
* CLI Added better debugging support to alloc-cli.
M ./bin/alloccli/alloc.py -2 +4
Fri Oct 21 18:08:51 EST 2011 Alex Lance <al...@cy...>
* CLI Fixed ID names for list column headers.
M ./bin/alloccli/alloc.py -6 +6
M ./bin/alloccli/timesheets.py -1 +1
Fri Oct 21 18:46:23 EST 2011 Alex Lance <al...@cy...>
* CLI changed some forward slashes to os.sep.
M ./bin/alloccli/alloc.py -3 +3
Fri Oct 21 19:32:08 EST 2011 Alex Lance <al...@cy...>
* CLI Changed one_line_help functionality to use __doc__ instead.
M ./bin/alloccli/accounts.py -3 +2
M ./bin/alloccli/alloc.py -4 +4
M ./bin/alloccli/browse.py -4 +2
M ./bin/alloccli/edit.py -3 +2
M ./bin/alloccli/mbox.py -3 +2
M ./bin/alloccli/projects.py -3 +2
M ./bin/alloccli/submit.py -3 +2
M ./bin/alloccli/subscriptions.py -3 +2
M ./bin/alloccli/tasks.py -3 +2
M ./bin/alloccli/timesheets.py -3 +2
M ./bin/alloccli/tokens.py -3 +2
M ./bin/alloccli/version.py -3 +3
M ./bin/alloccli/view.py -3 +2
M ./bin/alloccli/work.py -3 +2
Fri Oct 21 21:47:28 EST 2011 Alex Lance <al...@cy...>
* CLI Added doc strings to subcommands.
M ./bin/alloccli/accounts.py +1
M ./bin/alloccli/browse.py +1
M ./bin/alloccli/edit.py +1
M ./bin/alloccli/mbox.py +1
M ./bin/alloccli/projects.py +1
M ./bin/alloccli/submit.py +1
M ./bin/alloccli/subscriptions.py +1
M ./bin/alloccli/tasks.py +1
M ./bin/alloccli/timesheets.py +1
M ./bin/alloccli/tokens.py +1
M ./bin/alloccli/version.py -1 +1
M ./bin/alloccli/view.py +1
M ./bin/alloccli/work.py +1
Fri Oct 21 22:15:41 EST 2011 Alex Lance <al...@cy...>
* Added support for pylint to `make test`.
M ./Makefile -1 +24
Fri Oct 21 22:26:22 EST 2011 Alex Lance <al...@cy...>
* CLI alloc-cli lint.
M ./bin/alloccli/__init__.py -1 +3
M ./bin/alloccli/accounts.py -18 +22
M ./bin/alloccli/alloc.py -8 +7
M ./bin/alloccli/browse.py -10 +11
M ./bin/alloccli/edit.py -9 +10
M ./bin/alloccli/mbox.py -14 +15
M ./bin/alloccli/projects.py -17 +16
M ./bin/alloccli/submit.py -8 +9
M ./bin/alloccli/subscriptions.py -19 +22
M ./bin/alloccli/tasks.py -23 +29
M ./bin/alloccli/timesheets.py -26 +32
M ./bin/alloccli/tokens.py -11 +12
M ./bin/alloccli/version.py -4 +5
M ./bin/alloccli/view.py -8 +9
M ./bin/alloccli/work.py -21 +26
|