mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
7108f2c76a
* remove triggers * adopt the codebase to missing triggers run-all-tests: true * fix builid * Remove oracle tests
72 lines
2.7 KiB
Plaintext
72 lines
2.7 KiB
Plaintext
# 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).
|
|
|
|
CODEOWNERS @gerolf-da @remyhaemmerle-da
|
|
LATEST @gerolf-da @bame-da
|
|
|
|
# Build / CI / environment
|
|
/ci/ @garyverhaegen-da
|
|
/dev-env/ @garyverhaegen-da
|
|
/nix/ @garyverhaegen-da
|
|
/infra/ @garyverhaegen-da
|
|
azure-pipelines.yml @garyverhaegen-da
|
|
azure-cron.yml @garyverhaegen-da
|
|
/release/ @garyverhaegen-da
|
|
/release.sh @garyverhaegen-da
|
|
|
|
# Blackduck
|
|
NOTICES @garyverhaegen-da @dasormeter
|
|
|
|
# Compatibility test
|
|
/compatibility/ @basvangijzel-DA @garyverhaegen-da @gerolf-da @remyhaemmerle-da
|
|
|
|
# Language
|
|
/daml-assistant/ @remyhaemmerle-da @filmackay
|
|
/daml-script/ @remyhaemmerle-da
|
|
/compiler/ @basvangijzel-DA @remyhaemmerle-da @akrmn @dylant-da @samuel-williams-da @paulbrauner-da
|
|
/libs-haskell/ @basvangijzel-DA @remyhaemmerle-da @akrmn @dylant-da @samuel-williams-da @paulbrauner-da
|
|
/ghc-lib/ @basvangijzel-DA @remyhaemmerle-da @akrmn @dylant-da @samuel-williams-da @paulbrauner-da
|
|
/test-common/canton/ @garyverhaegen-da @remyhaemmerle-da
|
|
|
|
# Runtime
|
|
/daml-lf/ @remyhaemmerle-da @paulbrauner-da
|
|
/daml-lf/kv-support/ @digital-asset/kv-committer @remyhaemmerle-da
|
|
/daml-lf/transaction-test-lib/src/main/ @remyhaemmerle-da @S11001001
|
|
|
|
# KV Participant
|
|
/ledger/ @digital-asset/kv-participant
|
|
/ledger-api/ @digital-asset/kv-participant
|
|
|
|
# Ledger API Interfaces and Read/Write services are jointly owned between KV teams and @meiersi-da
|
|
/ledger-api/grpc-definitions/ @meiersi-da @digital-asset/kv-participant @digital-asset/kv-committer
|
|
|
|
# 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
|
|
|
|
# Ecosystems
|
|
/language-support/hs/ @remyhaemmerle-da
|
|
/language-support/java/ @filmackay
|
|
/language-support/scala/ @filmackay
|
|
/language-support/ts/ @garyverhaegen-da @filmackay
|
|
|
|
# Application Runtime
|
|
/ledger-service/ @filmackay
|
|
/runtime-components/ @filmackay
|
|
|
|
# Canton code drop
|
|
/canton/ @remyhaemmerle-da
|
|
|
|
# Misc
|
|
/docs/ @digital-asset/daml-docs @hrischuk-da
|
|
/libs-scala/nonempty/src/ @S11001001
|
|
/libs-scala/nonempty-cats/src/ @S11001001
|
|
/libs-scala/scala-utils/src/ @S11001001
|
|
/libs-scala/scalatest-utils/src/ @S11001001
|
|
/libs-scala/test-evidence/ @digital-asset/kv-participant @soren-da @matthiasS-da
|
|
|
|
# Observability related libraries
|
|
/observability @digital-asset/platform-enablement
|