aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+3155
|
* Add url config typeLester Solbakken2018-12-181-1/+1
|
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-143-11/+14
|
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-062-9/+9
| | | | | | | | | - 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-296-22/+19
|
* Revert "Always output tensor type in toString"Håkon Hallingstad2018-11-296-19/+22
|
* Always output tensor type in toStringJon Bratseth2018-11-286-22/+19
| | | | | 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-253-15/+24
| | | | | | | 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.
* Improve error messagesJon Bratseth2018-11-061-18/+13
|
* Wrap CC HTTP failures in 409Håkon Hallingstad2018-11-011-0/+5
|
* Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4""""Håkon Hallingstad2018-11-011-0/+12
|
* Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4"""Håkon Hallingstad2018-11-011-12/+0
|
* Revert "Revert "Enforce CC timeouts in Orchestrator [4]""Håkon Hallingstad2018-11-011-0/+12
|
* Revert "Enforce CC timeouts in Orchestrator [4]"Harald Musum2018-10-311-12/+0
|
* Merge pull request #7511 from vespa-engine/jvenstad/freeze-to-block-windowJon Marius Venstad2018-10-311-0/+8
|\ | | | | Jvenstad/freeze to block window
| * Address reviewJon Marius Venstad2018-10-311-0/+8
| |
* | Merge pull request #7491 from ↵Håkon Hallingstad2018-10-311-0/+12
|\ \ | |/ |/| | | | | vespa-engine/revert-7490-revert-7472-revert-7470-revert-7424-hakonhall/enforce-cc-timeouts-in-orchestrator-2 Enforce CC timeouts in Orchestrator [4]
| * Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 2""""Håkon Hallingstad2018-10-301-0/+12
| |
| * Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 2"""Håkon Hallingstad2018-10-301-12/+0
| |
| * Revert "Revert "Enforce CC timeouts in Orchestrator 2""Håkon Hallingstad2018-10-291-0/+12
| |
| * Revert "Enforce CC timeouts in Orchestrator 2"Håkon Hallingstad2018-10-291-12/+0
| |
| * Enforce CC timeouts in Orchestrator 2Håkon Hallingstad2018-10-231-0/+12
| |
* | Revert "Merge pull request #7409 from ↵Jon Bratseth2018-10-261-1/+2
|/ | | | | | | vespa-engine/revert-7380-bratseth/segment-yql-by-default" This reverts commit 1cb09174cb579936eae49f7db632113795b0666a, reversing changes made to eedcfc980db65da04eaca866693ef215f337f325.
* Revert "Bratseth/segment yql by default"Harald Musum2018-10-221-2/+1
|
* Merge pull request #7380 from vespa-engine/bratseth/segment-yql-by-defaultArne H Juul2018-10-221-1/+2
|\ | | | | Bratseth/segment yql by default
| * Nonfunctional changes onlyJon Bratseth2018-10-191-1/+2
| |
* | Use orElseHenning Baldersheim2018-10-191-2/+2
| |
* | Use an SettableOptional to handle xml processing independant of element order.Henning Baldersheim2018-10-191-0/+4
| |
* | Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1932-1893/+5
| |
* | Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-1932-5/+1893
| |
* | Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1732-1893/+5
|/
* Ensure stable ordering of fields in DNBjørn Christian Seime2018-10-171-1/+2
|
* Clean up parse methodsJon Bratseth2018-10-151-42/+42
|
* Add XML parse utilityJon Bratseth2018-10-141-0/+21
|
* Prevent XXEJon Bratseth2018-10-131-3/+4
|
* No reason to make warning on an optional operation.Henning Baldersheim2018-10-101-1/+1
|
* Add faster tensor rename if dimension after rename are in the same orderLester Solbakken2018-10-086-4/+64
|
* Use full nameHarald Musum2018-10-033-3/+3
|
* Add copyright headerJon Bratseth2018-10-017-1/+8
|
* Merge pull request #7155 from vespa-engine/bratseth/expose-type-informationLester Solbakken2018-10-011-1/+1
|\ | | | | Bratseth/expose type information
| * Validate all bindingsJon Bratseth2018-10-011-1/+1
| |
* | Non-functional changesLester Solbakken2018-09-291-50/+56
| |
* | Add reduce-join optimization in JavaLester Solbakken2018-09-286-65/+479
|/
* Just accept that the file being dropped does not exist. Also sync the file ↵Henning Baldersheim2018-09-262-1/+8
| | | | before the dropping it.
* Make legger static and add some interface commentsHenning Baldersheim2018-09-261-1/+12
|
* Revert "Revert "Balder/add native fadvise""Henning Baldersheim2018-09-263-0/+125
|
* Revert "Balder/add native fadvise"Jon Marius Venstad2018-09-263-125/+0
|
* Merge pull request #7101 from vespa-engine/bjorncs/tlsBjørn Christian Seime2018-09-261-0/+66
|\ | | | | Introduce insecure mixed mode + move env var logic to separate class
| * Introduce insecure mixed mode + move env var logic to separate classBjørn Christian Seime2018-09-261-0/+66
| |