-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: upgrade gradle, project accessors * ci: add gh workflow * refactor: initial locks, plugins * refactor: migrate to bom * build: update locks * ci: fix cron expression
- Loading branch information
1 parent
eee2612
commit 6f68e95
Showing
47 changed files
with
1,281 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Update Locks | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '12 12 * * 5' | ||
jobs: | ||
update-versions: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Calculate simple repository name | ||
id: repo-basename | ||
shell: bash | ||
run: | | ||
echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT | ||
- name: Get Token from Github App | ||
uses: tibdex/github-app-token@v2 | ||
id: generate-token | ||
with: | ||
app_id: ${{ secrets.GH_CI_APP_ID }} | ||
private_key: ${{ secrets.GH_CI_APP_PRIVATE_KEY }} | ||
repositories: >- | ||
[${{ toJson(steps.repo-basename.outputs.value) }}] | ||
- name: Update locks if needed | ||
uses: hypertrace/github-actions/raise-lock-pr@main | ||
with: | ||
token: ${{ steps.generate-token.outputs.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
[libraries] | ||
graphql-annotations = { module = "io.github.graphql-java:graphql-java-annotations", version = "9.1" } | ||
graphql-servlet = { module = "com.graphql-java-kickstart:graphql-java-servlet", version = "14.0.0" } | ||
opentelemetry-proto = { module = "io.opentelemetry:opentelemetry-proto", version = "1.1.0-alpha" } |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
hypertrace-core-graphql-attribute-scope-constants/gradle.lockfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This is a Gradle generated file for dependency locking. | ||
# Manual edits can break the build and are not advised. | ||
# This file is expected to be part of source control. | ||
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath | ||
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath | ||
org.hypertrace.bom:hypertrace-bom:0.2.10=compileClasspath,runtimeClasspath | ||
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath | ||
empty=annotationProcessor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# This is a Gradle generated file for dependency locking. | ||
# Manual edits can break the build and are not advised. | ||
# This file is expected to be part of source control. | ||
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath | ||
com.auth0:java-jwt:4.4.0=runtimeClasspath | ||
com.auth0:jwks-rsa:0.22.0=runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath | ||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath | ||
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath | ||
com.google.android:annotations:4.1.1.4=runtimeClasspath | ||
com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath | ||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath | ||
com.google.code.gson:gson:2.10.1=runtimeClasspath | ||
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath | ||
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath | ||
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath | ||
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath | ||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath | ||
com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath | ||
com.google.j2objc:j2objc-annotations:2.8=compileClasspath | ||
com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath | ||
com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath | ||
com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath | ||
com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath | ||
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath | ||
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath | ||
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath | ||
io.grpc:grpc-api:1.57.2=runtimeClasspath | ||
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath | ||
io.grpc:grpc-context:1.57.2=runtimeClasspath | ||
io.grpc:grpc-core:1.57.2=runtimeClasspath | ||
io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath | ||
io.grpc:grpc-protobuf:1.57.2=runtimeClasspath | ||
io.grpc:grpc-stub:1.57.2=runtimeClasspath | ||
io.netty:netty-bom:4.1.100.Final=runtimeClasspath | ||
io.perfmark:perfmark-api:0.26.0=runtimeClasspath | ||
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath | ||
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath | ||
javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath | ||
javax.inject:javax.inject:1=compileClasspath,runtimeClasspath | ||
javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath | ||
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath | ||
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath | ||
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath | ||
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath | ||
org.hypertrace.bom:hypertrace-bom:0.2.10=compileClasspath,runtimeClasspath | ||
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath | ||
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath | ||
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath | ||
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath | ||
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath | ||
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath | ||
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath | ||
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath | ||
empty=annotationProcessor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.