aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/restapi/Path.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Support changing load balancer state through REST APIMartin Polden2023-02-071-1/+1
* Avoid segment validation in rule based filterjonmv2022-04-111-0/+5
* Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-081-5/+6
* Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-071-0/+7
* Resolve conflictsJon Marius Venstad2022-04-071-0/+2
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-10/+6
* Simplify Path by using HttpURL.Path for segments, and adding default validationJon Marius Venstad2022-04-061-44/+26
* Remove usage of asString() and remove it from PathJon Marius Venstad2022-04-061-4/+0
* Disallow relative paths and specsMartin Polden2022-03-291-9/+25
* Remove unused optionalPrefixMartin Polden2022-03-291-14/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove optional /api prefixValerij Fredriksen2021-03-191-0/+1
* Revert "Revert "Jonmv/reindexing rest api""Jon Marius Venstad2020-11-231-18/+0
* Revert "Jonmv/reindexing rest api"Jon Marius Venstad2020-11-201-0/+18
* Remove unused methodsJon Marius Venstad2020-11-201-18/+0
* Create Path from URI with correct decoding and deprecate from StringJon Marius Venstad2019-04-021-8/+31
* Fix nameMartin Polden2019-03-281-3/+3
* SimplifyMartin Polden2019-03-281-2/+1
* Allow read access to dashboard, and avoid out of bounds in PathJon Marius Venstad2019-03-261-1/+1
* Remove leftover logic from another implementation regarding opt prefixestoby2019-03-151-1/+1
* Add support for an optional prefix to path matchingtoby2019-03-151-15/+32
* Tenant pipelines status APIValerij Fredriksen2018-07-241-1/+3
* Created new module container-search-gui containing handler for gui for buildi...Henrik2018-07-051-0/+110