daml/daml-script/test
nickchapman-da 0c13a4f1fd
Error handling for User Management exposed via daml-script (#12416)
* Error handling for User Management exposed via daml-script

changelog_begin
changelog_end

adapt ScriptTest.daml to new user-management interface

adapt create-daml-app Setup.daml to new user-management interface

* Add deriving Ord for UserId

* change example of invalid user-id char to "%" from "." (which is no longer illegal)

* recover/reify ALREADY_EXISTS from GrpcLedgerClient.createuser

* fix testcase expected order of users from daml-script listUsers

* adapt create-saml-app Setup.daml to changed interface of user-management

* reinstate sort lost in merge

* sort user in ScriptService user-management test

* improve comment for error foobar hack

* improve doc comment for validateUserId

* use upper case as test example for invalid user-id
2022-01-18 12:58:51 +00:00
..
daml Error handling for User Management exposed via daml-script (#12416) 2022-01-18 12:58:51 +00:00
src Split channel configuration from LedgerClientConfiguration (#12433) 2022-01-18 10:03:33 +00:00
BUILD.bazel kvutils: Remove the DAR upload parameters from the runner. (#12366) 2022-01-12 12:57:02 +01:00
daml-script-test-runner.sh Clarify unhandled exception error message (#12353) 2022-01-11 17:57:07 +00:00