Releases: swamphacks/core
api/v0.2.0
What's Changed
- improvement: update template jira link by @h1divp in #47
- TECH-86: Display swagger/openAPI reference to the reference page in docs by @h1divp in #48
- feat: added event card button component by @hieunguyent12 in #49
- TECH-125: Create Application Schema by @hugoliu-code in #36
- TECH-107: Add mailing list by @hugoliu-code in #40
- Update swagger to reflect event interest fields by @AlexanderWangY in #50
- Navlink component and some page scaffolding by @AlexanderWangY in #51
- [TECH 113] Navbar + Appshell beta by @AlexanderWangY in #52
- feat: admin and event page setup by @AlexanderWangY in #53
- Granulate CI/CD and only run on necessary files by @AlexanderWangY in #54
- Dockerfile and workflow for API image build and push to GHCR by @AlexanderWangY in #55
- Fix/discord pfp by @AlexanderWangY in #56
- fix: allow go sum for build by @AlexanderWangY in #57
- Stanley/basic bot structure by @AlexanderWangY in #59
- feat: added event card by @hieunguyent12 in #58
- feat: swamphacks infra files by @AlexanderWangY in #61
- fix: add more build images by @AlexanderWangY in #62
- Fix/multi platform build by @AlexanderWangY in #63
- feat: new deployment for prod server by @AlexanderWangY in #64
- feat: dev API deployment by @AlexanderWangY in #65
- Feat/dev deployment api by @AlexanderWangY in #66
- feat: deploy prod server api by @AlexanderWangY in #67
- Merge and fastforward timeline by @AlexanderWangY in #68
- Admin dashboard links by @AlexanderWangY in #69
- TECH-123: Create sql query to fetch event, user, and application information by @h1divp in #46
- Revert "TECH-123: Create sql query to fetch event, user, and application information" by @h1divp in #70
- Speedup git history and merge master to dev by @AlexanderWangY in #71
- Some dashboard links and more by @AlexanderWangY in #72
- Create sql query to fetch event, user, and application information by @h1divp in #73
- fastforward git history and changes by @AlexanderWangY in #74
- feat: added hacker application form by @hieunguyent12 in #60
- feat: email worker and asnyq with the asynqmon web ui by @AlexanderWangY in #77
- fix: fix dockerfile and deployment by @AlexanderWangY in #79
- Fix/email worker build by @AlexanderWangY in #80
- Fix/email worker build by @AlexanderWangY in #81
- fix redis url by @AlexanderWangY in #82
- Fix/asynq redis connection by @AlexanderWangY in #83
- Fix/asynq redis connection by @AlexanderWangY in #84
- Release v0.2.0 by @AlexanderWangY in #85
- Add Redis servers to infrastructure by @h1divp in #86
- feat: 404 page by @AlexanderWangY in #87
- feat: added privacy and terms pages by @AlexanderWangY in #88
- Fix oauth cookie
secureto false in development by @hieunguyent12 in #90 - Create event endpoint and service for core dashboard by @h1divp in #75
- feat: added json form builder by @hieunguyent12 in #76
- Favicons and page title by @AlexanderWangY in #91
- TECH-150: Starter for event screen by @hugoliu-code in #78
- Event cards API Integration by @AlexanderWangY in #94
- Hotfix, renamed comments by @AlexanderWangY in #96
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 in /apps/api by @dependabot[bot] in #92
- Dynamic Appshells by @hugoliu-code in #99
- fix: updated allowed origins to fix cors issue by @h1divp in #100
- Hotfix: add env configuration for allowed hosts and origins by @h1divp in #101
- Release v0.3.0 by @h1divp in #102
- Fix: updated error message by @h1divp in #103
- Release 3.0.1 (hotfix) by @h1divp in #104
- feat: rate limiting email interest submissions by @AlexanderWangY in #107
Full Changelog: api/v0.1.0...api/v0.2.0
web/v0.1.0
Release Notes
This is our first development release! Just a very small one mostly focused on setting the project up and the new authentication!
What's Changed
Setup frontend structure and libraries by @hieunguyent12 in #5
build: development dockerfile for web by @AlexanderWangY in #7
chore: added precommit hook to web on commit by @AlexanderWangY in #8
feat: add storybook and fix docker bug by @AlexanderWangY in #11
ci: add react component test worflow using vitest by @AlexanderWangY in #12
chore: update README with doc website URL by @AlexanderWangY in #13
feat: Added frontend OAuth & login page, documentation and imported Figma designs by @hieunguyent12 in #21
fix: refactored auth library code by @AlexanderWangY in #23
Fix/oauth tweaks by @AlexanderWangY in #24
feat: added useUser hook, not tested, hieu your turn! by @AlexanderWangY in #26
fix: simplified .env files by @h1divp in #27
chore:updated docs and env example files by @h1divp in #28 (partially frontend env but mostly docs)
fix: updated OAuth library code by @hieunguyent12 in #32
fix: fixed theme transition being applied incorrectly (TECH-132) by @hieunguyent12 in #38
feat: added generic badge component, event badge component, and icon wrapper by @hieunguyent12 in #39
fix: removed mounting empty node_modules in docker compose file by @AlexanderWangY in #41
feat: added openapi-typescript for type gen by @AlexanderWangY in #42
feat: new pr template by @AlexanderWangY in #43
New Contributors
- @AlexanderWangY made their first contribution in #1
- @h1divp made their first contribution in #3
- @SobaSkee made their first contribution in #2
- @hieunguyent12 made their first contribution in #5
- @dependabot made their first contribution in #25
Full Changelog: https://github.com/swamphacks/core/commits/web/v0.1.0
api/v0.1.0
What's Changed
build: add Docker compose and file for API development by @AlexanderWangY in #4
chore: add dependencies, configure db, migrations, and sqlc by @AlexanderWangY in #15
Added new documentation for installation and api yaml by @AlexanderWangY in #16
feat: add openapi swaggo generation to api by @AlexanderWangY in #17
fix: change docker compose to fit builds by @AlexanderWangY in #18
feature: API oauth callback for discord by @AlexanderWangY in #19
feat: event schema by @AlexanderWangY in #29
docs: update swagger docs to reflect current endpoints by @AlexanderWangY in #31
fix: add go mod download by @AlexanderWangY in #33
build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 in /apps/api by @dependabot in #34
TECH-104: fixed role check bug by @hugoliu-code in #35
feat: added openapi-typescript for type gen by @AlexanderWangY in #42
ref: change openapi yaml from swagger.yaml to core-api.yaml by @AlexanderWangY in #44
release: add versioning and random yaml file?? by @AlexanderWangY in #45
New Contributors
- @AlexanderWangY made their first contribution in #1
- @h1divp made their first contribution in #3
- @hieunguyent12 made their first contribution in #5
Full Changelog: https://github.com/swamphacks/core/commits/api/v0.1.0