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

Feedback #1

Open
wants to merge 235 commits into
base: feedback
Choose a base branch
from
Open

Feedback #1

wants to merge 235 commits into from

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    d9d92de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcad260 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. initial commit

    ngjiayuan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d02acb9 View commit details
    Browse the repository at this point in the history
  2. add navbar

    ngjiayuan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7586bc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. add question list

    KJunWei committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d78a9a9 View commit details
    Browse the repository at this point in the history
  2. homepage

    charltonator committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f833989 View commit details
    Browse the repository at this point in the history
  3. homepage

    charltonator committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c7c168c View commit details
    Browse the repository at this point in the history
  4. Add basic question form

    Fields implemented: Title, Complexity, Description, Constraints
    Fields missing: Examples, Categories
    szelongq committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f513645 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    613615e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18878e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e4d538 View commit details
    Browse the repository at this point in the history
  4. move home above titlebar

    charltonator committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7b311c8 View commit details
    Browse the repository at this point in the history
  5. add authentication feature

    ngjiayuan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    1cce8be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23e5768 View commit details
    Browse the repository at this point in the history
  7. remove imports

    ngjiayuan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    1def5e0 View commit details
    Browse the repository at this point in the history
  8. add github workflow

    ngjiayuan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    1cbcd20 View commit details
    Browse the repository at this point in the history
  9. fix build

    ngjiayuan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    5f2f2a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    13cc09f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    4f13395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac0e42d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    a82465b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Fix bugs

    wilburrito committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    10d7109 View commit details
    Browse the repository at this point in the history
  2. Pass checks

    wilburrito committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e9875a5 View commit details
    Browse the repository at this point in the history
  3. Fix infinite recursion

    wilburrito committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a6662fa View commit details
    Browse the repository at this point in the history
  4. Fix infinite recursion

    wilburrito committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    cf2237f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23 from CS3219-AY2324S1/pull-questions-from-fires…

    …tore
    
    Pull questions from firestore
    wilburrito authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    66437c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a55cb5b View commit details
    Browse the repository at this point in the history
  7. Fix styling for linter

    wilburrito committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b3942df View commit details
    Browse the repository at this point in the history
  8. Merge pull request #25 from CS3219-AY2324S1/landing-page

    Add landing page if not logged in or not signed up
    wilburrito authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0a40199 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3204190 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. add matching service button

    KJunWei committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    dd4e933 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 22-create-button-for-matching-service

    # Conflicts:
    #	src/pages/App.tsx
    KJunWei committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    bf5d2ae View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge pull request #26 from CS3219-AY2324S1/22-create-button-for-matc…

    …hing-service
    
    add matching service button
    KJunWei authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3e32a6a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    8467aed View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. dynamic routing

    charltonator committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    36e7047 View commit details
    Browse the repository at this point in the history
  2. dynamic routing and example creation

    make example interface, update question interface definition, implemented and tested dynamic routing for question by ID, update front end for ProblemSolver
    charltonator committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e81e9bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dc3466 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82c5de1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    359985c View commit details
    Browse the repository at this point in the history
  2. re enable es lint

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    56d73b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89ffa70 View commit details
    Browse the repository at this point in the history
  4. Update package.json

    charltonator authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0279b5c View commit details
    Browse the repository at this point in the history
  5. add profile page

    ngjiayuan committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c1e1f7a View commit details
    Browse the repository at this point in the history
  6. re install

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fe68241 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ccf9a7 View commit details
    Browse the repository at this point in the history
  8. re installl again

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8321cb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1eb7b8e View commit details
    Browse the repository at this point in the history
  10. fix eslint

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b78a803 View commit details
    Browse the repository at this point in the history
  11. eslinter

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6e4d7d9 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #33 from CS3219-AY2324S1/auth

    add profile page
    ngjiayuan authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c527f12 View commit details
    Browse the repository at this point in the history
  13. es lint

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c6a22f8 View commit details
    Browse the repository at this point in the history
  14. eslint

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    02044dc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ebb118 View commit details
    Browse the repository at this point in the history
  16. fix shit

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ec8f4ab View commit details
    Browse the repository at this point in the history
  17. fix

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    17ed498 View commit details
    Browse the repository at this point in the history
  18. for real this time

    charltonator committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    153ebba View commit details
    Browse the repository at this point in the history
  19. Merge pull request #31 from CS3219-AY2324S1/question-solving-page

    Question solving page, dynamic routing, code editor syntax highlighting
    charltonator authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e24b193 View commit details
    Browse the repository at this point in the history
  20. refactor backend

    ngjiayuan committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3f3453f View commit details
    Browse the repository at this point in the history
  21. refactored backend

    ngjiayuan committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    56700d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    075445c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8904c4b View commit details
    Browse the repository at this point in the history
  3. Add addQuestionTab

    Add addQuestionTab for displaying addQuestionForm
    Add Question class
    szelongq committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    eb2a7cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93575e8 View commit details
    Browse the repository at this point in the history
  5. Add EditQuestionsTab

    Add EditQuestionsTab for editing or deleting questions
    szelongq committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ae318fc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    3789d82 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    6e02723 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    80ca034 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    62f5cd9 View commit details
    Browse the repository at this point in the history
  2. Matching service

    wilburrito committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    77062de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2031d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80e27f2 View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    charltonator committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    23ef804 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    718cdd6 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    charltonator committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    136fb1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    844fcb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1e7803 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    564229e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57643cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2a09ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b5b017 View commit details
    Browse the repository at this point in the history
  5. Fix socket on frontend

    wilburrito committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1f0fed4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #48 from CS3219-AY2324S1/refactor-question

    Major refactor for containerisation
    wilburrito authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e56c0b9 View commit details
    Browse the repository at this point in the history
  7. Adjust UI visibility based on log in

    Redirect user to homepage if already authenticated
    szelongq committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    90d42e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f2e03b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6166232 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a4f413 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61b9678 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Merge pull request #49 from CS3219-AY2324S1/adjust-login-visible-ui

    Adjust UI visibility based on log in
    szelongq authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    77ee49a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb804f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d565a4b View commit details
    Browse the repository at this point in the history
  4. Add pages for view or manage questions

    Add guard for admin role
    szelongq committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    10f7be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eed18c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31ae571 View commit details
    Browse the repository at this point in the history
  7. Add API Gateway Service

    wilburrito committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3d6a9ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12aef0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    586f006 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    cf3e643 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    4ebffb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    547663f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #56 from CS3219-AY2324S1/api-gateway-service-and-d…

    …ockerize
    
    Api gateway service and dockerize
    wilburrito authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d68ba36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45f668a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    9a4419c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ae165 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    3ece618 View commit details
    Browse the repository at this point in the history
  2. fix collab

    charltonator committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    97af3e6 View commit details
    Browse the repository at this point in the history
  3. add page to create admin user

    KJunWei committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1383951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522af84 View commit details
    Browse the repository at this point in the history
  5. Add dynamic constraints/examples to QuestionForm

    Add dynamic number of constraints and examples to QuestionForm
    szelongq committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    af54f15 View commit details
    Browse the repository at this point in the history
  6. Add update question API in QuestionService

    Link frontend form for updating question to QuestionService
    szelongq committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0e40193 View commit details
    Browse the repository at this point in the history
  7. Edit header titles for question pages

    Remove unused imports
    szelongq committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bbd9022 View commit details
    Browse the repository at this point in the history
  8. Change reference to question id

    Change reference from question title to question id
    szelongq committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e708b89 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Merge pull request #57 from CS3219-AY2324S1/53-create-delete-button-f…

    …or-user-to-delete-account
    
    add delete function for userservice, remove account for authservice
    KJunWei authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    61499b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from CS3219-AY2324S1/add-question-form

    Add question form
    szelongq authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3ced66d View commit details
    Browse the repository at this point in the history
  3. add admin table

    KJunWei committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    35cff02 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #67 from CS3219-AY2324S1/collabService

    Collab service and chat service
    charltonator authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f39b522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    066a5c2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #68 from CS3219-AY2324S1/62-add-functionality-for-…

    …maintainer
    
    62 add functionality for maintainer
    KJunWei authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    a863a63 View commit details
    Browse the repository at this point in the history
  7. Fix merge conflict

    szelongq committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    1e9ac22 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    2b5a082 View commit details
    Browse the repository at this point in the history
  2. Remove some other columns

    wilburrito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    be8c8d4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #69 from CS3219-AY2324S1/remove-question-desc

    Remove decscription from Question Table
    wilburrito authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    88dcc9e View commit details
    Browse the repository at this point in the history
  4. Add new dropdown table

    wilburrito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a905e6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b09c008 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    e4a6b1a View commit details
    Browse the repository at this point in the history
  2. Fix matching form

    wilburrito committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7ce5f73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    295f58c View commit details
    Browse the repository at this point in the history
  4. remove firebase in FE

    ngjiayuan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4824422 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75 from CS3219-AY2324S1/charltonNew

    implement matching backend and clickable question table
    charltonator authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fa72ea0 View commit details
    Browse the repository at this point in the history
  6. add gh workflow for FE

    ngjiayuan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f11e916 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80460b0 View commit details
    Browse the repository at this point in the history
  8. fix wrong folder

    ngjiayuan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    12272db View commit details
    Browse the repository at this point in the history
  9. fix workflow

    ngjiayuan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3710f87 View commit details
    Browse the repository at this point in the history
  10. fix workflow

    ngjiayuan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    075d396 View commit details
    Browse the repository at this point in the history
  11. add dep to dep array

    ngjiayuan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    db60db5 View commit details
    Browse the repository at this point in the history
  12. fix eslint

    ngjiayuan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    71e81ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b4f9609 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef201e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eed61ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b77c741 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b57594a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix docker

    ngjiayuan committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    943e421 View commit details
    Browse the repository at this point in the history
  2. Update kubernetes manifests

    Direct docker-compose image builds to personal docker repo
    szelongq committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    876ed61 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    1301cf1 View commit details
    Browse the repository at this point in the history
  2. Remove start_services.sh

    wilburrito committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7e7dc5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from CS3219-AY2324S1/add-timeout-matching-service

    Add timeout matching service
    wilburrito authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a3763a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    c8b51f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b08262 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Rename maintainer role to master

    Rename AdminAuthGuard to AdminGuard
    szelongq committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    78b86c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    050ff29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f84d76 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #82 from CS3219-AY2324S1/fix-questions-table

    Fix managing questions table and fix questions table for normal users
    szelongq authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    442647c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    5566184 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from CS3219-AY2324S1/question_form_update_char…

    …lton
    
    add checks for fields and check for duplicate for question form
    charltonator authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6c48897 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. add hpa.yaml

    KJunWei committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    23ba7d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896cddb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a09176d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe13740 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix pagination

    KJunWei committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f873589 View commit details
    Browse the repository at this point in the history
  2. add normal users table

    KJunWei committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f759fe5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. add placeholder

    KJunWei committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c539fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b14c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34deb6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37d6d04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c90d3fa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #87 from CS3219-AY2324S1/86-page-issue

    fix pagination
    szelongq authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2b84914 View commit details
    Browse the repository at this point in the history
  7. fix newline bug

    KJunWei committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2d2b67b View commit details
    Browse the repository at this point in the history
  8. backend auth

    ngjiayuan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    34127b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5f5250 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix lint

    ngjiayuan committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b4374bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5014312 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from CS3219-AY2324S1/newestCharlton

    modal for question table and auto refresh when edit question
    charltonator authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cad5ba5 View commit details
    Browse the repository at this point in the history
  4. Add timer

    wilburrito committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bd61053 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7111e13 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    8145fc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from CS3219-AY2324S1/90-add-placeholder-to-fil…

    …tering-of-questions
    
    add placeholder
    szelongq authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    25f6e2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81 from CS3219-AY2324S1/fix-admin-privileges

    Rename maintainer to master and fix admin privileges
    szelongq authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f931a5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3ad357 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    286444d View commit details
    Browse the repository at this point in the history
  6. Fix comments in Dockerfiles

    szelongq committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d91d7d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49e0c89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a3a2b3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #102 from CS3219-AY2324S1/fixforSPA

    reAdd question Tab for SPA
    charltonator authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    121c019 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    09b44ba View commit details
    Browse the repository at this point in the history
  11. Merge pull request #103 from CS3219-AY2324S1/fixforSPA

    remove question tab on app
    charltonator authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2065ec3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    509911f View commit details
    Browse the repository at this point in the history
  13. fix lint

    ngjiayuan committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cbd609d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9eb74d5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5f6f31 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Switch back to node:14

    Later versions of node does not handle SIGINT termination signals from docker
    szelongq committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    bf953ab View commit details
    Browse the repository at this point in the history
  2. Remove non-assignment 4 code

    szelongq committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    44f2724 View commit details
    Browse the repository at this point in the history
  3. Update token in profile

    Add logs in question service
    szelongq committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f2fdcea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd80e8c View commit details
    Browse the repository at this point in the history
  5. Revert "Remove non-assignment 4 code"

    This reverts commit 44f2724.
    szelongq committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ebf1248 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #101 from CS3219-AY2324S1/clean-up-docker-files

    Clean up docker files
    szelongq authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3801480 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    60bacb6 View commit details
    Browse the repository at this point in the history
  2. fix eslint

    KJunWei committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f665cf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    8a603dd View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    KJunWei committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b69031b View commit details
    Browse the repository at this point in the history
  3. edit eslint

    KJunWei committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    334ab18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bdf54a View commit details
    Browse the repository at this point in the history
  5. Update docker-compose.yml

    szelongq committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e515301 View commit details
    Browse the repository at this point in the history
  6. Update docker-compose.yml

    szelongq committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    598c8ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c327a0a View commit details
    Browse the repository at this point in the history
  8. Update HPA files

    szelongq committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    072b3a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03b03a4 View commit details
    Browse the repository at this point in the history
  10. Create a separate docker-compose for deployment

    Update README.md
    szelongq committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7e6d713 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #89 from CS3219-AY2324S1/88-allow-master-to-view-n…

    …ormal-users
    
    add normal users table
    szelongq authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5dd8cea View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge pull request #104 from CS3219-AY2324S1/edit-auth

    ensure auth.currentUser is being maintained
    szelongq authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    525d4ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201c213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14fd0e0 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    szelongq committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e3f6e22 View commit details
    Browse the repository at this point in the history
  5. Remove unused imports

    szelongq committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    893db09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dffd5b6 View commit details
    Browse the repository at this point in the history
  7. Add html sanitization

    szelongq committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5187a08 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #107 from CS3219-AY2324S1/add-html-parsing

    Add html parsing
    szelongq authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    482570c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #105 from CS3219-AY2324S1/k8s-setup

    Add deployment to GKE cluster
    szelongq authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    98d777f View commit details
    Browse the repository at this point in the history
  10. Update Typography to use span instead of p

    For holding parsed HTML elements
    szelongq committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8b0c8ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aec7c75 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #108 from CS3219-AY2324S1/add-html-sanitization

    Add html sanitization
    szelongq authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bbf9036 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ae0019 View commit details
    Browse the repository at this point in the history
  14. Update utils.tsx

    charltonator committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0e9b69c View commit details
    Browse the repository at this point in the history
  15. Update QuestionForm.tsx

    charltonator committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9a027cf View commit details
    Browse the repository at this point in the history
  16. Update QuestionForm.tsx

    charltonator committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9d55d18 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cdf3599 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7528c53 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #112 from CS3219-AY2324S1/parseWithoutExamples

    Parse without examples
    charltonator authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0051f3a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update README.md

    wilburrito authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    963ade0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a768db View commit details
    Browse the repository at this point in the history
  3. Update README.md

    szelongq committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    cf45fbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #114 from CS3219-AY2324S1/update-readme-with-deplo…

    …yment
    
    Update README.md
    szelongq authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c8f7c63 View commit details
    Browse the repository at this point in the history
  5. Update homepage

    szelongq committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    96248a8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #115 from CS3219-AY2324S1/update-homepage

    Update homepage
    szelongq authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    85cfa39 View commit details
    Browse the repository at this point in the history
  7. Fix eslint

    szelongq committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    eb0262d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b57ab2e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. add deadline

    github-classroom[bot] authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    56eeda5 View commit details
    Browse the repository at this point in the history