daml/triggers
Moritz Kiefer 13816c75b3
Support uploading DARs to the trigger service (#5084)
* Support uploading DARs to the trigger service

This PR adds a new `upload_dar` endpoint that accepts a DAR as a
multi-part form request and adds it to the list of compiled packages.

I’ve also made the DAR passed in on startup optional now given the new
endpoint.

There is no endpoint for deleting a DAR so far but there is none on
the ledger API either so I think this not particularly urgent.

changelog_begin
changelog_end

* Address review comments
2020-03-19 13:02:04 +01:00
..
daml Engine: add rank to Enum and Variant SValue (#5048) 2020-03-18 14:37:44 +01:00
runner Engine: add rank to Enum and Variant SValue (#5048) 2020-03-18 14:37:44 +01:00
service Support uploading DARs to the trigger service (#5084) 2020-03-19 13:02:04 +01:00
tests sandbox: Fail to start if a time mode is not explicitly specified. (#5033) 2020-03-18 08:25:03 +00:00