summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.307.67-1].vespa-6.307.67-1by-screwdriver2018-11-064-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.307.67 --no-auto-changelog
* Merge pull request #7555 from ↵Jon Marius Venstad2018-11-021-7/+16
|\ | | | | | | | | vespa-engine/jvenstad/separate-test-jar-to-ease-scanning Separate jar with tests to scan to avoid Surefire breakdown
| * Separate jar with tests to scan to avoid Surefire breakdownJon Marius Venstad2018-11-021-7/+16
| |
* | Merge pull request #7554 from vespa-engine/ollivir/dispatcher-cleanupJon Bratseth2018-11-0218-327/+426
|\ \ | | | | | | Java dispatcher refactoring and cluster monitoring improvements
| * | Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-0218-327/+426
| | |
* | | Merge pull request #7540 from vespa-engine/balder/use-templated-find-take-2Henning Baldersheim2018-11-0230-358/+262
|\ \ \ | |/ / |/| | Balder/use templated find take 2
| * | Remove reduandant cast and type specification along with some unused code.Henning Baldersheim2018-11-024-78/+44
| | |
| * | Use template args for the class, not on the find method.Henning Baldersheim2018-11-0120-222/+110
| | |
| * | Use a templated find() to enable lookup without object creation when objects ↵Henning Baldersheim2018-11-0117-97/+147
| | | | | | | | | | | | are comparable.
* | | Merge pull request #7551 from vespa-engine/balder/jvmargs-2-jvm-optionsHenning Baldersheim2018-11-0215-65/+144
|\ \ \ | | | | | | | | Add jvm-options and prefer over jvmargs
| * | | Throw instead of warn.Henning Baldersheim2018-11-022-5/+9
| | | |
| * | | Add jvm-options and prefer over jvmargsHenning Baldersheim2018-11-0215-65/+140
| | | |
* | | | Merge pull request #7546 from vespa-engine/bratseth/improve-error-messageJon Bratseth2018-11-026-16/+29
|\ \ \ \ | | | | | | | | | | Improve error message etc
| * | | | Expect the right error messageJon Bratseth2018-11-021-1/+1
| | | | |
| * | | | Improve error message etcJon Bratseth2018-11-025-15/+28
| | | | |
* | | | | Whitelist APIs. Check if request succeeded (#7552)olaaun2018-11-024-9/+16
| | | | |
* | | | | Merge pull request #7545 from ↵Håkon Hallingstad2018-11-0242-397/+679
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-7527-revert-7524-hakonhall/enforce-cc-timeouts-in-orchestrator-4 Enforce CC timeouts in Orchestrator, try 9
| * | | | | Remove unused importHåkon Hallingstad2018-11-021-1/+0
| | | | | |
| * | | | | Wrap CC HTTP failures in 409Håkon Hallingstad2018-11-0112-161/+100
| | | | | |
| * | | | | Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4""""Håkon Hallingstad2018-11-0140-393/+737
| |/ / / /
* | | | | Merge pull request #7548 from vespa-engine/gjoranv/ignore-stackoverflow-testBjørn Christian Seime2018-11-021-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Ignore test to verify no stackoverflow error is thrown.
| * | | | | Ignore test to verify no stackoverflow error is thrown.gjoranv2018-11-021-0/+3
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | - MAVEN_OPTS are not propagated by surefire plugin. - Note that this problem may have existed a long time, but just recently was exposed by enabling tests in bootstrap.sh.
* | | | | Added more logging (#7547)olaaun2018-11-021-2/+5
| |_|/ / |/| | |
* | | | Merge pull request #7543 from ↵Henning Baldersheim2018-11-028-108/+136
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/balder/also-verify-sanity-of-jvmargs-in-hosted-mode Balder/also verify sanity of jvmargs in hosted mode
| * | | gcopts -> jvm-gc-optionsHenning Baldersheim2018-11-017-38/+35
| | | |
| * | | Rewrite to keep all the logic in one place.Henning Baldersheim2018-11-014-91/+122
| |/ /
* / / Only write to slime after retreiving all metrics for application (#7539)olaaun2018-11-021-20/+35
|/ / | | | | | | | | | | * Only write to slime after retreiving all metrics for application * Add stacktrace to log
* | Merge pull request #7542 from vespa-engine/jvenstad/snooze-jobsJon Bratseth2018-11-0114-66/+167
|\ \ | | | | | | Jvenstad/snooze jobs
| * | Improve testsJon Marius Venstad2018-11-012-3/+3
| | |
| * | Change manipulation of Change to be a tenant admin operationJon Marius Venstad2018-11-014-9/+12
| | |
| * | Allow tenants to trigger their own jobs (copied from screwdriver API)Jon Marius Venstad2018-11-012-4/+18
| | |
| * | Allow jobs to be paused at /tenant/t/application/a/instance/i/job/j/pauseJon Marius Venstad2018-11-012-0/+15
| | |
| * | Make all paths under /job/{jobType}/ be tenant operationsJon Marius Venstad2018-11-011-1/+1
| | |
| * | Use a public Duration instead of a private primitive for max pauseJon Marius Venstad2018-11-012-8/+9
| | |
| * | Change Change changeJon Marius Venstad2018-11-013-21/+19
| | |
| * | Allow pausing jobs for up to 3 daysJon Marius Venstad2018-11-013-0/+47
| | |
| * | Don't automatically trigger paused jobsJon Marius Venstad2018-11-011-4/+5
| | |
| * | Clear pausedUntil on triggeringJon Marius Venstad2018-11-011-1/+1
| | |
| * | Add pausedUntil field in JobStatusJon Marius Venstad2018-11-014-27/+49
| | |
* | | Merge pull request #7508 from ↵Henning Baldersheim2018-11-011-3/+3
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/geirst/more-accurate-metric-descriptions Add more accurate metric descriptions.
| * | Add more accurate metric descriptions.Geir Storli2018-10-311-3/+3
| | |
* | | Merge pull request #7531 from ↵Jon Bratseth2018-11-0117-7/+172
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bratseth/deprecate-linguistics-methods Deprecated methods and add OptimaizeDetector
| * | | Suppress warningsJon Bratseth2018-11-011-0/+1
| | | |
| * | | Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-0116-7/+171
| | | |
* | | | Merge pull request #7538 from ↵Tor Egge2018-11-019-1/+144
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/toregge/narrow-down-routing-of-document-api-get-document-messages Narrow down routing of Document API GetDocument messages.
| * | | Throw UnsupportedOperationException.Tor Egge2018-11-011-1/+1
| | | |
| * | | Fixup local variable name.Tor Egge2018-11-011-2/+2
| | | |
| * | | Narrow down routing of Document API GetDocument messages.Tor Egge2018-11-019-1/+144
| | | |
* | | | Merge pull request #7517 from ↵Henning Baldersheim2018-11-0132-117/+161
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/deprecate-header-body-related-stuff Deprecating a whole lot of body/header related methods that should ha…
| * | | | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-011-1/+1
| | | | |