summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Dense string formJon Bratseth2019-06-072-2/+47
|
* Expect IllegalArgumentException and be consistentJon Bratseth2019-06-041-1/+1
|
* Validate moreJon Bratseth2019-06-041-2/+20
|
* Merge pull request #9641 from vespa-engine/bratseth/ranking-expression-modelsJon Bratseth2019-06-021-0/+4
|\ | | | | Bratseth/ranking expression models
| * Vespa global model importJon Bratseth2019-06-021-0/+4
| |
* | Allow passing your own vector without copy to the IndexedTensor.Henning Baldersheim2019-06-011-0/+32
|/
* Add StripedExecutor for serialising tasks per keyJon Marius Venstad2019-05-241-0/+44
|
* Revert "Bratseth/emit float tensors in config"Arnstein Ressem2019-05-081-2/+0
|
* Emit float tensor types in config when specifiedJon Bratseth2019-05-071-0/+2
|
* Add a test and correct conditionJon Bratseth2019-04-291-0/+11
|
* GC unused dependencies.Henning Baldersheim2019-04-241-3/+0
|
* Add tensor value serialization for mapped and mixed tensorsLester Solbakken2019-04-112-2/+25
|
* Use bit number 3 mean 'with cell type' to carry forward the current schema ↵Henning Baldersheim2019-04-051-1/+1
| | | | | | where the bits hav meaning. Update expected result.
* Add tensor value typeJon Bratseth2019-04-032-37/+11
|
* Parse tensor value typeJon Bratseth2019-04-022-16/+24
|
* Test and ensure that serialization is symmetric.Henning Baldersheim2019-04-021-0/+6
|
* Verify serialization of various cell value types.Henning Baldersheim2019-04-011-3/+23
|
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-071-0/+14
| | | | | | | | | These were translated to request properties by calling asString on the payload, which returns an empty value for arrays. toString returns the correct value. This also improves error messages for Slime JSON parsing of queries, and in general.
* Cleanup of tensor updates - JavaLester Solbakken2019-02-211-0/+94
|
* Implement tensor modify applyTo in JavaLester Solbakken2019-02-121-0/+21
|
* Merge pull request #8247 from ↵Håkon Hallingstad2019-02-011-18/+0
|\ | | | | | | | | vespa-engine/hakonhall/terminate-standalone-container-cleanly-on-sigintcontrol-c Terminate standalone container cleanly on SIGINT/control-C
| * Remove duplicate CatchSigTerm from vespajlibHåkon Hallingstad2019-01-311-18/+0
| |
| * Terminate standalone container cleanly on SIGINT/control-CHåkon Hallingstad2019-01-271-1/+1
| |
* | Add nix equality test and moreHåkon Hallingstad2019-01-301-0/+8
| |
* | Remove default constructors from insertersHåkon Hallingstad2019-01-301-16/+10
| |
* | Review round 1 fixesHåkon Hallingstad2019-01-301-36/+75
| |
* | Port Slime injection to JavaHåkon Hallingstad2019-01-292-0/+300
|/
* Implement new (static) method in Reader.gjoranv2019-01-211-2/+5
| | | | + Improve test to print out unmasked methods.
* Remove deprecated LanguageHacks.gjoranv2019-01-211-28/+0
|
* Remove deprecated DoubleParser.gjoranv2019-01-211-159/+0
|
* Remove deprecated DoubleFormatter with tests.gjoranv2019-01-212-329/+0
|
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-4/+4
| | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-295-18/+18
|
* Revert "Always output tensor type in toString"Håkon Hallingstad2018-11-295-18/+18
|
* Always output tensor type in toStringJon Bratseth2018-11-285-18/+18
| | | | | This allows us to always restore a tensor accurately from its toString form.
* Java type only interface between imported-models and config modelsJon Bratseth2018-11-251-1/+1
| | | | | | | This avoids class incompatibility problems when passing an imported model across bundle boundaries to a config model. Tensor string parsing has been sped up as this relies on it more.
* Address reviewJon Marius Venstad2018-10-311-0/+8
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1910-524/+0
|
* Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-1910-0/+524
|
* Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1710-524/+0
|
* Use full nameHarald Musum2018-10-032-2/+2
|
* Add copyright headerJon Bratseth2018-10-015-1/+6
|
* Just accept that the file being dropped does not exist. Also sync the file ↵Henning Baldersheim2018-09-261-0/+1
| | | | before the dropping it.
* Revert "Revert "Balder/add native fadvise""Henning Baldersheim2018-09-261-0/+34
|
* Revert "Balder/add native fadvise"Jon Marius Venstad2018-09-261-34/+0
|
* Remove empty linesHenning Baldersheim2018-09-261-2/+0
|
* Do not expose error.Henning Baldersheim2018-09-261-10/+11
| | | | Drop from cache after rotation.
* USE jna to provide access to native fadvise system callHenning Baldersheim2018-09-261-0/+35
|
* Ensure that you can not trick invalid characters past the text verification ↵Henning Baldersheim2018-09-191-4/+12
| | | | in stringfieldvalue.
* Support PEM serialization of EC private keysBjørn Christian Seime2018-09-111-1/+11
|