Skip to content
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

Create release 1.0.0 #232

Merged
merged 55 commits into from
Nov 11, 2023
Merged

Create release 1.0.0 #232

merged 55 commits into from
Nov 11, 2023

Conversation

yhtMinceraft1010X
Copy link
Contributor

Official launch of CodeParty.

yhtMinceraft1010X and others added 30 commits October 25, 2023 00:35
Gateway does not detect the user id param in the path, causing
verification to fail and redirect to the frontend address.

Let's add a new header to store the current user id, which should be
the same as that of the param uid.
This reverts commit f575671. (+1 squashed commits)

Squashed commits:

[46a5c31] Revert "Remove backend config"

This reverts commit 036f2e1.
This reverts commit b919b3a, reversing
changes made to 6629bbe.
Docker Compose has largely been sidelined as a tool for developing the
app since a script that does not use Docker for starting up all the 
services at once has been created.

Let's repurpose Docker Compose to be a prod checker. The same images 
that are built for Google Kubernetes Engine will also be built for
Docker Compose so that we can have a good idea of whether the app
will still work in production after it has already been proven to work
in development.
TODO:
- Only admins can contribute, edit and delete questions
- Normal users should be able to only see the list of questions and
should not be able to access edit question page
- User profile management stuff??? (Not too familiar, pls help)
ong6 and others added 25 commits November 1, 2023 00:45
Fix #226, fix #123

-- Grey out submit on click to prevent quick clicking

-- Saves answer properly to attempt

-- Implement Leave Room button /disconnect for collaboration room
Changes:
- Add environment variables at places where `localhost` is hard-coded.
This is to support using Docker/Kubernetes addressing in the production
environment.
- Remove unused and commented out code
- Refine Markdown documentation
@yhtMinceraft1010X yhtMinceraft1010X merged commit 624dc02 into prod Nov 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants