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

chore(rethinkdb): OrganizationUser: Phase 3 #9965

Merged
merged 74 commits into from
Jul 15, 2024

Commits on May 29, 2024

  1. chore: read ReflectionGroups from PG

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bfa5c21 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into chore/retrogroups3

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7ac086e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge branch 'master' into chore/retrogroups3

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9844960 View commit details
    Browse the repository at this point in the history
  2. chore: add PG RetroReflection table

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed May 30, 2024
    Configuration menu
    Copy the full SHA
    62e123c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. chore: write to PG RetroReflection table

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c38f86c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fixup: inserts and updates

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d318560 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into retroReflection-phase1e

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    16843dc View commit details
    Browse the repository at this point in the history
  3. fix: move to record literal types

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    abb3bdf View commit details
    Browse the repository at this point in the history
  4. fix types

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9911448 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    af03b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a3c0ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dfa870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b48d22 View commit details
    Browse the repository at this point in the history
  5. fixup: remove unused var

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    24da04b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c60e502 View commit details
    Browse the repository at this point in the history
  7. handle escape chars and commas

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0d2c7d7 View commit details
    Browse the repository at this point in the history
  8. chore: begin building equality checker

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9ef9346 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fixup: account for lots of formatting in content

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    76aeff9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'retroReflection-phase1e' into chore/retroReflection-phase2

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0830c8e View commit details
    Browse the repository at this point in the history
  2. fix: rename extra spaces for conversion from plaintext to content

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a12b08a View commit details
    Browse the repository at this point in the history
  3. fix: rename Reactji composite type attributes

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a732657 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. fix: constructor prop in lookup table

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    954503d View commit details
    Browse the repository at this point in the history
  2. handle reactji migration

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c7775ad View commit details
    Browse the repository at this point in the history
  3. change dataloaders to pg

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d53aca4 View commit details
    Browse the repository at this point in the history
  4. fix: self-review

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6689e39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6fd0d3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'chore/retroReflection-phase2' into chore/retroReflectio…

    …n-phase3
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    00964a8 View commit details
    Browse the repository at this point in the history
  7. fix: migration order rename

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    50ca56b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b220f22 View commit details
    Browse the repository at this point in the history
  9. chore: write to PG

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    22ca4f3 View commit details
    Browse the repository at this point in the history
  10. chore: migrate old records to PG

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9c55acd View commit details
    Browse the repository at this point in the history
  11. fix: add teamid FK

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9dfd35c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    654aa42 View commit details
    Browse the repository at this point in the history
  13. chore: read from pg

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ebbea29 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge branch 'master' into chore/timeline-phase2

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7dbea0d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chore/timeline-phase2' into chore/timeline-phase3

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3fd2236 View commit details
    Browse the repository at this point in the history
  3. fix bad merge

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c552ea6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'chore/timeline-phase2' into chore/timeline-phase3

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    50d9e77 View commit details
    Browse the repository at this point in the history
  5. add migration

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b7c092d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. write to pg

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fe9efe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d838f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'master' into chore/organization-phase1

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    34b05bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02aa23d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfba81e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge branch 'master' into chore/organization-phase1

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    81d68b7 View commit details
    Browse the repository at this point in the history
  2. fix: array append/remove

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f4f5ede View commit details
    Browse the repository at this point in the history
  3. chore: migrate existing orgs to PG

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    dcbcd78 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. remove RethinkDB.Organization

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b329fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a549d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f6bdfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21876d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix: isRequestToJoin tests

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    af856f2 View commit details
    Browse the repository at this point in the history
  2. fix: isOrgVerified

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    129d1a9 View commit details
    Browse the repository at this point in the history
  3. fix deleteUser test

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6e368a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix: comment

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    27b0cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5422dd View commit details
    Browse the repository at this point in the history
  3. fix: remove newUserUntil

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3c061e2 View commit details
    Browse the repository at this point in the history
  4. chore: replace half of OrganizationUser instances

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1cdf979 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. remove newUserUntil on client

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    473c0c5 View commit details
    Browse the repository at this point in the history
  2. fix: update all instances of OrganizationUser

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    49be1bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65614c6 View commit details
    Browse the repository at this point in the history
  4. fix: bad merge

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ca01882 View commit details
    Browse the repository at this point in the history
  5. re-add rethinkdb to server tests

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    44d153e View commit details
    Browse the repository at this point in the history
  6. chore: migrate existing data

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    303f493 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3c3b46c View commit details
    Browse the repository at this point in the history
  8. fix: use test schema

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3e3634c View commit details
    Browse the repository at this point in the history
  9. fix: safer queries

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8d33999 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78dcb46 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. remove RethinkDB.OrganizationUser

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4fd2139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a2698 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b893a5 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ef0b549 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: quit DB in jest

    mattkrick committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8a1b2e0 View commit details
    Browse the repository at this point in the history
  2. fix: quit DB in jest

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e8b960b View commit details
    Browse the repository at this point in the history