summaryrefslogtreecommitdiffstats
path: root/document/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJon Bratseth2017-06-14100-100/+100
* Revert "Update copyright headers"Jon Bratseth2017-06-14100-100/+100
* Update copyright headersJon Bratseth2017-06-14100-100/+100
* Remove carriage returnJon Bratseth2017-06-143-230/+230
* Revert "Copyright header"Jon Bratseth2017-06-13100-330/+330
* Copyright headerJon Bratseth2017-06-13100-330/+330
* Use static final field instead of method for compressable stringTor Brede Vekterli2017-06-121-6/+6
* Add unit test for Compressor which reproduces buffer extent bugTor Brede Vekterli2017-06-121-2/+2
* Only write raw compression array if compressable inputTor Brede Vekterli2017-06-121-1/+21
* Compressor must only compress actual input range, not entire arrayTor Brede Vekterli2017-06-121-3/+66
* Add /nodes/v2/maintenanceJon Bratseth2017-04-251-27/+23
* use newer assertsArne H Juul2017-04-211-3/+3
* suppress warnings about 4.2 serializerArne H Juul2017-04-213-0/+3
* add @OverrideArne H Juul2017-04-211-0/+2
* implement hashCode to fix warningArne H Juul2017-04-201-0/+1
* Refactor out common duplicated code.Henning Baldersheim2017-04-201-89/+33
* Add explicit test for struct update.Henning Baldersheim2017-04-181-0/+61
* Expect fieldpath remove value to be 0 to match the existing field formatfreva2017-03-061-2/+2
* Merge branch 'master' into freva/add-arithmetic-fieldpathfreva2017-02-202-0/+125
|\
| * Add tests for old formatfreva2017-02-202-0/+125
* | Added JSON arithmetic fieldpath operationsfreva2017-02-171-4/+21
|/
* Change fieldpath formatfreva2017-02-173-157/+74
* Remove outdated commentfreva2017-02-151-4/+0
* Updated serializer to new format, removed parsing of old format, fixed testsfreva2017-02-153-54/+26
* Throw an exception if fieldpath operation has multiple fieldpathsfreva2017-02-131-1/+55
* Move logic around.Haakon Dybdahl2017-02-102-22/+24
* Code review fixesfreva2017-02-101-9/+58
* Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-101-0/+25
|\
| * Merge pull request #1731 from yahoo/arnej/format-degrees-nicelyJo Kristian Bergum2017-02-091-0/+25
| |\
| | * avoid scientific notation in degrees formattingArne H Juul2017-02-091-0/+25
| | * Clean up buffer fill a bit.Haakon Dybdahl2017-02-092-5/+6
| | * Move stuff around, not perfect yet..Haakon Dybdahl2017-02-092-28/+36
| | * Move token buffer to parse info.Haakon Dybdahl2017-02-092-22/+22
* | | Fixed DocumentUpdateJsonSerialized and it's test to the new formatfreva2017-02-101-12/+13
* | | Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-094-78/+101
|\| |
| * | Set end of feed on errors.Haakon Dybdahl2017-02-092-24/+25
| * | Revert "Revert "Dybdahl/refactor json reader""Haakon Dybdahl2017-02-093-54/+63
| * | Support references in concrete document typesTor Brede Vekterli2017-02-081-0/+13
| |/
* | Created VespaJsonDocumentReaderfreva2017-02-091-22/+32
* | Added FiledPathUpdate parsingfreva2017-02-071-0/+71
|/
* Remove redundant underscoresTor Brede Vekterli2017-02-061-2/+2
* Allow assigning ReferenceFieldValue instancesTor Brede Vekterli2017-02-061-0/+32
* Add Java/C++ cross-language serialization tests for referencesTor Brede Vekterli2017-02-061-5/+35
* Ensure document ID mutations also check for correct document typeTor Brede Vekterli2017-01-271-0/+13
* Break up huge function into smaller bitsTor Brede Vekterli2017-01-261-1/+1
* Handle self references by allowing forward declarations with type IDsTor Brede Vekterli2017-01-262-7/+7
* Test multiple references to multiple document typesTor Brede Vekterli2017-01-261-32/+33
* Add reference type to document manager configTor Brede Vekterli2017-01-261-5/+57
* Allow replacing temporary reference target type with concrete document typeTor Brede Vekterli2017-01-241-0/+33
* JavaDoc updatesTor Brede Vekterli2017-01-234-4/+16