summaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/http/HttpHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Return 409 with error code LOAD_BALANCER_NOT_READY if deployment fails due to...Harald Musum2019-08-011-0/+3
* Revert "Return 409 with error code TRANSIENT_ERROR when getting TransientExce...Harald Musum2019-08-011-7/+4
* Use LOAD_BALANCER_NOT_READY and only for LoadBalancerServiceExceptionHarald Musum2019-08-011-3/+3
* Move some exceptions to its own package (making them not part of public API)Harald Musum2019-08-011-5/+5
* Return 409 with error code TRANSIENT_ERROR when getting TransientExceptionHarald Musum2019-08-011-0/+3
* retry deployment on missing certificateandreer2019-06-241-0/+3
* ParentHostNotReadyException -> ParentHostUnavailableExceptionValerij Fredriksen2019-01-291-2/+2
* Retry in controller if parent host is not yet readyValerij Fredriksen2019-01-281-0/+3
* Nonfunctional changes onlyJon Bratseth2018-08-271-1/+1
* Support milliscond resolution for timeout request parameterHarald Musum2018-01-091-1/+1
* Timeout for file distribution status APIHarald Musum2018-01-091-5/+12
* use new LoggingRequestHandler constructorArne Juul2017-12-271-2/+4
* Remove overridden timeoutHarald Musum2017-10-101-8/+0
* Set correct timeout for prepare requestsHarald Musum2017-09-281-2/+2
* Revert "Revert "Return 409 if there is a conflict when activating""Harald Musum2017-09-051-0/+3
* Revert "Return 409 if there is a conflict when activating"gjoranv2017-09-011-3/+0
* Rename exceptionHarald Musum2017-08-311-2/+2
* Return 409 if there is a conflict when activatingHarald Musum2017-07-101-0/+3
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Propagate OutOfCapacity from config web serviceJon Bratseth2017-04-281-7/+5
* Use specific error-code in response when unable to acquire application lockHarald Musum2017-02-161-3/+4
* Adds Config Server application handler for Cluster Controller status pageHÃ¥kon Hallingstad2017-02-091-0/+2
* Create new exception class to avoid using http exception class where it shold...Harald Musum2017-01-021-1/+1
* Move TODOHarald Musum2016-07-081-1/+1
* Override method for setting timeout instead of setting propertyHarald Musum2016-07-081-0/+8
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
* PublishJon Bratseth2016-06-151-0/+131