summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Create a separate 'monitoring' package for metrics w/friends. (#995)gjoranv2016-11-0216-18/+26
* Remove dead httpgateway codeJon Bratseth2016-11-013-59/+3
* Test json log configuringJon Bratseth2016-10-301-10/+27
* First stab at JSON access log [VESPA-5228]Frode Lundgren2016-10-292-1/+7
* Remove comment in macro shadowing test caseLester Solbakken2016-10-261-4/+0
* Add macro shadowingLester Solbakken2016-10-263-0/+267
* Merge pull request #931 from yahoo/loffevoff/tensor-type-change-validationVegard Sjonfjell2016-10-253-6/+63
|\
| * Rewrite commentVegard Sjonfjell2016-10-251-1/+2
| * Whitespace fixesVegard Sjonfjell2016-10-211-4/+0
| * Implement tensor type change validation (requires refeed)Vegard Sjonfjell2016-10-213-6/+66
* | Rename methods, forgotten in previous commit. (#948)gjoranv2016-10-251-12/+12
* | Remove the 'ymon' consumer and extract methods for readability. (#944)gjoranv2016-10-251-160/+179
* | Fix such that we can override only one of proton resource limits.Geir Storli2016-10-242-6/+27
* | Merge pull request #908 from yahoo/bratseth/document-api-in-container-devJon Bratseth2016-10-211-4/+5
|\ \
| * | Nonfunctional changes onlyJon Bratseth2016-10-191-2/+3
| * | Nonfunctional changes onlyJon Bratseth2016-10-191-2/+2
* | | Honor aliases element only in prod (#915)Harald Musum2016-10-203-9/+36
|/ /
* | owner -> owningClusterJon Bratseth2016-10-171-4/+4
* | Remove unused importJon Bratseth2016-10-171-1/+0
* | Don't ask about combined clusters too earlyJon Bratseth2016-10-172-6/+41
* | Nonfunctional changesJon Bratseth2016-10-171-1/+1
* | Merge with masterJon Bratseth2016-10-1721-7/+300
|\ \
| * | Revert rename of public HostName.getLocalhostHåkon Hallingstad2016-10-148-17/+17
| * | Revert "Revert "Use HostName for message bus, but fix HostName to work with d...hakonhall2016-10-148-23/+17
| * | Revert "Use HostName for message bus, but fix HostName to work with dev machi...Eirik Nygaard2016-10-148-17/+23
| * | Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-138-22/+17
| * | Fall back to picking another resolvable and reachable address if the systemHåkon Hallingstad2016-10-131-1/+0
| * | Merge pull request #815 from yahoo/voffeloff/validate-ranking-constants-at-de...Vegard Sjonfjell2016-10-1319-2/+300
| |\ \
| | * | Nicer error messageVegard Sjonfjell2016-10-112-4/+4
| | * | More verbose error messages when ranking constant validation failsVegard Sjonfjell2016-10-112-7/+7
| | * | Change method to staticVegard Sjonfjell2016-10-071-2/+1
| | * | Add a failing and successful ranking constants testVegard Sjonfjell2016-10-0715-0/+208
| | * | Better error message for non-string tensor coordinatesVegard Sjonfjell2016-10-072-2/+21
| | * | Validate ranking constants (constant tensor) at deploy timeVegard Sjonfjell2016-10-072-0/+72
* | | | Remove pre Vespa 6 values from container-http.defJon Bratseth2016-10-133-24/+2
* | | | Model hostResponseHeaderKeyJon Bratseth2016-10-131-1/+17
|/ / /
* | / Support custom metrics with admin V4Jon Bratseth2016-10-136-5/+41
| |/ |/|
* | Fix of to point to content cluster for nodes (#831)Harald Musum2016-10-111-1/+1
* | Use correct provisioner for routing nodes that are specified to be in node repoHarald Musum2016-10-103-63/+98
* | Run schema tests, add test for required attribute in nodes elementHarald Musum2016-10-102-1/+15
* | Allow reuired='true' for combined clusterHarald Musum2016-10-101-1/+4
|/
* Better error messageVegard Sjonfjell2016-10-072-2/+2
* Use a set of tensor dimension names for each cell to avoid generating a new m...Vegard Sjonfjell2016-10-072-15/+41
* Test that non-number values are disallowedVegard Sjonfjell2016-10-071-0/+18
* Test for integer coordinates both with unordered and ordered dimensionsVegard Sjonfjell2016-10-071-1/+20
* Check just over limit of bounded dimensionVegard Sjonfjell2016-10-071-2/+2
* FormattingVegard Sjonfjell2016-10-071-4/+4
* Ensure integer value is allowedVegard Sjonfjell2016-10-071-1/+1
* Check if value part of tensor is any number, not just floatVegard Sjonfjell2016-10-071-1/+5
* Correct exception messageVegard Sjonfjell2016-10-071-7/+8