Skip to content
Snippets Groups Projects
user avatar
Cam Saul authored
* #11907 Repro: Tooltip should display correct value for unaggregated data [ci skip] (#14102)


Co-authored-by: default avatarflamber <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: default avatarNemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
Co-authored-by: default avatarflamber <1447303+flamber@users.noreply.github.com>
Co-authored-by: default avatarAriya Hidayat <ariya@metabase.com>
288494de
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.