Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8a4d48e
feat: [DEVOPS-2394] awss3exporter + CX endpoint unify + cx-js drop (#1)
jmsundar Apr 17, 2026
0f21d7e
Plan B: Makefile package-extend target [DEVOPS-2394] (#2)
jmsundar Apr 17, 2026
46a1aab
Plan D: sandbox publish script [DEVOPS-2394] (#3)
jmsundar Apr 17, 2026
c319363
Plan C: publish workflow [DEVOPS-2394] (#4)
jmsundar Apr 17, 2026
e157c98
feat: [DEVOPS-2394] auto-clone cx-contrib fork + SHA pin (#5)
jmsundar Apr 18, 2026
795ce4a
feat: [DEVOPS-2394] drop non-Node/Python langs, add UPSTREAM.md
jmsundar Apr 18, 2026
147539c
remove worktrees
jmsundar Apr 18, 2026
c07fa70
Update CODEOWNERS to change approver group
jmsundar Apr 18, 2026
e54955f
Refactor dependabot.yml to streamline package ecosystems
jmsundar Apr 18, 2026
ca209ac
Delete .github/ISSUE_TEMPLATE directory
jmsundar Apr 18, 2026
b6fd53c
Delete Java and Ruby labels from release.yml
jmsundar Apr 18, 2026
1a8141c
Delete CONTRIBUTING.md
jmsundar Apr 18, 2026
82c1eef
chore: combine ci-scripts and dev into scripts, remove dead workflows…
Copilot Apr 18, 2026
fc9550c
fix(scripts): [DEVOPS-2394] pin cx-contrib SHA in build-nodejs.sh
jmsundar Apr 20, 2026
0d4428f
chore: drop python/, link fork analysis, track otel-upstream
jmsundar Apr 20, 2026
29de79a
fix: address PR #8 review comments
jmsundar Apr 20, 2026
4d99c6b
fix: address PR #8 round-2 review comments
jmsundar Apr 21, 2026
66a1246
docs: list all three cx-contrib SHA pin locations in UPSTREAM.md intro
jmsundar Apr 21, 2026
b21f8b9
Update UPSTREAM.md
jmsundar Apr 21, 2026
e7af743
fix: update dependencies for go.opentelemetry.io/collector/confmap
jmsundar Apr 21, 2026
3976922
docs(nodejs): drop stale OPENTELEMETRY_JS_PATH and IITM_PATH refs
jmsundar Apr 22, 2026
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
4 changes: 1 addition & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

* @open-telemetry/lambda-extension-approvers
* @helloextend/devops
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

61 changes: 16 additions & 45 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
schedule:
interval: "weekly"
groups:
actions:
github-actions:
patterns:
- "*"

Expand All @@ -21,7 +21,6 @@ updates:
- "/collector/processor/coldstartprocessor"
- "/collector/processor/decoupleprocessor"
- "/collector/receiver/telemetryapireceiver"
- "/go/sample-apps/function"
schedule:
interval: "weekly"
groups:
Expand All @@ -32,60 +31,32 @@ updates:
patterns:
- "*"

- package-ecosystem: "gradle"
directories:
- "/java"
schedule:
interval: "weekly"
groups:
opentelemetry-deps-java:
patterns:
- "io.opentelemetry.*"
java-other:
patterns:
- "*"

- package-ecosystem: "npm"
directories:
- "/nodejs"
- "/nodejs/packages/layer"
- "/nodejs/sample-apps/aws-sdk"
registries:
- codeartifact
Comment thread
jmsundar marked this conversation as resolved.
schedule:
interval: "weekly"
cooldown:
default-days: 7
groups:
internal:
patterns:
- "@extend/*"
- "@helloextend/*"
- "extend-cdk-lib"
opentelemetry-deps-nodejs:
patterns:
- "@opentelemetry/*"
nodejs-other:
patterns:
- "*"

- package-ecosystem: "pip"
directories:
- "/python/src/otel"
- "/python/sample-apps/function"
- "/python/src/otel/otel_sdk"
- "/python/src/otel/tests"
schedule:
interval: "weekly"
groups:
opentelemetry-deps-python:
patterns:
- "opentelemetry-*"
python-other:
patterns:
- "*"

- package-ecosystem: "bundler"
directories:
- "/ruby/src/otel/layer"
- "/ruby/sample-apps/function"
schedule:
interval: "weekly"
groups:
opentelemetry-deps-ruby:
patterns:
- "opentelemetry-*"
ruby-other:
patterns:
- "*"
registries:
codeartifact:
type: npm-registry
url: https://extend-159581800400.d.codeartifact.us-east-1.amazonaws.com/npm/extend-npm/
token: ${{secrets.CODEARTIFACT_AUTH_TOKEN}}
replaces-base: true
32 changes: 0 additions & 32 deletions .github/release.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/ci-collector.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/ci-java.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/ci-nodejs.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/ci-python.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/ci-shellcheck.yml

This file was deleted.

Loading