daml/daml-assistant
Moritz Kiefer 07d5a19d50
Cleanup trigger service endpoints (#7950)
* Cleanup trigger service endpoints

fixes #6333

changelog_begin

- [Trigger Service]

  Endpoints have been rearranged to be more consistent:

  | New endpoint              | Old endpoint       | Functionality                |
  |---------------------------|--------------------|------------------------------|
  | GET `/v1/triggers`        | `/v1/list`         | List triggers                |
  | POST `/v1/triggers`       | `/v1/start`        | Start trigger                |
  | GET `/v1/triggers/:id`    | `/v1/status/:id`   | Trigger status               |
  | DELETE `/v1/triggers/:id` | `/v1/triggers/:id` | Stop/delete trigger          |
  | POST `/v1/packages`       | `/v1/upload_dar`   | Upload DAR                   |
  | GET `/livez`              | `/v1/health`       | liveness check               |

changelog_end

* Fix integration tests

changelog_begin
changelog_end
2020-11-12 11:23:28 +01:00
..
daml-helper daml ledger: implementation of ledger commands via json api (#7885) 2020-11-09 16:24:45 +01:00
daml-project-config/DA/Daml/Project Fix damlc test with relative --project-root (#6541) 2020-06-30 16:45:28 +02:00
daml-sdk Split sandbox code into separate packages (#6695) 2020-07-17 17:06:06 +02:00
exe/DA/Daml assistant: prompt users to automatically update PATH (#7910) 2020-11-06 17:07:40 +01:00
integration-tests Cleanup trigger service endpoints (#7950) 2020-11-12 11:23:28 +01:00
scala-daml-project-config use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
src/DA/Daml/Assistant assistant: prompt users to automatically update PATH (#7910) 2020-11-06 17:07:40 +01:00
test/DA/Daml/Assistant assistant: prompt users to automatically update PATH (#7910) 2020-11-06 17:07:40 +01:00
BUILD.bazel Refactor deployment tests: (#5342) 2020-04-02 10:17:21 +01:00
daml-project-config.cabal update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
get-daml.sh Undamlify assistant output (#7611) 2020-10-08 16:57:43 +02:00