aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/application/JobControllerApiHandlerHelper.java
Commit message (Expand)AuthorAgeFilesLines
* More controller code to internal repo.gjoranv2023-11-061-533/+0
* Show cloud account used in each runjonmv2023-10-131-0/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use "build" to stay in line with existing responsejonmv2023-09-081-2/+2
* Include triggering info for planned runs as welljonmv2023-09-081-14/+19
* Store and show in /app/v4/ the change and dependent prod job triggering testsjonmv2023-09-081-0/+14
* Store optional dependent job and change for each run (will be used for tests)jonmv2023-09-081-2/+2
* Include message about builds being skipped when equal to the previousjonmv2023-09-061-1/+4
* Return build number with submit responsejonmv2023-08-231-2/+7
* Avoid NPE in /application/v4 when viewing instance with no run historyValerij Fredriksen2023-08-091-6/+4
* Add enclave cloud account to runs responsejonmv2023-06-201-1/+9
* Add cloud account details in /deployment/v1 as welljonmv2023-06-151-6/+8
* Return if a deployment job is in enclaveØyvind Grønnesby2023-06-121-1/+9
* Revert "Revert "Use another exception and error in response when quota is exc...Harald Musum2023-05-221-1/+1
* Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-221-1/+1
* Handle quota exceeded from config serverHarald Musum2023-05-221-1/+1
* Add submission timestamp for prod packages, and show in detail APIjonmv2023-05-151-0/+1
* Impose job pauses over other delay causes for UIjonmv2023-05-121-4/+11
* Restore pausedUntiljonmv2023-05-031-16/+10
* Avoid delay-cause also when the only job to run is ... running!jonmv2023-05-031-16/+20
* null delay cause when no jobs to runjonmv2023-05-031-1/+4
* When a human cancels a job, do not retry itjonmv2023-04-281-2/+2
* Allow pinning to a revision, set and read through APIsjonmv2023-04-181-0/+2
* Rename pinned to platformPinnedjonmv2023-04-181-1/+1
* Compute whether jobs are blocked in the right place, and exposejonmv2023-04-131-4/+5
* Introduce a more detailed Readiness object for planned deployment jobsjonmv2023-04-131-12/+34
* Use Principal::getName instead of toString() in run abort messageValerij Fredriksen2023-02-171-1/+1
* Display pin status in deployment payloadjonmv2022-11-181-0/+1
* Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-15/+13
* Reset cooldown when targets for test jobs change, irrespective of changejonmv2022-10-041-1/+1
* Store Vespa logs in S3 for non-prod-deployment jobsjonmv2022-08-151-4/+23
* Include run reason in responses, when anyjonmv2022-07-081-0/+2
* Detect when using .zone() on incomplete job typejonmv2022-06-291-1/+1
* Remove legaxy testReport fieldjonmv2022-06-281-7/+1
* Eliminate wrong use of optionaljonmv2022-06-101-2/+1
* Put submission stuff in a separate classjonmv2022-04-271-8/+3
* Merge pull request #22260 from vespa-engine/jonmv/add-test-categories-headerJon Marius Venstad2022-04-261-0/+1
|\
| * Fix serialisation of noTests, and remove unused codejonmv2022-04-261-0/+1
* | Merge pull request #22240 from vespa-engine/jonmv/show-all-deployable-buildsValerij Fredriksen2022-04-251-10/+3
|\ \
| * | Show all deployable revisions in deployment graph dropdownjonmv2022-04-251-10/+3
| |/
* / Show all plaform to operators, in deplyoyment view graphjonmv2022-04-251-4/+6
|/
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-1/+1
* Revert "Merge pull request #22130 from vespa-engine/revert-22100-jonmv/remove...jonmv2022-04-191-12/+12
* Revert "Remove compatibility serialisation for revisions, and add (de-) for j...Harald Musum2022-04-191-12/+12
* Make JobType non-enum, and prepare for serialisation with zone id insteadjonmv2022-04-121-12/+12
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-111-22/+23
* Add more data to builds table in deployment overviewjonmv2022-04-111-1/+8
* Add description and risk to application versionsjonmv2022-04-111-8/+3
* Inline some accessors in Applicationjonmv2022-04-101-5/+4
* Use version.toFullString() for platform in APi responseJon Marius Venstad2022-03-161-1/+1