summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix formattingMartin Polden2019-03-263-23/+22
* Remove non-existent pathsMartin Polden2019-03-261-2/+0
* Merge pull request #8874 from vespa-engine/mpolden/roles-and-policiesJon Marius Venstad2019-03-2618-188/+791
|\
| * Return error messages, instead of throwing, as per superclass docJon Marius Venstad2019-03-261-6/+9
| * Short-circuit when everyone is authorized for the requestJon Marius Venstad2019-03-261-0/+5
| * No principal when authorization filter is run is an errorJon Marius Venstad2019-03-263-6/+8
| * Update RoleMembershipTest to reflect changesJon Marius Venstad2019-03-261-3/+2
| * Remove unnecessary declaration of tenant read privilegesJon Marius Venstad2019-03-261-4/+1
| * Include all roles principal has in returned RoleMembershipJon Marius Venstad2019-03-261-7/+10
| * Test that build service can read application data for compile versionJon Marius Venstad2019-03-261-0/+6
| * Move Principal to RoleResolver.membership signatureJon Marius Venstad2019-03-263-22/+34
| * Ensure path has correct state when evaluating contextJon Marius Venstad2019-03-251-4/+7
| * Specify prod for rotation overrisdes to avoid mutiple matches for tenant path...Jon Marius Venstad2019-03-251-1/+1
| * Ensure matches are unique for each path groupJon Marius Venstad2019-03-252-17/+51
| * Remove path which has movedJon Marius Venstad2019-03-251-1/+0
| * Fix somewhat funny typo resulting in very strict access controlJon Marius Venstad2019-03-252-1/+6
| * Define seperate group for /athenz/v1/Martin Polden2019-03-252-3/+9
| * Move /zone/v1/ to deploymentStatusMartin Polden2019-03-251-8/+5
| * Rename deployment -> deploymentStatusMartin Polden2019-03-252-3/+3
| * Rename allow -> allowsMartin Polden2019-03-254-30/+30
| * Verify context for build service pathsMartin Polden2019-03-225-51/+63
| * Ensure that all path spec sets are disjointMartin Polden2019-03-221-0/+16
| * Use roles for authorizationMartin Polden2019-03-226-179/+128
| * Define roles and policiesMartin Polden2019-03-2210-1/+556
* | Merge pull request #8903 from vespa-engine/havardpe/add-content-length-with-b...Bjørn Christian Seime2019-03-264-1/+7
|\ \
| * | include content length in http responseHåvard Pettersen2019-03-264-1/+7
* | | Merge pull request #8902 from vespa-engine/hmusum/install-athenz-identity-pro...Harald Musum2019-03-262-0/+3
|\ \ \
| * | | Install jar and symlink from config server appHarald Musum2019-03-262-0/+3
| |/ /
* | | Merge pull request #8895 from vespa-engine/toregge/add-log-message-class-to-v...Geir Storli2019-03-268-0/+378
|\ \ \ | |/ / |/| |
| * | Clean up unit test.Tor Egge2019-03-261-149/+47
| * | Stop checking for too old or too new timestamp.Tor Egge2019-03-261-13/+8
| * | Add class comment.Tor Egge2019-03-261-0/+3
| * | Add LogMessage class to vespalog.Tor Egge2019-03-258-0/+482
* | | Merge pull request #8876 from vespa-engine/gjoranv/metrics-proxy-containergjoranv2019-03-2625-68/+208
|\ \ \
| * | | Add simple unit test for MetricsProxyContainer.gjoranv2019-03-251-0/+45
| * | | Update tests to disregard new metrics-proxy (feature flag enabled)gjoranv2019-03-226-32/+25
| * | | Add feature flag for ENABLE_METRICS_PROXY_CONTAINERgjoranv2019-03-226-3/+29
| * | | Set service properties 'clustertype' and 'index'.gjoranv2019-03-221-0/+2
| * | | Orchestrator Support for metrics proxyHåkon Hallingstad2019-03-224-36/+6
| * | | Enable new metrics-proxy-container only in CD.gjoranv2019-03-221-1/+6
| * | | Update tests and fix host/port allocation.gjoranv2019-03-2211-38/+79
| * | | Change (unused) service name for metricsproxy container.gjoranv2019-03-222-2/+2
| * | | Create a cluster with a MetricsProxy container on every host.gjoranv2019-03-221-0/+15
| * | | Remove "subId" ctor parameter from Container subclasses.gjoranv2019-03-223-5/+5
| * | | Add MetricsProxyContainer(Cluster) classes.gjoranv2019-03-222-0/+47
| * | | Non-functional refactorings.gjoranv2019-03-203-7/+3
* | | | Merge pull request #8898 from vespa-engine/revert-8893-mpolden/remove-dead-pathsJon Marius Venstad2019-03-261-3/+0
|\ \ \ \
| * | | | Revert "Remove unused job queue paths in ZK"Martin Polden2019-03-261-3/+0
* | | | | Merge pull request #8899 from vespa-engine/olaa/logserver-check-versionHarald Musum2019-03-261-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Check Vespa version when assigning logserverOla Aunrønning2019-03-251-0/+1