GoogleCloudPlatform / point-of-sale

Anthos Edge Use Cases for bringing apps and computation closer to the location where the action is, to improve response times and save bandwidth.
Apache License 2.0
36 stars 18 forks source link

cleanup: merge v2-sql branch into main #122

Closed Shabirmean closed 2 years ago

Shabirmean commented 2 years ago

Description

Changes

Files to review:

If the changes inside them are okay, everything else should be fine. They were all already reviewed.


How to ensure its the same as the main branch (if you want to see using CLI):

Follow the steps below:

git clone https://github.com/GoogleCloudPlatform/point-of-sale main-br
git clone https://github.com/GoogleCloudPlatform/point-of-sale v2-sql-br

cd v2-sql-br
git checkout v2-sql

Check for point-of-sale-app folder

diff -r point-of-sale-app ../main-br/point-of-sale-app

Check for anthos-baremetal-edge-deployment folder

diff -r anthos-baremetal-edge-deployment ../main-br/anthos-baremetal-edge-deployment

The changes you see must be trivial README related stuff

snippet-bot[bot] commented 2 years ago

Here is the summary of changes.

You are about to add 20 region tags. - [k8-manifests/common/api-server-lb.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/api-server-lb.yaml#L15), tag `anthosbaremetal_common_api_server_lb_service_api_server_lb` - [k8-manifests/common/api-server-svc.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/api-server-svc.yaml#L15), tag `anthosbaremetal_common_api_server_svc_service_api_server_svc` - [k8-manifests/common/inventory-svc.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/inventory-svc.yaml#L15), tag `anthosbaremetal_common_inventory_svc_service_inventory_svc` - [k8-manifests/common/mysql-db.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/mysql-db.yaml#L15), tag `anthosbaremetal_common_mysql_db_statefulset_mysql_db` - [k8-manifests/common/mysql-db.yaml:63](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/mysql-db.yaml#L63), tag `anthosbaremetal_common_mysql_db_service_mysql_db` - [k8-manifests/common/mysql-db.yaml:83](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/mysql-db.yaml#L83), tag `anthosbaremetal_common_mysql_db_configmap_mysql_db_mysql_db_config` - [k8-manifests/common/payments-svc.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/payments-svc.yaml#L15), tag `anthosbaremetal_common_payments_svc_service_payments_svc` - [k8-manifests/common/service-configs.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/service-configs.yaml#L15), tag `anthosbaremetal_common_service_configs_configmap_service_configs` - [k8-manifests/common/springprofile-h2.yaml:20](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/springprofile-h2.yaml#L20), tag `anthosbaremetal_common_springprofile_h2_configmap_spring_profile` - [k8-manifests/common/springprofile-mysql.yaml:20](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/common/springprofile-mysql.yaml#L20), tag `anthosbaremetal_common_springprofile_mysql_configmap_spring_profile` - [k8-manifests/dev/api-server.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/dev/api-server.yaml#L15), tag `anthosbaremetal_dev_api_server_deployment_api_server` - [k8-manifests/dev/inventory.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/dev/inventory.yaml#L15), tag `anthosbaremetal_dev_inventory_deployment_inventory` - [k8-manifests/dev/payments.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/dev/payments.yaml#L15), tag `anthosbaremetal_dev_payments_deployment_payments` - [k8-manifests/release/api-server.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/release/api-server.yaml#L15), tag `anthosbaremetal_release_api_server_deployment_api_server` - [k8-manifests/release/inventory.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/release/inventory.yaml#L15), tag `anthosbaremetal_release_inventory_deployment_inventory` - [k8-manifests/release/payments.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/k8-manifests/release/payments.yaml#L15), tag `anthosbaremetal_release_payments_deployment_payments` - [skaffold.yaml:15](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/skaffold.yaml#L15), tag `anthosbaremetal_skaffold_config_setup` - [skaffold.yaml:29](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/skaffold.yaml#L29), tag `anthosbaremetal_skaffold_config_db` - [skaffold.yaml:47](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/skaffold.yaml#L47), tag `anthosbaremetal_skaffold_config_backend` - [skaffold.yaml:86](https://github.com/GoogleCloudPlatform/point-of-sale/blob/6b5a26b0889e6cdf854b23cf0b941c15e952f35d/skaffold.yaml#L86), tag `anthosbaremetal_skaffold_config_load_balancer`

This comment is generated by snippet-bot. If you find problems with this result, please file an issue at: https://github.com/googleapis/repo-automation-bots/issues. To update this comment, add snippet-bot:force-run label or use the checkbox below:

Shabirmean commented 2 years ago

:zap: Two deployments have been created for the Point-of-Sale application. You may access and test them at: :zap: