Skip to content

Revert "merge from main to datacatalog branch" #7450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 5 additions & 10 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# Code owners file

# This file controls who is tagged for review for any given pull request
# Code owners file.
# This file controls who is tagged for review for any given pull request.

# The java-samples-reviewers team is the default owner for anything not
# explicitly taken by someone else.

# explicitly taken by someone else

* @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
* @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver

/bigtable/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/cloud-sql/**/*.java @GoogleCloudPlatform/infra-db-dpes @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/datastore/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/firestore/**/*.java @GoogleCloudPlatform/cloud-native-db-dpes @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/iot/ @gcseh @GoogleCloudPlatform/api-iot @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/logging/ @GoogleCloudPlatform/dee-platform-ops @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/logging/ @GoogleCloudPlatform/observability-devx @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/pubsub/ @GoogleCloudPlatform/api-pubsub-and-pubsublite @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/pubsublite/ @GoogleCloudPlatform/api-pubsub-and-pubsublite @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/storage/**/*.java @GoogleCloudPlatform/cloud-storage-dpes @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
.github/auto-approve.yml @googleapis/github-automation/ @sofisl @GoogleCloudPlatform/java-samples-reviewers
/asset/ @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/errorreporting/ @GoogleCloudPlatform/dee-platform-ops @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
/monitoring/ @GoogleCloudPlatform/dee-platform-ops @GoogleCloudPlatform/java-samples-reviewers @yoshi-approver
3 changes: 1 addition & 2 deletions .kokoro/tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ if [[ "$SCRIPT_DEBUG" != "true" ]]; then
"java-functions-samples-secrets.txt" \
"java-firestore-samples-secrets.txt" \
"java-cts-v4-samples-secrets.txt" \
"java-cloud-sql-samples-secrets.txt" \
"java-scc-samples-secrets.txt")
"java-cloud-sql-samples-secrets.txt")

# create secret dir
mkdir -p "${KOKORO_GFILE_DIR}/secrets"
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/firebase-tictactoe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>2.0.1</version>
<version>1.34.1</version>
</dependency>


Expand Down
84 changes: 0 additions & 84 deletions asset/pom.xml

This file was deleted.

65 changes: 0 additions & 65 deletions asset/src/main/java/com/example/asset/AnalyzeIamPolicyExample.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading