aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Make rotations be List<> instead of Optional<>Øyvind Grønnesby2019-05-273-9/+9
* Merge pull request #9519 from vespa-engine/jvenstad/dev-jobs-in-overviewValerij Fredriksen2019-05-235-7/+45
|\
| * Avoid uncontrollable multi-threaded execution in unit testJon Marius Venstad2019-05-231-5/+1
| * Render info about last dev/perf deployment jobs in overviewJon Marius Venstad2019-05-234-2/+44
* | Merge pull request #9505 from vespa-engine/mpolden/update-routing-policies-on...Martin Polden2019-05-238-75/+66
|\ \
| * | Refresh routing policies on deploy (de)activationMartin Polden2019-05-238-75/+66
* | | Listen to /api/zone/v1 with the zone api handlerJon Marius Venstad2019-05-233-15/+28
| |/ |/|
* | Upgrade config server together with config server hostValerij Fredriksen2019-05-221-11/+6
|/
* Kick job runner when deploying, to reduce latency and improve UXJon Marius Venstad2019-05-201-0/+5
* Display which deployments hinder application deletionJon Marius Venstad2019-05-201-1/+1
* 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-143-6/+6
|\
| * Do not use valueOf()Valerij Fredriksen2019-05-141-4/+4
| * Always use value for SystemName, Environment and RegionNameValerij Fredriksen2019-05-142-3/+2
* | Check for roulting policies in InternalStepRunnerJon Marius Venstad2019-05-141-1/+30
|/
* Return run number instead of undefined location URIJon Marius Venstad2019-05-131-1/+1
* Check endpoints as part of install steps tooJon Marius Venstad2019-05-132-16/+21
* Store development packages per zoneJon Marius Venstad2019-05-092-8/+15
* Add perf deployment jovJon Marius Venstad2019-05-091-1/+1
* Add test file >_<Jon Marius Venstad2019-05-091-0/+4
* Start deployment jobs to dev at tenant/app/instance/deploy/jobnameJon Marius Venstad2019-05-091-1/+7
* Add deploy method to JobController, which runs a deploy jobJon Marius Venstad2019-05-091-1/+37
* Expand ApplicationStore with dev package storage and retrievalJon Marius Venstad2019-05-091-0/+11
* Remove old log retrievalOla Aunrønning2019-05-073-18/+2
* Move overloading of request data variants to clientJon Marius Venstad2019-05-061-2/+4
* Merge pull request #9270 from vespa-engine/jvenstad/submission-minorsJon Marius Venstad2019-05-034-45/+63
|\
| * Verify content hash for deployments tooJon Marius Venstad2019-05-031-1/+2
| * No more need to httpmimeJon Marius Venstad2019-05-031-30/+18
| * Copyright headersJon Marius Venstad2019-05-031-0/+1
| * Let key authentication imply applicationDeveloper role as wellJon Marius Venstad2019-05-031-2/+6
| * Verify content hash if present in a header for submissionJon Marius Venstad2019-05-033-12/+36
* | Merge pull request #9259 from vespa-engine/jvenstad/submit-filterJon Marius Venstad2019-05-034-9/+109
|\|
| * Make SignatureFilter skip requests with roles, and without signaturesJon Marius Venstad2019-05-021-12/+19
| * Add test for SignatureFilterJon Marius Venstad2019-05-021-31/+76
| * Add test for SignatureFilterJon Marius Venstad2019-05-021-0/+55
| * Remove CORS config from controller testsJon Marius Venstad2019-05-022-6/+0
| * Let ControllerAuthorizationFilter inherit JSRFB directlyJon Marius Venstad2019-05-021-1/+1
| * Update test for AthenzRoleFilterJon Marius Venstad2019-05-021-2/+1
* | Halt system upgrade on broken versionMartin Polden2019-05-021-1/+41
|/
* Test all fieldsMartin Polden2019-05-021-16/+27
* Fix serialization TODOMartin Polden2019-05-021-27/+0
* Merge pull request #9230 from vespa-engine/jvenstad/submitJon Marius Venstad2019-05-021-9/+10
|\
| * Use MultiPartStreamer in ApplicationApiTest for verificationJon Marius Venstad2019-04-291-9/+10
* | Revert "Remove redundant rate limit"Martin Polden2019-05-022-2/+33
* | Remove stale routing policiesMartin Polden2019-04-301-0/+2
* | Report metric for queued name service requestsMartin Polden2019-04-302-1/+32
* | Remove redundant rate limitMartin Polden2019-04-292-33/+2
* | Queue and dispatch all name service requestsMartin Polden2019-04-296-29/+41
* | Add persistent queue for name service requestsMartin Polden2019-04-293-9/+147