summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use eclipse collections as gs collection was rebranded to eclipse and ↵Henning Baldersheim2019-06-157-22/+31
| | | | received continous development.
* Merge pull request #9809 from vespa-engine/jvenstad/tenant-cdJon Marius Venstad2019-06-143-7/+21
|\ | | | | Allow Endpoint to send arbitrary, authenticated requests
| * Use correct path to bundleJon Marius Venstad2019-06-141-1/+1
| |
| * Allow Endpoint to send arbitrary, authenticated requestsJon Marius Venstad2019-06-142-6/+20
| |
* | Merge pull request #9812 from vespa-engine/hakonhall/introduce-storedbooleanHåkon Hallingstad2019-06-143-0/+119
|\ \ | | | | | | Introduce StoredBoolean
| * | Remove wrong commentHåkon Hallingstad2019-06-141-1/+0
| | |
| * | Use UncheckedIOExceptionHåkon Hallingstad2019-06-142-3/+10
| | |
| * | Introduce StoredBooleanHåkon Hallingstad2019-06-143-0/+113
| | |
* | | Merge pull request #9808 from vespa-engine/freva/invert-flavor-flagValerij Fredriksen2019-06-141-3/+3
|\ \ \ | | | | | | | | Invert dynamic provisioning flavors flag
| * | | Invert dynamic provisioning flavors flagValerij Fredriksen2019-06-141-3/+3
| | | |
* | | | Merge pull request #9811 from vespa-engine/balder/use-from_charsHenning Baldersheim2019-06-143-11/+46
|\ \ \ \ | | | | | | | | | | Use from_chars
| * | | | Add test and fix decoding of hex numbers.Henning Baldersheim2019-06-142-2/+22
| | | | |
| * | | | Use from_charsHenning Baldersheim2019-06-142-11/+26
| | | | |
* | | | | Merge pull request #9803 from vespa-engine/gjoranv/propagate-service-stategjoranv2019-06-1421-104/+252
|\ \ \ \ \ | |_|/ / / |/| | | | Gjoranv/propagate service state
| * | | | Propagate service health when metrics could not be retrieved.gjoranv2019-06-1415-67/+234
| | | | | | | | | | | | | | | | | | | | | | | | | - Default status message in a MetricsPacket is now empty string, to avoid the default message to be included in Json output.
| * | | | Remove method that was only used in tests.gjoranv2019-06-113-21/+7
| | | | |
| * | | | Refactoring onlygjoranv2019-06-116-17/+12
| | | | |
* | | | | Merge pull request #9795 from ↵Geir Storli2019-06-144-20/+64
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/bm25-feature-support-override-idf Add support to override inverse document frequency in bm25 feature by…
| * | | | | Align variable names.Geir Storli2019-06-142-6/+6
| | | | | |
| * | | | | Add support to override inverse document frequency in bm25 feature by using ↵Geir Storli2019-06-144-20/+64
| | | | | | | | | | | | | | | | | | | | | | | | significance passed down with the query.
* | | | | | Merge pull request #9796 from vespa-engine/bratseth/application-instancesJon Bratseth2019-06-1429-258/+349
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bratseth/application instances
| * | | | | | Move to application groupJon Bratseth2019-06-141-2/+2
| | | | | | |
| * | | | | | Merge with masterJon Bratseth2019-06-14463-7830/+6939
| |\ \ \ \ \ \
| * | | | | | | Support paths with instance after application in application/v4Jon Bratseth2019-06-1423-198/+230
| | | | | | | |
| * | | | | | | Point to instance-specific pathsJon Bratseth2019-06-135-6/+9
| | | | | | | |
| * | | | | | | application/v4 go-forward functionality for any instanceJon Bratseth2019-06-132-47/+64
| | | | | | | |
| * | | | | | | Nonfunctional change onlyJon Bratseth2019-06-121-0/+1
| | | | | | | |
| * | | | | | | Support instancesJon Bratseth2019-06-113-3/+46
| | | | | | | |
* | | | | | | | Merge pull request #9804 from vespa-engine/mpolden/disable-maintainer-in-publicHarald Musum2019-06-144-5/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Disable ClusterUtilizationMaintainer in public
| * | | | | | | Disable ClusterUtilizationMaintainer in publicMartin Polden2019-06-141-1/+3
| | | | | | | |
| * | | | | | | SimplifyMartin Polden2019-06-143-4/+6
| | | | | | | |
* | | | | | | | Merge pull request #9806 from vespa-engine/jvenstad/tenant-cdValerij Fredriksen2019-06-145-30/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Replace System and Staging tests with Functional and Upgrade
| * | | | | | | Replace System and Staging tests with Functional and UpgradeJon Marius Venstad2019-06-145-30/+10
| | | | | | | |
* | | | | | | | Merge pull request #9794 from ↵Tor Brede Vekterli2019-06-1421-2422/+1587
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/even-more-storage-tests-converted-to-gtest Convert storageserver and visiting tests from CppUnit to GTest
| * | | | | | | Convert storageserver and visiting tests from CppUnit to GTestTor Brede Vekterli2019-06-1421-2422/+1587
| | | | | | | |
* | | | | | | | Merge pull request #9798 from vespa-engine/mpolden/remove-classpath-dependencyMartin Polden2019-06-141-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Avoid using classpath to read test data
| * | | | | | | | Avoid using classpath to read test dataMartin Polden2019-06-141-1/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #9797 from vespa-engine/freva/reserve-host-resourcesJon Bratseth2019-06-1413-229/+156
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Reserve host resources
| * | | | | | | | Use DockerHostCalculator to find the available capacity remaining on the hostValerij Fredriksen2019-06-142-3/+25
| | | | | | | | |
| * | | | | | | | Propagate HostResourcesCalculator to DockerHostCapacityValerij Fredriksen2019-06-149-7/+58
| | | | | | | | |
| * | | | | | | | Invert variable nameValerij Fredriksen2019-06-141-2/+2
| | | | | | | | |
| * | | | | | | | Compare enums directlyValerij Fredriksen2019-06-142-8/+7
| | | | | | | | |
| * | | | | | | | Move methods only used by MetricsReporter out of DockerHostCapacityValerij Fredriksen2019-06-144-144/+47
| | | | | | | | |
| * | | | | | | | Remove metrics by docker flavorValerij Fredriksen2019-06-142-39/+6
| | | | | | | | |
| * | | | | | | | Simplify MetricsReporterValerij Fredriksen2019-06-142-40/+25
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #9802 from ↵Henning Baldersheim2019-06-144-17/+38
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/reduce-construction-of-compound-names-to-bare-minimum Avoid creating CompoundNames on the fly.
| * | | | | | | | Avoid creating CompoundNames on the fly.Henning Baldersheim2019-06-144-17/+38
|/ / / / / / / /
* | | | | | | | Merge pull request #9801 from vespa-engine/jvenstad/tenant-cdJon Marius Venstad2019-06-144-10/+60
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | Jvenstad/tenant cd
| * | | | | | | Expect exceptions from RoutingGenerator when looking for endpointsJon Marius Venstad2019-06-141-9/+9
| | | | | | | |
| * | | | | | | Use correct field name when deserialising test configJon Marius Venstad2019-06-143-1/+51
| | | | | | | |