From d1e1aa7892622e536ef81af948e50881f83f6fb8 Mon Sep 17 00:00:00 2001 From: Orlando Emiliano Garcia Diaz Date: Wed, 5 Feb 2025 17:30:58 +0000 Subject: [PATCH 1/4] chore(gae): migrate region tags from docs/appengine/datastore/indexes/index.yaml --- docs/appengine/datastore/indexes/index.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/appengine/datastore/indexes/index.yaml b/docs/appengine/datastore/indexes/index.yaml index d464625fd6..fc175b0831 100644 --- a/docs/appengine/datastore/indexes/index.yaml +++ b/docs/appengine/datastore/indexes/index.yaml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +// [START gae_datastore_exploding_index_2_yaml_go] // [START exploding_index_example_2] indexes: - kind: Widget @@ -20,8 +21,9 @@ indexes: - name: Y - name: Date // [END exploding_index_example_2] +// [END gae_datastore_exploding_index_2_yaml_go] - +// [START gae_datastore_exploding_index_4_yaml_go] // [START exploding_index_example_4] indexes: - kind: Widget @@ -33,4 +35,4 @@ indexes: - name: Y - name: Date // [END exploding_index_example_4] - +// [END gae_datastore_exploding_index_4_yaml_go] \ No newline at end of file From 70b3f137723f083775fc9034af9059c0302eddde Mon Sep 17 00:00:00 2001 From: Orlando Emiliano Garcia Diaz Date: Wed, 5 Feb 2025 17:33:26 +0000 Subject: [PATCH 2/4] Undo last change --- docs/appengine/datastore/indexes/index.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/appengine/datastore/indexes/index.yaml b/docs/appengine/datastore/indexes/index.yaml index d464625fd6..fc175b0831 100644 --- a/docs/appengine/datastore/indexes/index.yaml +++ b/docs/appengine/datastore/indexes/index.yaml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +// [START gae_datastore_exploding_index_2_yaml_go] // [START exploding_index_example_2] indexes: - kind: Widget @@ -20,8 +21,9 @@ indexes: - name: Y - name: Date // [END exploding_index_example_2] +// [END gae_datastore_exploding_index_2_yaml_go] - +// [START gae_datastore_exploding_index_4_yaml_go] // [START exploding_index_example_4] indexes: - kind: Widget @@ -33,4 +35,4 @@ indexes: - name: Y - name: Date // [END exploding_index_example_4] - +// [END gae_datastore_exploding_index_4_yaml_go] \ No newline at end of file From 752e8c84f8394b02edf07ccbb195c48e26d52fd4 Mon Sep 17 00:00:00 2001 From: Orlando Emiliano Garcia Diaz Date: Wed, 5 Feb 2025 17:39:18 +0000 Subject: [PATCH 3/4] chore(gae): undo last commits --- docs/appengine/datastore/indexes/index.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/appengine/datastore/indexes/index.yaml b/docs/appengine/datastore/indexes/index.yaml index fc175b0831..3260d5de34 100644 --- a/docs/appengine/datastore/indexes/index.yaml +++ b/docs/appengine/datastore/indexes/index.yaml @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -// [START gae_datastore_exploding_index_2_yaml_go] // [START exploding_index_example_2] indexes: - kind: Widget @@ -21,9 +20,7 @@ indexes: - name: Y - name: Date // [END exploding_index_example_2] -// [END gae_datastore_exploding_index_2_yaml_go] -// [START gae_datastore_exploding_index_4_yaml_go] // [START exploding_index_example_4] indexes: - kind: Widget @@ -34,5 +31,4 @@ indexes: properties: - name: Y - name: Date -// [END exploding_index_example_4] -// [END gae_datastore_exploding_index_4_yaml_go] \ No newline at end of file +// [END exploding_index_example_4] \ No newline at end of file From 689494a189ce7a0dec0d614d58dd6d78243c6b19 Mon Sep 17 00:00:00 2001 From: Orlando Emiliano Garcia Diaz Date: Wed, 5 Feb 2025 17:41:27 +0000 Subject: [PATCH 4/4] chore(gae): migrate region tags from docs/appengine/datastore/indexes/index.yaml --- docs/appengine/datastore/indexes/index.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/appengine/datastore/indexes/index.yaml b/docs/appengine/datastore/indexes/index.yaml index 3260d5de34..fc175b0831 100644 --- a/docs/appengine/datastore/indexes/index.yaml +++ b/docs/appengine/datastore/indexes/index.yaml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +// [START gae_datastore_exploding_index_2_yaml_go] // [START exploding_index_example_2] indexes: - kind: Widget @@ -20,7 +21,9 @@ indexes: - name: Y - name: Date // [END exploding_index_example_2] +// [END gae_datastore_exploding_index_2_yaml_go] +// [START gae_datastore_exploding_index_4_yaml_go] // [START exploding_index_example_4] indexes: - kind: Widget @@ -31,4 +34,5 @@ indexes: properties: - name: Y - name: Date -// [END exploding_index_example_4] \ No newline at end of file +// [END exploding_index_example_4] +// [END gae_datastore_exploding_index_4_yaml_go] \ No newline at end of file