summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.307.67-1].vespa-6.307.67-1by-screwdriver2018-11-064-1/+2
* Merge pull request #7555 from vespa-engine/jvenstad/separate-test-jar-to-ease...Jon Marius Venstad2018-11-021-7/+16
|\
| * 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 improvementsOlli Virtanen2018-11-0218-327/+426
* | | Merge pull request #7540 from vespa-engine/balder/use-templated-find-take-2Henning Baldersheim2018-11-0230-358/+262
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge pull request #7551 from vespa-engine/balder/jvmargs-2-jvm-optionsHenning Baldersheim2018-11-0215-65/+144
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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 vespa-engine/revert-7527-revert-7524-hakonhall/...Håkon Hallingstad2018-11-0242-397/+679
|\ \ \ \ \
| * | | | | 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.gjoranv2018-11-021-0/+3
| | |_|_|/ | |/| | |
* | | | | Added more logging (#7547)olaaun2018-11-021-2/+5
| |_|/ / |/| | |
* | | | Merge pull request #7543 from vespa-engine/balder/also-verify-sanity-of-jvmar...Henning Baldersheim2018-11-028-108/+136
|\ \ \ \ | |/ / / |/| | |
| * | | 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
|/ /
* | Merge pull request #7542 from vespa-engine/jvenstad/snooze-jobsJon Bratseth2018-11-0114-66/+167
|\ \
| * | 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 vespa-engine/geirst/more-accurate-metric-descri...Henning Baldersheim2018-11-011-3/+3
|\ \ \ | |/ / |/| |
| * | Add more accurate metric descriptions.Geir Storli2018-10-311-3/+3
* | | Merge pull request #7531 from vespa-engine/bratseth/deprecate-linguistics-met...Jon Bratseth2018-11-0117-7/+172
|\ \ \
| * | | Suppress warningsJon Bratseth2018-11-011-0/+1
| * | | Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-0116-7/+171
* | | | Merge pull request #7538 from vespa-engine/toregge/narrow-down-routing-of-doc...Tor Egge2018-11-019-1/+144
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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 vespa-engine/balder/deprecate-header-body-relat...Henning Baldersheim2018-11-0132-117/+161
|\ \ \ \
| * | | | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-011-1/+1