Skip to content

Commit cddafe4

Browse files
Setup contrib/ directory with CODEOWNERS that is extensible for non-SDK team extensions. (#2862)
* Move temporal-opentracing/ and temporal-spring-ai/ to extensions/, and add @temporalio/ai-sdk as a CODEOWNER of temporal-spring-ai/ * rename extensions -> contrib * finish rename
1 parent 911dd02 commit cddafe4

94 files changed

Lines changed: 14 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@
55
# @temporalio/sdk will be requested for review when
66
# someone opens a pull request.
77
* @temporalio/sdk
8+
9+
10+
# Below are owners for modules in the contrib/ directory
11+
# that are owned by teams other than the SDK team.
12+
# For each one, we add the owning team, as well as
13+
# @temporalio/sdk, so the SDK team can continue to
14+
# manage repo-wide concerns
15+
/contrib/temporal-spring-ai/ @temporalio/ai-sdk @temporalio/sdk

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target
66
.idea
77
.gradle
88
/build
9-
/*/build
9+
**/build
1010
**/out
1111
/lib
1212
dummy
@@ -17,7 +17,7 @@ src/main/idls/*
1717
.project
1818
.settings
1919
.vscode/
20-
*/bin
20+
**/bin
2121
/.claude
2222
mise.local.toml
2323
**/.factorypath

AGENTS.md

Lines changed: 2 additions & 1 deletion

temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingClientInterceptor.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingClientInterceptor.java

File renamed without changes.

temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingOptions.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingOptions.java

File renamed without changes.

temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingSpanContextCodec.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingSpanContextCodec.java

File renamed without changes.

temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingWorkerInterceptor.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/OpenTracingWorkerInterceptor.java

File renamed without changes.

temporal-opentracing/src/main/java/io/temporal/opentracing/SpanBuilderProvider.java renamed to contrib/temporal-opentracing/src/main/java/io/temporal/opentracing/SpanBuilderProvider.java

File renamed without changes.

0 commit comments

Comments
 (0)