Releases: map-of-pi/map-of-pi-backend-react
Releases · map-of-pi/map-of-pi-backend-react
Initial Release
What's Changed
- Chore : Database design by @soleil00 in #1
- Resume backend codebase initialization. by @swoocn in #2
- Resume backend codebase initialization; attempt to trigger merge workflow. by @swoocn in #3
- Resume backend codebase initialization; troubleshoot merge workflow not being triggered. by @swoocn in #4
- Resume backend codebase initialization; troubleshoot merge workflow not being triggered (2). by @swoocn in #5
- Resume backend codebase initialization; troubleshoot merge workflow not being triggered. by @swoocn in #6
- Resume backend codebase initialization; attempt to resolve merge workflow 'error: pathspec 'main' did not match any file(s) known to git'. by @swoocn in #8
- Add merge workflow w/ --allow-unrelated-histories flag in an attempt to fix 'fatal: refusing to merge unrelated histories'. by @swoocn in #9
- Attempt to resolve merge conflict due to merge CI workflow. by @swoocn in #10
- Mod merge workflow to auto-generate PR instead. by @swoocn in #11
- Automated PR to merge dev to main by @github-actions in #12
- reviewFeedback and userSettings controllers, middlewares and routers created by @adisa39 in #13
- Automated PR to merge dev to main by @github-actions in #15
- Initialize backend for shared server hosting. by @swoocn in #16
- Automated PR to merge dev to main by @github-actions in #17
- Initialize backend for shared server hosting (2). by @swoocn in #18
- Automated PR to merge dev to main by @github-actions in #19
- Introduce Vercel configuration file. by @swoocn in #20
- Automated PR to merge dev to main by @github-actions in #21
- Introduce Vercel configuration file [REVISITED]. by @swoocn in #22
- Manual PR to propagate dev to main. by @swoocn in #23
- Vercel backend hosting troubleshoot attempt (1). by @swoocn in #24
- Automated PR to merge dev to main by @github-actions in #25
- Vercel backend hosting troubleshoot attempt (2). by @swoocn in #26
- Automated PR to merge dev to main by @github-actions in #27
- Update vercel.json by @omotoshoayomikun in #28
- Automated PR to merge dev to main by @github-actions in #29
- Vercel backend hosting troubleshoot attempt (3). by @swoocn in #30
- Automated PR to merge dev to main by @github-actions in #31
- Vercel backend hosting troubleshoot attempt (3); multer issue; WIP. by @swoocn in #32
- Automated PR to merge dev to main by @github-actions in #33
- Vercel backend hosting troubleshoot attempt (4); Swagger doc issue; WIP. by @swoocn in #34
- Automated PR to merge dev to main by @github-actions in #35
- Vercel backend hosting troubleshoot attempt (5); Swagger UI doc issue; WIP. by @swoocn in #36
- Automated PR to merge dev to main by @github-actions in #37
- Vercel backend hosting troubleshoot attempt (6); Swagger UI doc issue; WIP. by @swoocn in #38
- Automated PR to merge dev to main by @github-actions in #39
- Update user auth changes; WIP. by @swoocn in #40
- Automated PR to merge dev to main by @github-actions in #41
- Add debug capability for backend. by @swoocn in #42
- Automated PR to merge dev to main by @github-actions in #43
- Built User Preferences API endpoints + Swagger documentation. by @swoocn in #44
- Automated PR to merge dev to main by @github-actions in #46
- Managing the user authentication. by @omotoshoayomikun in #45
- Automated PR to merge dev to main by @github-actions in #47
- Built Review Feedback API endpoints + Swagger documentation. by @swoocn in #48
- Automated PR to merge dev to main by @github-actions in #49
- Attempt to fix Swagger doc render in Vercel. by @swoocn in #51
- Automated PR to merge dev to main by @github-actions in #52
- Attempt to fix Swagger doc render in Vercel (2). by @swoocn in #53
- Attempt to fix Swagger doc render in Vercel (2). by @swoocn in #54
- Attempt to fix Swagger doc render in Vercel (3). by @swoocn in #56
- Attempt to fix Swagger doc render in Vercel (4). by @swoocn in #59
- Attempt to fix Swagger doc render in Vercel (5). by @swoocn in #61
- Attempt to fix Swagger doc render in Vercel (6). by @swoocn in #63
- Attempt to fix Swagger doc render in Vercel (7). by @swoocn in #65
- Attempt to fix Swagger doc render in Vercel (8) & Resolve build failure. by @swoocn in #66
- Attempt to fix Swagger doc render in Vercel (9). by @swoocn in #68
- Bump undici and @vercel/node by @dependabot in #57
- Restructure Swagger API doc artifacts in an attempt to resolve Swagger UI rendering issue in Vercel. by @swoocn in #71
- Restructure Swagger API doc artifacts in an attempt to resolve Swagger UI rendering issue in Vercel. by @swoocn in #73
- Feat/geo query for sellers by @DarinHajou in #50
- Feat/add log statements by @DarinHajou in #75
- Attempt to fix Swagger doc auth in Vercel. by @swoocn in #78
- Misc adjustments + cleanup based on local testing; WIP. by @swoocn in #80
- Attempt to resolve Swagger UI CSS rendering in Vercel. by @swoocn in #82
- Remove 'optional' in an attempt to fix Vercel issue. by @swoocn in #84
- Update documentation. by @swoocn in #86
- Review-feedback logics modified by @adisa39 in #88
- Integrate cookies in the backend by @omotoshoayomikun in #92
- Ft/schema update by @adisa39 in #91
- user authentication update by @adisa39 in #90
- updated addReviewFeedback.service to resolve reply to review page loa… by @adisa39 in #96
- Attempt to resolve CORS error; misc adjustments. by @swoocn in #100
- Feat/new schema handling by @DarinHajou in #105
- Ft/seller reg by @adisa39 in #104
- created isPioneerFound middleware by @adisa39 in #110
- Feat/integrate map center backend by @d...