-
Notifications
You must be signed in to change notification settings - Fork 336
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.12.0 #9314
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: Users with noTemplateLimit flag can use paid templates * Don't show a lock if a user can access premium templates regardless whether it's because their tier or a feature flag
* chore: Add SAML setup to new checkout flow * Add Authorization also to mobile dash
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
* feat: add GCS as a FileStore Signed-off-by: Matt Krick <[email protected]> * self-review: fix comments Signed-off-by: Matt Krick <[email protected]> * fix: checkExists Signed-off-by: Matt Krick <[email protected]> * dockerize testing the branch * add recent filestore changes to gcs Signed-off-by: Matt Krick <[email protected]> * throw on trailing slash Signed-off-by: Matt Krick <[email protected]> * retry GCS flakey pushes Signed-off-by: Matt Krick <[email protected]> * dockerize Signed-off-by: Matt Krick <[email protected]> * bump yarn.lock Signed-off-by: Matt Krick <[email protected]> * fix yarn Signed-off-by: Matt Krick <[email protected]> --------- Signed-off-by: Matt Krick <[email protected]> Co-authored-by: Rafael Romero <[email protected]>
Signed-off-by: Matt Krick <[email protected]>
…9162) * chore: Users with noTemplateLimit flag can create custom templates * Allow creating templates on legacy dialog with noTemplateLimit flag
* chore: test case: should not run for no migration Signed-off-by: Matt Krick <[email protected]> * test: working case Signed-off-by: Matt Krick <[email protected]> * test: failing case Signed-off-by: Matt Krick <[email protected]> * debug failing case * test basename Signed-off-by: Matt Krick <[email protected]> * test working case * better logs Signed-off-by: Matt Krick <[email protected]> * test no migration Signed-off-by: Matt Krick <[email protected]> --------- Signed-off-by: Matt Krick <[email protected]>
* fix: Avoid caching permissions with different arguments Permissions are cached by function name. When these depend on the arguments passed, they should have their own cache key, see https://the-guild.dev/graphql/shield/docs/rules#limitations * Make isViewerOnTeam strict The passed function might access source or args and thus we should use the strict cache.
* fix: sort team names alphabetically * sort allTeamsOnOrg
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
* Sorted .env.example and added more documentation * Added changes related to PR. Improved section naming. * Fixed CI variable location * Sorted variables and created new categories for GOOGLE, DATADOG, AWS. Added missing variables. * Requested changes incorporated --------- Co-authored-by: Rafael Romero <[email protected]>
* feat(trials): Start Trial mutation * GQL + FE updates * Copy update * Minor fixes * End Trial mutation * Some cleanup * More fixes * Rename var * Extract 'getFeatureTier' * More cleanup * Tiny cleanup * CR: change to featureTier and billingTier * CR: Misc fixes * Rename featureTier back to just tier * CR: Explicitly do OrgUser and User updates in order * CR: Combine rethink queries * Actually we don't need to do those in a specific order * Why are tests broken * Revert "CR: Combine rethink queries" This reverts commit 04ad78d. * Revert "Why are tests broken" This reverts commit eca6417. * Manually bisecting changes that break tests (part 1) * Revert "Manually bisecting changes that break tests (part 1)" This reverts commit db90ead. * Revert "Revert "CR: Combine rethink queries"" This reverts commit a8c21a7. * Fix tests 🤦 * Update trial copy for OrgPlansAndBillingHeading
* feat: Add Microsoft login * Microsoft login button styling * Add Microsoft login to forgot email and team invitation dialogs * Cleanup and pseudoId * Formatting * Use colors from the palette for oauth login buttons * Cleanup
* chore(kudos): add kudos team settings * store emoji id
* chore(kudos): add kudos team settings * store emoji id * chore(kudos): add kudos record when adding emoji reaction * Fix snackbar * quick fix for types * Dynamic emoji * del console log * Remove comment * Remove unused kudos field * expose senderUser * Fix reactable type * Fix table name * Don't check feature flag * Fix analytics * Add snackbar events * fix typescript
* chore(kudos): add kudos team settings * store emoji id * chore(kudos): add kudos record when adding emoji reaction * Fix snackbar * quick fix for types * Dynamic emoji * del console log * feat(kudos): display notification when kudos received * Remove comment * Update notification text * Remove unused kudos field * expose senderUser * Fix reactable type * Fix table name * remove unused fields * Don't check feature flag * Fix analytics * Add snackbar events * fix typescript * Fix type * Fix type * add notification status analytics * Fix type * fix type * Fix table name caused by wrong merge * add snackbar clicked event to kudosReceived snackbar
* fix: author should be nullable when comment was anonymous * fix: anonymous avatars path
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
* remove gcal feature flag * remove gcal feature flag * fix provider list
Signed-off-by: Matt Krick <[email protected]>
* chore: webpack client and server in parallel Signed-off-by: Matt Krick <[email protected]> * chore: cleanup my ugly code Signed-off-by: Matt Krick <[email protected]> --------- Signed-off-by: Matt Krick <[email protected]>
Prefer higher tiers and bigger over smaller orgs.
* feat: added option to modify icebreakers with ai * code cleanup, analytics * code cleanup * fix: added success property to icebreaker modified analytics event * refactor: use relay mutation helper for modify check in question mutation * feat: add modified question char limit
* fix: no opaque responses Signed-off-by: Matt Krick <[email protected]> * add min bundle size Signed-off-by: Matt Krick <[email protected]> * fix: only dynamic cache parabol assets Signed-off-by: Matt Krick <[email protected]> --------- Signed-off-by: Matt Krick <[email protected]>
* feat: Show new meeting snack also on summary page Because the meeting summary shows the sidebar as well, this feels more in line with the user expectation. * Fix demo
When no organization feature flag was present, we would not show the prompt to join org notification.
* fix: Prompt to join org without organization feature flags When no organization feature flag was present, we would not show the prompt to join org notification. * fix: Update organization on accept invite When accepting an invite in a different tab, or if the team lead accepts a prompt to join org invite, the new organization was added partially to the viewers organization causing undefined errors.
Signed-off-by: Matt Krick <[email protected]>
* chore: release to staging from github Signed-off-by: Matt Krick <[email protected]> * chore: push to prod on PR merge Signed-off-by: Matt Krick <[email protected]> * fix: naming Signed-off-by: Matt Krick <[email protected]> * fix: hotfix branch name prefix Signed-off-by: Matt Krick <[email protected]> * fix: poll for pipeline in staging Signed-off-by: Matt Krick <[email protected]> --------- Signed-off-by: Matt Krick <[email protected]>
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
* fix: Fix duplicate organizations for teams with auto join If an organization had multiple teams with `autoJoin` enabled, multiple `OrganizationUser` objects would be created for a new user. This fixes the creation of duplicate `OrganizationUser` objects but does not fix the existing duplicates. Ideally we would add a migration for this, but filtering over all `OrganizationUser` entries is expensive and only the Parabol org is affected. * Add test * Fix adjustUserCount properly instead
Signed-off-by: Matt Krick <[email protected]>
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
Signed-off-by: Matt Krick <[email protected]>
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
The test fails randomly, supposedly because the underlying issue is not completely fixed yet. This should be fixed in #9302, until then let's unblock CI.
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v40...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…d an activity button (#9297)
* feat(kudos): send kudos by text in standups * Remove console logs * Fix test * Store unicode emoji too * Link teamPromptResponseId * Update slack notification * Update email notification * Mention notification analytics * response mentioned toast analytics * isValid * Add types
Signed-off-by: Matt Krick <[email protected]>
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
GRRRR newlines are broken 😢 . will try again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Production Job Id: 5896253347\nStaging Job Id: 5896253285\n\n## The basics
Run through this list at least once at staging:
#t_product_actiontime
)ParabolInc/publictestrepo
)parabol-2
)4242 4242 4242 4242
, expiration date: any month in the future, CVC:123
)4000 0000 0000 3063
, expiration date: any month in the future, CVC:123
)4000 0000 0000 9995
, expiration date: any month in the future, CVC:123
). Error feedback is shown in the UI.What’s changed
At your discretion, complete the tests for any merged PRs:
Fixed
Changed