summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/tag_index.py
AgeCommit message (Collapse)Author
2014-09-11Refactoring tags functionality into TagServiceDuda Dornelles
2014-09-08#51 - reuses dbm instances between TagIndex instances if the dbm instances ↵Patrick Maia
are using the same file
2014-09-08#51 - fixes bug in which TagIndex.remove were not visible to other TagIndex ↵Patrick Maia
instances
2014-09-07#51 - adds TagIndex.remove methodPatrick Maia and Victor Shyba
2014-09-07#51 - adds method TagIndex.emptyPatrick Maia and Victor Shyba
2014-09-07#51 - some tests for TagIndex and the addition of method TagIndex.addPatrick Maia and Victor Shyba
2014-09-06#51 - forces tag index to be flushed after a tag is setPatrick Maia and Victor Shyba
2014-09-05#51 - persists new tags globally (in a local file) and shows on tag listPatrick Maia and Victor Shyba