summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Accept job reports only from the deployment pipeline supposed to be usedJon Marius Venstad2018-11-012-4/+33
| * | | | Let only component jobs set the project idJon Marius Venstad2018-11-011-1/+1
| * | | | Allow unregistering from internal deployment pipeline through application APIJon Marius Venstad2018-11-015-4/+36
| |/ / /
* | | | Merge pull request #7529 from vespa-engine/bjorncs/generate-certs-before-cont...Bjørn Christian Seime2018-11-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Generate node certificates before starting the containerBjørn Christian Seime2018-11-011-1/+1
|/ / /
* | | Merge pull request #7528 from vespa-engine/toregge/fix-summary-thread-observa...Henning Baldersheim2018-11-013-8/+8
|\ \ \
| * | | Fix mixup of summary thread observer and index thread observer.Tor Egge2018-11-013-8/+8
* | | | Merge pull request #7523 from vespa-engine/hakonhall/define-healthchecker-int...Håkon Hallingstad2018-11-014-49/+52
|\ \ \ \
| * | | | Remove lastState and fix importHåkon Hallingstad2018-11-011-2/+1
| * | | | Log NodeSpec changes laterHåkon Hallingstad2018-11-011-12/+30
| * | | | Review round fixesHåkon Hallingstad2018-11-011-2/+0
| * | | | Define HealthChecker interfaceHåkon Hallingstad2018-11-014-49/+37
* | | | | Merge pull request #7527 from vespa-engine/revert-7524-hakonhall/enforce-cc-t...Håkon Hallingstad2018-11-0140-737/+393
|\ \ \ \ \
| * | | | | Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4"""Håkon Hallingstad2018-11-0140-737/+393
|/ / / / /
* | | | | Merge pull request #7524 from vespa-engine/hakonhall/enforce-cc-timeouts-in-o...Håkon Hallingstad2018-11-0140-393/+737
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "Revert "Enforce CC timeouts in Orchestrator [4]""Håkon Hallingstad2018-11-0140-393/+737
* | | | | Merge pull request #7522 from vespa-engine/mpolden/remove-host-reboot-on-stat...Martin Polden2018-11-019-21/+26
|\ \ \ \ \
| * | | | | Only reboot non-hosts on dirty state transitionMartin Polden2018-11-019-21/+26
* | | | | | Merge pull request #7519 from vespa-engine/freva/use-terminal-in-storage-main...Valerij Fredriksen2018-11-012-53/+52
|\ \ \ \ \ \
| * | | | | | Use Terminal in StorageMaintainerValerij Fredriksen2018-11-012-53/+52
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #7513 from vespa-engine/gjoranv/add-optional-metrics-handlerBjørn Christian Seime2018-11-011-0/+4
|\ \ \ \ \ \
| * | | | | | Add optional metrics-packets.xml file to configserver app.gjoranv2018-10-311-0/+4
* | | | | | | Merge pull request #7514 from vespa-engine/balder/use-hash-map-for-faster-lookupGeir Storli2018-11-012-7/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Use a hash map for faster lookup.Henning Baldersheim2018-10-312-7/+6
* | | | | | | Merge pull request #7515 from vespa-engine/jvenstad/freeze-to-block-windowJon Bratseth2018-10-317-61/+77
|\ \ \ \ \ \ \
| * | | | | | | Choose last successfull build as revision when forcingJon Marius Venstad2018-10-311-2/+2
| * | | | | | | More flexibly change changeJon Marius Venstad2018-10-317-61/+77
* | | | | | | | Merge pull request #7516 from vespa-engine/revert-7491-revert-7490-revert-747...Henning Baldersheim2018-10-3140-737/+393
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Revert "Enforce CC timeouts in Orchestrator [4]"Harald Musum2018-10-3140-737/+393
|/ / / / / / /
* | / / / / / Merge pull request #7511 from vespa-engine/jvenstad/freeze-to-block-windowJon Marius Venstad2018-10-3113-70/+106
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | Address reviewJon Marius Venstad2018-10-314-7/+17
| * | | | | Update testsJon Marius Venstad2018-10-313-18/+50
| * | | | | Replace changeAt(instance) with just change()Jon Marius Venstad2018-10-315-29/+10
| * | | | | Define latest changes to include change and outstanding changeJon Marius Venstad2018-10-311-4/+7
| * | | | | Make OutstandingChangeDeployer accessible from DeploymentTesterJon Marius Venstad2018-10-311-0/+5
| * | | | | Count applications with outstanding changes as deploying (they have something...Jon Marius Venstad2018-10-311-2/+2
| * | | | | FormattingJon Marius Venstad2018-10-311-3/+3
| * | | | | Test outstanding commits, when nothing else to testJon Marius Venstad2018-10-311-7/+12
| * | | | | Delay commits during block windowJon Marius Venstad2018-10-311-4/+2
| * | | | | Let OutstandingChangeDeployer trigger change only outside block windowJon Marius Venstad2018-10-311-2/+4
| * | | | | Increase frequency of OutstandingChangeDeployerJon Marius Venstad2018-10-311-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #7506 from vespa-engine/geirst/expose-proton-rerank-time-m...Henning Baldersheim2018-10-311-0/+1
|\ \ \ \ \
| * | | | | Expose proton rerank time metric.Geir Storli2018-10-311-0/+1
* | | | | | Merge pull request #7512 from vespa-engine/gjoranv/new-metrics-handler2Bjørn Christian Seime2018-10-313-73/+89
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move JSONObjectWithLegibleException to a separate file.gjoranv2018-10-313-73/+86
| * | | | | Add comment about network protocols.gjoranv2018-10-311-0/+3
* | | | | | Merge pull request #7505 from vespa-engine/gjoranv/new-metrics-handlerBjørn Christian Seime2018-10-316-102/+465
|\| | | | |
| * | | | | Use a constant for the packet separator.gjoranv2018-10-312-2/+5
| * | | | | Remove another extra newline.gjoranv2018-10-311-1/+0
| * | | | | Remove extra newline.gjoranv2018-10-311-1/+0