-
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.13.3 #9366
Merged
Merged
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
* feat: Add custom category to activity library The custom category lists all team and organization custom templates. * Color adjustment
* chore: Update code review guidelines * Update reviewers.yml * Renamed "One Review Required" to "Skip Maintainer Review" * Link to the label * Link to correct label
* 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 * Enable mentions in retro reflections * feat(kudos): enable mentions in retro reflections * feat(kudos): send kudos at the end of the retro * Handle anonymous notifications * Make some params optional * make editorRef optional * Clear undo redo stack * remove any * rebuild * make name and picture nullable * Change anonymous to someone
* feat: adding integrations to team view tabs * fix/updating-integration-link * Remove TeamSettingsWrapper Only 1 route in it was still used, thus removed it * Fix links * Cleanup * Don't use emotion in new components --------- Co-authored-by: Georg Bremer <[email protected]>
Without this fix the edit controls were shown but did not work.
* fix: highlight team dash in sidebar regardless of tab * Forgot Organizations on mobile
* show title and type below activity card * make activity library card dynamic * add retro background swirls * add background images for all meeting types * fix custom card size * truncate text if there is no space * clean up * use grape 100 * add premortem and postmortem imgs * remove bg from categories themes * move background img to div * add search bar * add getTemplateSuggestion skeleton * show ai response to user * handle error states * remove ai search props * fix vertical scroll * fix padding * add padding on mobile * fix merge conflicts * add feature flag and add json response to open ai * make suggestedTemplate non null * clean up * remove activity grid from activityLibrary file * hide default search if showing ai search * remove unused imports
* fix: Allow multiple *NewTemplate * Add a number to new templates * Start counting from 1
… application work (#9335) * chore(configuration): all non required variables commented * PGAdmin section explained and SOCKET_PORT back and explained
Signed-off-by: Matt Krick <[email protected]>
* feat(kudos): show snackbar when reflection with kudos created * Remove console log * snackbar key
* chore: Add recurring retros feature flag * Make it an org flag
This is helpful in the docker image for initial setup.
* add actvities to get you started title * show desired quick start templates in order * remove most popular * reduce margin
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
Signed-off-by: Matt Krick <[email protected]>
Signed-off-by: Matt Krick <[email protected]>
Signed-off-by: Matt Krick <[email protected]>
* chore: add pgvector to development environment Postgres * fix: MailManagerDebug now always creates file paths under the O/S limit * fix: bump rethinkdb-ts (fixes development errors on my system) * chore: review fixes
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>
Signed-off-by: Matt Krick <[email protected]>
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
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: 5963231530
Staging Job Id: 5963231500
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