aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+949
|
* Merge pull request #7869 from vespa-engine/bratseth/less-use-of-containergjoranv2018-12-053-3/+6
|\ | | | | Less use of Container
| * Less use of ContainerJon Bratseth2018-12-033-3/+6
| |
* | Provision infrastructure nodes ASAP on bootstrapHåkon Hallingstad2018-12-041-2/+4
|/
* Improve documentationJon Bratseth2018-12-031-1/+1
|
* Revert "Merge pull request #7837 from ↵Jon Bratseth2018-12-0212-444/+9
| | | | | | | vespa-engine/revert-7836-bratseth/remove-unused-rpc-server-take-3" This reverts commit 0c39992b60e6103a85fa00362df74930a660e51c, reversing changes made to a8277a3a486f7fd174e562bf174cfa72aede9cee.
* Revert "Bratseth/remove unused rpc server take 3"Jon Bratseth2018-12-0112-9/+444
|
* Revert "Merge pull request #7835 from ↵Jon Bratseth2018-12-0112-444/+9
| | | | | | | vespa-engine/revert-7833-bratseth/remove-unused-rpc-server-take-2" This reverts commit ce9f57d123d835cc698adf2febe4aae47128031d, reversing changes made to c2af67b3d11da53655a0750d2e288b584c7b938c.
* Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-0112-9/+444
|
* Revert "Merge pull request #7831 from ↵Jon Bratseth2018-12-0112-444/+9
| | | | | | | vespa-engine/revert-7818-bratseth/remove-unused-rpc-server" This reverts commit 0aeda846a4dd36c03f49e4504e91ee2c813bde87, reversing changes made to c0513ac34d2c438e9f97e699659855029e1f06e8.
* Revert "Remove zombie code"Håkon Hallingstad2018-12-0112-9/+444
|
* Remove zombie codeJon Bratseth2018-11-2912-444/+9
|
* Remove unimplemented metricsJon Bratseth2018-11-282-4/+5
|
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-3/+3
|
* Deprecation cleanupJon Bratseth2018-11-202-12/+8
|
* Use second resoultion for timestamp (instead of millis).gjoranv2018-11-152-1/+12
|
* Extract helper method.gjoranv2018-11-151-20/+13
|
* When pooling ClusterMonitors and SearchClusters you will add a cluster every ↵Henning Baldersheim2018-11-153-11/+36
| | | | | | | | time there is a reconfig. As nothing will purge them, you both keep stuff alive forever and end up with more clusters that you have. Hence the magic for not removing vipstatus when there are multiple clusters kick in preventing nodes being taken OOR. Now it is using the ComponentId for identifying a cluster.
* Add a trailing newline to the output.gjoranv2018-11-051-1/+1
|
* Improve class comment.gjoranv2018-11-051-3/+5
|
* Suppress warningsJon Bratseth2018-11-011-0/+1
|
* Move JSONObjectWithLegibleException to a separate file.gjoranv2018-10-313-73/+86
|
* Add comment about network protocols.gjoranv2018-10-311-0/+3
|
* 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
|
* Add new handler for obtaining metrics snapshot in "packets" formatgjoranv2018-10-316-102/+464
|
* Convert to base 64 using standard libraryOla Aunrønning2018-10-231-2/+2
|
* Fix testsJon Bratseth2018-10-161-8/+8
|
* Avoid deprecated classesJon Bratseth2018-10-161-1/+1
|
* Create linguistics with default config.Henning Baldersheim2018-10-111-2/+5
|
* Use full nameHarald Musum2018-10-032-2/+2
|
* Add copyright headerJon Bratseth2018-10-015-2/+7
|
* Added test for LogHandlerOla Aunrønning2018-09-204-10/+66
|
* Merge pull request #7026 from vespa-engine/olaaun/filter-on-log-creationHarald Musum2018-09-201-3/+2
|\ | | | | Filter on file creation time instead of last modified time
| * Filter on file creation time instead of last modified timeOla Aunrønning2018-09-201-3/+2
| |
* | Changed value type from string to JSON (#7025)olaaun2018-09-201-1/+1
|/
* Merge pull request #6977 from vespa-engine/gjoranv/remove-linguistics-bindingHenning Baldersheim2018-09-192-3/+17
|\ | | | | Remove guice binding for Linguistics.
| * Create SimpleLinguistics singleton lazily.gjoranv2018-09-171-1/+2
| |
| * Add binding for Linguistics to HandlersConfigurerTestWrapper.gjoranv2018-09-171-2/+16
| | | | | | | | | | - The binding has been removed from HandlersConfigurerDi to prevent creating a SimpleLinguistics there.
| * Remove guice binding for Linguistics.gjoranv2018-09-171-1/+0
| | | | | | | | | | - The config model adds a SimpleLinguisticsProvider for all container clusters.
* | Replace HTTP response with Log class. Other cleanupOla Aunrønning2018-09-182-5/+5
| |
* | Filter on time. Flatten logs jsonOla Aunrønning2018-09-183-37/+56
| |
* | filter number of logsOla Aunrønning2018-09-183-5/+39
|/
* Check if container is running on logserverOla Aunrønning2018-09-103-28/+22
|
* Add functionality for retrieving logsOla Aunrønning2018-09-105-0/+113
|
* Use fileAcquirerJon Bratseth2018-09-102-4/+3
|
* Read fiel distribution file reference correctlyJon Bratseth2018-09-072-3/+4
|
* Revert "Merge pull request #6726 from ↵Jon Bratseth2018-08-306-101/+170
| | | | | | | vespa-engine/revert-6719-bratseth/initially-down" This reverts commit 05ea4c2b9952bceaf0e009053c2f51a09d15a957, reversing changes made to 03efdabdc9f0e43fc2c362569ae455a7abc9a64b.