Skip to content

Commit

Permalink
fix!: delete Build file generator code (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Nov 30, 2023
1 parent 12b144a commit d18e465
Show file tree
Hide file tree
Showing 31 changed files with 19 additions and 4,641 deletions.
1 change: 0 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ branchProtectionRules:
- pattern: main
isAdminEnforced: true
requiredStatusCheckContexts:
- 'build'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/ci.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions bazel/BUILD.bazel

This file was deleted.

19 changes: 19 additions & 0 deletions bazel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## `BUILD.bazel` file generator for Google APIs

We have moved the BUILD.bazel file generator to the internal code repository.
It is going to be refactored and replaced with an internal tool.

We suspect there is not much usage of this code externally, but if we are wrong
and you need the `BUILD.bazel` file generator in your workflows, you have
options!

1. Keep using the latest release
[v0.29.4](https://github.com/googleapis/rules_gapic/releases/tag/v0.29.4).
It works and will be available. You can fork this repository to keep developing
the tool if you wish.

2. File an [issue](https://github.com/googleapis/rules_gapic/issues/new) and let
us know that you use this code. We can setup a mirror to have the code published
in this case. Please be advised that the code will stop receiving updates soon
anyway, as we are moving to another solution for generating `BUILD.bazel` files
for client libraries.
71 changes: 0 additions & 71 deletions bazel/src/main/java/com/google/api/codegen/bazel/ApiDir.java

This file was deleted.

0 comments on commit d18e465

Please sign in to comment.