-
- Downloads
Merge x.37.5back into master (#14282)
* #11907 Repro: Tooltip should display correct value for unaggregated data [ci skip] (#14102) Co-authored-by:flamber <1447303+flamber@users.noreply.github.com> * #11957 Repro: Changing filters shouldn't drop aggregated filter [ci skip] (#14103) * #13187 Repro: FE should respect (BE) settings for `auto_run_queries` [ci skip] (#14120) * Mac App build script tweaks * Defer the parser and its related construction until it's needed (#14133) Expression parser construction is expensive (mainly due to grammar validation via Chevrotain's performSelfAnalysis). Thus, instantiating the parsers at the initialization time will lead to a signifant delay in DOMContentLoaded, thereby affecting (among others) the embedding performance. To avoid this, simply defer that step until parsing is really needed (which is actually far far later, i.e. when the user is using the notebook). * Add a clarifying comment regarding parser lazy loading * Fix #13187: FE should respect settings for `auto_run_queries` on page load (#14121) Closes #13187 * Remove initial state from `auto_run_queries` * Assert that `auto_run_queries` is ON by default for sample dataset This test confirms that toggle works without explicitly setting the initial state to `true`. * Improve toggle's accessibility Reference: https://a11y-style-guide.com/style-guide/section-forms.html#kssref-forms-toggles * Adjust Cypress tests * #13415 Repro: Visualization type should be respected when entering a question from a dashboard [ci skip] (#14142) * Fix #13299: Misconfigured "Port" label and input fields (#14134) Closes #13299 * Add `aria-labelledby` attribute to numeric form fields * Update affected Cypress tests * #13175 Repro: Can not do arithmetic in filter expressions (#14155) * #14193 Repro: Custom column is dropped after removing filter (that comes after aggregation) [ci skip] (#14197) * Fix 13868 (second try) (#14248) * Fix 13868 * Unskip Cypress test * #14255 Repro: CC and table column same name [REGRESSION] [ci skip] (#14267) * Backport migrations fixups from master (#14276) * Misc code improvements (#14247) * Add test-cypress-open-no-backend * Enable test endpoints for dev * More are+ test util function to metabase.test * Improve the way with-temp-defaults are reloaded for models * Simplify defendpoint macro a bit; convert tests to new style * Rework a few more tests * Code cleanup Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
Ariya Hidayat <ariya@metabase.com>
Showing
- OSX/Metabase/Metabase-Info.plist 2 additions, 2 deletionsOSX/Metabase/Metabase-Info.plist
- OSX/bin/sign_update.rb 0 additions, 0 deletionsOSX/bin/sign_update.rb
- OSX/release.sh 0 additions, 1 deletionOSX/release.sh
- OSX/src/macos_release/create_dmg.clj 10 additions, 9 deletionsOSX/src/macos_release/create_dmg.clj
- OSX/src/macos_release/sparkle_artifacts.clj 7 additions, 6 deletionsOSX/src/macos_release/sparkle_artifacts.clj
- frontend/src/metabase/components/form/widgets/FormNumericInputWidget.jsx 1 addition, 0 deletions...tabase/components/form/widgets/FormNumericInputWidget.jsx
- frontend/src/metabase/components/form/widgets/FormToggleWidget.jsx 6 additions, 1 deletion...src/metabase/components/form/widgets/FormToggleWidget.jsx
- frontend/src/metabase/entities/databases/forms.js 0 additions, 1 deletionfrontend/src/metabase/entities/databases/forms.js
- frontend/src/metabase/lib/expressions/process.js 7 additions, 5 deletionsfrontend/src/metabase/lib/expressions/process.js
- frontend/test/__runner__/backend.js 3 additions, 2 deletionsfrontend/test/__runner__/backend.js
- frontend/test/metabase-db/mongo/add.cy.spec.js 1 addition, 3 deletionsfrontend/test/metabase-db/mongo/add.cy.spec.js
- frontend/test/metabase-db/mysql/add.cy.spec.js 1 addition, 5 deletionsfrontend/test/metabase-db/mysql/add.cy.spec.js
- frontend/test/metabase-db/postgres/add.cy.spec.js 1 addition, 5 deletionsfrontend/test/metabase-db/postgres/add.cy.spec.js
- frontend/test/metabase/lib/expressions/parser.unit.spec.js 40 additions, 0 deletionsfrontend/test/metabase/lib/expressions/parser.unit.spec.js
- frontend/test/metabase/lib/expressions/process.unit.spec.js 30 additions, 0 deletionsfrontend/test/metabase/lib/expressions/process.unit.spec.js
- frontend/test/metabase/scenarios/admin/databases/edit.cy.spec.js 22 additions, 0 deletions...d/test/metabase/scenarios/admin/databases/edit.cy.spec.js
- frontend/test/metabase/scenarios/dashboard/chained-filters.cy.spec.js 1 addition, 1 deletion...t/metabase/scenarios/dashboard/chained-filters.cy.spec.js
- frontend/test/metabase/scenarios/question/custom_column.cy.spec.js 71 additions, 1 deletion...test/metabase/scenarios/question/custom_column.cy.spec.js
- frontend/test/metabase/scenarios/question/filter.cy.spec.js 46 additions, 1 deletionfrontend/test/metabase/scenarios/question/filter.cy.spec.js
- frontend/test/metabase/scenarios/visualizations/drillthroughs/chart_drill.cy.spec.js 37 additions, 0 deletions...arios/visualizations/drillthroughs/chart_drill.cy.spec.js
File moved
Please register or sign in to comment