Commit Graph

85 Commits

Author SHA1 Message Date
mziolekda
aebec01884
move ledger-api-test-tool out of ledger (#16445)
* move ledger-api-test-tool out of ledger

* fix canton test tool
2023-03-02 17:04:45 +00:00
Raymond Roestenburg (Actually RayRoestenburg)
12611c1f93
Code ownership of ledger clients to Fil Mackay. (#16288) 2023-02-13 11:37:53 +01:00
Bas van Gijzel
74b5cf64c3
Update CODEOWNERS to include Samuel (#16293) 2023-02-10 16:06:40 +00:00
Stephen Compall
db470ebe05
remove @S11001001 from some code-ownership, add nonempty (#16219)
Focused only on small, infrequently-updated areas of the code where I
may have special insight to share with maintainers.
2023-02-02 13:41:37 +00:00
Stefano Baghino
6d31b9bbb3
Remove @stefanobaghino-da from the CODEOWNERS for /docs (#16145)
Now that the @digital-asset/daml-docs team is in charge (and that
I am rolling back to engineering) there is no need for me to keep
constantly an eye on this specific directory.
2023-01-24 17:11:54 +00:00
Remy
aa753c108f
add leads of SDK teams as code owner of compatibility test (#15993) 2023-01-06 16:23:54 +01:00
Nicu Reut
fc5b0ebc96
Add platform enablement team as code owner to observability (#15893) 2022-12-14 18:03:48 +00:00
dylant-da
8d40016012
Add dylant-da as a codeowner on compiler-related directories (#15030)
CHANGELOG_BEGIN
CHANGELOG_END
2022-09-15 13:35:51 +00:00
Gary Verhaegen
8d48eebc06
remove Adriaan from CODEOWNERS (#14898)
CHANGELOG_BEGIN
CHANGELOG_END
2022-09-01 14:50:19 +02:00
Remy
ec3d080b49
add Bas as code owners of the compiler (#14712)
CHANGELOG_BEGIN
CHANGELOG_END
2022-08-31 11:51:17 +01:00
Moritz Kiefer
bc998bcd28
Add docs team & Curtis to code owners for docs (#14564)
changelog_begin
changelog_end
2022-07-28 16:53:16 +02:00
Gary Verhaegen
83bf6d60b1
remove Sofia and Robin from release rotation (#14356)
CHANGELOG_BEGIN
CHANGELOG_END
2022-07-05 20:55:12 +00:00
Remy
cd24aa7522
update CODEOWNERS (#14064)
CHANGELOG_BEGIN
CHANGELOG_END
2022-06-02 16:26:05 +02:00
Remy
f6cef6ee79
notify language and canton about change in ledger-api-test-tool-on-canton (#13950)
CHANGELOG_BEGIN
CHANGELOG_END
2022-05-23 14:29:43 +02:00
Gary Verhaegen
a6dac18fb9
notify on Canton bumps (#13909)
CHANGELOG_BEGIN
CHANGELOG_END
2022-05-18 21:09:27 +02:00
Stefano Baghino
36c8be16ad
Change CODEOWNERS entries for @stefanobaghino-da's (#13812)
changelog_begin
changelog_end

In my new role, my main concern is providing context and get out of the
way of far more skilled and technically-involved engineers. As such, for
the time being I decided to reduce my subscriptions to the bare minimum.

That boils down to keeping an eye on `//docs`. This doesn't mean I don't
want to be involved in code anymore. Please do mention me in PRs if you
believe my attention is required.
2022-05-09 08:54:58 +02:00
Hubert Slojewski
968ca24b17
Remove kvutils buf configuration and other leftovers [KVL-1427] (#13732)
CHANGELOG_BEGIN
CHANGELOG_END
2022-04-28 16:00:23 +02:00
Hubert Slojewski
61be3a5e39
Move kvutils out of the SDK [KVL-1245] (#13704) 2022-04-27 15:21:28 +02:00
Hubert Slojewski
16a97e8715
Move KVErrors to participant-state-kv-errors [KVL-1371] (#13604)
CHANGELOG_BEGIN
CHANGELOG_END
2022-04-19 15:22:31 +02:00
Gary Verhaegen
8a4b2c2844
fix bump-canton (#13626)
- Add notifications so I don't miss te updates.
- Add explicit `fetch` so we can detect if the same branch already
  exists.
- Run from `main` so we geet a fresh view in case of reruns.

CHANGELOG_BEGIN
CHANGELOG_END
2022-04-19 12:27:17 +02:00
Sergey Kisel
fe654eba21
Change ownership of test-evidence library (#13380)
CHANGELOG_BEGIN
CHANGELOG_END
2022-03-23 13:32:55 +01:00
Remy
6c2dc2d508
Move Replay from KV to LF land (#13243)
* Move Replay from KV to LF land

+ base it on submission entries instead of ledger export

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-21 13:03:10 +01:00
Sofia Faro
930bceeea8
Assign codeowner for /compiler/ and related (#13255)
Also add @ray-roestenburg-da to the codeowners for daml-assistant

Just following up on this:
https://github.com/digital-asset/daml/pull/13246/files#r823623864

changelog_begin
changelog_end
2022-03-14 09:19:48 +00:00
Stephen Compall
e73963c88d
restrict SC's codeowners to desired notifications (#13252)
CHANGELOG_BEGIN
CHANGELOG_END
2022-03-10 15:20:31 +00:00
Moritz Kiefer
78112f17cb
Disown everything (#13246)
* Disown everything

changelog_begin
changelog_end

* Update CODEOWNERS

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

Co-authored-by: Remy <remy.haemmerle@daml.com>
2022-03-10 12:31:00 +00:00
Hubert Slojewski
9881e7c64f
Remove ledger-on-sql [KVL-1350] (#13124) 2022-03-02 17:05:12 +01:00
Samir Talwar
83ed13d799
Split the ledger-api-test-tool into libraries, under /ledger/ledger-api-tests. [KVL-1076] (#12771)
* Move //ledger/ledger-api-test-tool to //ledger/ledger-api-tests/tool.

And conformance.bzl to //ledger/ledger-api-tests.

* Move test tool infra to //ledger/ledger-api-tests/infrastructure.

* Split the ledger API test tool into smaller libraries.

There is no change to behavior.

CHANGELOG_BEGIN
CHANGELOG_END

* ledger-api-tests: Encapsulate performance tests.

* ledger-api-tests: Extract a "runner" library.

* ledger-api-tests: Publish libraries to Maven Central.

* ledger-api-tests: Fix Scaladoc so it compiles correctly.

Unfortunately I had to remove some Scaladoc in ActiveContractsServiceIT
which is incorrectly interpreted as not being attached to anything.
Fortunately, it's not actually that helpful.

* compatibility: Fix paths to the Ledger API Test Tool.

* Fix release types for ledger API test libraries.

* test-common: Publish generated Scala.

These libraries are dependencies of the ledger API tests components.

* ledger-api-tests: Use "com.daml" as the group ID everywhere.

* ledger-api-tests: Check that tests in `--additional` are valid.

* compatibility: Fix a reference to ledger-api-test-tool I missed.
2022-02-10 13:25:23 +00:00
Stefano Baghino
69a4136057
Add @ray-roestenburg-da to CODEOWNERS (#12847)
* Add @ray-roestenburg-da to `CODEOWNERS`

Add @ray-roestenburg-da to `CODEOWNERS` for all code
in the App Runtime team (bindings, HTTP JSON API, trigger
service, auth middlware, non-repudiation middleware).

changelog_begin
changelog_end

* Address https://github.com/digital-asset/daml/pull/12847#discussion_r802700759
2022-02-09 19:35:36 +01:00
Hubert Slojewski
56baf036b7
Rename kv-transaction-support library [KVL-1168] (#12212)
CHANGELOG_BEGIN
CHANGELOG_END
2021-12-20 16:33:36 +01:00
Stefano Baghino
52110e31a3
Remove Extractor (#12188)
* Remove Extractor

Extractor is being removed after a long time being in Labs status.

This should improve the flakiness on CI.

🔥

changelog_begin
Extractor has been removed from the SDK
changelog_end

* Remove Extractor documentation

* Remove Extractor from CODEOWNERS

* Remove Extractor references in Daml-LF build files

* Remove Extractor references in the Daml SDK assistant

* Remove Extractor from the SDK

* Remove Extractor reference from CONTRIBUTING.md
2021-12-17 13:43:23 +00:00
Stefano Baghino
cd52f13464
Remove @aherrmann-da from CODEOWNERS (#11792)
changelog_begin
changelog_end
2021-11-19 14:27:02 +01:00
Simon Meier
56a6db8f73
codeowners: reflect change in onwership of meiersi-da (#11505)
CHANGELOG_BEGIN
CHANGELOG_END
2021-11-09 09:02:15 +01:00
Moritz Kiefer
af7f7f3f01
Fix LF coedowners (#11563)
GH uses the last matching rule not all matching rules so unfortunately
we have to duplicate entries.

changelog_begin
changelog_end
2021-11-04 20:02:52 +00:00
Moritz Kiefer
f9ec12be12
Add cocreature as a codeowner of the docs (#11450)
* Add cocreature as a codeowner of the docs

Currently we have no active codeowner of the docs which is an
unfortunate situation since PRs just end up sitting until someone
happens to find it or someone else asks for a ping.

Not necessarily saying I’m the right one to review all docs but I can
at least make sure PRs advance.

changelog_begin
changelog_end

* Update CODEOWNERS

Co-authored-by: Stefano Baghino <43749967+stefanobaghino-da@users.noreply.github.com>

* Update CODEOWNERS

Co-authored-by: Stefano Baghino <43749967+stefanobaghino-da@users.noreply.github.com>
2021-11-01 13:41:04 +00:00
Gary Verhaegen
ae41aa2c14
releases: check component status page (#11116)
The component status page have been neglected as of late. Craig
suggested adding a step to the release checklist.

CHANGELOG_BEGIN
CHANGELOG_END
2021-10-12 11:46:01 +02:00
Stefano Baghino
eb834907d7
Add @stefanobaghino-da and @adriaanm-da for approval of stable releases (#11203)
Also a couple of tweaks to `CODEOWNERS`

changelog_begin
changelog_end
2021-10-12 08:42:43 +00:00
Moritz Kiefer
45437059d4
Drop cocreature as a codeowner from runtime things (#10906)
Just cleaning up my notifications a bit

changelog_begin
changelog_end
2021-09-16 09:38:12 +02:00
Gerolf Seitz
e490b69471
Clarifications of code ownership in /ledger and /ledger-api (#10742)
CHANGELOG_BEGIN
CHANGELOG_END
2021-09-09 15:30:12 +02:00
Samir Talwar
0cbaa15465
Codeowners: Notify committer maintainers on API changes. (#10557)
* Codeowners: Notify committer maintainers on API changes.

Those of us that work on kvutils and committers based on it probably
need to know when certain packages under "ledger" change.

In addition, we seem to be working on the participant state API more
than anyone else, so I think it makes sense to change governance a
little bit.

CHANGELOG_BEGIN
CHANGELOG_END

* Codeowners: Use team names for directories under /ledger.

* Codeowners: Add the participant team back to the participant state APIs.

* Codeowners: Limit kvutils to the committer team, as before.

* Codeowners: Add kv-participant to the Sandbox project.
2021-08-16 08:38:09 +00:00
Samir Talwar
4f9de4ba3b
Add @hubert-da to CODEOWNERS for kvutils. (#10551)
CHANGELOG_BEGIN
CHANGELOG_END
2021-08-11 12:59:10 +00:00
Samir Talwar
b899ae1d37
Codeowners: Add @nicu-da to the kvutils code review. (#10292)
CHANGELOG_BEGIN
CHANGELOG_END
2021-07-15 14:48:19 +00:00
Moritz Kiefer
9e27ae0d85
Reshuffle cocreature in daml-lf codeowners (#10215)
No idea why I’m a codeowner for everything individually.

changelog_begin
changelog_end
2021-07-08 11:06:20 +00:00
Gary Verhaegen
87d3f898ba
offboarding @hurryabit (#9398)
:sadpanda:

CHANGELOG_BEGIN
CHANGELOG_END
2021-04-13 11:59:24 +00:00
Gerolf Seitz
8948e961db
Get codeowners for /ledger and /ledger-api in shape (#9266)
CHANGELOG_BEGIN
CHANGELOG_END
2021-03-29 15:45:34 +02:00
Stephen Compall
b382fc45ac
update areas to alert @S11001001 of changes (#9156)
CHANGELOG_BEGIN
CHANGELOG_END
2021-03-16 20:25:28 +00:00
Remy
498fcc66b4
KV specific LF library (#9100)
CHANGELOG_BEGIN
CHANGELOG_END
2021-03-15 13:33:57 +01:00
Stefano Baghino
c2362ef02c
Add //runtime-components to CODEOWNERS (#8851)
Initial owners are @stefanobaghino-da and @cocreature

changelog_begin
changelog_end
2021-02-15 16:28:57 +00:00
Moritz Kiefer
35a866fdc2
Add Moritz as a codeowner for daml-lf stuff (#8445)
changelog_begin
changelog_end
2021-01-11 09:43:24 +01:00
Stefano Baghino
355fa9dc63
Adjust CODEOWNERS for @stefanobaghino-da (#8377)
Remove @stefanobaghino-da from ledger subtrees, adding him to runtime app subtrees.

changelog_begin
changelog_end
2021-01-04 18:55:11 +01:00
Brian Healey
e29a09dc89
CODEOWNERS for NOTICES file change (#8297)
CHANGELOG_BEGIN
CHANGELOG_ENDs

Signed-off-by: Brian Healey <brian.healey@digitalasset.com>
2020-12-15 14:47:39 +00:00