aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Disallow URI type resources for hosted Vespajonmv2022-04-204-4/+16
|
* Update commentJon Marius Venstad2022-04-191-1/+1
|
* Revert "Jersey no longer needed for configserver without /serviceview/v1/"jonmv2022-04-191-0/+46
| | | | This reverts commit e593f6bf57a63b71e0e078466104fc110a60d267.
* Merge pull request #22146 from vespa-engine/jonmv/more-validationJon Marius Venstad2022-04-191-1/+1
|\ | | | | Jonmv/more validation
| * Stricter application id patternjonmv2022-04-191-1/+1
| |
* | Jersey no longer needed for configserver without /serviceview/v1/jonmv2022-04-131-46/+0
| |
* | No more /serviceview/v1/jonmv2022-04-1310-976/+0
|/
* Add test file, no regexjonmv2022-04-121-2/+2
|
* Proxy state/v1/ requests with hostjonmv2022-04-128-31/+117
|
* 2 space indent by defaultjonmv2022-04-111-104/+103
|
* Update deployment.rnc, and configserver veratime JSON test filesjonmv2022-04-111-18/+9
|
* Revert "Revert "Add recommended java.security options.""Arnstein Ressem2022-04-081-6/+7
|
* Move ID part to HostName in config-provisioningjonmv2022-04-083-3/+3
|
* Revert "Merge pull request #22065 from ↵jonmv2022-04-082-4/+4
| | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-082-4/+4
|
* Use null rather than "" for no load balancer, as intended(?), and fix some ↵jonmv2022-04-081-2/+2
| | | | assertions
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-082-4/+4
|
* Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-081-1/+1
|
* Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-072-25/+26
|
* Pass query to status serviceJon Marius Venstad2022-04-075-20/+27
|
* Resolve conflictsJon Marius Venstad2022-04-0714-26/+23
|
* Allow proxy /state/v1/metrics requests in /application/v2Valerij Fredriksen2022-04-072-21/+21
|
* Proxy without going via UTF-8Valerij Fredriksen2022-04-073-27/+8
|
* Merge branch 'master' into jonmv/more-http-urlJon Marius Venstad2022-04-062-14/+21
|\
| * Use TemporaryFolder in testMartin Polden2022-04-052-14/+21
| |
* | Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-0615-67/+89
|/
* Merge pull request #21963 from vespa-engine/mpolden/zip-improvementsJon Marius Venstad2022-04-054-108/+108
|\ | | | | Unify zip/tar archive reading [run-systemtest]
| * Close CompressedApplicationInputStream in testMartin Polden2022-04-051-14/+19
| |
| * Make max application package size configurableMartin Polden2022-04-054-8/+12
| |
| * Allow single-dot segments in configserverMartin Polden2022-04-042-4/+5
| |
| * Use ArchiveStreamReader in configserverMartin Polden2022-04-042-96/+86
| |
* | Revert "Revert "Jonmv/reapply application name validation""Jon Marius Venstad2022-04-042-10/+5
| |
* | Revert "Jonmv/reapply application name validation"Jon Marius Venstad2022-04-042-5/+10
| |
* | Revert "Merge pull request #21961 from vespa-engine/revert-21918-jonmv/misc-6"Jon Marius Venstad2022-04-042-10/+5
| | | | | | | | | | This reverts commit a0b02d8bd00bf8d7f3410cbf47ae432770546883, reversing changes made to 64d0102f9931a01d31976e85b585b9e63894f08e.
* | Revert "Jonmv/misc 6"Jon Marius Venstad2022-04-042-5/+10
| |
* | Merge pull request #21918 from vespa-engine/jonmv/misc-6Jon Marius Venstad2022-04-042-10/+5
|\ \ | | | | | | Jonmv/misc 6
| * | Cleanup, should not change anythingJon Marius Venstad2022-03-312-10/+5
| | |
* | | Merge pull request #21959 from vespa-engine/hmusum/flags-cleanupHarald Musum2022-04-041-4/+3
|\ \ \ | | | | | | | | Use new method only for getting admin cluster node architecture
| * | | Use new method only for getting admin cluster node architectureHarald Musum2022-04-041-4/+3
| | | |
* | | | Require HTTP(S) protocolJon Marius Venstad2022-04-021-0/+4
| | | |
* | | | Use more PathJon Marius Venstad2022-04-028-73/+53
| | | |
* | | | Revert "Move verification down"Håkon Hallingstad2022-04-028-55/+72
|/ / /
* | | Merge pull request #21924 from vespa-engine/jonmv/misc-7Jon Bratseth2022-04-018-72/+55
|\ \ \ | |_|/ |/| | Move verification down
| * | Even more Path!Jon Marius Venstad2022-04-011-0/+1
| | |
| * | URI is not really supported, and not used eitherJon Marius Venstad2022-04-012-1/+4
| | |
| * | More Path, and ensure the right tmp dir is wiped (path with ./././ is scary)Jon Marius Venstad2022-03-318-67/+49
| | |
| * | Move verification downJon Marius Venstad2022-03-311-8/+5
| |/
* | Merge pull request #21893 from vespa-engine/jonmv/misc-3Jon Marius Venstad2022-03-313-5/+8
|\| | | | | Jonmv/misc 3
| * Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-316-12/+12
| |
| * Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-319-15/+15
| |