Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
* @DataDog/serverless-aws

.github/chainguard/serverless-init-ci-publish.sts.yaml @DataDog/serverless
.github/workflows/publish-serverless-init-to-ghcr.yml @DataDog/serverless

bottlecap/src/traces/ @DataDog/serverless-aws @DataDog/apm-serverless
bottlecap/tests/apm_integration_test.rs @DataDog/serverless-aws @DataDog/apm-serverless
25 changes: 0 additions & 25 deletions .github/chainguard/serverless-init-ci-publish.sts.yaml

This file was deleted.

129 changes: 0 additions & 129 deletions .github/workflows/publish-serverless-init-to-ghcr.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitlab/datasources/test-suites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ test_suites:
- name: oom
- name: lmi-oom
- name: payload-size
- name: dsm
- name: durable-cold-start
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ All Rust code lives under `bottlecap/`. Run these from that directory unless not
## Pull Requests

- When creating a PR, follow the PR template at `.github/pull_request_template.md`.
- Try to keep PRs small to make review easier: usually no more than 300 lines of core code, excluding tests, dependency updates, and other generated changes.
- When making a change on a PR, update the PR title and summary if necessary.
- When reviewing a PR, make sure the PR summary accurately describes the code changes.

Expand Down
Loading
Loading