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.24.1 #9587

Merged
merged 111 commits into from
Apr 2, 2024
Merged

chore(release): Test v7.24.1 #9587

merged 111 commits into from
Apr 2, 2024

Commits on Feb 15, 2024

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

Commits on Feb 16, 2024

  1. chore: fix misleading isLead field name on Team (#9413)

    * chore: fix misleading `isLead` field name on `Team`
    
    The field indicates whether the viewer is the lead, but when used in a
    query for a different user, the result could be read wrong.
    
    * Fix Team.isLead dependencies
    Dschoordsch authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c0a2fdf View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. feat: remove team template limit (#9424)

    * update error message and increase template limit
    
    * remove max team template limits
    
    * remove canClone prop from CloneTemplate
    
    * remove unused threshold
    
    * remove unused threshold
    nickoferrall authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f042628 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. feat: Add Google calendar meeting series for recurrence (#9380)

    * feat: Add recurrence to GCal events
    
    * Fun with timezones
    Dschoordsch authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    02dc6fa View commit details
    Browse the repository at this point in the history
  2. fix: Increase the number of projects fetched per request from Atlassi…

    …an (#9435)
    
    We ran into timeouts in `getAllProjects`, presumably because we're doing
    too many roundtrips. As a quick fix, increse the number of projects
    fetched per request from 50 to 500.
    Dschoordsch authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b0b76f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. chore(deps): bump ip from 1.1.8 to 1.1.9 (#9442)

    Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
    - [Commits](indutny/node-ip@v1.1.8...v1.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c2a31e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. chore(release): release v7.17.0 (#9428)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e4a831a View commit details
    Browse the repository at this point in the history
  2. feat(standalone-deployment): Standalone host deployment improved and …

    …documented (#9445)
    
    * Docker compose stack improved
    
    * Remove unused containers from docker-compse and add useful comment on .env.example about PGSSLMODE
    
    * Docker compose profiles added. Documentation extended on how to use the profiles to manage the stack.
    
    * README fixed as docker compose up and down commands were not working
    
    * Typo fixed and docker-compose command replaced by docker compose
    rafaelromcar-parabol authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    61ba015 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. feat: support env-defined saml issuer for PPMIs (#9455)

    * feat: support env-defined saml issuer for PPMIs
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * feat: support single SAML for entire tenant
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    92ab5be View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. chore: Associate logs with traces (#9444)

    * chore: Associate logs with traces
    
    Add trace information to log output for server side log statements. This
    does not include logging from code exclusively used for debugging,
    deploying or development.
    
    * Actually add the logger
    
    * Fix DD_LOGS_INJECTION check
    Dschoordsch authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c77925b View commit details
    Browse the repository at this point in the history
  2. chore(release): release v7.18.0 (#9450)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bd519c9 View commit details
    Browse the repository at this point in the history
  3. chore: no force-push to prod (#9401)

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6d46e1b View commit details
    Browse the repository at this point in the history
  4. chore(release): release v7.18.1 (#9459)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b60ff4e View commit details
    Browse the repository at this point in the history
  5. feat: embedder service (#9417)

    * feat: add embedder service
    
    ---------
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    Co-authored-by: Matt Krick <matt.krick@gmail.com>
    jordanh and mattkrick authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    55faa17 View commit details
    Browse the repository at this point in the history
  6. merge production to avoid force push (#9461)

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1008578 View commit details
    Browse the repository at this point in the history
  7. chore(release): release v7.19.0 (#9460)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    20ca927 View commit details
    Browse the repository at this point in the history
  8. fix: checkout prod before merging it (#9463)

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

Commits on Feb 28, 2024

  1. chore(release): release v7.19.1 (#9464)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    12ba80e View commit details
    Browse the repository at this point in the history
  2. fix: mrege origin/production strategy (#9465)

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9e90b9d View commit details
    Browse the repository at this point in the history
  3. chore(release): release v7.19.2 (#9466)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e67ca91 View commit details
    Browse the repository at this point in the history
  4. fix: force push 5 (#9467)

    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    581f0cf View commit details
    Browse the repository at this point in the history
  5. chore(release): release v7.19.3 (#9468)

    Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
    parabol-release-bot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b52faf2 View commit details
    Browse the repository at this point in the history
  6. fix: limit invites from spammers (#9416)

    * fix: limit invites from spammers
    
    * update where we check pending emails
    
    * check total plus pending invites
    
    * use invitees instead of pending
    nickoferrall authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5b9526c View commit details
    Browse the repository at this point in the history
  7. fix: Fetch Jira projects in parallel (#9456)

    Previously we tried to fetch more projects per page, but Jira only ever
    returns 50 max. Instead once we know how many projects there are after
    fetching the first page, we fetch all remaining pages in parallel.
    Dschoordsch authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9cec00a View commit details
    Browse the repository at this point in the history
  8. fix: replace lone surrogates in draft-js content (#9415)

    * fix: replace lone surrogates in draft-js content
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * fix typo
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * fix: eslint errors
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    mattkrick authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    00092ec View commit details
    Browse the repository at this point in the history
  9. 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] <support@github.com>
    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
  10. 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 <snyk-bot@snyk.io>
    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
  11. 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 <snyk-bot@snyk.io>
    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
  12. 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 <snyk-bot@snyk.io>
    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
  13. 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] <support@github.com>
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Krick <matt.krick@gmail.com>
    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
  14. 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 <matt.krick@gmail.com>
    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 <matt.krick@gmail.com>
    
    * fix: stray uncorked res
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * prod support for public path
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * support nested dirs
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * log bg processes
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * fix failed test path
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * simplify webpack build
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * change proto to http for CI localhost
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * fix: remove comment
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * add embedder back to build
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    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 <snyk-bot@snyk.io>
    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 <snyk-bot@snyk.io>
    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 <snyk-bot@snyk.io>
    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 <matt.krick@gmail.com>
    
    * remove archivedTeam sql
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * refactor addNewFeature sql
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * chore: refactor add/remove reactjis
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * chore: refactor add/remove feature flags
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * chore: refactor appendUserTmsQuery
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    * fix: revert sharp back to v0.32.6 (#9509)
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    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 <matt.krick@gmail.com>
    
    * fixup: remove console log
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Krick <matt.krick@gmail.com>
    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 <matt.krick@gmail.com>
    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 <hello@marcuswermuth.com>
    Co-authored-by: Jordan Husney <jordan.husney@gmail.com>
    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 <matt.krick@gmail.com>
    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 <snyk-bot@snyk.io>
    Co-authored-by: Jordan Husney <jordan.husney@gmail.com>
    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 <snyk-bot@snyk.io>
    Co-authored-by: Jordan Husney <jordan.husney@gmail.com>
    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 <snyk-bot@snyk.io>
    Co-authored-by: Jordan Husney <jordan.husney@gmail.com>
    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 <snyk-bot@snyk.io>
    Co-authored-by: Jordan Husney <jordan.husney@gmail.com>
    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 <snyk-bot@snyk.io>
    Co-authored-by: Jordan Husney <jordan.husney@gmail.com>
    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 <matt.krick@gmail.com>
    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 <matt.krick@gmail.com>
    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 <matt.krick@gmail.com>
    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 <matt.krick@gmail.com>
    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. Configuration menu
    Copy the full SHA
    08d6892 View commit details
    Browse the repository at this point in the history