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(release): Test v7.37.1 #9868

Merged
merged 274 commits into from
Jun 25, 2024
Merged

chore(release): Test v7.37.1 #9868

merged 274 commits into from
Jun 25, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 28, 2024

  1. fix: replace lone surrogates in draft-js content (#9415)

    * fix: replace lone surrogates in draft-js content
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * fix typo
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * fix: eslint errors
    
    Signed-off-by: Matt Krick <[email protected]>
    
    ---------
    
    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    00092ec View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump es5-ext from 0.10.62 to 0.10.64 (#9457)

    Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
    - [Release notes](https://github.com/medikoo/es5-ext/releases)
    - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
    - [Commits](medikoo/es5-ext@v0.10.62...v0.10.64)
    
    ---
    updated-dependencies:
    - dependency-name: es5-ext
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    92f0be9 View commit details
    Browse the repository at this point in the history
  3. fix: packages/server/package.json to reduce vulnerabilities (#9434)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-UNDICI-6252336
    
    Co-authored-by: snyk-bot <[email protected]>
    adaniels-parabol and snyk-bot authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1e0075e View commit details
    Browse the repository at this point in the history
  4. fix: packages/server/package.json to reduce vulnerabilities (#9392)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-NODEMAILER-6219989
    
    Co-authored-by: snyk-bot <[email protected]>
    adaniels-parabol and snyk-bot authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fd833f5 View commit details
    Browse the repository at this point in the history
  5. fix: packages/server/package.json to reduce vulnerabilities (#9298)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137
    
    Co-authored-by: snyk-bot <[email protected]>
    adaniels-parabol and snyk-bot authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fd75d3f View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump follow-redirects from 1.14.8 to 1.15.4 (#9312)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.8...v1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Matt Krick <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Krick <[email protected]>
    dependabot[bot] and mattkrick authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9441b27 View commit details
    Browse the repository at this point in the history
  7. chore: add upload to GCS step in ironbank (#9471)

    * add upload to GCS step in ironbank
    
    * update workflow name
    dbumblis-parabol authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7bfec91 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. chore(release): release v7.19.4 (#9470)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c1da6ba View commit details
    Browse the repository at this point in the history
  2. fix: Fix seasonal templates for leap years (#9476)

    * fix: Fix seasonal templates for leap years
    
    It would produce invalid dates on February 29th.
    
    * Master was not clean
    Dschoordsch authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    419d104 View commit details
    Browse the repository at this point in the history
  3. chore(release): release v7.19.5 (#9477)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ba67da8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    052acd1 View commit details
    Browse the repository at this point in the history
  5. chore(docker-build): simplify the docker build process and reduce doc…

    …ker image size (#9447)
    
    * Dockerfile basic created. Improvements added to reduce build time and size (down from 795MB to 445MB, depending on systemtap). Readme reduced, removing the old process used to build the image.
    
    * basic-env file using a RethinkDB database name that is clearly dedicated to the building proces.
    
    * Readme improved to run all three components
    
    * Unused dockerfiles removed. Docker entrypoint renamed. Docker Readme adapted
    
    * Legacy build kept in both dockerfile and env file. Readme adapted to use the new basic image. Build GH workflow adapted to use the new basic.dockerfile.
    rafaelromcar-parabol authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5e356c2 View commit details
    Browse the repository at this point in the history
  6. chore(release): release v7.19.6 (#9480)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    aa88da0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ff4a6e View commit details
    Browse the repository at this point in the history
  8. chore(release): release v7.19.7 (#9483)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9c44e23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    807e347 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix: support single-tenant saml record (#9486)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4e2e2ca View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.20.0 (#9485)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ba7d724 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. chore: bump ts node (#9498)

    * chore: bump ts-node
    
    * chore: fixup implicit any in migrations
    
    * chore: regenerate yarn.lock
    jordanh authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    58c5817 View commit details
    Browse the repository at this point in the history
  2. chore: put server assets on CDN (#9278)

    * chore: put server assets on CDN
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * fix: stray uncorked res
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * prod support for public path
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * support nested dirs
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * log bg processes
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * fix failed test path
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * simplify webpack build
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * change proto to http for CI localhost
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * fix: remove comment
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * add embedder back to build
    
    Signed-off-by: Matt Krick <[email protected]>
    
    ---------
    
    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    06c1f7e View commit details
    Browse the repository at this point in the history
  3. fix: upgrade oy-vey from 0.11.2 to 0.12.1 (#9497)

    Snyk has created this PR to upgrade oy-vey from 0.11.2 to 0.12.1.
    
    See this package in npm:
    https://www.npmjs.com/package/oy-vey
    
    See this project in Snyk:
    https://app.snyk.io/org/mattkrick/project/261c96ef-7af4-4e13-a731-451e0158293e?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    mattkrick and snyk-bot authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1751731 View commit details
    Browse the repository at this point in the history
  4. fix: upgrade sharp from 0.32.6 to 0.33.2 (#9493)

    Snyk has created this PR to upgrade sharp from 0.32.6 to 0.33.2.
    
    See this package in npm:
    https://www.npmjs.com/package/sharp
    
    See this project in Snyk:
    https://app.snyk.io/org/mattkrick/project/261c96ef-7af4-4e13-a731-451e0158293e?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    mattkrick and snyk-bot authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9fff933 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix: upgrade graphql-jit from 0.7.4 to 0.8.4 (#9495)

    Snyk has created this PR to upgrade graphql-jit from 0.7.4 to 0.8.4.
    
    See this package in npm:
    https://www.npmjs.com/package/graphql-jit
    
    See this project in Snyk:
    https://app.snyk.io/org/mattkrick/project/261c96ef-7af4-4e13-a731-451e0158293e?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    mattkrick and snyk-bot authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fe1ad43 View commit details
    Browse the repository at this point in the history
  2. chore: remove pg-typed part 1 (#9508)

    * chore: refactor archive team
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * remove archivedTeam sql
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * refactor addNewFeature sql
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * chore: refactor add/remove reactjis
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * chore: refactor add/remove feature flags
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * chore: refactor appendUserTmsQuery
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * fix: revert sharp back to v0.32.6 (#9509)
    
    Signed-off-by: Matt Krick <[email protected]>
    
    ---------
    
    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5dfe26b View commit details
    Browse the repository at this point in the history
  3. feat: make all templates free (#9503)

    * feat: make all templates free
    
    * set orgid to aghostorg
    
    * update template ids and down migration org id check
    
    * make down migration noop
    
    * remove unused var
    nickoferrall authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6762ebc View commit details
    Browse the repository at this point in the history
  4. feat: saml login no email, auth design fixups (#9507)

    * feat: saml login no email, auth design fixups
    
    Signed-off-by: Matt Krick <[email protected]>
    
    * fixup: remove console log
    
    Signed-off-by: Matt Krick <[email protected]>
    
    ---------
    
    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4ce391e View commit details
    Browse the repository at this point in the history
  5. chore(release): release v7.21.0 (#9505)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fa9f8b1 View commit details
    Browse the repository at this point in the history
  6. chore(gh-actions): reporting status to Slack if test or build GH Acti…

    …ons fail (#9512)
    
    * chore(gh-actions): reporting status to Slack if test or build GH Actions fail
    
    * chore: remove master branch from the if of report status on the build action, as it only runs  on release-please branches
    rafaelromcar-parabol authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e7539d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. feat: Add team sections to the Custom category in activity library (#…

    …9511)
    
    * feat: Add team sections to the Custom category in activity library
    
    * Clean up create custom activity card
    Dschoordsch authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2338414 View commit details
    Browse the repository at this point in the history
  2. fix: recreate lockfile (#9516)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    af47966 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. feat: managing teams (#9285)

    Co-authored-by: Marcus Wermuth <[email protected]>
    Co-authored-by: Jordan Husney <[email protected]>
    3 people authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f351cf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    9350b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37bd20c View commit details
    Browse the repository at this point in the history
  3. fix: Korean greeting corrected (#9525)

    eat: added additional greetings
    feat: added additinal check-in questions
    jordanh authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    10c6f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    fc4429c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed2796 View commit details
    Browse the repository at this point in the history
  3. chore(release): release v7.22.0 (#9513)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    470e017 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. lint exceptions

    Dschoordsch committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c417b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc0dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c39fde View commit details
    Browse the repository at this point in the history
  4. fix: node-loader that ignores public path (#9537)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1009ede View commit details
    Browse the repository at this point in the history
  5. chore(release): release v7.22.1 (#9535)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    09302e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    2c98ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0217e11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    081f7a0 View commit details
    Browse the repository at this point in the history
  4. chore(release): release v7.22.2 (#9539)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    66b0960 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    fe128f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fca12c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16c21f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41f5654 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a1ca2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24df17b View commit details
    Browse the repository at this point in the history
  7. chore(release): release v7.22.3 (#9547)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b4ac874 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    4ba2c9e View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.22.4 (#9552)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    94513ae View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

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

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    d18d754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe71841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2171065 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6434e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87c84a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8fa708 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. chore: [Snyk] Upgrade dotenv from 8.0.0 to 8.6.0 (#9494)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Jordan Husney <[email protected]>
    3 people authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1e22931 View commit details
    Browse the repository at this point in the history
  2. chore: [Snyk] Upgrade graphql-typed from 0.6.1 to 0.7.2 (#9522)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Jordan Husney <[email protected]>
    3 people authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0ce1384 View commit details
    Browse the repository at this point in the history
  3. chore: [Snyk] Upgrade react-swipeable-views-core from 0.13.1 to 0.14.0 (

    #9521)
    
    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Jordan Husney <[email protected]>
    3 people authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3e42d9b View commit details
    Browse the repository at this point in the history
  4. chore: [Snyk] Upgrade react-dom-confetti from 0.0.10 to 0.2.0 (#9520)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Jordan Husney <[email protected]>
    3 people authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ef68915 View commit details
    Browse the repository at this point in the history
  5. chore: [Snyk] Upgrade core-js from 3.8.1 to 3.36.0 (#9519)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Jordan Husney <[email protected]>
    3 people authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ab47ce4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    092e5d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e98234 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. chore(release): release v7.23.0 (#9556)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d9afe93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5baf3b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79e67cd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    0d30206 View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.23.1 (#9571)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cd229f7 View commit details
    Browse the repository at this point in the history
  3. chore: fix tsconfig problems (#9579)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d1af0f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. feat: prepare embedder for Production (#9517)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Mar 29, 2024
    5 Configuration menu
    Copy the full SHA
    538c95c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. chore(release): release v7.24.0 (#9581)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9865bc9 View commit details
    Browse the repository at this point in the history
  2. fix: embedder doesn't dive deep into schema (#9582)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8cdd901 View commit details
    Browse the repository at this point in the history
  3. fix: embedder errors in embed length (#9584)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    341b4b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    b6ddfa5 View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.24.1 (#9585)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9b21ad4 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump webpack-dev-middleware from 4.0.2 to 5.3.4 (#9561)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Georg Bremer <[email protected]>
    dependabot[bot] and Dschoordsch authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    dbc9f09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9486587 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. [Snyk] Upgrade json2csv from 5.0.5 to 5.0.7 (#9574)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    3 people authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a5ca7f1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 (#9536)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e372f5f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump express from 4.18.2 to 4.19.2 (#9566)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8ab86b4 View commit details
    Browse the repository at this point in the history
  4. [Snyk] Upgrade react-beautiful-dnd from 13.0.0 to 13.1.1 (#9575)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    3 people authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c8c2321 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump jose from 4.14.4 to 4.15.5 (#9515)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Georg Bremer <[email protected]>
    dependabot[bot] and Dschoordsch authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c312f48 View commit details
    Browse the repository at this point in the history
  6. [Snyk] Upgrade humanize-duration from 3.29.0 to 3.31.0 (#9573)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    3 people authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    df59066 View commit details
    Browse the repository at this point in the history
  7. [Snyk] Upgrade graphql from 15.7.2 to 15.8.0 (#9569)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    3 people authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1bca19a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b92d96e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01f69de View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    c6da00c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415d03b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9794033 View commit details
    Browse the repository at this point in the history
  4. chore(release): release v7.25.0 (#9591)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d409ea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96f29b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89aeea3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fix: fallback for missing avatar images (#9603)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1a7e298 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    cb52596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5a3a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ead321 View commit details
    Browse the repository at this point in the history
  4. chore(release): release v7.25.1 (#9602)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    26ba568 View commit details
    Browse the repository at this point in the history
  5. fix: return 100 gitlab pipeline jobs (#9607)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7a26009 View commit details
    Browse the repository at this point in the history
  6. chore(release): release v7.25.2 (#9608)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c6b911c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    537a8af View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    72fc294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d8b38 View commit details
    Browse the repository at this point in the history
  3. chore(release): release v7.25.3 (#9609)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    62fd775 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc2cdc View commit details
    Browse the repository at this point in the history
  5. chore(release): release v7.25.4 (#9615)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d62e488 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc1b9e7 View commit details
    Browse the repository at this point in the history
  7. fix: bump prettier version (#9618)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    82ac337 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e06d1f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat: related discussions refactor (#9557)

    Signed-off-by: Matt Krick <[email protected]>
    Co-authored-by: Jordan Husney <[email protected]>
    mattkrick and jordanh authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    15a54fb View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.26.0 (#9619)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4cf395f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    92a1dbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b337d17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4f10d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fba3b80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65f3119 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4f8d49 View commit details
    Browse the repository at this point in the history
  7. fix: use radix-ui for avatars (#9633)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    38c8e61 View commit details
    Browse the repository at this point in the history
  8. chore(release): release v7.27.0 (#9624)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c5a8eda View commit details
    Browse the repository at this point in the history
  9. fix: margin spacing on hover (#9635)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4f25cba View commit details
    Browse the repository at this point in the history
  10. fix: add prettier-plugin-organize-imports (#9637)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7d1086d View commit details
    Browse the repository at this point in the history
  11. fix: vuln patch for undici (#9622)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c2a3a43 View commit details
    Browse the repository at this point in the history
  12. chore: migration reflection groups to pg (#9514)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ddb4244 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 15, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    19a6689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8552d43 View commit details
    Browse the repository at this point in the history
  3. chore: Improve Activity Library focus and hover states (#9626)

    Signed-off-by: Matt Krick <[email protected]>
    Co-authored-by: Matt Krick <[email protected]>
    Co-authored-by: Dale Bumblis <[email protected]>
    3 people authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6f1c1d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a01cf2b View commit details
    Browse the repository at this point in the history
  5. chore(release): release v7.27.1 (#9636)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1d18ec7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    0092d0b View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.27.2 (#9654)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4549c44 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    9944ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb76d9a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    240e78d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    898e1fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01372bc View commit details
    Browse the repository at this point in the history
  4. fix: support PG reconnects (#9663)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    32574a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    f3f0588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c432e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e0cda View commit details
    Browse the repository at this point in the history
  4. Prettier

    Dschoordsch committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    359222d View commit details
    Browse the repository at this point in the history
  5. chore(release): release v7.28.0 (#9657)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    052a729 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    a1658d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b28ccc2 View commit details
    Browse the repository at this point in the history
  3. fix: handle 0 discussions (#9682)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cedc91c View commit details
    Browse the repository at this point in the history
  4. chore(release): release v7.28.1 (#9676)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b433f7f View commit details
    Browse the repository at this point in the history
  5. feat: initial avatars on the fly (#9675)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e783662 View commit details
    Browse the repository at this point in the history
  6. chore(release): release v7.29.0 (#9685)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    43d7849 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore: bump packages core-js humanize-duration (#9687)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f066ab0 View commit details
    Browse the repository at this point in the history
  2. fix: install plex on system (#9689)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    95a95a1 View commit details
    Browse the repository at this point in the history
  3. fix: copy fonts from static (#9690)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9e6947a View commit details
    Browse the repository at this point in the history
  4. fix pull static assets from root dir (#9691)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    56a54b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb6e608 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd30cfa View commit details
    Browse the repository at this point in the history
  7. chore(release): release v7.29.1 (#9688)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    29b6e81 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. feat: support private S3 buckets (#9697)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored May 1, 2024
    Configuration menu
    Copy the full SHA
    db17c9d View commit details
    Browse the repository at this point in the history
  2. fix: remove oneOnOne column in Team table (#9696)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored May 1, 2024
    Configuration menu
    Copy the full SHA
    aa97e05 View commit details
    Browse the repository at this point in the history
  3. chore(release): release v7.30.0 (#9698)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    a839d31 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    0dca699 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ejs from 3.1.8 to 3.1.10 (#9699)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    acab843 View commit details
    Browse the repository at this point in the history
  3. chore: [Snyk] Upgrade graphql from 15.7.2 to 15.8.0 (#9639)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    Co-authored-by: Georg Bremer <[email protected]>
    4 people authored May 2, 2024
    Configuration menu
    Copy the full SHA
    723a28f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e61473e View commit details
    Browse the repository at this point in the history
  5. fix: presign MeetingTemplate.illustrationUrl (#9705)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored May 2, 2024
    Configuration menu
    Copy the full SHA
    1736e43 View commit details
    Browse the repository at this point in the history
  6. chore(release): release v7.30.1 (#9702)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    2b0c4bc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. fix: remove logs from embedder (#9718)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored May 7, 2024
    Configuration menu
    Copy the full SHA
    93b26bb View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.30.2 (#9717)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    476b3e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c4369d View commit details
    Browse the repository at this point in the history
  4. chore(release): release v7.30.3 (#9724)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    c71ec42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4f21d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85d4e22 View commit details
    Browse the repository at this point in the history
  7. chore(release): release v7.30.4 (#9729)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    4c0623a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c75eb1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    881546c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2123159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a02c935 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d2fa5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    162de5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5520ae View commit details
    Browse the repository at this point in the history
  7. chore(release): release v7.31.0 (#9734)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 8, 2024
    Configuration menu
    Copy the full SHA
    47224c1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    5ec8f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8fa84 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 20, 2024

  1. [Snyk] Upgrade @aws-sdk/client-s3 from 3.537.0 to 3.556.0 (#9752)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    3 people authored May 20, 2024
    Configuration menu
    Copy the full SHA
    5cbca8d View commit details
    Browse the repository at this point in the history
  2. [Snyk] Upgrade @mattkrick/trebuchet-client from 3.0.1 to 3.0.2 (#9751)

    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    3 people authored May 20, 2024
    Configuration menu
    Copy the full SHA
    63e1ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6a775d View commit details
    Browse the repository at this point in the history
  4. feat: saml upload (#9750)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored May 20, 2024
    Configuration menu
    Copy the full SHA
    5c40fcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28c7432 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4558e14 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    ca20d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a39cd41 View commit details
    Browse the repository at this point in the history
  3. chore(release): release v7.32.0 (#9747)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    7a3c567 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    8fc0ec1 View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.32.1 (#9764)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    d5b5238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2699c3d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    222d6f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    413f5b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    462a7f4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 29, 2024

  1. feat: write equality checker to file store (#9786)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored May 29, 2024
    Configuration menu
    Copy the full SHA
    adcabbc View commit details
    Browse the repository at this point in the history
  2. fix: bump trebuchet-client to latest version (#9797)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored May 29, 2024
    Configuration menu
    Copy the full SHA
    da350e7 View commit details
    Browse the repository at this point in the history
  3. chore(release): release v7.33.0 (#9766)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    c31b1c9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    23d48c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec025e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    051e51c View commit details
    Browse the repository at this point in the history
  4. chore(release): release v7.34.0 (#9803)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    9487c1e View commit details
    Browse the repository at this point in the history
  5. feat: type safety for gql perms (#9798)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored May 30, 2024
    Configuration menu
    Copy the full SHA
    712f79e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74d8dbc View commit details
    Browse the repository at this point in the history
  7. chore(release): release v7.35.0 (#9806)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    bf93718 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    652a9c0 View commit details
    Browse the repository at this point in the history
  2. chore: read ReflectionGroups from PG (#9801)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    52b80b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. chore(release): release v7.35.1 (#9817)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6984445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b683dc8 View commit details
    Browse the repository at this point in the history
  3. chore: refactor ReflectionGroup to SDL pattern (#9807)

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    695646c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    eb88af6 View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.36.0 (#9832)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d5d1fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd37d85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e614253 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. chore(deps): bump @grpc/grpc-js from 1.10.6 to 1.10.9 (#9840)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6aec87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf4098 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

  1. feat: update dashboard nav item styles (#9795)

    Co-authored-by: Terry Acker <[email protected]>
    nickoferrall and ackernaut authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    71b17c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    87e0d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab3b72 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    8ab679c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9ca53b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4604716 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03bd7dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71484a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    de659aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b79943d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecc9cb1 View commit details
    Browse the repository at this point in the history
  4. chore(release): release v7.37.0 (#9839)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2ab7352 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    95431b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73cdb7c View commit details
    Browse the repository at this point in the history
  3. chore(release): release v7.37.1 (#9866)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b4a1413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f147a25 View commit details
    Browse the repository at this point in the history