Commit Graph

11 Commits

Author SHA1 Message Date
Moisés Ackerman
1bee52e40c
Remove compiler support for controller..can choice syntax (#17362)
* Update GHC_REV

* Remove 'controller..can' syntax in java codegen StakeholdersTest

* Remove 'controller..can' syntax in ChoiceSyntaxes daml-test-file

* Remove daml-test-files {,No}WarnControllerCan

* Remove 'controller..can' syntax in SemanticsEvalOrder{,RightToLeft} daml-test-files

* Update {Structure,Reference}.daml code snippets for docs.daml.com

* Remove 'controller..can' syntax in TestGrammar.daml

* changelog entry for 'controller..can' removal

* Update UNRELEASED.md

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
2023-09-08 10:30:21 +00:00
Samuel Williams
1a771dcb13
Refactor daml-script cli interface to be unified (#17215)
* Refactor daml-script cli interface to be unified

* Add --upload-dar flag.

* Fix tests with new uploadDar flag

* Initial daml-script binary testing

* Tests for argument passing and failure behaviour

* add participant config and ide tests

* Add windows support to tests

* Fix missing tls error assertion

* Update changelogs
2023-08-24 15:58:32 +01:00
Moisés Ackerman
9e4a986ce7
template-let deprecation changelog entry (#17305)
* add version sections in UNRELEASED.md

* Add changelog entry for template-let deprecation
2023-08-23 18:08:09 +02:00
Samuel Williams
f04ce7e773
Add entry for the daml-script tls fix in UNRELEASED (#17086) 2023-07-10 11:34:36 +01:00
Samuel Williams
e8df3cf6e0
Add --ide-ledger flag to daml script cli (#16547)
* Add --ide-ledger flag to daml script cli

* Fix a couple tests

* Apply suggestions from code review

Co-authored-by: Remy <remy.haemmerle@daml.com>

* Formatting fix

* Fix warning

* Rename LedgerMode + its variants

* Update unreleased changelog

---------

Co-authored-by: Remy <remy.haemmerle@daml.com>
2023-03-16 10:57:51 +00:00
Moisés Ackerman
98dd1a3045
Add dynamicExercise expression and builtin (#16431)
* Add dynamicExercise expression and builtin

* Add DAML_DYNAMIC_EXERCISE feature flag
2023-03-15 10:35:24 +01:00
Samuel Williams
95dda28129
Add warning for top level test-like definitions (#16438)
* Add warning for top level test-like definitions

* Missing commas

* Generalise script package check to be unversioned

* Add a note to release file
2023-03-09 10:09:40 +00:00
Samuel Williams
8e90882105
Add errors for self, this, and arg. Add many tests (#16459)
* Add errors for self, this, and arg. Add many tests

* All WarnUnsupportDamlNames flag, warn for non breaking names, update tests

* Rename flag, update test

* Update to merged ghc version, changelog
2023-03-09 09:14:39 +00:00
mziolekda
9430f078ec
clean unreleased file (#16437) 2023-03-02 12:45:43 +01:00
Sergey Kisel
f184892125
Authorization rule changes for IDPs isolation [DPP-1336] (#15848) 2023-01-12 13:43:48 +01:00
pbatko-da
c5250b08c4
[DPP-1327] Adjust ETQ metric names [WIP] (#15947)
These metrics where changed in a previous PR: #15770
This PR adjusts the metrics names and documents the changes.

Each of the metrics below is a family of metrics starting with such prefix.

New metrics:
daml_index_db_flat_transactions_stream_translation
daml_index_db_flat_transactions_stream_fetch_event_consuming_ids_stakeholder
daml_index_db_flat_transactions_stream_fetch_event_consuming_payloads
daml_index_db_flat_transactions_stream_fetch_event_create_ids_stakeholder
daml_index_db_flat_transactions_stream_fetch_event_create_payloads

daml_index_db_tree_transactions_stream_translation
daml_index_db_tree_transactions_stream_fetch_event_consuming_ids_non_stakeholder
daml_index_db_tree_transactions_stream_fetch_event_consuming_ids_stakeholder
daml_index_db_tree_transactions_stream_fetch_event_consuming_payloads
daml_index_db_tree_transactions_stream_fetch_event_create_ids_non_stakeholder
daml_index_db_tree_transactions_stream_fetch_event_create_ids_stakeholder
daml_index_db_tree_transactions_stream_fetch_event_create_payloads
daml_index_db_tree_transactions_stream_fetch_event_non_consuming_ids_informee
daml_index_db_tree_transactions_stream_fetch_event_non_consuming_payloads

Removed:
daml_index_db_get_flat_transactions
daml_index_db_get_transaction_trees
2023-01-05 10:10:41 +01:00