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

Added Authentication and User creation #41

Merged
merged 150 commits into from
Oct 28, 2023
Merged

Commits on Oct 5, 2023

  1. Added Authentication and User creation

    - Added google auth and credential auth options
    - Added User model and Video model
    - Added configs to have cleaner imports
    ketphan02 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    36d686f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. - Added login page that only supports Google login and has minimal st…

    …yling
    
    - Added new modal Account to support login with Google
    ketphan02 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0ddff10 View commit details
    Browse the repository at this point in the history
  2. Remove foo

    ketphan02 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fe97aa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    055ec5b View commit details
    Browse the repository at this point in the history
  4. Merge branch with latest master branch

    ketphan02 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8a384d3 View commit details
    Browse the repository at this point in the history
  5. Run lint for every changed files

    ketphan02 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fe55998 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into 38-create-user-model

    ketphan02 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c5a4f29 View commit details
    Browse the repository at this point in the history
  7. Clarify and update README

    ketphan02 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    880e642 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1acbc4a View commit details
    Browse the repository at this point in the history
  9. Clarify readme for db migration

    ketphan02 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c4078b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. - Resolve conflict and catch up with main

    ketphan02 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f75ec40 View commit details
    Browse the repository at this point in the history
  2. Resolve comments

    ketphan02 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    60f4c8b View commit details
    Browse the repository at this point in the history
  3. Run lint

    ketphan02 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c0163f3 View commit details
    Browse the repository at this point in the history
  4. Merge Cypress set up

    ketphan02 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    94a7d7a View commit details
    Browse the repository at this point in the history
  5. Run lint

    ketphan02 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b619ec5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge main

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    57250fa View commit details
    Browse the repository at this point in the history
  2. Make husky executable

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ae1899a View commit details
    Browse the repository at this point in the history
  3. Download dependecies

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5531447 View commit details
    Browse the repository at this point in the history
  4. Add cross-env to manage environments

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fcf62a7 View commit details
    Browse the repository at this point in the history
  5. Use dotenv-cli instead of cross-env

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ef561e8 View commit details
    Browse the repository at this point in the history
  6. E2E test for login by google

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1e600e7 View commit details
    Browse the repository at this point in the history
  7. Remove auth API test since using third party

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a55d63e View commit details
    Browse the repository at this point in the history
  8. Self evaluation

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ca6c7f9 View commit details
    Browse the repository at this point in the history
  9. Modify to eliminate cookies issue

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b24b29d View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Co-authored-by: Seth Akins <[email protected]>
    ketphan02 and Hedgemon4 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7e5fe43 View commit details
    Browse the repository at this point in the history
  11. Update actions

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c15ccf7 View commit details
    Browse the repository at this point in the history
  12. Merge branch '38-create-user-model' of github.com:COSC-499-W2023/year…

    …-long-project-team-3 into 38-create-user-model
    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    391320d View commit details
    Browse the repository at this point in the history
  13. Add debug flag to check failure

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c792a1c View commit details
    Browse the repository at this point in the history
  14. try using records

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a154408 View commit details
    Browse the repository at this point in the history
  15. Update the environment path

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b10d626 View commit details
    Browse the repository at this point in the history
  16. Add project id for e2e

    ketphan02 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    418cc4c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Add github token

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d3e44c1 View commit details
    Browse the repository at this point in the history
  2. Add github token

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4f24903 View commit details
    Browse the repository at this point in the history
  3. Build and start with .env.test.local

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    67654a2 View commit details
    Browse the repository at this point in the history
  4. Use .env instead of .env.test.local

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    106e6fe View commit details
    Browse the repository at this point in the history
  5. remove debuging

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1b98087 View commit details
    Browse the repository at this point in the history
  6. Add longer wait period

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c559fe2 View commit details
    Browse the repository at this point in the history
  7. Configs so the test will run

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    20c3422 View commit details
    Browse the repository at this point in the history
  8. Remove clearDB since no db

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6e52022 View commit details
    Browse the repository at this point in the history
  9. No need dotenv load

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1d934ce View commit details
    Browse the repository at this point in the history
  10. Actually, we need it

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f8e00b0 View commit details
    Browse the repository at this point in the history
  11. Modify wait time

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ff1cd9d View commit details
    Browse the repository at this point in the history
  12. Modify wait time

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f9284fc View commit details
    Browse the repository at this point in the history
  13. Add more time to wait

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3741593 View commit details
    Browse the repository at this point in the history
  14. Check for location

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0e3f8c3 View commit details
    Browse the repository at this point in the history
  15. Check locations

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9ac7143 View commit details
    Browse the repository at this point in the history
  16. Dont let it run too long

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e52919d View commit details
    Browse the repository at this point in the history
  17. Remove debuging, make fail quicker

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3117ea2 View commit details
    Browse the repository at this point in the history
  18. Better pipeline

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1a037d3 View commit details
    Browse the repository at this point in the history
  19. Better pipeline

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1a75b03 View commit details
    Browse the repository at this point in the history
  20. Better pipeline

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2fdaa7e View commit details
    Browse the repository at this point in the history
  21. Better pipeline

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    966dfb8 View commit details
    Browse the repository at this point in the history
  22. Sacve logs

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    48ca4c4 View commit details
    Browse the repository at this point in the history
  23. Save logs

    ketphan02 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    35010f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Get logs

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cd2ff93 View commit details
    Browse the repository at this point in the history
  2. Get logs

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7db4165 View commit details
    Browse the repository at this point in the history
  3. Get logs

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    39110bc View commit details
    Browse the repository at this point in the history
  4. Make process in background

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ae5cd5d View commit details
    Browse the repository at this point in the history
  5. Add logger and use it to see what went wrong

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    62c8591 View commit details
    Browse the repository at this point in the history
  6. Remove logger prettifier

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9f9fd5c View commit details
    Browse the repository at this point in the history
  7. Remove logger prettifier

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7d03e02 View commit details
    Browse the repository at this point in the history
  8. Collect only if fail

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6dfd1df View commit details
    Browse the repository at this point in the history
  9. Enable debug for nextauth

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b60f875 View commit details
    Browse the repository at this point in the history
  10. Search for error

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    11c279f View commit details
    Browse the repository at this point in the history
  11. Problem 1: Wait time not enough

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    dfe4c83 View commit details
    Browse the repository at this point in the history
  12. REmove env file

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0d32d95 View commit details
    Browse the repository at this point in the history
  13. REmove env file

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b38f8d8 View commit details
    Browse the repository at this point in the history
  14. Matrix update

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b8789e4 View commit details
    Browse the repository at this point in the history
  15. Remove matrix and update new credentials

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0eb31be View commit details
    Browse the repository at this point in the history
  16. Use electron since google flagged chrome

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7585763 View commit details
    Browse the repository at this point in the history
  17. Change to Edge

    ketphan02 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    36b5e55 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Change back to Chrome and update useragent

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    0e39d3e View commit details
    Browse the repository at this point in the history
  2. Use electron

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3ea4a2d View commit details
    Browse the repository at this point in the history
  3. Wrong use of group

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    454c7d8 View commit details
    Browse the repository at this point in the history
  4. Run local db

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    780e2e9 View commit details
    Browse the repository at this point in the history
  5. Local db does not work

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    af67ae2 View commit details
    Browse the repository at this point in the history
  6. Add .env for prod

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3b97300 View commit details
    Browse the repository at this point in the history
  7. Add clear db to test if the db is connected

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    6d45e9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    631aca5 View commit details
    Browse the repository at this point in the history
  9. Run on my machine

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1169e13 View commit details
    Browse the repository at this point in the history
  10. Skip test auth since google is flagging

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d12c7dd View commit details
    Browse the repository at this point in the history
  11. Removing skip

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    21a5c1f View commit details
    Browse the repository at this point in the history
  12. Put skip again

    ketphan02 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    fa2e2cd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Try running of deployment

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    c1bd280 View commit details
    Browse the repository at this point in the history
  2. Preview deployment set up

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    0d3404b View commit details
    Browse the repository at this point in the history
  3. Update env

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    1ed76bd View commit details
    Browse the repository at this point in the history
  4. Resolve prisma issue

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    6f6c423 View commit details
    Browse the repository at this point in the history
  5. Push .env to deployment

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    c87214d View commit details
    Browse the repository at this point in the history
  6. Saving deployment URL as artifact

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    1ae82e4 View commit details
    Browse the repository at this point in the history
  7. Token

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    96909d2 View commit details
    Browse the repository at this point in the history
  8. Use project id

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    2da6032 View commit details
    Browse the repository at this point in the history
  9. Specify org_id

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3d74734 View commit details
    Browse the repository at this point in the history
  10. No need to save url

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    9091830 View commit details
    Browse the repository at this point in the history
  11. No environment needed

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    408ba3b View commit details
    Browse the repository at this point in the history
  12. Not gonna work but worth a try:

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    1a0c7ab View commit details
    Browse the repository at this point in the history
  13. Merge main

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    1ab3176 View commit details
    Browse the repository at this point in the history
  14. Add alias

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    a0c9330 View commit details
    Browse the repository at this point in the history
  15. This might work?

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    be8aa19 View commit details
    Browse the repository at this point in the history
  16. This will work

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    33c95fb View commit details
    Browse the repository at this point in the history
  17. Tests should run after deployment

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    658dca8 View commit details
    Browse the repository at this point in the history
  18. Tests should run after deployment

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3dab4b7 View commit details
    Browse the repository at this point in the history
  19. Allow installing dependencies

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3702590 View commit details
    Browse the repository at this point in the history
  20. Remove CYPRESS_BASE_URL env

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    9e90cd1 View commit details
    Browse the repository at this point in the history
  21. Change to Chrome

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    9c5d3fc View commit details
    Browse the repository at this point in the history
  22. Not skipping google login

    ketphan02 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    90490e1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    750811b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Remove node_modules in docker-compose

    ketphan02 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f818e09 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Finished testing with cypress

    ketphan02 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4c260da View commit details
    Browse the repository at this point in the history
  2. Clean up cypress

    ketphan02 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fb4a5a1 View commit details
    Browse the repository at this point in the history
  3. Ignore docs and README when running tests

    ketphan02 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1446366 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae9afde View commit details
    Browse the repository at this point in the history
  5. Resolve merge conflicts

    ketphan02 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    60d9f35 View commit details
    Browse the repository at this point in the history
  6. Merge branch '38-create-user-model' of github.com:COSC-499-W2023/year…

    …-long-project-team-3 into 38-create-user-model
    ketphan02 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fbdf31c View commit details
    Browse the repository at this point in the history
  7. No logs needed for now

    ketphan02 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    580de05 View commit details
    Browse the repository at this point in the history
  8. Disable debug

    ketphan02 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d9e0c56 View commit details
    Browse the repository at this point in the history
  9. Clean up

    ketphan02 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f266caa View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Add .env guard

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    54f152d View commit details
    Browse the repository at this point in the history
  2. Add .env guard

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2290928 View commit details
    Browse the repository at this point in the history
  3. Update docker to run dev

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    45a4045 View commit details
    Browse the repository at this point in the history
  4. Make docker runs and update documentation

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    cadee73 View commit details
    Browse the repository at this point in the history
  5. Update command with correct param

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    415acaa View commit details
    Browse the repository at this point in the history
  6. Update command with correct param

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    65bbc6a View commit details
    Browse the repository at this point in the history
  7. Correcting the docs

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6e598d1 View commit details
    Browse the repository at this point in the history
  8. Update docs

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f7e3d3b View commit details
    Browse the repository at this point in the history
  9. update environment variables for test

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b486eb5 View commit details
    Browse the repository at this point in the history
  10. Update workflow

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    291a5bc View commit details
    Browse the repository at this point in the history
  11. Update workflow

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    63aae88 View commit details
    Browse the repository at this point in the history
  12. Merge branch '38-create-user-model' of github.com:COSC-499-W2023/year…

    …-long-project-team-3 into 38-create-user-model
    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ba2fa94 View commit details
    Browse the repository at this point in the history
  13. No NODE_ENV

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e4e21c3 View commit details
    Browse the repository at this point in the history
  14. Modify workflow

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    71257da View commit details
    Browse the repository at this point in the history
  15. Alias for cypressProjectId

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2a9e86c View commit details
    Browse the repository at this point in the history
  16. Modify workflow

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    019f668 View commit details
    Browse the repository at this point in the history
  17. Modify workflow

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    28b6021 View commit details
    Browse the repository at this point in the history
  18. Modify workflow

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b2a74f7 View commit details
    Browse the repository at this point in the history
  19. Modify workflow

    ketphan02 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7fbd5b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Update prisma/schema.prisma

    Co-authored-by: Justin Schoenit <[email protected]>
    ketphan02 and justino599 authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7831436 View commit details
    Browse the repository at this point in the history
  2. Update prisma/migrations/migration_lock.toml

    Co-authored-by: Teresa <[email protected]>
    ketphan02 and te-sa authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8549b95 View commit details
    Browse the repository at this point in the history
  3. Update .dockerignore

    ketphan02 authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    56569c0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into 38-create-user-model

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e364bbf View commit details
    Browse the repository at this point in the history
  5. Run lint

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    908a222 View commit details
    Browse the repository at this point in the history
  6. Resolve conflicts

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    2873c2b View commit details
    Browse the repository at this point in the history
  7. Revert unwanted lint

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    bafe7f8 View commit details
    Browse the repository at this point in the history
  8. Revert unwanted lint

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    310f230 View commit details
    Browse the repository at this point in the history
  9. Revert unwanted lint

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    0245f43 View commit details
    Browse the repository at this point in the history
  10. Revert unwanted lint

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    909d098 View commit details
    Browse the repository at this point in the history
  11. Revert unwanted lint

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5e287c9 View commit details
    Browse the repository at this point in the history
  12. Ignore linting for docs

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3b935ea View commit details
    Browse the repository at this point in the history
  13. Update docs for local dev

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6042c7a View commit details
    Browse the repository at this point in the history
  14. Update tests with new dashboard

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    d54bcc6 View commit details
    Browse the repository at this point in the history
  15. Clean up

    ketphan02 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1ed91f8 View commit details
    Browse the repository at this point in the history