mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
87d3f898ba
:sadpanda: CHANGELOG_BEGIN CHANGELOG_END
73 lines
2.7 KiB
Plaintext
73 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 @cocreature
|
|
LATEST @gerolf-da @bame-da @cocreature
|
|
|
|
# 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
|
|
|
|
# Blackduck
|
|
NOTICES @garyverhaegen-da @aherrmann-da @cocreature @dasormeter
|
|
|
|
# Language
|
|
/compiler/ @cocreature
|
|
/libs-haskell/ @cocreature
|
|
/daml-assistant/ @sofiafaro-da @cocreature
|
|
/daml-script/ @cocreature @aherrmann-da @stefanobaghino-da
|
|
/triggers/ @cocreature @aherrmann-da @stefanobaghino-da
|
|
/ghc-lib/ @cocreature
|
|
/compatibility/ @garyverhaegen-da @aherrmann-da @cocreature
|
|
|
|
# Runtime
|
|
/daml-lf/ @remyhaemmerle-da
|
|
/daml-lf/archive/da/ @cocreature
|
|
/daml-lf/data-scalacheck/ @S11001001 @cocreature
|
|
/daml-lf/engine/ @cocreature
|
|
/daml-lf/governance.rst
|
|
/daml-lf/interpreter/ @cocreature
|
|
/daml-lf/kv-transaction-support/ @cocreature @gerolf-da @miklos-da
|
|
/daml-lf/repl/ @cocreature
|
|
/daml-lf/scenario-interpreter/ @cocreature
|
|
/daml-lf/spec/daml-lf-1.rst @cocreature
|
|
/daml-lf/spec/transaction.rst @cocreature
|
|
/daml-lf/spec/value.rst @cocreature
|
|
/daml-lf/transaction-test-lib/ @S11001001 @cocreature
|
|
/daml-lf/transaction/src/main/scala/com/daml/lf/transaction/ @cocreature
|
|
/daml-lf/transaction/src/main/scala/com/daml/lf/value/ @cocreature
|
|
/daml-lf/validation/ @cocreature
|
|
|
|
/ledger-service/ @S11001001 @cocreature @stefanobaghino-da
|
|
|
|
/ledger/ @gerolf-da @mziolekda @nmarton-da @rautenrieth-da @tudor-da
|
|
/ledger-api/ @gerolf-da @mziolekda @nmarton-da @rautenrieth-da @tudor-da
|
|
|
|
/ledger/participant-state/kvutils/ @fabiotudone-da @gerolf-da @miklos-da @SamirTalwar-DA
|
|
|
|
/runtime-components/ @stefanobaghino-da @cocreature
|
|
|
|
# Ecosystems
|
|
/language-support/hs/ @nickchapman-da
|
|
/language-support/java/ @cocreature @stefanobaghino-da
|
|
/language-support/scala/ @S11001001 @cocreature @stefanobaghino-da
|
|
/language-support/ts/ @robin-da @cocreature @garyverhaegen-da @stefanobaghino-da
|
|
|
|
# Tools
|
|
/extractor/ @S11001001 @stefanobaghino-da
|
|
/navigator/ @cocreature @stefanobaghino-da
|
|
/navigator/backend/src/main/scala/com/digitalasset/navigator/json/ @S11001001
|
|
|
|
# Misc
|
|
/docs/ @bame-da @nemanja-da
|
|
/libs-scala/ @stefanobaghino-da @SamirTalwar-DA
|
|
/libs-scala/contextualized-logging/ @S11001001
|
|
/libs-scala/scala-utils/ @S11001001
|
|
/libs-scala/scalatest-utils/ @S11001001
|