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

Support testing with Postgres and MySQL for user management backend #2886

Merged
merged 64 commits into from
Mar 4, 2022

Commits on Feb 24, 2022

  1. 🗃️ Fix Postgres migrations

    ivov committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    14c7efe View commit details
    Browse the repository at this point in the history
  2. ⚡ Add DB-specific scripts

    ivov committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    46ed29b View commit details
    Browse the repository at this point in the history
  3. ✨ Set up test connections

    ivov committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    26e7dd5 View commit details
    Browse the repository at this point in the history
  4. ⚡ Add Postgres UUID check

    ivov committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f7c1ec7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f815599 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. 🔀 Merge parent branch

    ivov committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    bb20508 View commit details
    Browse the repository at this point in the history
  2. ⚡ Refactor connection logic

    ivov committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e8b9f67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47f6e65 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. 🔀 Merge parent branch

    ivov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    bbdc9ff View commit details
    Browse the repository at this point in the history
  2. ✏️ Add TODOs

    ivov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8a32a2a View commit details
    Browse the repository at this point in the history
  3. ⚡ Refactor DB dropping logic

    ivov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    dff5dd4 View commit details
    Browse the repository at this point in the history
  4. ✨ Implement global teardown

    ivov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ea3baec View commit details
    Browse the repository at this point in the history
  5. ✨ Create TypeORM wrappers

    ivov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d36efac View commit details
    Browse the repository at this point in the history
  6. ✨ Initial MySQL setup

    ivov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c12f42a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e47322 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    daf0320 View commit details
    Browse the repository at this point in the history
  9. 🗃️ Fix MySQL migrations

    ivov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6447612 View commit details
    Browse the repository at this point in the history
  10. 🔥 Remove comments

    ivov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    fb53cb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. ⚡ Use ES6 imports

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1acbadd View commit details
    Browse the repository at this point in the history
  2. 🔥 Remove outdated comments

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6ace92c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    727146a View commit details
    Browse the repository at this point in the history
  4. ⚡ Centralize database types

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e67fbc0 View commit details
    Browse the repository at this point in the history
  5. ✏️ Update comment

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    529ec60 View commit details
    Browse the repository at this point in the history
  6. 🚚 Rename findRepository

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9ffebcb View commit details
    Browse the repository at this point in the history
  7. 🚧 Attempt to truncate MySQL

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    510284b View commit details
    Browse the repository at this point in the history
  8. ✨ Implement creds router

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    dec005b View commit details
    Browse the repository at this point in the history
  9. 🔀 Merge parent branch

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0531ccc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce3f50f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbeaef8 View commit details
    Browse the repository at this point in the history
  12. 🗃️ Fix tags migration

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3ede58f View commit details
    Browse the repository at this point in the history
  13. 🗃️ Fix MySQL UM migration

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e4c7185 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8967982 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c5eaeb6 View commit details
    Browse the repository at this point in the history
  16. 🔥 Remove comments

    ivov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0e32cc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    1f48709 View commit details
    Browse the repository at this point in the history
  2. 🚚 Move testDb to own module

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6871d81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f8c3bf View commit details
    Browse the repository at this point in the history
  4. 🔥 Remove unneeded comment

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    80a3dcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64408df View commit details
    Browse the repository at this point in the history
  6. ✏️ Improve comment

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    67a5376 View commit details
    Browse the repository at this point in the history
  7. ✏️ Add dividers

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ae3bdea View commit details
    Browse the repository at this point in the history
  8. 🎨 Improve formatting

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ca69bdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a7fb21 View commit details
    Browse the repository at this point in the history
  10. 🚚 Move comment

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b89a604 View commit details
    Browse the repository at this point in the history
  11. ⚡ Update default test script

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    086d3e8 View commit details
    Browse the repository at this point in the history
  12. 🔥 Remove unneeded helper

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ff1799d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df084ff View commit details
    Browse the repository at this point in the history
  14. 🐛 Phase out isTestRun

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    9e49aa8 View commit details
    Browse the repository at this point in the history
  15. ⚡ Refactor isEmailSetup

    ivov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e89fdb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. 🔥 Remove unneeded imports

    ivov committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    729cc1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b2a494 View commit details
    Browse the repository at this point in the history
  3. 🔀 Merge parent branch

    ivov committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    66b1807 View commit details
    Browse the repository at this point in the history
  4. 🔥 Remove unneeded imports

    ivov committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    760d52c View commit details
    Browse the repository at this point in the history
  5. 🔀 Merge parent branch

    ivov committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ca26f0f View commit details
    Browse the repository at this point in the history
  6. 🔥 Remove outdated comments

    ivov committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    cf830ed View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. ✏️ Fix typos

    ivov committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1a6a563 View commit details
    Browse the repository at this point in the history
  2. 🚚 Relocate answersFormatter

    ivov committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    7e352c8 View commit details
    Browse the repository at this point in the history
  3. ⏪ Undo package.json miscommit

    ivov committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    93f31b7 View commit details
    Browse the repository at this point in the history
  4. 🔥 Remove unneeded import

    ivov committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d115531 View commit details
    Browse the repository at this point in the history
  5. ⚡ Refactor test DB prefixing

    ivov committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    59e65e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3201249 View commit details
    Browse the repository at this point in the history
  7. 📦 Update package.json

    ivov committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1007364 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1faf14 View commit details
    Browse the repository at this point in the history
  9. 🔥 Remove debugging queries

    ivov committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    32085e8 View commit details
    Browse the repository at this point in the history