-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove lastLogin column from Users table #321
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 37e2fbb - Browse repository at this point
Copy the full SHA 37e2fbbView commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b59a27 - Browse repository at this point
Copy the full SHA 6b59a27View commit details
Commits on Dec 19, 2023
-
Test automated migrations–get another user's attendance (#379)
* attendences from user uuid * lint and bugfix * check same user * controller factory changes * lint fixes * unit test for get attendance by uuid * lint * add permision * add types * add everything else * rename migrtion * test when permision is off * lint * forgor to add * change permission name and fix logic a bit * rename permission, change patch user * lint fix * lint fix * oops * check user exists * lint * new ci --------- Co-authored-by: Max Weng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc74f63 - Browse repository at this point
Copy the full SHA bc74f63View commit details
Commits on Dec 30, 2023
-
Merge branch 'master' of https://github.com/acmucsd/membership-portal …
…into staging merging from master
Configuration menu - View commit details
-
Copy full SHA for 6189915 - Browse repository at this point
Copy the full SHA 6189915View commit details
Commits on Dec 31, 2023
-
Marcelo/store multiple gallery images (#382)
* started migration * almost completed the query * change MerchandiseItemModel picture to pictures * renamed Merchandise to MercahndiseItems * generated a new model for the pictures * fixed syntax error with migration * understand and fix casting error * edited requests and created some todos * return position == 0 instead of first picture in array * migration temp fix * this one line of code would attach pictures to the collection so that the frontend can display the first picture * edited some todos to implement a new idea * edited the service * created a repository for photos * Completed the photo create route * completed the photo deletion route * getting started with seeding * make sure the index is consistent * removed the current file name from url for security purpose * quick linting * edited seeding to ensure correctness * update MerchFactory item for photo support * refactor and renaming variables * wrote outline for test and rewrote a method * fix error * edits * removing some junk code * the error is playing hide and seek with me * im such a genius * removing partial debug msgs * edits * fixed the order item test * finished creating tests and pass all tests * fixed some error * I CHATGPTED THE SQL AND IT WORKED * fixed linting error * edit migration number order * clean up some unused variables * renamed picture to uploadedPhoto and photo to merchPhoto for clarity, added some documentation * remove magic number * slight seeding edit * removed position logic * clarify cascading quetsion * fixed cascade * clean up * clarify seeding data structure * link fix * change position in request to string because form data does not accept number * throw error if position is not a number * updated deletion logic to delete from s3 first * link fix * default url logic fix for positions no longer being 0 * Get another user's event attendance (#358) * attendences from user uuid * lint and bugfix * check same user * controller factory changes * lint fixes * unit test for get attendance by uuid * lint * add permision * add types * add everything else * rename migrtion * test when permision is off * lint * forgor to add * change permission name and fix logic a bit * rename permission, change patch user * lint fix * lint fix * oops * check user exists * lint * rename tests * public profile change * change user model * lint * tests * lint * updated api version --------- Co-authored-by: Nikhil Dange <[email protected]> * staging deployment workflow (#381) * bumped my migration file number * bumped my migration file number v2 * remove local settings.json change * added edge case for migration up * lint * lint --------- Co-authored-by: Max Weng <[email protected]> Co-authored-by: Nikhil Dange <[email protected]> Co-authored-by: Nikhil Dange <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82dc43a - Browse repository at this point
Copy the full SHA 82dc43aView commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c87efd - Browse repository at this point
Copy the full SHA 4c87efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e461b2 - Browse repository at this point
Copy the full SHA 2e461b2View commit details -
Max/store multiple collection images (#387)
* migration * Schema and response classes and interfaces * validators and naming * Merch Collection Photo Repository * repository and models stuff * api request bug * renaming and bugfix * renaming and stuff * types * add/delete collection photo, edit collection fix service * naming and documentation * migration name fix * delete controller * renaming and shifting types for consistency * factory and start seed * bugfixes for postman test * tests * weird tests stuff * deletion logic change, cascade delete * sort fix * ling * naming and some position logic * merge stuff * seed data change * test change * remove automatically end of the list * lint stuff * build and lint fix * lint * more lint * fix migration
Configuration menu - View commit details
-
Copy full SHA for d5804ef - Browse repository at this point
Copy the full SHA d5804efView commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3c7bbc - Browse repository at this point
Copy the full SHA d3c7bbcView commit details -
Merge branch 'staging' of https://github.com/acmucsd/membership-portal …
…into staging merging from master
Configuration menu - View commit details
-
Copy full SHA for ec1f38c - Browse repository at this point
Copy the full SHA ec1f38cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a033bd1 - Browse repository at this point
Copy the full SHA a033bd1View commit details
Commits on Feb 1, 2024
-
Rate Limit API Calls - testing in staging (#393)
* how does this work * added basic rate limiting for all routes * rate limiter config change * testing /user with rate limit
Configuration menu - View commit details
-
Copy full SHA for 0b41130 - Browse repository at this point
Copy the full SHA 0b41130View commit details -
Rate Limit API Calls - testing in staging (#394)
* how does this work * added basic rate limiting for all routes * rate limiter config change * testing /user with rate limit * potentially get around proxies * cleaned up
Configuration menu - View commit details
-
Copy full SHA for 3e17317 - Browse repository at this point
Copy the full SHA 3e17317View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ab3761 - Browse repository at this point
Copy the full SHA 2ab3761View commit details
Commits on Feb 27, 2024
-
Merge branch 'master' of https://github.com/acmucsd/membership-portal …
…into staging merging from master
Configuration menu - View commit details
-
Copy full SHA for 44d366e - Browse repository at this point
Copy the full SHA 44d366eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff5a7a - Browse repository at this point
Copy the full SHA eff5a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1ad29 - Browse repository at this point
Copy the full SHA 2b1ad29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f02ba3 - Browse repository at this point
Copy the full SHA 0f02ba3View commit details
Commits on Mar 9, 2024
-
Merge branch 'master' of https://github.com/acmucsd/membership-portal …
…into staging merging from master
Configuration menu - View commit details
-
Copy full SHA for 78d03b2 - Browse repository at this point
Copy the full SHA 78d03b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17451c8 - Browse repository at this point
Copy the full SHA 17451c8View commit details
Commits on Mar 12, 2024
-
Merge branch 'staging' of https://github.com/acmucsd/membership-portal …
…into shravan/remove-lastLogin-column merging in from staging
Configuration menu - View commit details
-
Copy full SHA for d7c895c - Browse repository at this point
Copy the full SHA d7c895cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be1a0c - Browse repository at this point
Copy the full SHA 0be1a0cView commit details