0
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 12 days ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do not fail if user exit and directory is not a tragick repo. More... almost 11 years ago
- Remove special values. - None indicate no constraint. - An empty list indicate no possible value. - new property startValue created to handle changes from UNSET. - property cannot be created unset. Use "" as start_value if you what to - No more AttributeSet. Entry store attributes directly in a directory. Attributes are saved flat in git. - Attributes are store in Attribute class. - AttributeDefinition cast_value no more cast to str. It is to user (Attribute, yaml, template) to transform value as needed. - At load, entry is lazy. Attribute content is not read from git before beeing needed. More... almost 11 years ago
Fix default template to display comment of issue More... almost 11 years ago
Properly handle temporalConstraint on attributes. More... almost 11 years ago
setting/getting of attributes pass through the Entry instead of directly using attributeSet More... about 11 years ago
attributeValues object inherite from AttributeValue More... about 11 years ago
move cast method in top object More... about 11 years ago
reorganize tragick in different modules More... about 11 years ago
remove unnecessary import More... about 11 years ago
be tolerant to wrong user input More... about 11 years ago
attributes are wrapper by python objects More... about 11 years ago
DefinitionEntry now specify the class of children. Only one command to add Entry. More... about 11 years ago
move template system in a separate module. More... about 11 years ago
remove list command and rename show to display More... about 11 years ago
use placer in list template More... about 11 years ago
add support of {placer[]} in templates More... about 11 years ago
make a template system to display info More... about 11 years ago
add the function git_get_dir More... about 11 years ago
Move basic git object in gitwrapper.py More... about 11 years ago
rewrite all based on Entry. No more issueList. More... about 11 years ago
remame CommentTree to Entry More... about 11 years ago
switch to a batch mode. More... about 11 years ago
add a edit command More... about 11 years ago
print the answers in the show command More... about 11 years ago
add some text on delete command More... about 11 years ago
add a comment command. show command can display comment. More... about 11 years ago
add a CommentTree definition. new and show command use them to create/show a issue. More... about 11 years ago
git_write automatically call git_write for sub-object More... about 11 years ago
fix typo and missing import More... about 11 years ago
small update. More... about 11 years ago