forked from bazelbuild/bazel-central-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…azelbuild#3601) This change updates `@engflowapis` and `@engflowapis-java` and adds `@engflowapis-go`. Also, updates maintainers.
- Loading branch information
Showing
12 changed files
with
199 additions
and
2 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,43 @@ | ||
module( | ||
name = "engflowapis-go", | ||
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline. | ||
) | ||
|
||
bazel_dep( | ||
name = "engflowapis", | ||
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline. | ||
) | ||
bazel_dep( | ||
name = "rules_go", | ||
version = "0.50.1", | ||
repo_name = "io_bazel_rules_go", | ||
) | ||
bazel_dep( | ||
name = "gazelle", | ||
version = "0.31.0", | ||
) | ||
bazel_dep( | ||
name = "googleapis", | ||
version = "0.0.0-20240819-fe8ba054a", | ||
) | ||
|
||
switched_rules = use_extension("@googleapis//:extensions.bzl", "switched_rules") | ||
switched_rules.use_languages( | ||
go = True, | ||
) | ||
|
||
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps") | ||
go_deps.module( | ||
path = "google.golang.org/protobuf", | ||
sum = "h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=", | ||
version = "v1.36.1", | ||
) | ||
use_repo( | ||
go_deps, | ||
"org_golang_google_protobuf", | ||
) | ||
|
||
local_path_override( | ||
module_name = "engflowapis", | ||
path = "..", | ||
) |
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,16 @@ | ||
matrix: | ||
platform: | ||
- debian10 | ||
- ubuntu2004 | ||
- macos | ||
- macos_arm64 | ||
- windows | ||
bazel: | ||
- 8.x | ||
- 7.x | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_targets: [] |
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 @@ | ||
{ | ||
"url": "https://github.com/EngFlow/engflowapis/releases/download/2025.01.17-16.55.05/engflowapis-2025.01.17-16.55.05.tar.gz", | ||
"integrity": "sha256-3fj9Xp/BRSDWGCMZ3OxqgijlEMN/5GFaU8h/3LcCqZ0=", | ||
"strip_prefix": "go" | ||
} |
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,32 @@ | ||
{ | ||
"homepage": "https://github.com/EngFlow/engflowapis", | ||
"maintainers": [ | ||
{ | ||
"email": "andres@engflow.com", | ||
"github": "anfelbar", | ||
"name": "Andrés Felipe Barco Santa" | ||
}, | ||
{ | ||
"email": "antonio@engflow.com", | ||
"github": "TheGrizzlyDev", | ||
"name": "Antonio Di Stefano" | ||
}, | ||
{ | ||
"email": "jay@engflow.com", | ||
"github": "jayconrod", | ||
"name": "Jay Conrod" | ||
}, | ||
{ | ||
"email": "yannic@engflow.com", | ||
"github": "Yannic", | ||
"name": "Yannic Bonenberger" | ||
} | ||
], | ||
"repository": [ | ||
"github:EngFlow/engflowapis" | ||
], | ||
"versions": [ | ||
"2025.01.17-16.55.05" | ||
], | ||
"yanked_versions": {} | ||
} |
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,27 @@ | ||
module( | ||
name = "engflowapis-java", | ||
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline. | ||
) | ||
|
||
bazel_dep( | ||
name = "engflowapis", | ||
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline. | ||
) | ||
bazel_dep( | ||
name = "grpc-java", | ||
version = "1.67.1", | ||
) | ||
bazel_dep( | ||
name = "protobuf", | ||
version = "28.2", | ||
repo_name = "com_google_protobuf", | ||
) | ||
bazel_dep( | ||
name = "rules_java", | ||
version = "8.7.0", | ||
) | ||
|
||
local_path_override( | ||
module_name = "engflowapis", | ||
path = "..", | ||
) |
17 changes: 17 additions & 0 deletions
17
modules/engflowapis-java/2025.01.17-16.55.05/presubmit.yml
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,17 @@ | ||
matrix: | ||
platform: | ||
- debian10 | ||
- ubuntu2004 | ||
- macos | ||
- macos_arm64 | ||
- windows | ||
bazel: | ||
- 8.x | ||
- 7.x | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_targets: | ||
- '@engflowapis-java//...' |
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 @@ | ||
{ | ||
"url": "https://github.com/EngFlow/engflowapis/releases/download/2025.01.17-16.55.05/engflowapis-2025.01.17-16.55.05.tar.gz", | ||
"integrity": "sha256-3fj9Xp/BRSDWGCMZ3OxqgijlEMN/5GFaU8h/3LcCqZ0=", | ||
"strip_prefix": "java" | ||
} |
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,19 @@ | ||
module( | ||
name = "engflowapis", | ||
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline. | ||
) | ||
|
||
bazel_dep( | ||
name = "rules_proto", | ||
version = "6.0.2", | ||
) | ||
bazel_dep( | ||
name = "protobuf", | ||
version = "28.2", | ||
repo_name = "com_google_protobuf", | ||
) | ||
bazel_dep( | ||
name = "googleapis", | ||
version = "0.0.0-20240819-fe8ba054a", | ||
repo_name = "com_google_googleapis", | ||
) |
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,17 @@ | ||
matrix: | ||
platform: | ||
- debian10 | ||
- ubuntu2004 | ||
- macos | ||
- macos_arm64 | ||
- windows | ||
bazel: | ||
- 8.x | ||
- 7.x | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_targets: | ||
- '@engflowapis//...' |
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,4 @@ | ||
{ | ||
"url": "https://github.com/EngFlow/engflowapis/releases/download/2025.01.17-16.55.05/engflowapis-2025.01.17-16.55.05.tar.gz", | ||
"integrity": "sha256-3fj9Xp/BRSDWGCMZ3OxqgijlEMN/5GFaU8h/3LcCqZ0=" | ||
} |
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