This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 21, 2022
-
-
Gustavo Saiani authored
-
- Apr 20, 2022
-
-
Cam Saul authored
-
Alexander Lesnenko authored
-
Kyle Doherty authored
* tweak style of Add your own data button to better fit sidebar context * add scoping for add icon click
-
Dalton authored
-
Nemanja Glumac authored
-
Benoit Vinay authored
* Displaying error in the correct place * Misc * Updates for error message order * TagEditorParam renders the selected field and table on page first load * Correct error message to display * Cypress repro added
-
Bryan Maass authored
-
Ryan Laurie authored
Move Object Detail Component to a Modal
-
Ryan Laurie authored
-
Dalton authored
* Add propTypes to InputWithSelectPrefix * Add placeholder prop * Use setting.placeholder in SiteUrlWidget
-
Jeff Bruemmer authored
-
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
-