{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":373651390,"defaultBranch":"main","name":"acme-fitness-store","ownerLogin":"spring-cloud-services-samples","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-06-03T21:58:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/20462573?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724438480.0","currentOid":""},"activityList":{"items":[{"before":"53a9ad9cf7fc44e5f626031f4385e937b2948605","after":"1e22b1764dce6a8984eb27a5c18a57b7286424ec","ref":"refs/heads/main","pushedAt":"2024-08-28T20:30:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Minor fix addressing the following (#72)\n\n1. Removal of Internal Routes on acme-payment and acme-payment\r\n2. Bump Spring AI Version to M2 Release\r\n3. Remove the Extra Host from docker-compose.yaml\r\n4. remove shopping-react to keep ot clean\r\n5. also revert cypress tests to older version\r\n\r\nCo-authored-by: David Joo ","shortMessageHtmlLink":"Minor fix addressing the following (#72)"}},{"before":"78167620e685461c33a1f53a1eb34d85423ffe59","after":"53a9ad9cf7fc44e5f626031f4385e937b2948605","ref":"refs/heads/main","pushedAt":"2024-08-26T20:05:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Fix acme-identity and acme-catalog test for running locally. (#71)\n\n* intial commit\r\n\r\n* Fix catalog and identity unit tests\r\n\r\n---------\r\n\r\nCo-authored-by: Tony Thompson ","shortMessageHtmlLink":"Fix acme-identity and acme-catalog test for running locally. (#71)"}},{"before":"bcea6e3977abccdbe6b9b946d191dc72701e3d1a","after":"4858c3e40bc70a4d6c2d561704c89fd952f1403f","ref":"refs/heads/config","pushedAt":"2024-08-23T19:07:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Created branch with TAS config server files (#70)\n\nCo-authored-by: Brian Shim ","shortMessageHtmlLink":"Created branch with TAS config server files (#70)"}},{"before":null,"after":"bcea6e3977abccdbe6b9b946d191dc72701e3d1a","ref":"refs/heads/config","pushedAt":"2024-08-23T18:41:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"blank readme","shortMessageHtmlLink":"blank readme"}},{"before":"27d2b4a8779c273e849e3549739ed51f1415be0e","after":"78167620e685461c33a1f53a1eb34d85423ffe59","ref":"refs/heads/main","pushedAt":"2024-08-23T18:06:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Added TAS capabilities, and local development (#69)\n\n* Connection String Modified for Order Service (#184)\r\n\r\n* Link missing for Deploy to Azure\r\n\r\nIf I push the link of the \"Deploy to Azure\" button, it failed to show the Form in the Azure Portal.\r\n\r\nAnd it seems that the link had changed as follows.\r\n\r\nPrevious Link (Currently Failed)\r\nhttps://raw.githubusercontent.com/Azure-Samples/acme-fitness-store/Azure/workshops/azure-spring-apps-enterprise/full/03-workshop-environment-setup/acmedeploy.json)\r\n\r\nNow (Correct Link)\r\nhttps://raw.githubusercontent.com/Azure-Samples/acme-fitness-store/Azure/azure-spring-apps-enterprise/workshops/azure-spring-apps-enterprise/full/03-workshop-environment-setup/acmedeploy.json\r\n\r\nSo I modified the link for it.\r\n\r\n* Connection String Modified for Order Service\r\n\r\nIf I configured the Connection String for Npgsql (C#).\r\nFollowing error was showed and couldn't start the order service.\r\n\r\nSo I modified to be able to access to the PostgreSQL from the catalog service.\r\n\r\n```bash\r\naz keyvault secret set \\\r\n --vault-name acme-fitness-kv-yoshio \\\r\n --name \"ConnectionStrings--OrderContext\" \\\r\n --value \"Server=$POSTGRES_SERVER.postgres.database.azure.com;Database=$ORDER_SERVICE_DB;Port=5432;SSL Mode=Require;Trust Server Certificate=true;User ID=$POSTGRES_SERVER_USER;Password=$POSTGRES_SERVER_PASSWORD\"\r\n```\r\n\r\n```text\r\nUnhandled exception. System.ArgumentException: To validate server certificates, please use VerifyFull or VerifyCA instead of Require. To disable validation, explicitly set 'Trust Server Certificate' to true. See https://www.npgsql.org/doc/release-notes/6.0.html for more details.\r\n```\r\n\r\n* Modified Env Value\r\n\r\nI modified the expression of the env variables\r\n\r\n* I modified the style with more visible\r\n\r\nI modified the style with more visible.\r\n\r\nI also tried to the separate line and works fine.\r\n\r\n* Add markdown link check (#187)\r\n\r\n* Add markdown link check\r\n\r\n* update link\r\n\r\n* Fix links\r\n\r\n* fix links\r\n\r\n* fix link\r\n\r\n* fix links\r\n\r\n* fix links and typos\r\n\r\n* fix\r\n\r\n* fix\r\n\r\n* Rename Azure AD (#188)\r\n\r\n* Rename Azure AD\r\n\r\n* update link\r\n\r\n* update name\r\n\r\n* Create Japanese Translation documents for Workshop (#149)\r\n\r\n* Created Japanese Translation Documents for Workshop\r\n\r\nCreated Japanese Translation Documents for Workshop\r\n\r\n* Create Japanese Translation documents for Workshop\r\n\r\nCreate Japanese Translation documents for Workshop\r\n\r\n* Deleted wrong explanation\r\n\r\nDeleted wrong explanation\r\n\r\n* Updated Markdown missing\r\n\r\nUpdated Markdown missing\r\n\r\n* Modified Markdown expression\r\n\r\nModified Markdown expression\r\n\r\n* Upload Image files\r\n\r\nUpload Image files\r\n\r\n* Added AI Workshop\r\n\r\nAdded AI Workshop\r\n\r\n* Modified Link for AI\r\n\r\nModified Link for AI\r\n\r\n* Create README.md\r\n\r\nCreate README.md\r\n\r\n* Update README.md\r\n\r\nModified from \"Azure Active Directory\" to \"Microsoft Entra ID\"\r\n\r\n* Update README.md\r\n\r\nコマンドの実行順によるエラーが発生したため、順番を訂正\r\n\r\n* Update README.md\r\n\r\nLog Analytics ワークスペースが作成されていなかったため\r\n\r\n* Update README.md\r\n\r\n正しく動作するように修正\r\n\r\n* Update README.md\r\n\r\nKeyvault が作成されていないのに Key Vault の操作があったため、\r\nKeyvault の作成を追加\r\n\r\n* Update README.md\r\n\r\nルーティング設定のファイルの場所が異なるため、ディレクトリを移動。\r\nPortal API のサンプル画面が表示されていなかったため、画面ダンプを追加\r\n\r\n* Update README.md\r\n\r\nJava アプリのデプロイに失敗していたため、正しい引数に修正\r\n\r\n* Update README.md\r\n\r\n説明を追記\r\n\r\n* Update README.md\r\n\r\nPostgreSQL のパスワード設定などを追記\r\n\r\n* Update README.md\r\n\r\nUpdate README.md\r\n\r\n* Update for intermediate\r\n\r\nUpdate for intermediate\r\n\r\n* Update README.md\r\n\r\nModified Invalid URL for the image\r\n\r\n* Update README.md\r\n\r\nAdded OpenAI Environment Variables\r\n\r\n* Update README.md\r\n\r\nModified Environment Variable name\r\n\r\n* Update README.md\r\n\r\nDeleted English explanations\r\n\r\n* Update README.md\r\n\r\nModified the Connection String for PostgreSQL from C#\r\n\r\n* Modified Connection Strings\r\n\r\nModified Connection Strings\r\n\r\n* Update README.md\r\n\r\nModified the style with more visible\r\n\r\n* Update README.md\r\n\r\nUpdate README.md\r\n\r\n* Update README.md\r\n\r\nUpdate README.md\r\n\r\n* Update README.md\r\n\r\n説明を修正\r\n\r\n* Update README.md\r\n\r\nLog Analytics は ARM テンプレートで作成されるため、作成方法は削除\r\n\r\n* Modified LR\r\n\r\nModified Line separator\r\n\r\n* Modified to run the script before az login\r\n\r\nModified to run the script before az login\r\n\r\n* Deleted Invalid command\r\n\r\nDeleted Invalid command\r\n\r\n* Modified Invalid explanation for change the KEY_VAULT settings\r\n\r\nModified Invalid explanation for change the KEY_VAULT settings\r\n\r\n* Added BP_JVM_VERSION arguments\r\n\r\nAdded BP_JVM_VERSION arguments\r\n\r\n* Deleted invalid character and english statement\r\n\r\nDeleted invalid character and english statement\r\n\r\n* Modified operation for run the scripts\r\n\r\nModified operation for run the scripts\r\n\r\n* Deleted command which no need to execute\r\n\r\nDeleted command which no need to execute\r\n\r\n* Added detail instructions\r\n\r\nAdded detail instructions.\r\nThis modification was coming from @suzukiyuhsuke san's feedback.\r\n\r\n* Added explanation\r\n\r\nAdded explanation\r\n\r\n* modified the directory name from ja to ja-jp\r\n\r\nFrom the request from Dingmeng-san, I modified the directory name from ja to ja-jp\r\n\r\n* I moved the ja-jp directory under the azure-spring-apps-enterprise directory\r\n\r\nI moved the ja-jp directory under the azure-spring-apps-enterprise directory\r\n\r\n* update home page\r\n\r\n* copy pictures\r\n\r\n* Update links\r\n\r\n* update links\r\n\r\n* update links\r\n\r\n* update links\r\n\r\n* update links\r\n\r\n* update links\r\n\r\n* remove pictures\r\n\r\n* update links\r\n\r\n* update links\r\n\r\n* Update README.md\r\n\r\nUpdate Japanese sentence more natural by Japanese people.\r\n\r\n* Update README.md\r\n\r\nI added line separator\r\n\r\n* Update README.md\r\n\r\nI would like to add line separator\r\n\r\n---------\r\n\r\nCo-authored-by: Dingmeng Xue \r\n\r\n* Sync code with origin (#190)\r\n\r\n* Sync code with origin\r\n\r\n* update\r\n\r\n* Update demo scripts and github actions for deployment (#194)\r\n\r\n* update payment.yml\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* Fix deployment action of Assist app (#195)\r\n\r\n* update payment.yml\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* Optimize image size of samples (#196)\r\n\r\n* update payment.yml\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* Optimize image size of samples\r\n\r\n* Update dependencies of AI project (#197)\r\n\r\n* update payment.yml\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* Optimize image size of samples\r\n\r\n* Update dependencies of AI project\r\n\r\n* update bom\r\n\r\n* Fix product number issue on UI (#198)\r\n\r\n* update payment.yml\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* Optimize image size of samples\r\n\r\n* Update dependencies of AI project\r\n\r\n* update bom\r\n\r\n* Fix product number issue on UI\r\n\r\n* Update tutorial (#199)\r\n\r\n* update payment.yml\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* update\r\n\r\n* Optimize image size of samples\r\n\r\n* Update dependencies of AI project\r\n\r\n* update bom\r\n\r\n* Fix product number issue on UI\r\n\r\n* Update docs\r\n\r\n* update\r\n\r\n* Add MongoDb vector store (#200)\r\n\r\n* Add cosmos vector store (#192)\r\n\r\n* add cosmos db vector store\r\n\r\n* add cosmos db vector store\r\n\r\n* Polish CosmosDBVectorStore code (#193)\r\n\r\n* refactor cosmosDB vector store\r\n\r\n---------\r\n\r\nCo-authored-by: Theo van Kraay \r\nCo-authored-by: Mark Heckler \r\n\r\n* Update application.yaml to remove the mongo client autoconfiguration (#201)\r\n\r\n* Fix the wrong env in the readme file (#203)\r\n\r\n* Enable incremental product embedding (#207)\r\n\r\n* Adding Azure for Spring Developers full day workshop.\r\n\r\n* Adding content for Azure for Spring Developers full day workshop.\r\n\r\n* Fixed typo.\r\n\r\n* Added lab02.\r\n\r\n* Updated Lab02\r\n\r\n* Added Lab03\r\n\r\n* - Allow adding, editing, and deleting products\r\n- Update Assist service:\r\n + Add a vectorstore, which doesn't calculate the embeddings when provided in the documents\r\n + Enable adding/updating documents\r\n + List the index out of date documents\r\n + Add a job to update the documents for some products\r\n- Update the source file of bikes.json and accessories.json to have id, which equals to the id of the product sql file, and the vector_store.json.\r\n\r\n* Update ProductVo -> ProductValueObject\r\n\r\n* Remove files\r\n\r\n* Remove day sessions\r\n\r\n* Revert doc\r\n\r\n* Reverted code around ProductResponse\r\n\r\n* Add new product scripts\r\n\r\n* update\r\n\r\n* Rename OPENAI_APIKEY to OPENAI_API_KEY\r\n\r\n* remove bind operation\r\n\r\n---------\r\n\r\nCo-authored-by: Neven Cvetkovic \r\nCo-authored-by: Xiaolu Dai \r\nCo-authored-by: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>\r\n\r\n* Full day Azure for Spring Developers workshop (#206)\r\n\r\n* Adding Azure for Spring Developers full day workshop.\r\n\r\n* Adding content for Azure for Spring Developers full day workshop.\r\n\r\n* Fixed typo.\r\n\r\n* Added lab02.\r\n\r\n* Updated Lab02\r\n\r\n* Added Lab03\r\n\r\n* Quick fix.\r\n\r\n* Added Lab04\r\n\r\n* Added Lab05.\r\n\r\n* Added Lab06. Added placeholders for two additional labs - databases and SSO.\r\n\r\n* Reorganized Lab07 and Lab08 to be optional.\r\n\r\n* Added Lab09 to prepare Azure OpenAI service.\r\n\r\n* Fixed TYPO in the env variable name.\r\n\r\n* Added Lab10\r\n\r\n* Added Lab 11 - summary\r\n\r\n* Fixed typo in the link.\r\n\r\n* Added missing command to load the environment variables.\r\n\r\n* Made AI lab not optional.\r\n\r\n* Updated az cli version to 2.61.0\r\n\r\n* Updated references to `asa-student` user.\r\n\r\n* Fixed typo.\r\n\r\n* Fixed typo.\r\n\r\n* Changed the order of commands. Fixed the flow.\r\n\r\n* Changed test port from 8081 to 9090 because Web Preview in Cloud Shell does not allow ports <1024 and 8080-8090.\r\n\r\n* Added --verbose to commands.\r\n\r\n* Fixed broken links.\r\n\r\n* Update setup-ai-env-variables-template.sh\r\n\r\n* Update README.md\r\n\r\n* rename SPRING_AI_AZURE_OPENAI_APIKEY\r\n\r\n---------\r\n\r\nCo-authored-by: Neven Cvetkovic \r\n\r\n* Remove db from catalog workflow (#208)\r\n\r\n* basic mods to get it running on TPCF\r\n\r\n* ACME Fitness\r\n\r\n* tPCF install README draft\r\n\r\n* Made Commit to address missing Azure ChatRole, replaced with Message Type\r\n\r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188008984] Update Spring AI from 0.8.1-SNAPSHOT to 1.0.0-SNAPSHOT\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188008992] Populate vector store for local and TAS.\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188030586] update docker files for local\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188031441] Added local config server\r\n\r\n Co-authored-by: Brian Shim \r\n Co-authored-by: Carlos Poon \r\n Co-authored-by: Dayo Ajayi \r\n\r\n* [#188030586] - Added local config needed for acme-identity\r\n\r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188031441] Set up local port numbers for shopping, assist, catalog, identity, and payment apps (8080,8081,8082,8083,8804 respectively)\r\n\r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* Updated gradle\r\n\r\n* [#188031421] Lombok + cleanup payment\r\n\r\n* [#188009049] Setup SERVER_URL for UI; Added manifest.yml for deploying to TAS\r\n\r\nCo-authored-by: Dayo Ajayi \r\n\r\n* Move Local Config server into a local development directory.\r\n\r\n* [#188031421] Add lombok to assist and cleanup some of the files\r\n\r\n* [#188009049] UI app is configurable via SERVER_URL environment variable\r\n\r\n* Added mvnwrapper and instructions for starting local config in README.\r\n\r\n* Update MVN version and local deploy.\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188030586] Update the Seed data to be 1536 and update to JDK 21 for manifest\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* Update Readme acme-catalog\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188030586]\r\n- Remove server url config for frontend for TAS to work.\r\n- Moved cf bind service json configs, and fixed issue with malformed json.\r\n- Updated README with route service binding instructions\r\n\r\n Co-authored-by: Brian Shim \r\n Co-authored-by: Carlos Poon \r\n Co-authored-by: Dayo Ajayi \r\n\r\n* Introduce config and scripts for running local Spring Cloud Gateway and Spring Authorization configs and routes needed to standup Identity.\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: David Joo \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188030594] Added local gateway routes, fixed local port number for acme-cart and acme-order apps\r\n\r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188079709] Added work around to point to OPENAI directly bypassing the GENAI tile as a temporary work around.\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* extra routes\r\n\r\n* [#188079644] Deleted redundant route files. Renamed assist route file, and added order routes file.\r\n\r\n Co-authored-by: Carlos Poon \r\n\r\n* [#188009035] - Updated acme-order to be TAS and local compatible.\r\n\r\nCo-authored-by: Andrew Stakhov \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\n\r\n* [#188030588] Add local discovery server\r\n\r\n* Update local README with Local Development\r\n\r\n* Add Discovery Service and fix missing Profile properties.\r\n\r\nCo-authored-by: Andrew Stakhov \r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\n\r\n* [#188052396] Moved ASA, TAP specific content to deprecated section\r\n\r\n* Local run fixes\r\n\r\n- Fix Payment service local yaml\r\n- Address Spring AI ChatClient constructor\r\n- Removed unused reference in transaction.html.\r\n- Updated README.md\r\n\r\n* [#188052396] - Remove Azure reference for Cart service\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\n\r\n* [#188093312] Swapped out java springboot eureka-server and config-server projects with docker image equivalents\r\n\r\nCo-authored-by: Dayo Ajayi \r\nCo-authored-by: Carlos Poon \r\n\r\n* Update README with additional readme for identity, catalog and payment.\r\n\r\nCo-authored-by: Dayo Ajayi \r\nCo-authored-by: Carlos Poon \r\n\r\n* [#188030781] Updated README local machine instructions\r\n\r\nCo-authored-by: Dayo Ajayi \r\nCo-authored-by: Carlos Poon \r\n\r\n* [#188104035] Add auth & gateway start scripts into docker-compose.yaml for local development\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188103872] Fixed logout using ajax call causing CORS issue\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* Fix acme-assist embedding jar versioning\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188104035] Run gateway and auth servers in a single container for local development\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188110597] - Move local development to its own README.md\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188110595] - Rename spring-cloud-gateway to spring-enterprise\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188103921] Fix liveness actuator endpoint on Catalog\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* Readme changes and URL change\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188110593, #188104038, #188110606] Consolidate docker compose files into a single local-development one\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188084899] - Update to utilize internal routes for TAS\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Tony Thompson \r\n\r\n* Update manifest.yml\r\n\r\nSSO parameters. untested.\r\nCo-authored-by: Tony Thompson \r\n\r\n* Update manifest.yml\r\n\r\ntypo\r\nCo-authored-by: Tony Thompson \r\n\r\n* [##188103872] - Update local routes.yml such that login is only triggered when asked. Logout works with new jar.\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* Update README for spring-enterprise naming.\r\nFix CatalogLiveness error in console log.\r\nRefactor run.sh\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Tony Thompson \r\n\r\n* Remove vector store jobs, vector store will init on launch\r\n\r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188135934] Update catalog and pay apps to use JDK v21 and gradle wrapper v8.8\r\n\r\n* [#188104038] Aligned container names in local docker compose yaml\r\n\r\n* Fix local acme-assist\r\n\r\n* [#188110588] Convert from Maven to Gradle\r\n\r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: David Joo \r\nCo-authored-by: Tony Thompson \r\n\r\n* [#188115649] Add Cypress test for checkout flow\r\n\r\n Co-authored-by: Brian Shim \r\n Co-authored-by: Carlos Poon \r\n\r\n* [#188103932] - Rename order-service to acme-order\r\n\r\n* [#188127213] Clean up front end (delete dead code & irrelevant pages)\r\n\r\n Co-authored-by: Carlos Poon \r\n Co-authored-by: David Joo \r\n\r\n* [#188143766] Fixed a CORS error when running the app locally by removing unnecessary sso redirect for /userinfo endpoint\r\n\r\n* [#188143766] Remove sso login redirect for all data routes\r\n\r\n* [#188150227] Automatically build acme-cart image in local docker compose\r\n\r\n* README and manifest update\r\n\r\n* [#188156382] Select fewer bikes to mark as new.\r\n\r\n Co-authored-by: Dayo Ajayi \r\n Co-authored-by: Carlos Poon \r\n\r\n* Add updated high level architecture for TAS\r\n\r\n* [#188157066] Updated config server TAS/TPCF instructions\r\n\r\n---------\r\n\r\nCo-authored-by: Yoshio Terada \r\nCo-authored-by: Dingmeng Xue \r\nCo-authored-by: Theo van Kraay \r\nCo-authored-by: Mark Heckler \r\nCo-authored-by: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>\r\nCo-authored-by: Neven Cvetkovic \r\nCo-authored-by: Xiaolu Dai \r\nCo-authored-by: Stuart Charlton \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Dayo Ajayi \r\nCo-authored-by: David Joo \r\nCo-authored-by: Carlos Poon \r\nCo-authored-by: Brian Shim \r\nCo-authored-by: Andrew Stakhov \r\nCo-authored-by: David Joo \r\nCo-authored-by: Tony Thompson \r\nCo-authored-by: Stu Charlton ","shortMessageHtmlLink":"Added TAS capabilities, and local development (#69)"}},{"before":"27d2b4a8779c273e849e3549739ed51f1415be0e","after":null,"ref":"refs/heads/Main-fix","pushedAt":"2024-08-21T19:50:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"}},{"before":null,"after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/main","pushedAt":"2024-08-21T19:50:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":"27d2b4a8779c273e849e3549739ed51f1415be0e","after":null,"ref":"refs/heads/main","pushedAt":"2024-08-21T19:49:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"}},{"before":null,"after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/Azure","pushedAt":"2024-08-21T19:49:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":"27d2b4a8779c273e849e3549739ed51f1415be0e","after":null,"ref":"refs/heads/azure","pushedAt":"2024-08-21T19:49:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"}},{"before":null,"after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/Main-fix","pushedAt":"2024-08-21T19:49:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":"27d2b4a8779c273e849e3549739ed51f1415be0e","after":null,"ref":"refs/heads/Azure","pushedAt":"2024-08-21T19:48:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"}},{"before":null,"after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/main","pushedAt":"2024-08-21T19:48:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":"27d2b4a8779c273e849e3549739ed51f1415be0e","after":null,"ref":"refs/heads/main","pushedAt":"2024-08-21T19:48:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"}},{"before":null,"after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/azure","pushedAt":"2024-08-21T19:48:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":"27d2b4a8779c273e849e3549739ed51f1415be0e","after":null,"ref":"refs/heads/adib","pushedAt":"2024-08-21T19:45:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"}},{"before":null,"after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/main","pushedAt":"2024-08-21T19:45:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":"27d2b4a8779c273e849e3549739ed51f1415be0e","after":null,"ref":"refs/heads/main","pushedAt":"2024-08-21T19:44:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"}},{"before":null,"after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/Azure","pushedAt":"2024-08-21T19:44:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"candicenonsense","name":"Candice Quates","path":"/candicenonsense","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5402721?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":null,"after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/adib","pushedAt":"2024-08-21T19:44:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"asaikali","name":"Adib Saikali","path":"/asaikali","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/945207?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":null,"after":"6dee63fe10f31130b0a0f3e5d3b37356bce4f085","ref":"refs/heads/kelwin/azure-sync","pushedAt":"2024-06-28T11:09:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into Azure-Samples-Azure","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into Azure-Samples-Azure"}},{"before":"99a847958baa95f7fae2c39395c72653afc634cb","after":null,"ref":"refs/heads/kelwin/fix-tom-file","pushedAt":"2024-01-22T16:44:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"}},{"before":"dba6033a1637d404fa7bbfb39c2eb4926fef744e","after":"27d2b4a8779c273e849e3549739ed51f1415be0e","ref":"refs/heads/main","pushedAt":"2024-01-22T16:44:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file (#64)","shortMessageHtmlLink":"Upgrade Python version to toml file (#64)"}},{"before":null,"after":"99a847958baa95f7fae2c39395c72653afc634cb","ref":"refs/heads/kelwin/fix-tom-file","pushedAt":"2024-01-22T15:47:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"},"commit":{"message":"Upgrade Python version to toml file","shortMessageHtmlLink":"Upgrade Python version to toml file"}},{"before":"9c2741b12069054fea30bde36baae06d9974688c","after":null,"ref":"refs/heads/kelwin/update-spring-boot","pushedAt":"2024-01-15T10:01:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"}},{"before":"00c6b9a684bd3cf2a0da4730bf9cd712c8f2688c","after":"dba6033a1637d404fa7bbfb39c2eb4926fef744e","ref":"refs/heads/main","pushedAt":"2024-01-15T10:01:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"},"commit":{"message":"Update Spring Version (#63)\n\n* Update Springboot version and dependencies\r\n\r\n* Fix UnitTest Acme-Identity","shortMessageHtmlLink":"Update Spring Version (#63)"}},{"before":null,"after":"bcc326db89c55ee0277877d70c04e347b0958abb","ref":"refs/heads/fombico/spring-demos","pushedAt":"2024-01-12T19:13:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fombico","name":"Fredrich Ombico","path":"/fombico","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1717428?s=80&v=4"},"commit":{"message":"[WIP] Start on TAS deployment\n\nTODO\n- deploy a gw\n- acme-identity needs gw?\n- not sure if acme-identity needs eureka (off) and sso (on)\n- what to do with package-lock.json?\n- put these somewhere:\n\n```\ncf create-service p-redis shared-vm cart-redis\ncf create-service p-identity test-sso acme-fitness-sso\n```","shortMessageHtmlLink":"[WIP] Start on TAS deployment"}},{"before":"fde9723b62f28a6ffe95befaa22b4304c883391d","after":"9c2741b12069054fea30bde36baae06d9974688c","ref":"refs/heads/kelwin/update-spring-boot","pushedAt":"2024-01-12T18:12:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"},"commit":{"message":"Fix UnitTest Acme-Identity","shortMessageHtmlLink":"Fix UnitTest Acme-Identity"}},{"before":"e8df61cc8cc6c4ca0a4d8b724803dfc9204533db","after":"fde9723b62f28a6ffe95befaa22b4304c883391d","ref":"refs/heads/kelwin/update-spring-boot","pushedAt":"2024-01-10T15:45:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"},"commit":{"message":"Update Springboot version and dependencies","shortMessageHtmlLink":"Update Springboot version and dependencies"}},{"before":"d87ee0b088fa0909fb5cfc22577f7a11f4269838","after":"e8df61cc8cc6c4ca0a4d8b724803dfc9204533db","ref":"refs/heads/kelwin/update-spring-boot","pushedAt":"2024-01-10T15:42:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kelwinpa","name":"Kelwin Payares","path":"/kelwinpa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7109673?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEpu1UaAA","startCursor":null,"endCursor":null}},"title":"Activity · spring-cloud-services-samples/acme-fitness-store"}