summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-19Extract implementation of fileType-based tree filter out of JGitSnapshot.HEADmasterGrzegorz Kossakowski
2010-04-19Add more missing imports that will make porting to 2.8 easier.Grzegorz Kossakowski
2010-04-19Add list of supported file types to Database trait.Grzegorz Kossakowski
2010-04-05Add initial code for the Query DSL.Grzegorz Kossakowski
2010-04-03Correct typo in package declaration of FieldTestCase.Grzegorz Kossakowski
2010-04-02Make imports more Scala 2.8-friendly.Grzegorz Kossakowski
2010-04-02Define implicit conversions from FieldSpec to functions that extract values.Grzegorz Kossakowski
2009-09-23Check if Message that is being parsed has fields in appropriate order.Grzegorz Kossakowski
2009-09-23Expose latestSnapshot in Database trait.Grzegorz Kossakowski
2009-09-23Add initial version of Java glue code useful when calling Gimd from Java.Grzegorz Kossakowski
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-16Added protected name: Message => String function to FileType.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-31Implemented Modification class which applies modifications to Messages.Grzegorz Kossakowski
2009-08-27Rewritten ClassUtils to not use erasured type parameters in patterns.Grzegorz Kossakowski
2009-08-27Introduced CompleteHandle and type parameter for abstract Handle type.Grzegorz Kossakowski
2009-08-26Add FieldSpec case class and fields list to UserType.Grzegorz Kossakowski
2009-08-25Reworked Handles to have only two classes: FileHandle and PathHandle.Grzegorz Kossakowski
2009-08-21Add userType information to Field and Message handles.Grzegorz Kossakowski
2009-08-21Rewrite Handle to be top-down instead of bottom-up treeShawn O. Pearce
2009-08-19Rename Database trait to DatabaseSpi and JGitDatabase to JGitProvider.Grzegorz Kossakowski
2009-08-19Added query method to Database trait.Grzegorz Kossakowski
2009-08-17Add query method to File trait.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-14Fix MessageTestCase to compare elements inside collection.Grzegorz Kossakowski
2009-08-14Make AbstractJGitTestCase class abstract.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
2009-08-12Add AbstractJGitTestCase class that makes easier to write JGit-based tests.Grzegorz Kossakowski
2009-08-12Introduce few abstract classes/traits: FileType, File and Database.Grzegorz Kossakowski
2009-08-06Fix typo in MaximumField's comment.Grzegorz Kossakowski
2009-08-06Import what's really needed: implicit conversion function for Predicate.Grzegorz Kossakowski
2009-08-06Break some long lines in MessageQueryTestCase.Grzegorz Kossakowski
2009-08-06Use projections in MessageQueryTestCase.Grzegorz Kossakowski
2009-08-06Added one, oneOption and all methods.Grzegorz Kossakowski
2009-08-06Introduce MinimumField and MaximumField.Grzegorz Kossakowski
2009-08-06Define projections for each Field type.Grzegorz Kossakowski
2009-08-04Add MessageQueryTestCase that tests simple query.Grzegorz Kossakowski
2009-08-04Add simpleQuery method that takes one predicate and UserType.Grzegorz Kossakowski
2009-08-04Introduce filterMessageFields to Message companion object.Grzegorz Kossakowski
2009-08-04Method children in UserType should return Seq of NestedMember[_].Grzegorz Kossakowski
2009-08-04Introduced Predicate trait which will be used for Message queries.Grzegorz Kossakowski
2009-08-04UserType can now return class object for it's type parameter.Grzegorz Kossakowski
2009-08-03Made Message sorted collection of fields instead of RandomAccessSeq.Grzegorz Kossakowski
2009-07-24Remove unnecessary trailing whitespaces.Grzegorz Kossakowski