summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #2700 from yahoo/revert-2692-gjoranv/set-default-config-ct...Henning Baldersheim2017-06-103-24/+9
|\ \ \ \ \
| * | | | | Revert "Set the default constructor on config classes private."Harald Musum2017-06-103-24/+9
|/ / / / /
* | | | | Merge pull request #2692 from yahoo/gjoranv/set-default-config-ctor-privategjoranv2017-06-093-9/+24
|\ \ \ \ \
| * | | | | Set the default constructor on config classes private.gjoranv2017-06-093-9/+24
* | | | | | Merge pull request #2699 from yahoo/balder/private-and-debugHarald Musum2017-06-091-2/+2
|\ \ \ \ \ \
| * | | | | | Make private and log at debug level insteadHenning Baldersheim2017-06-091-2/+2
|/ / / / / /
* | | | | | Merge pull request #2698 from yahoo/balder/watch-for-port-changeHenning Baldersheim2017-06-091-1/+26
|\ \ \ \ \ \
| * | | | | | Watch and die on port change.Henning Baldersheim2017-06-091-1/+26
|/ / / / / /
* | | | | | Merge pull request #2697 from yahoo/bjorncs/readmeJon Bratseth2017-06-091-4/+0
|\ \ \ \ \ \
| * | | | | | Remove commands for standard git configurationBjørn Christian Seime2017-06-091-4/+0
|/ / / / / /
* | | | | | Merge pull request #2696 from yahoo/bjorncs/fix-unstable-unit-testBjørn Christian Seime2017-06-091-1/+1
|\ \ \ \ \ \
| * | | | | | Allow 200 response without contentBjørn Christian Seime2017-06-091-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2693 from yahoo/geirst/install-scripts-in-vespaclientTor Egge2017-06-091-0/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Install scripts for handling node/cluster state.Geir Storli2017-06-091-0/+14
|/ / / / /
* | | | | Merge pull request #2690 from yahoo/geirst/rename-binaries-in-vespaclientTor Egge2017-06-0910-16/+16
|\ \ \ \ \
| * | | | | Rename binaries in vespaclient to use vespa- prefix.Geir Storli2017-06-099-11/+16
| * | | | | Don't install vds scripts that were replaced by vespa- counterparts before Ve...Geir Storli2017-06-092-5/+0
* | | | | | Merge pull request #2691 from yahoo/toregge/rename-config-programsGeir Storli2017-06-0919-20/+27
|\ \ \ \ \ \
| * | | | | | Fix ignore.Tor Egge2017-06-091-1/+1
| * | | | | | Rename config programs to have vespa- prefix.Tor Egge2017-06-0919-20/+27
* | | | | | | Merge pull request #2687 from yahoo/bjorncs/trigger-gc-in-watchdoggjoranv2017-06-091-2/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use scheduleAtFixedRate instead of scheduleWithFixedDelayBjørn Christian Seime2017-06-091-3/+3
| * | | | | | Regularly trigger GC to improve accuracy of metricsBjørn Christian Seime2017-06-091-0/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2689 from yahoo/bratseth/correct-java-buildArnstein Ressem2017-06-093-3/+3
|\ \ \ \ \ \
| * | | | | | Describe how to build all Java modulesJon Bratseth2017-06-091-1/+2
| * | | | | | Nonfunctional changesJon Bratseth2017-06-092-2/+1
* | | | | | | Merge pull request #2662 from yahoo/balder/wait-for-data-availabilityHenning Baldersheim2017-06-093-47/+66
|\ \ \ \ \ \ \
| * | | | | | | Assert instead of eternal loop.Henning Baldersheim2017-06-091-1/+3
| * | | | | | | Use consistent naming and the magic -1 at the magic place.Henning Baldersheim2017-06-092-6/+6
| * | | | | | | Hold the guard the whole time and use double checked locking.Henning Baldersheim2017-06-092-10/+19
| * | | | | | | Use a lock to guard at racing the update of the file object when while is gro...Henning Baldersheim2017-06-093-43/+56
| * | | | | | | Must wait until data are visible through the filesystem.Henning Baldersheim2017-06-081-7/+2
* | | | | | | | Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-0997-721/+546
|\ \ \ \ \ \ \ \
| * | | | | | | | mbus -> rpc in message.Henning Baldersheim2017-06-091-1/+1
| * | | | | | | | Use std::make_unique.Henning Baldersheim2017-06-091-34/+14
| * | | | | | | | If ports change, request shutdown.Henning Baldersheim2017-06-093-2/+23
| * | | | | | | | release -> std::moveHenning Baldersheim2017-06-091-42/+29
| * | | | | | | | Whitespace onlyHenning Baldersheim2017-06-082-157/+76
| * | | | | | | | Reduce exposure to config internals.Henning Baldersheim2017-06-0840-77/+97
| * | | | | | | | Include exceptions too.Henning Baldersheim2017-06-081-0/+1
| * | | | | | | | Only include what you really needHenning Baldersheim2017-06-0858-418/+315
* | | | | | | | | Merge pull request #2685 from yahoo/toregge/change-prefix-from-opt-yahoo-vesp...Arnstein Ressem2017-06-097-18/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change prefix from /opt/yahoo/vespa to /opt/vespa.Tor Egge2017-06-097-18/+18
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2688 from yahoo/hmusum/rewrite-testBjørn Christian Seime2017-06-091-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Rewrite test so that it works even when running as rootHarald Musum2017-06-091-3/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #2686 from yahoo/toregge/rename-config-model-programsGeir Storli2017-06-096-14/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Rename config-model programs to have vespa- prefix.Tor Egge2017-06-096-14/+20
|/ / / / / / /
* | | | | | | Merge pull request #2683 from yahoo/balder/depend-on-generated-configArnstein Ressem2017-06-091-0/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Depend on the generated config library.Henning Baldersheim2017-06-091-0/+1
|/ / / / / /
* | | | | | Merge pull request #2677 from yahoo/mortent/node-repo-rest-api-additionalipsTorbjørn Smørgrav2017-06-093-3/+16
|\ \ \ \ \ \