Alexander Polyankin
Alexander Polyankin
Epic https://github.com/metabase/metabase/issues/22372 This is a completely custom form. This PR refactors it from `redux-form` to `formik`. How to test: - Go to Admin -> Data Model -> Metrics - Add...
### Links Product doc: https://www.notion.so/metabase/Clean-up-LDAP-and-Google-auth-set-up-experience-7499d138cf9845f9ab0b8fa459c1a7e1 ### Fixes - https://github.com/metabase/metabase/issues/5555 - https://github.com/metabase/metabase/issues/16225 - https://github.com/metabase/metabase/issues/16363 ### Implementation plan #### Milestone 1 - LDAP - [ ] BE - https://github.com/metabase/metabase/pull/25421 - [ ]...
Epic https://github.com/metabase/metabase/issues/23954
RFC https://www.notion.so/metabase/28-Remove-CSS-classes-with-brand-colors-22a83045ca144f12bd01ac8856a48de9 **Accent color migration** - [x] Night mode colors https://github.com/metabase/metabase/pull/23958 - [x] Query builder and expression editor colors https://github.com/metabase/metabase/pull/23996 - [x] `accent1` https://github.com/metabase/metabase/pull/24220 - [x] `accent2` https://github.com/metabase/metabase/pull/24215 - [x]...
Add data classes
Immutable data are used heavily for web applications today, commonly with Elm-like (redux, ngrx, ...) architectures. Most common thing web developer is doing with data is creating a copy of...
Currently binding entity to form with unmarked checkboxes won't set corresponding fields to anything. I use this code to fix this right now: ``` php if ($this->request->isPost() && $form->isValid($_POST, $customer))...
Related to https://github.com/metabase/metabase/issues/25481 Fixes the part of the issue where we allowed empty relative time intervals. How to test: - Open `Orders` table - Click on `Created At` -> Filter...
Fixes https://github.com/metabase/metabase/issues/25322 Reproduces https://github.com/metabase/metabase/issues/25322 How to test: - Follow the steps from the issue or run the cypress test which does exactly the same
Epic https://github.com/metabase/metabase/issues/19428 Changes: - `ldap-enabled` is shown as a toggle on the authentication option card and is changed as a regular setting. The toggle is shown only when this auth...
**Links** - Product doc https://www.notion.so/metabase/Prevent-auto-apply-filters-in-slow-dashboards-cc02d90dac9e42ee91f34c2a9810212f **Implementation plan** - [ ] BE - Add `auto_apply_filters` for dashboards - [ ] FE - Add a setting to toggle auto-apply filters in dashboards...