summaryrefslogtreecommitdiffstats
path: root/controller-api/src
Commit message (Collapse)AuthorAgeFilesLines
* Store development packages per zoneJon Marius Venstad2019-05-091-4/+5
|
* Add perf deployment jovJon Marius Venstad2019-05-091-1/+4
|
* Start deployment jobs to dev at tenant/app/instance/deploy/jobnameJon Marius Venstad2019-05-092-2/+3
|
* Expand ApplicationStore with dev package storage and retrievalJon Marius Venstad2019-05-091-1/+7
|
* Add dev deployments to JobType membersJon Marius Venstad2019-05-091-11/+22
|
* Re-format JobType enum definition for more system and readabilityJon Marius Venstad2019-05-091-23/+59
|
* Merge pull request #9309 from vespa-engine/olaa/remove-old-log-retrievalHarald Musum2019-05-082-20/+1
|\ | | | | Remove old log retrieval
| * Remove old log retrievalOla Aunrønning2019-05-072-20/+1
| |
* | Separate development and production restartsJon Marius Venstad2019-05-062-6/+16
|/
* Let buildService inherit applicationReaderJon Marius Venstad2019-05-031-4/+4
|
* Add TTL field to RecordMartin Polden2019-05-022-7/+29
|
* Merge pull request #9224 from vespa-engine/mpolden/name-service-queueMartin Polden2019-04-302-2/+15
|\ | | | | Queue name service requests
| * Add persistent queue for name service requestsMartin Polden2019-04-292-2/+15
| |
* | Merge pull request #9222 from vespa-engine/mortent/add-key-pair-providerAndreas Eriksen2019-04-295-0/+94
|\ \ | |/ |/| Interfaces to support certificate manager
| * Interfaces to support certificate managerMorten Tokle2019-04-295-0/+94
| |
* | Simplify MemoryNameServiceMartin Polden2019-04-271-11/+11
|/
* Merge pull request #9198 from vespa-engine/andreer/certificate-managerAndreas Eriksen2019-04-263-7/+18
|\ | | | | andreer/certificate manager
| * leave certificatemanager for next PRandreer2019-04-262-36/+0
| |
| * create multiple records when requiredandreer2019-04-172-7/+9
| |
| * WIPandreer2019-04-123-0/+45
| |
* | Update some docJon Marius Venstad2019-04-154-5/+5
| |
* | Make things less publicJon Marius Venstad2019-04-155-24/+24
| |
* | Call enforcer.allows rather than role.allows(..., enforcer)Jon Marius Venstad2019-04-152-21/+16
| |
* | Make Roles staticJon Marius Venstad2019-04-152-31/+18
| |
* | UserRoles -> RolesJon Marius Venstad2019-04-152-17/+17
| |
* | Replace Roles with static factories in RoleJon Marius Venstad2019-04-155-147/+102
| |
* | Remove system from Context and rolesJon Marius Venstad2019-04-155-39/+31
| |
* | Use system from enforcer, not context, when enforcing policiesJon Marius Venstad2019-04-154-23/+48
|/
* Merge pull request #9102 from vespa-engine/andreer/create-txt-recordsAndreas Eriksen2019-04-122-0/+15
|\ | | | | enable creation of TXT records
| * enable creation of TXT recordsandreer2019-04-122-0/+15
| |
* | Merge pull request #9066 from vespa-engine/mpolden/public-endpoint-namesMartin Polden2019-04-113-14/+8
|\ \ | | | | | | Add support for global endpoint names in public system
| * | Add missing authorMartin Polden2019-04-091-3/+4
| | |
| * | Remove unused methodMartin Polden2019-04-091-6/+1
| | |
| * | Finalize Role#allowsMartin Polden2019-04-091-5/+3
| | |
* | | Merge pull request #9082 from ↵Håkon Hallingstad2019-04-112-2/+4
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hakonhall/use-athenzidentity-instead-of-athensservice Use AthenzIdentity instead of AthensService
| * | | More AthenzService -> AthenzIdentityHåkon Hallingstad2019-04-111-1/+2
| | | |
| * | | Use AthenzIdentity instead of AthensServiceHåkon Hallingstad2019-04-101-1/+2
| | |/ | |/|
* | | Merge pull request #9081 from vespa-engine/jvenstad/nodes-in-application-v4Jon Marius Venstad2019-04-112-2/+30
|\ \ \ | | | | | | | | Jvenstad/nodes in application v4
| * | | Expose application nodes in application/v4Jon Marius Venstad2019-04-101-0/+1
| | | |
| * | | Support a few more fields in controller's NodeJon Marius Venstad2019-04-101-2/+29
| |/ /
* / / Support optional /api prefix for /user/v1 and /application/v4Jon Marius Venstad2019-04-101-8/+36
|/ /
* | Merge pull request #9070 from vespa-engine/mortent/remove-unused-methodJon Marius Venstad2019-04-101-5/+0
|\ \ | | | | | | Remove unused method
| * | Remove unused methodMorten Tokle2019-04-101-5/+0
| |/
* | Merge pull request #9059 from vespa-engine/jvenstad/user-managementMorten Tokle2019-04-106-24/+118
|\ \ | |/ |/| Jvenstad/user management
| * Allow application admins to delete their applicationsJon Marius Venstad2019-04-091-0/+1
| |
| * Allow tenant and application roles read access to user membershpisJon Marius Venstad2019-04-091-1/+1
| |
| * Allow user management in all systemsJon Marius Venstad2019-04-092-4/+3
| |
| * Reorder roles from most to least privilegedJon Marius Venstad2019-04-091-5/+5
| |
| * Fine-grained user management access controlJon Marius Venstad2019-04-093-8/+20
| |
| * Rewire role inheritance, and test itJon Marius Venstad2019-04-092-4/+56
| |