This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 20, 2022
-
-
Nick Fitzpatrick authored
Adding hover state for web notifications toaster dismiss button
-
- Apr 19, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Braden Shepherdson authored
* Make namespace aliasing consistent everywhere; enforce with clj-kondo See the table of aliases in .clj-kondo/config.edn Notable patterns: - `[metabase.api.foo :as api.foo]` - `[metabase.models.foo :as foo]` - `[metabase.query-processor.foo :as qp.foo]` - `[metabase.server.middleware.foo :as mw.foo]` - `[metabase.util.foo :as u.foo]` - `[clj-http.client :as http]` and `[metabase.http-client :as client]` Fixes #19930.
-
Nick Fitzpatrick authored
-
adam-james authored
* Disallow nil for timeline/event icons * Test defaults include icons
-
Ariya Hidayat authored
Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
Case Nelson authored
-
Anton Kulyk authored
* Fix types * Clean up `NewButton` component * Use same height for search bar and the new button * Convert NewButton to TypeScript * Fix borders in QB * Increase logo link click area * Remove not used file * Add `contentClassName` prop to core Button * Fix NewButton spacing * Fix padding * Replace Button's `contentClassName` with styled * Fix dumb mistake
-
Nick Fitzpatrick authored
Rewrite GroupDetails.jsx, fix #21521
-
Alexander Polyankin authored
-
Braden Shepherdson authored
* Make partial= test helper take exactly two arguments Fixes #21454. `(= 2) ;=> true` and `partial=` followed that pattern. It leads to confusing test assertions that silently succeed. It's possible to extend this to support >= 2 arguments instead, but I'm keeping it simple for now. Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Diogo Mendes authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Apr 18, 2022
-
-
Alexander Kiselev authored
Disable `Starting from` option in dashboard "All Options" datetime widget
-
Nemanja Glumac authored
Repro #21452: POST firing on each keystroke when changing series display name on cumulative calculations (#21736)
-
Jeff Bruemmer authored
-
Ariya Hidayat authored
-
Noah Moss authored
* fix DB perm enforcement for users without data perms * update table perm checks * fix output of helper fn * revise approach * fix table read path * remove blank line * refactor and cleanup * syntax fix * add tests * fix test * another test * typo * fix more tests * make perm test helper more robust to fix final test failures * clean ns * grant read perms for a DB if a user has only data model perms, using a special :data-model perms object set * Revert "grant read perms for a DB if a user has only data model perms, using a special :data-model perms object set" This reverts commit f6cb724e513f6be5a26bc7252ffea30c192dfc8b. * change exclude-uneditable-data-model? to include-editable-data-model? * also adjust behavior & flag on /api/database/:id/metadata * update FE data model flags * one more datamodel fe query param * also add include_editable_data_model flag to /api/database/:id * a couple of more places for new query params * add include_editable_data_model query parameter to data model page requests * fix variable name * docstring fixes * fix test helper * fix perm check in /api/database/:id * try to fix cypress test Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Alexander Kiselev authored
* adding boolean to custom expr * added booleans to schema validattion * changed some mbql to use apply instead of a vector * update sample-dataset.edn * undo honeysql mess * fix sample-dataset.edn * fix unit tests * remove console.log * added `canceled` column to orders table in the sample database * minor fixes * bool custom column fixes * comment out join schema * rolback custom column changes * add error on custom column boolean expressions * unit tests * fix clj unit tests * e2e fix * unit test fixes * e2e fixes * added True/False to suggestions and fixed column formatting * fix e2e test * remove bool column from sample-dataset.edn because Oracle doesnt support bool column type (WTF?) * fix sample dataset tests * fix sample dataset tests * couple more fixes * fix sample-dataset.edn again * e2e fixes * fix some unit and e2e tests * unit test fix * e2e fixes * rollback sample database changes * more rollback * fix issues and add e2e tests * remove withAst from boolean pass * fixed issue with AST node
-
Bryan Maass authored
* fixes (#20938) by limiting embed previews to 2000 - (so they load faster) * adds test for (#20938) * add comment to the test for (#20938) * Update test/metabase/api/preview_embed_test.clj Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * respond to code review - yoda condition get rid of by using = and not= - use mt/rows ! - don't hardcode table ids - remove magic 2000 number (this helped with the test) * include metabase.api.preview-embed ns in test * fix ns ordering in test Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Case Nelson authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
Nemanja Glumac authored
* Use NodeJS modules * Add NodeJS shebang to the script * Run with node, rather than babel-node
-
Jeff Bruemmer authored
-
metamben authored
Fixes https://github.com/metabase/metabase/issues/17495.
-
Alexander Kiselev authored
* move code from messed up reflog * more reflog recovery * typecheck fixes * unit test fixes * e2e test fixes * remove typo * fix bugs from bugbash & review * recovered Starting From logic * refactor for DateAllOptionsWidget * fix push * exclude and header fix * random test fix attempts * fixes for between picker and some tests * widget and e2e test fixes * fix custom expr issue and some e2e * minor fix? * more e2e fixes * unit test fixes * try to fix weird failure * another fix * calendar fix * filter test fix * PR comments * e2e fixes * e2e fixes * e2e and unit test fix * exclude fix and e2e tests * more feedback fixes * typo * fix formatting issue * fix formatting issue * fix next icon * fix filter pill text * add more e2e tests * cleanup and moving some stuff around * minor type fix * fix issue with undefined values * fixed issue found in PR review and added e2e test * fixed range picker behavior * fixing range picker again * minor cleanup
-
Gustavo Saiani authored
-
Ngoc Khuat authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Ngoc Khuat authored
-
Maz Ameli authored
* change the General permissions to Application * rename general permissions to application permissions * BE: Rename General Perms to Application Perms (#21709) * BE: Change General Perms to Application Perms * lint migration file * add migration to update seq name * update application perms graph endpoint in fe Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Maz Ameli authored
-
- Apr 16, 2022
-
-
Nemanja Glumac authored
-
- Apr 15, 2022
-
-
Dalton authored
* Fix combined tooltip for charts (#17946) * Check card name to ensure it hasn't been derived from a column name * Make the fix specific to dashboard added series * Update comment * Fix logic around finding correct added dashcard series * Pass dashboard to ChartSettings component * Attempt to handle multi series in dash cards * Add e2e tests Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-