aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9977 from vespa-engine/freva/api-fixValerij Fredriksen2019-07-052-25/+31
|\
| * Put devJobs inside runs array like for jobsValerij Fredriksen2019-07-052-18/+22
| * Always show lastVersions and deploying elementsValerij Fredriksen2019-07-052-7/+9
* | Remove constraint that we can have only one main endpoint in EndpointListØyvind Grønnesby2019-07-051-7/+0
|/
* Merge pull request #9948 from vespa-engine/bjorncs/jdisc-tls-configurationBjørn Christian Seime2019-07-041-21/+16
|\
| * Use TlsContextBasedProvider in ControllerSslContextFactoryProviderBjørn Christian Seime2019-07-031-21/+16
* | Better JSON responsesValerij Fredriksen2019-07-033-35/+23
* | Do not return empty JSON responseValerij Fredriksen2019-07-034-15/+11
|/
* Remove unreferenced test filesMartin Polden2019-07-033-34/+0
* Stop reporting Chef convergence metricMartin Polden2019-07-035-204/+18
* Merge pull request #9932 from vespa-engine/mpolden/remove-promote-apiMartin Polden2019-07-035-102/+9
|\
| * Remove promote APIMartin Polden2019-07-035-102/+9
* | Merge pull request #9919 from vespa-engine/ogronnesby/assign-multiple-rotationsØyvind Grønnesby2019-07-0312-101/+546
|\ \
| * | Introduce feature flag on application ID for new endpoints behaviorØyvind Grønnesby2019-07-024-29/+147
| * | Rename .defaultGlobal => .createØyvind Grønnesby2019-07-022-5/+3
| * | Split finding needed rotations and assigning them to two stepsØyvind Grønnesby2019-07-021-4/+23
| * | Fix issue with rotations changing after assignmentØyvind Grønnesby2019-07-023-18/+143
| * | Add convenience method to create AssignedRotationsØyvind Grønnesby2019-07-022-1/+13
| * | Merge remote-tracking branch 'origin/master' into ogronnesby/assign-multiple-...Øyvind Grønnesby2019-06-2810-40/+114
| |\ \
| * | | Update tests to take into account rotation changesØyvind Grønnesby2019-06-283-71/+58
| * | | Change signature from List to Set so we don't respect ordering too muchØyvind Grønnesby2019-06-281-2/+2
| * | | Assign multiple rotations per application during deployØyvind Grønnesby2019-06-281-26/+50
| * | | Use EndpointId to generate Endpoints in EndpointListØyvind Grønnesby2019-06-281-6/+4
| * | | Take endpoints into account when generating EndpointListØyvind Grønnesby2019-06-281-3/+12
| * | | Add methods to get rotations based on ID, and to assign multiple rotations pe...Øyvind Grønnesby2019-06-281-0/+64
| * | | Put information on assigned regions in AssignedRotation classØyvind Grønnesby2019-06-281-4/+11
| * | | Remove "support" for duplicate endpoint IDs in ApplicationSerializerØyvind Grønnesby2019-06-281-5/+13
| * | | Add support for endpoints in APBØyvind Grønnesby2019-06-271-1/+21
| * | | Add support for EndpointId in EndpointBuilderØyvind Grønnesby2019-06-262-4/+60
* | | | Some methods in SslContextFactory base class are deprecatedBjørn Christian Seime2019-07-021-1/+1
| |_|/ |/| |
* | | retry when certificate not readyandreer2019-06-281-1/+3
| |/ |/|
* | Request certificates for whitelisted apps. Send certificate reference with de...Morten Tokle2019-06-2510-40/+114
|/
* Merge pull request #9894 from vespa-engine/ogronnesby/persist-map-from-servic...Øyvind Grønnesby2019-06-258-53/+233
|\
| * Improve serialization test coverage for AssignedRotationØyvind Grønnesby2019-06-251-1/+18
| * Manually indent constructor parametersØyvind Grønnesby2019-06-251-2/+2
| * Use static variables for assigned rotation fieldsØyvind Grønnesby2019-06-251-6/+9
| * add javadoc and clean up unused importsØyvind Grønnesby2019-06-254-9/+6
| * Support AssignedRotations that track cluster, rotation, and endpoint name.Øyvind Grønnesby2019-06-257-51/+214
* | Avoid too much use of ZoneList.ids() now that zones() is availableHåkon Hallingstad2019-06-2411-44/+46
|/
* Merge pull request #9871 from vespa-engine/mpolden/always-refresh-routing-pol...Harald Musum2019-06-212-10/+10
|\
| * Always refresh routing policiesMartin Polden2019-06-212-10/+10
* | Export packageValerij Fredriksen2019-06-201-0/+5
|/
* Default to all versions being released, as nowJon Marius Venstad2019-06-201-1/+1
* @author and commentJon Marius Venstad2019-06-201-0/+5
* FIlter out broken confidence versions for compile versionJon Marius Venstad2019-06-207-6/+16
* Filter out non-released versions for compile versionJon Marius Venstad2019-06-205-6/+31
* Store whether versions have been released to customer-available repo for buildsJon Marius Venstad2019-06-206-8/+27
* Configure artifact to check for as wellJon Marius Venstad2019-06-202-6/+11
* Keep a MavenRepository in the ControllerJon Marius Venstad2019-06-204-7/+18
* Add MavenRepositoryClient for fetching metadata from a remoteJon Marius Venstad2019-06-203-0/+86