aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-cd
Commit message (Expand)AuthorAgeFilesLines
* fix broken linkskkraune2020-05-201-1/+1
* more generic linkkkraune2020-05-204-4/+4
* Use TLS 1.2 onlyJon Marius Venstad2020-03-191-0/+4
* Handle query both in given path and properties mapJon Marius Venstad2020-03-181-3/+3
* Avoid trailing query delimiter when no queryJon Marius Venstad2020-03-181-3/+3
* Add missing StagingSetup.java fileJon Marius Venstad2020-01-171-0/+26
* Add StagingSetup annotationJon Marius Venstad2020-01-164-51/+10
* Add/corect copyright headersJon Bratseth2020-01-0310-0/+10
* Random fixes in currently unused test metrics codeJon Marius Venstad2019-12-132-2/+9
* Keep cause of IOException in test http clientJon Marius Venstad2019-11-201-1/+1
* Show request with exception messageJon Marius Venstad2019-09-231-1/+1
* hostUri back to uriJon Marius Venstad2019-08-212-2/+2
* Expand Endpoint with a request builder methodJon Marius Venstad2019-08-212-0/+20
* Remove currently unused things from test library APIJon Marius Venstad2019-08-2116-468/+28
* Rename EndpointAuthenticator -> Authenticator, and doc fixesJon Marius Venstad2019-08-193-15/+11
* Rename integration test categories and simplify pom.xml setupJon Marius Venstad2019-08-165-12/+33
* Remove erroneous @Test annotation on annotationsJon Marius Venstad2019-06-273-3/+0
* Remove unused test classesJon Marius Venstad2019-06-272-54/+0
* Provide annotations for different test classesJon Marius Venstad2019-06-273-12/+48
* Move Junit Jupiter dependency to tenant-cd, compile scopeJon Marius Venstad2019-06-272-4/+3
* Support JUnit 5 in tester applicationsJon Marius Venstad2019-06-213-0/+11
* Reinstate system and staging tests as first-class citizensJon Marius Venstad2019-06-192-8/+40
* Revert "Replace System and Staging tests with Functional and Upgrade"Jon Marius Venstad2019-06-192-0/+20
* Allow Endpoint to send arbitrary, authenticated requestsJon Marius Venstad2019-06-142-6/+20
* Replace System and Staging tests with Functional and UpgradeJon Marius Venstad2019-06-142-20/+0
* Use com.yahoo.vespa group idJon Marius Venstad2019-06-141-1/+1
* Allow using the built-in authentication to search, returning a raw resultJon Marius Venstad2019-06-133-9/+18
* Implement HttpDeployment, allowing the most basic of testing to commenceJon Marius Venstad2019-06-134-11/+32
* Separate API and deployment authenticatorsJon Marius Venstad2019-06-133-18/+37
* Wrap TestConfig in TestRuntime, which includes and Authenticator, and obtain ...Jon Marius Venstad2019-06-134-106/+95
* Add missing (skeleton) classJon Marius Venstad2019-06-131-0/+30
* Use timeout from query when setJon Marius Venstad2019-06-122-1/+12
* Docs and TODOJon Marius Venstad2019-06-124-3/+12
* Assume private key authentication against controllerJon Marius Venstad2019-06-111-2/+2
* Move tenant authentication to new module tenant-auth, to override internallyJon Marius Venstad2019-06-075-64/+19
* Restructure tenant-base/pom.xml to reuse surefire configurationJon Marius Venstad2019-06-073-3/+3
* Split reading and parsing of test config, and read properties to set up contr...Jon Marius Venstad2019-06-071-15/+51
* Expose system to package, and _the_ deployment to test, in TestConfigJon Marius Venstad2019-06-062-3/+16
* Deprecate test categories which won't continueJon Marius Venstad2019-06-063-1/+9
* Add dependenciesJon Marius Venstad2019-06-062-3/+15
* Rename package ai.vespa.hosted.cd.metrics to .metricJon Marius Venstad2019-06-067-7/+7
* Remove unused dependencyJon Marius Venstad2019-06-062-7/+1
* Move to ai.vespa.hostedJon Marius Venstad2019-06-0624-41/+35
* Stash first part of HttpEndpointJon Marius Venstad2019-06-063-2/+84
* Trimmed down TestConfig, which depends on config-provisioningJon Marius Venstad2019-06-062-0/+81
* Get SSLContext from key and certificate set in propertiesJon Marius Venstad2019-06-061-0/+38
* Depend on security-utilsJon Marius Venstad2019-06-062-1/+12
* Fill QueryJon Marius Venstad2019-06-063-2/+45
* Fill SelectionJon Marius Venstad2019-06-061-1/+49
* Add Space for convenience construction of pointsJon Marius Venstad2019-06-061-0/+45