summaryrefslogtreecommitdiff
path: root/src/main/scala/com/google/gimd/jgit
AgeCommit message (Expand)Author
2009-09-21Added modifyAndReturn method to Database trait.Grzegorz Kossakowski
2009-09-16Implemented insertion of new files and automatic rename of existing ones.Grzegorz Kossakowski
2009-09-15InvalidJGitBranchNameException inherits from GimdException.Grzegorz Kossakowski
2009-09-10Added branch support for JGit-based implementation of Database trait.Grzegorz Kossakowski
2009-09-10Implemented modifications Gimd database stored using JGit library.Grzegorz Kossakowski
2009-08-19Rename Database trait to DatabaseSpi and JGitDatabase to JGitProvider.Grzegorz Kossakowski
2009-08-17Remove JGit-specific handlers and make abstract classes concrete.Grzegorz Kossakowski
2009-08-14Introduced concept of Handlers that are returned along with query results.Grzegorz Kossakowski
2009-08-13Change method UserType.toUserType into UserType.toUserObject.Grzegorz Kossakowski
2009-08-13Add JGitDatabase implementation of Database trait along with test-cases.Grzegorz Kossakowski
2009-08-12Provide JGit-based implementation for File trait.Grzegorz Kossakowski