Add force-click on .cm-content to pre-focus the CodeMirror field before
clearAndTypeOnCodeMirror runs its .realClick(). The "Primary key column-s"
field was covered by a flex layout container in the query editor panel.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix fillDSConnectionEncryptedField to use parseSpecialCharSequences:false
preventing Cypress from interpreting { in JSON private keys as key sequences
- Update bigquery error assertion from "Unexpected token" to
"JSON5: invalid character" matching current plugin JSON parser
* test
* fix: update MSSQL DNS error assertion and REST API datasource count for CI
* update Ds count
* test: update verifyDSConnection to use toast assertions (PR #15616)
TestConnection.jsx no longer renders inline status badges — success/failure
feedback is now via react-hot-toast. Update helper to:
- Success: assert toast 'Test connection verified' instead of test-connection-verified-text badge
- Failed: assert toast 'Test connection could not be verified' + keep connection-alert-text assertion for specific error messages
- Remove test-connection-failed-text assertion (element removed from UI)
* update timeout on toast
* feat(otel): Add edition-based OpenTelemetry architecture
* Implement Enterprise Edition OpenTelemetry initialization
* init
* flag
* cloud
* cloud changes
* sso
* add IOtelListener interface for OpenTelemetry listeners
* feat(logging): Enhance OpenTelemetry logging details in startup info
* otel
* otel middleware
* fixed
* review changes
* fix
* server/src/otel/audit-metrics.ts
* fix for optional boolean in audut-metrics.ts
* refactor: remove redundant OpenTelemetry middleware application code
* refactor: use ES6 imports instead of require in tracing.ts
* added google and git
* Promote and Release for the app in phase 3 (#14872)
* Promote and Release for the app in phase 3
* fix after product review
* tooltip for app builder
* Removed extra variable
* Revert "tooltip for app builder"
This reverts commit b7079ab7d8.
* changes in BaseManageGroupPermissionResources
* fixed lint issues
---------
Co-authored-by: Pratush <pratush@Pratushs-MacBook-Pro.local>
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
* fix: clean up formatting and whitespace in LicenseBase class
* fixed failed cases for license (#15242)
* feat: add customGroups, promote and release feature checks to license utility service
* fix: update group permission logic to exclude end user role
* fix: update granular permissions logic to include feature flag for custom groups
* fix: update permission logic to replace isBasicPlan with isEditable flag
* fix: update permission logic to use isEditable flag instead of isBasicPlan
* fixed failed case
* fix: correct formatting in BASIC_PLAN_TERMS features section
* bump version from 3.20.103-lts to 3.20.104-lts in all components
---------
Co-authored-by: adishM98 Bot <adish.madhu@gmail.com>
Co-authored-by: Pratush <pratush@Pratushs-MacBook-Pro.local>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
Co-authored-by: Pratush Sinha <104584767+Pratush613@users.noreply.github.com>
Co-authored-by: YuktiGoyal02 <100783212+YuktiGoyal02@users.noreply.github.com>
Co-authored-by: Shantanu Mane <maneshantanu.20@gmail.com>
Co-authored-by: Yukti Goyal <yuktigoyal02@gmail.com>
* Fix: Update right panel behavior and styles for better usability
* update test cases for new disabled CSS class implementation
---------
Co-authored-by: ajith-k-v <ajith.jaban@gmail.com>
* Adding the organizational slug in the signup redirect url
* Fixing the signup redirect logic for user access urls
* Fixed signup flow
* Fixing the redirect logic for preview apps for signup
* chore: update version to 3.20.77-lts
---------
Co-authored-by: Yukti Goyal <yuktigoyal02@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
* feat: add builder access control for themes
* Submodule conflict resolved
* Fixed user was able to see workspace setting page
* Resolving submodule conflict
* Fixed the base url for builder
* fixed builder permission failed cases
* fixed flaky case
* Fixed the workspace setting url for end-user
* removed verify theme step
* bump version from 3.20.66-lts to 3.20.67-lts
---------
Co-authored-by: Yukti Goyal <yuktigoyal02@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>