aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9081 from vespa-engine/jvenstad/nodes-in-application-v4Jon Marius Venstad2019-04-119-10/+126
|\
| * Expose application nodes in application/v4Jon Marius Venstad2019-04-104-0/+73
| * Make ConfigServerMock actiavte nodes on deployment (nit)Jon Marius Venstad2019-04-101-1/+2
| * Support a few more fields in controller's NodeJon Marius Venstad2019-04-104-9/+51
* | Merge pull request #9074 from vespa-engine/jvenstad/access-control-allow-api-...Jon Marius Venstad2019-04-116-38/+77
|\ \
| * | Fix typoJon Marius Venstad2019-04-101-1/+1
| * | Test that /api/user/v1 and /api/application/v4 worksJon Marius Venstad2019-04-101-0/+10
| * | Bind user and application APIs also to /api/... in testsJon Marius Venstad2019-04-102-6/+12
| * | Support optional /api prefix for /user/v1 and /application/v4Jon Marius Venstad2019-04-101-8/+36
| * | Add /api optional prefix to user management apiJon Marius Venstad2019-04-102-24/+19
* | | Merge pull request #9085 from vespa-engine/geirst/logd-fix-setup-of-dev-null-...Arnstein Ressem2019-04-111-1/+1
|\ \ \
| * | | Actually return the dev null forwarder.Geir Storli2019-04-111-1/+1
|/ / /
* | | Merge pull request #9077 from vespa-engine/revert-9075-revert-9057-hmusum/fix...Harald Musum2019-04-1110-29/+45
|\ \ \
| * | | Create apps when prepare changes owner of sessionsJon Marius Venstad2019-04-101-0/+1
| * | | Revert "Revert "Hmusum/fix config model inconsistency 4" MERGEOK"Harald Musum2019-04-109-29/+44
* | | | Merge pull request #9008 from vespa-engine/jobergum/reduce-connections-defaultHenning Baldersheim2019-04-104-5/+4
|\ \ \ \
| * | | | Change default persisted connections down to 1Jo Kristian Bergum2019-04-044-5/+4
* | | | | Merge pull request #9061 from vespa-engine/bratseth/open-querytree-andJon Bratseth2019-04-109-28/+65
|\ \ \ \ \
| * | | | | Update abiJon Bratseth2019-04-091-0/+1
| * | | | | Don't use deprecated methodJon Bratseth2019-04-092-4/+4
| * | | | | Make QueryTree.and publicJon Bratseth2019-04-096-24/+60
* | | | | | Merge pull request #9079 from vespa-engine/bratseth/fail-nodes-after-30-minutesJon Bratseth2019-04-101-1/+1
|\ \ \ \ \ \
| * | | | | | Decrease node fail grace period from 60 to 30 minutesJon Bratseth2019-04-101-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #9078 from vespa-engine/balder/avoid-map2list2map-conversionJon Bratseth2019-04-104-6/+3
|\ \ \ \ \ \
| * | | | | | Make final to prevent accidents.Henning Baldersheim2019-04-102-2/+2
| * | | | | | When you have an ImmutableMap it is not necessary to create a list and then c...Henning Baldersheim2019-04-103-5/+3
| * | | | | | GC unused importHenning Baldersheim2019-04-101-1/+0
| |/ / / / /
* | | | | | Merge pull request #9072 from vespa-engine/balder/gc-unused-code-and-importsHenning Baldersheim2019-04-105-25/+21
|\ \ \ \ \ \
| * | | | | | GC unused import and code.Henning Baldersheim2019-04-105-25/+21
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #9080 from vespa-engine/revert-9046-bjorncs/enable-logd-rpcBjørn Christian Seime2019-04-101-1/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Revert "Enable rpc protocol"Geir Storli2019-04-101-1/+0
|/ / / / /
* | | | | Merge pull request #9063 from vespa-engine/havardpe/support_cell_type_in_simp...Håvard Pettersen2019-04-103-7/+248
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | support binary formats with cell type in reference implementationHåvard Pettersen2019-04-093-7/+248
* | | | | Merge pull request #9071 from vespa-engine/bratseth/remove-duplicate-pom-sectionJon Bratseth2019-04-101-12/+5
|\ \ \ \ \
| * | | | | Remove duplicate declarationJon Bratseth2019-04-101-12/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #9075 from vespa-engine/revert-9057-hmusum/fix-config-mode...Jon Marius Venstad2019-04-109-44/+29
|\ \ \ \ \
| * | | | | Revert "Hmusum/fix config model inconsistency 4"Harald Musum2019-04-109-44/+29
|/ / / / /
* | | | | Merge pull request #9058 from vespa-engine/geirst/logd-forwarder-setupGeir Storli2019-04-101-6/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Setup forwarder to dev/null if logserver should not be used (also if use rpc ...Geir Storli2019-04-091-6/+8
* | | | | Merge pull request #9070 from vespa-engine/mortent/remove-unused-methodJon Marius Venstad2019-04-101-5/+0
|\ \ \ \ \
| * | | | | Remove unused methodMorten Tokle2019-04-101-5/+0
* | | | | | Merge pull request #9059 from vespa-engine/jvenstad/user-managementMorten Tokle2019-04-1019-175/+636
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Unit test user management and application APIs with alternative componentsJon Marius Venstad2019-04-095-9/+246
| * | | | | Allow application admins to delete their applicationsJon Marius Venstad2019-04-091-0/+1
| * | | | | Guard against deleting last tenant ownerJon Marius Venstad2019-04-091-8/+13
| * | | | | Split out system-specific components in ControllerContainerTestJon Marius Venstad2019-04-093-100/+204
| * | | | | Create all tenant and application roles on creationJon Marius Venstad2019-04-091-7/+7
| * | | | | Rename parameter and use injected mockJon Marius Venstad2019-04-094-9/+5
| * | | | | 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