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.19.7 #9484

Merged
merged 40 commits into from
Feb 29, 2024
Merged

chore(release): Test v7.19.7 #9484

merged 40 commits into from
Feb 29, 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
    20d4cde View commit details
    Browse the repository at this point in the history