summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9459 from vespa-engine/jvenstad/less-memory-for-testsJon Marius Venstad2019-05-202-2/+2
|\ | | | | Allocate 50% of remaining node memory to surefire tests
| * Allocate 50% of remaining node memory to surefire testsJon Marius Venstad2019-05-202-2/+2
| |
* | Merge pull request #9456 from vespa-engine/mpolden/reduce-log-levelJon Marius Venstad2019-05-201-2/+2
|\ \ | | | | | | Reduce DeploymentTrigger log level
| * | Reduce DeploymentTrigger log levelMartin Polden2019-05-201-2/+2
| |/
* | Fix ClusterInfoMaintainerMartin Polden2019-05-201-1/+2
| | | | | | | | | | Cost is not declared for all active flavors. Possibly due to the introduction of user-defined flavors in #9291.
* | CleanupMartin Polden2019-05-201-21/+8
|/
* Kick job runner when deploying, to reduce latency and improve UXJon Marius Venstad2019-05-203-0/+14
|
* Display which deployments hinder application deletionJon Marius Venstad2019-05-202-2/+4
|
* Use the name "tester" for the tester container clusterJon Marius Venstad2019-05-162-2/+2
|
* Use routing layer by default, and policy as fallback, since latter does not ↵Jon Marius Venstad2019-05-152-14/+12
| | | | yet work
* Actually test the response >_<Jon Marius Venstad2019-05-152-4/+5
|
* Unit test run responseJon Marius Venstad2019-05-143-0/+32
|
* Merge pull request #9391 from vespa-engine/freva/add-publiccdValerij Fredriksen2019-05-147-12/+15
|\ | | | | Add public cd system name
| * Add public cd DNS suffixValerij Fredriksen2019-05-141-0/+3
| |
| * Do not use valueOf()Valerij Fredriksen2019-05-141-4/+4
| |
| * Always use value for SystemName, Environment and RegionNameValerij Fredriksen2019-05-146-9/+8
| |
* | Check for roulting policies in InternalStepRunnerJon Marius Venstad2019-05-143-8/+48
| |
* | Display only endpoints for the relevant deployment in application/v4Jon Marius Venstad2019-05-142-1/+8
| |
* | Better feedback when services are converged, or endpoints aren't readyJon Marius Venstad2019-05-141-2/+8
|/
* Return run number instead of undefined location URIJon Marius Venstad2019-05-132-2/+2
|
* Check endpoints as part of install steps tooJon Marius Venstad2019-05-133-20/+50
|
* Avoid NPE when serialising direct deploymentsJon Marius Venstad2019-05-131-3/+4
|
* Merge pull request #9355 from ↵Jon Marius Venstad2019-05-103-12/+26
|\ | | | | | | | | vespa-engine/jvenstad/delete-applications-without-active-session Allow alwaysRun steps to fail
| * Allow alwaysRun steps to failJon Marius Venstad2019-05-103-12/+26
| |
* | Avoid NPE when serialising unknown application versionsJon Marius Venstad2019-05-101-0/+3
|/
* Remove job run entries older than 60 daysJon Marius Venstad2019-05-091-5/+9
|
* Merge pull request #9344 from ↵Jon Marius Venstad2019-05-092-1/+2
|\ | | | | | | | | vespa-engine/jvenstad/memory-visibility-in-job-steps Memory visibility to ensure step isn't run twice
| * Memory visibility to ensure step isn't run twiceJon Marius Venstad2019-05-092-1/+2
| |
* | Merge pull request #9328 from vespa-engine/jvenstad/deploy-to-dev-jobsJon Marius Venstad2019-05-0910-38/+180
|\ \ | | | | | | Jvenstad/deploy to dev jobs
| * | Store development packages per zoneJon Marius Venstad2019-05-095-11/+19
| | |
| * | Add perf deployment jovJon Marius Venstad2019-05-092-1/+2
| | |
| * | Replace dev check with manually deployed checkJon Marius Venstad2019-05-092-9/+6
| | |
| * | Add test file >_<Jon Marius Venstad2019-05-091-0/+4
| | |
| * | Start deployment jobs to dev at tenant/app/instance/deploy/jobnameJon Marius Venstad2019-05-092-6/+33
| | |
| * | Add deploy method to JobController, which runs a deploy jobJon Marius Venstad2019-05-092-2/+70
| | |
| * | Allow storing unknown application versions for dev runsJon Marius Venstad2019-05-092-7/+13
| | |
| * | Separate out registration of applications in internal pipelineJon Marius Venstad2019-05-091-15/+21
| | |
| * | Download package and send vespa version when deploying to dev from step runnerJon Marius Venstad2019-05-092-5/+14
| | |
| * | Expand ApplicationStore with dev package storage and retrievalJon Marius Venstad2019-05-091-0/+11
| | |
| * | Add development JobProfileJon Marius Venstad2019-05-091-1/+6
| |/
* | Move BlockingRequestFilter to jdisc-security-filtersBjørn Christian Seime2019-05-091-24/+0
| |
* | Remove duplicate filterBjørn Christian Seime2019-05-091-19/+0
|/
* Merge pull request #9309 from vespa-engine/olaa/remove-old-log-retrievalHarald Musum2019-05-085-38/+10
|\ | | | | Remove old log retrieval
| * Remove old log retrievalOla Aunrønning2019-05-075-38/+10
| |
* | s/! isPresent()/isEmpty()/gJon Marius Venstad2019-05-061-2/+2
|/
* Move overloading of request data variants to clientJon Marius Venstad2019-05-061-2/+4
|
* Set principal as well, not just security context, in signature filterJon Marius Venstad2019-05-061-2/+6
|
* Merge pull request #9276 from vespa-engine/freva/return-jsonValerij Fredriksen2019-05-041-0/+5
|\ | | | | Set content-type for service api response
| * Set content-type for service api responseValerij Fredriksen2019-05-041-0/+5
| |
* | Merge pull request #9270 from vespa-engine/jvenstad/submission-minorsJon Marius Venstad2019-05-038-61/+100
|\ \ | | | | | | Jvenstad/submission minors