Commit: 725d1762c5da7c2a8081c3d3d0903fbae93a7423
http://github.com/mw44118/pitz/commit/725d1762c5da7c2a8081c3d3d0903fbae93a7423
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-07-26 (Sun, 26 Jul 2009)
Changed paths:
M pitz/cmdline.py
M pitz/entity.py
M pitz/projecttypes/agilepitz.py
M pitz/projecttypes/simplepitz.py
M tests/test_agile_workflow.py
M tests/test_entity.py
M tests/test_simplepitz.py
M tests/test_simpletask.py
Log Message:
-----------
Moved __new__ from ImmutableEntity into Entity.
Then I deleted all references to ImmutableEntity. Now all entities can
be looked up by title.
Commit: 776ab30df9465d29a09e8d8f00ea844bd65f493f
http://github.com/mw44118/pitz/commit/776ab30df9465d29a09e8d8f00ea844bd65f493f
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-07-26 (Sun, 26 Jul 2009)
Changed paths:
M pitzdir/task-1e1d2be3-3ab3-43d8-bf88-155020028538.yaml
A pitzdir/task-516b6227-016c-4e4a-b938-9bc263795c49.yaml
Log Message:
-----------
Updated a few tasks
Commit: 1be34749301e3e777a73750c0872e0326bf21215
http://github.com/mw44118/pitz/commit/1be34749301e3e777a73750c0872e0326bf21215
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-07-26 (Sun, 26 Jul 2009)
Changed paths:
M pitz/projecttypes/simplepitz.py
Log Message:
-----------
Prettied up the summarized view of tasks
Commit: 918f8eed66d83458c3967b740414bae4a88e7b52
http://github.com/mw44118/pitz/commit/918f8eed66d83458c3967b740414bae4a88e7b52
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-08-08 (Sat, 08 Aug 2009)
Changed paths:
M pitz/bag.py
M pitz/cmdline.py
M tests/test_bag.py
Log Message:
-----------
Switched from using an IPython method to start shells that was buggy to a less buggy one
Commit: ec40593e7deecb1f6a5b975e65977a3a28945ca9
http://github.com/mw44118/pitz/commit/ec40593e7deecb1f6a5b975e65977a3a28945ca9
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-08-08 (Sat, 08 Aug 2009)
Changed paths:
M pitz/entity.py
M tests/test_entity.py
Log Message:
-----------
Now can do lookups by title IFF the attribute is in the entity's allowed types.
Commit: 34142928c1e33f17a4c630389cf0cc612087c11e
http://github.com/mw44118/pitz/commit/34142928c1e33f17a4c630389cf0cc612087c11e
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-08-12 (Wed, 12 Aug 2009)
Changed paths:
M docs/data-model.rst
Log Message:
-----------
Updated docs to mention new pscore attribute
Commit: b67e9a234ffcaf3ce23b119a14125529f4f148fd
http://github.com/mw44118/pitz/commit/b67e9a234ffcaf3ce23b119a14125529f4f148fd
Author: W. Matthew Wilson <ma...@tplus1.com>
Date: 2009-08-12 (Wed, 12 Aug 2009)
Changed paths:
M pitz/__init__.py
M pitz/bag.py
M pitz/entity.py
M pitz/project.py
M pitz/projecttypes/agilepitz.py
M pitz/projecttypes/simplepitz.py
M setup.py
M tests/test_agile_workflow.py
M tests/test_bag.py
M tests/test_entity.py
M tests/test_misc.py
M tests/test_simplepitz.py
M tests/test_simpletask.py
Log Message:
-----------
Lots of crazy stuff.