-
Notifications
You must be signed in to change notification settings - Fork 144
PetSite overhaul 2025 - DO NOT MERGE #336
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
Draft
bonclay7
wants to merge
21
commits into
main
Choose a base branch
from
staging
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…o-instrumentation
* Add UserId to completeadoption API * Complete adoption moves from transaction to event * Add SQS permissions * Modify adoption schema * Add pet adopter lambda function * Fix app signals requirements * Rework petadopter to focus on history in async mode * Enable testing on staging branch * Split adoption and history logic * Update CI tests * Remove dead param * Update stack name * Remove db stats metrics as not collected
* Create tracing span with activity source on PetSite * add ASPNETCORE_HTTP_PORTS env variable for PetSite to listen on Port 80
* Rework error mode * Import missing files
* Adding GenAI module with Pet Recommender * changes * Petsearch cloudwatch agent * Update Dockerfile * Pet list adoption migration from go to python * Pet list adoption migration from go to python * Pet list adoption migration from go to python * Sync petsearch-java folder with upstream main branch * Pet list adoption migration from go to python * Fix RDS version conflict: Update PostgreSQL from 13.15 to 16.6 to match current deployment * Fix Dockerfile: Add execute permissions to start.sh script * Fix Python service port binding: Use port 8080 instead of 80 to avoid permission issues * Clean up codebase: Remove unnecessary JS files and update gitignore - Remove generated JavaScript files from TypeScript compilation - Update .gitignore to exclude *.js files in the future - Keep only necessary TypeScript source files - Update list-adoptions-service.ts configuration - Update Dockerfile and start.sh for Python service * Revert: Restore event-demos JavaScript files - Restore JavaScript files under PetAdoptions/cdk/pet_stack/resources/event-demos/ - These are demo/example files that should be preserved - Also restore syn-apicanary.js and syn-uicanary.js files - Keep the .gitignore update to exclude generated JS files from lib/ directory * Fix Docker configuration: Run as root for port 80 access - Update Dockerfile to clearly indicate running as root for port 80 - Remove commented USER line that was confusing - Add comment in start.sh to clarify root access for port 80 - Ensure proper port 80 binding for ECS deployment * Add dinosaur pet type 404 error handling to SearchController - Added condition to check if pettype equals 'dinosaur' and return 404 error - Created ErrorResponse class for structured error responses - Added proper logging and OpenTelemetry span attributes - Added test endpoint for dinosaur error scenario - Removed unnecessary documentation and configuration files * Revert launch.json files to previous state * Pet Search add 400 error scenarios --------- Co-authored-by: Siva Guruvareddiar <[email protected]> Co-authored-by: Rodrigue Koffi <[email protected]>
* useId in querystring, userId in trace context, and new layout + more * Basecontroller changes to avoid dual redirect * Change SSM approach * Change SSM Access and change petitem layout slightly * Comment cuteness rate for testing * TryParse check * Comment Food stuff * Aggressive logging for debugging purposes * Add app wide error page
* Adding GenAI module with Pet Recommender * changes * Petsearch cloudwatch agent * Update Dockerfile * Pet list adoption migration from go to python * Pet list adoption migration from go to python * Pet list adoption migration from go to python * Sync petsearch-java folder with upstream main branch * Pet list adoption migration from go to python * Fix RDS version conflict: Update PostgreSQL from 13.15 to 16.6 to match current deployment * Fix Dockerfile: Add execute permissions to start.sh script * Fix Python service port binding: Use port 8080 instead of 80 to avoid permission issues * Clean up codebase: Remove unnecessary JS files and update gitignore - Remove generated JavaScript files from TypeScript compilation - Update .gitignore to exclude *.js files in the future - Keep only necessary TypeScript source files - Update list-adoptions-service.ts configuration - Update Dockerfile and start.sh for Python service * Revert: Restore event-demos JavaScript files - Restore JavaScript files under PetAdoptions/cdk/pet_stack/resources/event-demos/ - These are demo/example files that should be preserved - Also restore syn-apicanary.js and syn-uicanary.js files - Keep the .gitignore update to exclude generated JS files from lib/ directory * Fix Docker configuration: Run as root for port 80 access - Update Dockerfile to clearly indicate running as root for port 80 - Remove commented USER line that was confusing - Add comment in start.sh to clarify root access for port 80 - Ensure proper port 80 binding for ECS deployment * Add dinosaur pet type 404 error handling to SearchController - Added condition to check if pettype equals 'dinosaur' and return 404 error - Created ErrorResponse class for structured error responses - Added proper logging and OpenTelemetry span attributes - Added test endpoint for dinosaur error scenario - Removed unnecessary documentation and configuration files * Revert launch.json files to previous state * Pet Search add 400 error scenarios * Throw 404 error for invalid pet types --------- Co-authored-by: Siva Guruvareddiar <[email protected]> Co-authored-by: Rodrigue Koffi <[email protected]>
* useId in querystring, userId in trace context, and new layout + more * Basecontroller changes to avoid dual redirect * Change SSM approach * Change SSM Access and change petitem layout slightly * Comment cuteness rate for testing * TryParse check * Comment Food stuff * Aggressive logging for debugging purposes * Add app wide error page * Adding logging to AdoptionController * Add DataProtection dependency for TempData * Make TempData use Session * Get rid of TempData altogether * Logging for ViewData checks * Change from HttpSession Cookies for Payment * Moved userId management to ViewData and hidden controls * Validate querystring in URLs, use inline input fields for userIds * Add Helpers * App wide Error page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
Microservices status