Simplify trials#289
Open
delfrrr wants to merge 7 commits into
Open
Conversation
- Added functions for exchanging refresh tokens and retrieving token info in cypress.config.js. - Integrated Google OAuth token stubbing in various Cypress test files to streamline authentication. - Updated cloudBasicFlowEnd.cy.js, cloudBasicFlowStart.cy.js, and other test files to utilize new OAuth token handling. - Refactored commands.js to include new commands for setting development claims email and ensuring test workspace. - Modified docker-compose.yml and related files to replace DEKART_DEV_CLAIMS_EMAIL with DEKART_DEV_CLAIMS for better configuration management. - Updated server configuration to handle new claims structure and removed deprecated claims handling. - Added tests to validate new claims behavior and ensure proper context handling in claims.go.
CI Check Results✅ Go Tests: success |
CI Check Results✅ Go Tests: success |
CI Check Results✅ Go Tests: success ✨ All checks passed successfully! |
CI Check Results✅ Node Tests: success ✨ All checks passed successfully! |
- Removed workspace plan type checks from ServeReportAnalytics to simplify access control. - Updated callCreateReportTool to return a structured response when report limit is reached. - Removed public report limit checks from PublishReport, allowing for more flexible report publishing. - Introduced transaction handling in CreateReport to ensure atomicity during report creation. - Enhanced report limit checks with transaction locking to prevent race conditions. - Removed redundant test cases related to report creation gate checks. - Simplified user addition logic in UpdateWorkspaceUser by removing unnecessary checks for personal workspaces.
CI Check Results✅ Node Tests: success |
CI Check Results✅ Node Tests: success ✨ All checks passed successfully! |
This file contains hidden or 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
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.
Contributor License Agreement