2019-05-16 15:12:30 +03:00
|
|
|
# https://help.github.com/articles/about-codeowners/
|
|
|
|
# Note that accounts or teams mentioned must have WRITE access to the repository.
|
|
|
|
|
|
|
|
# Only files explicitly mentioned are guarded by code owners (no * rule).
|
|
|
|
|
2022-06-02 17:26:05 +03:00
|
|
|
CODEOWNERS @gerolf-da @remyhaemmerle-da
|
2023-02-13 13:37:53 +03:00
|
|
|
LATEST @gerolf-da @bame-da
|
2019-05-16 15:12:30 +03:00
|
|
|
|
|
|
|
# Build / CI / environment
|
2019-05-21 18:18:16 +03:00
|
|
|
/ci/ @garyverhaegen-da
|
|
|
|
/dev-env/ @garyverhaegen-da
|
|
|
|
/nix/ @garyverhaegen-da
|
|
|
|
azure-pipelines.yml @garyverhaegen-da
|
|
|
|
azure-cron.yml @garyverhaegen-da
|
2021-10-12 12:46:01 +03:00
|
|
|
/release/ @garyverhaegen-da
|
|
|
|
/release.sh @garyverhaegen-da
|
2019-05-16 15:12:30 +03:00
|
|
|
|
2020-12-15 17:47:39 +03:00
|
|
|
# Blackduck
|
2022-03-10 15:31:00 +03:00
|
|
|
NOTICES @garyverhaegen-da @dasormeter
|
2020-12-15 17:47:39 +03:00
|
|
|
|
2023-01-06 18:23:54 +03:00
|
|
|
# Compatibility test
|
|
|
|
/compatibility/ @basvangijzel-DA @garyverhaegen-da @gerolf-da @remyhaemmerle-da
|
|
|
|
|
2019-06-04 20:55:14 +03:00
|
|
|
# Language
|
2023-02-13 13:37:53 +03:00
|
|
|
/daml-assistant/ @remyhaemmerle-da @filmackay
|
2022-03-14 12:19:48 +03:00
|
|
|
/daml-script/ @remyhaemmerle-da
|
2024-03-13 15:17:14 +03:00
|
|
|
/compiler/ @basvangijzel-DA @remyhaemmerle-da @moisesackerman-da @dylant-da @samuel-williams-da @paulbrauner-da
|
|
|
|
/libs-haskell/ @basvangijzel-DA @remyhaemmerle-da @moisesackerman-da @dylant-da @samuel-williams-da @paulbrauner-da
|
|
|
|
/ghc-lib/ @basvangijzel-DA @remyhaemmerle-da @moisesackerman-da @dylant-da @samuel-williams-da @paulbrauner-da
|
2024-02-16 15:30:55 +03:00
|
|
|
/test-common/canton/ @remyhaemmerle-da
|
2019-06-04 20:55:14 +03:00
|
|
|
|
2019-05-16 15:12:30 +03:00
|
|
|
# Runtime
|
2023-11-02 23:53:27 +03:00
|
|
|
/daml-lf/ @remyhaemmerle-da @paulbrauner-da
|
2022-03-10 15:31:00 +03:00
|
|
|
/daml-lf/kv-support/ @digital-asset/kv-committer @remyhaemmerle-da
|
2022-06-02 17:26:05 +03:00
|
|
|
/daml-lf/transaction-test-lib/src/main/ @remyhaemmerle-da @S11001001
|
2020-02-26 20:13:32 +03:00
|
|
|
|
2021-09-09 16:30:12 +03:00
|
|
|
# KV Participant
|
2021-08-16 11:38:09 +03:00
|
|
|
/ledger/ @digital-asset/kv-participant
|
|
|
|
/ledger-api/ @digital-asset/kv-participant
|
2020-03-24 18:29:44 +03:00
|
|
|
|
2021-11-09 11:02:15 +03:00
|
|
|
# Ledger API Interfaces and Read/Write services are jointly owned between KV teams and @meiersi-da
|
2021-09-09 16:30:12 +03:00
|
|
|
/ledger-api/grpc-definitions/ @meiersi-da @digital-asset/kv-participant @digital-asset/kv-committer
|
2021-11-09 11:02:15 +03:00
|
|
|
|
2022-04-27 16:21:28 +03:00
|
|
|
# Owned by KV Participant with KV Committer added for notifications
|
|
|
|
/ledger/ledger-api-common/ @digital-asset/kv-participant @digital-asset/kv-committer
|
|
|
|
/ledger/ledger-api-domain/ @digital-asset/kv-participant @digital-asset/kv-committer
|
2022-05-23 15:29:43 +03:00
|
|
|
|
2019-05-16 15:12:30 +03:00
|
|
|
# Ecosystems
|
2023-10-16 19:37:14 +03:00
|
|
|
/language-support/hs/ @remyhaemmerle-da
|
2023-02-13 13:37:53 +03:00
|
|
|
/language-support/java/ @filmackay
|
|
|
|
/language-support/scala/ @filmackay
|
|
|
|
/language-support/ts/ @garyverhaegen-da @filmackay
|
2019-05-16 15:12:30 +03:00
|
|
|
|
2021-10-12 11:42:43 +03:00
|
|
|
# Application Runtime
|
2023-02-13 13:37:53 +03:00
|
|
|
/ledger-service/ @filmackay
|
|
|
|
/runtime-components/ @filmackay
|
2019-05-16 15:12:30 +03:00
|
|
|
|
2023-10-16 13:59:20 +03:00
|
|
|
# Canton code drop
|
|
|
|
/canton/ @remyhaemmerle-da
|
|
|
|
|
2019-05-16 15:12:30 +03:00
|
|
|
# Misc
|
2023-01-24 20:11:54 +03:00
|
|
|
/docs/ @digital-asset/daml-docs @hrischuk-da
|
2023-02-02 16:41:37 +03:00
|
|
|
/libs-scala/nonempty/src/ @S11001001
|
2022-03-10 18:20:31 +03:00
|
|
|
/libs-scala/nonempty-cats/src/ @S11001001
|
|
|
|
/libs-scala/scala-utils/src/ @S11001001
|
|
|
|
/libs-scala/scalatest-utils/src/ @S11001001
|
2022-03-23 15:32:55 +03:00
|
|
|
/libs-scala/test-evidence/ @digital-asset/kv-participant @soren-da @matthiasS-da
|
2022-12-14 21:03:48 +03:00
|
|
|
|
|
|
|
# Observability related libraries
|
|
|
|
/observability @digital-asset/platform-enablement
|