aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Do not upgrade applications to current version when bootstrapping in manually...Harald Musum2018-07-061-2/+7
* Merge pull request #6309 from vespa-engine/bratseth/application-deploy-inhibi...Jon Bratseth2018-06-293-5/+39
|\
| * Unit test inhibitionJon Bratseth2018-06-293-9/+22
| * Application deployments inhibits periodic redeploys for a whileJon Bratseth2018-06-283-1/+22
* | Remove support for default flavor override per applicationHarald Musum2018-06-294-24/+3
|/
* We're doing more than before and things take longerJon Bratseth2018-06-271-1/+1
* Don't fail on out of capacity on bootstrapJon Bratseth2018-06-264-8/+21
* Nonfunctional changes onlyJon Bratseth2018-06-191-0/+1
* Allow bare metal tenant nodes with Calypso certificateBjørn Christian Seime2018-06-141-0/+4
* Add access control for identity document api + identity provider apiBjørn Christian Seime2018-06-121-2/+14
* Move Authorizer to 'filter' packageBjørn Christian Seime2018-06-122-2/+1
* Identity ZTS in NodeIdentifierBjørn Christian Seime2018-06-111-0/+5
* Remove duplicate constantsBjørn Christian Seime2018-06-081-4/+4
* Add application name to OutOfCapacityException messageMartin Polden2018-06-071-1/+1
* Validate that tensor dimensions and labbels are identifiersJon Bratseth2018-06-061-4/+2
* Merge pull request #6031 from vespa-engine/balder/ensure-we-only-create-one-n...Henning Baldersheim2018-05-311-6/+36
|\
| * Throw IllegalStateException instead of returning null.Henning Baldersheim2018-05-311-1/+6
| * Ensure we do not race on cache creation and create many caches that we just t...Henning Baldersheim2018-05-311-6/+31
* | Use guava supplier for node listMorten Tokle2018-05-311-19/+6
* | Keep a copy of node repository to prevent frequent zk accessMorten Tokle2018-05-311-1/+21
|/
* Use lower expiry times and shorter intervals for non-main systemsHarald Musum2018-05-291-3/+5
* Allow vespaVersion PATCHValerij Fredriksen2018-05-231-0/+1
* Merge pull request #5860 from vespa-engine/freva/remove-cfg-special-handlingMartin Polden2018-05-223-22/+7
|\
| * Use existing method to get config serversValerij Fredriksen2018-05-152-7/+1
| * Remove special handling of config servers in ACLValerij Fredriksen2018-05-144-22/+13
* | Simplify NodePatcherValerij Fredriksen2018-05-181-10/+3
|/
* Set reservation expiry to 20 minutes in all zonesHarald Musum2018-05-091-2/+1
* Improve logging where authorization failsBjørn Christian Seime2018-05-071-1/+1
* Improve error message for nodes with unknown openstack-idBjørn Christian Seime2018-05-071-1/+6
* Don't lookup configserver nodes in NodeIdentifierBjørn Christian Seime2018-05-071-1/+1
* Remove stray methodHåkon Hallingstad2018-05-061-5/+0
* Support patching openstack IDHåkon Hallingstad2018-05-053-0/+12
* Merge pull request #5784 from vespa-engine/freva/infra-app-provisionValerij Fredriksen2018-05-0410-12/+374
|\
| * Code review fixesValerij Fredriksen2018-05-044-23/+35
| * Add InfrastructureProvisionerValerij Fredriksen2018-05-044-3/+152
| * Add REST API to update/view infrastructure versionsValerij Fredriksen2018-05-043-6/+76
| * Create persistence for infrastructure versionsValerij Fredriksen2018-05-044-3/+134
* | Add configserver Athenz identity as trusted serviceBjørn Christian Seime2018-05-042-9/+27
* | Identity proxy and configserver hosts in NodeIdentifierBjørn Christian Seime2018-05-041-0/+4
|/
* Replace 'Authentication' with 'Identification' for AuthenticationFilter and f...Bjørn Christian Seime2018-04-253-30/+27
* Make dependency on AuthenticationFilter more explicitBjørn Christian Seime2018-04-252-1/+5
* Add unit test for AWS host certificatesBjørn Christian Seime2018-04-251-1/+6
* Modify AuthorizationFilter to assume AuthenticationFilter is part of filter c...Bjørn Christian Seime2018-04-251-10/+5
* Include both identity name and hostname in getName()Bjørn Christian Seime2018-04-251-1/+5
* Add separate node authentication filterBjørn Christian Seime2018-04-251-0/+48
* Implement toString, equals and hashCode for NodePrincipalBjørn Christian Seime2018-04-241-0/+24
* Allow us to reset hardwarefailure by passing 'null' over RESTtoby2018-04-231-2/+2
* Only remove node if docker container and tenantValerij Fredriksen2018-04-201-3/+3
* Use NodePrincipal in Authorizer to distinguish between identity and hostnameBjørn Christian Seime2018-04-202-26/+26
* Accept Athenz certs from controller in HostAuthenticatorBjørn Christian Seime2018-04-203-13/+46