This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 28, 2022
-
-
frannietrempe authored
* docs - running development branch instructions * reorganized content into existing pages * Jeff edits Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * remove gh command, minor edits * reorganizing step numbers Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
john-metabase authored
Thanks for the review/approvals.
-
frannietrempe authored
-
Noah Moss authored
-
Nemanja Glumac authored
-
Howon Lee authored
Adds an endpoint to the cards which are basically materially like dashboard/:id/copy, only it's for card/:id/copy - POST to it, get a copy of that entity.
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Kiselev authored
Move filters over into a separate bar below the header and move the filter button over to the right side of the header
-
- Jan 27, 2022
-
-
Maz Ameli authored
* redo tweaks from 19853 that got clobbered in the rebase * smaller text size for collections list items * make unpinned items list more compact
-
Bryan Maass authored
* Add has-user-setup setting - iff no user is setup aka has-user-setup == false, then redirect to /setup - when set from the env variable the setup-token is completely immutable, so can remove clear-token! * make /api/setup only setup accounts when not has-user-setup - react router changes to respect 'has-user-setup' setting - include docstring for print-setup-url * allow tests to setup multiple users via POST /api/setup * remove unused function hasSetupToken * Adds a test to enforce a single creation only - we now throw an ex-info with status-code 403 when has-user-setup and /api/setup route is hit (with error message mentioning the route) - more code review responses - fixup test to not delete users, (or set locale to spanish...) * addressing code review concerns - *disallow... -> *allow... for the dynamic var name - has-user-settings test: do not assume the test db has users in it - update test
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Make `getRevisionEvents` accept params object * Use "You" for current user's revision events * Fix "moved to" revision display * Add extra bottom padding to events timeline * Extract conditions into variables
-
Noah Moss authored
-
Dalton authored
* fix cut-off text in Safari * Actually fix cut-off text in Safari
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
* always show permission help * fix permission page layout
-
Anton Kulyk authored
* Remove saving changes from `setColumnType` helper * Use single POST request to create a model in cypress * Add E2E test * Display metadata editing revision events * Change message
-
Anton Kulyk authored
* Unksip x-ray test * Handle nullish dashboard parameters
-
Anton Kulyk authored
* Add `dataset` to Card type * Fix "source-table" type * Don't use original model query in ad-hoc mode * Handle model using `/dataset` endpoint in Cypress * Rerun query when entering model editor * Make it possible to only close the details sidebar * Close details sidebar when entering model ad-hoc mode * Move `isAdHocModelQuestion` to data-modeling utils * Handle TableInteracting column width reset event * Fix old isAdHoc util usage
-
- Jan 26, 2022
-
-
Gustavo Saiani authored
-
adam-james authored
* Add question link to the 'stopped working' email template. * Adjusted copy from alert email to correctly indicate how to unsubscribe
-
Jeff Evans authored
* Trim whitespace around commas in schema filtering code Change impl of `schema-pattern->re-pattern` so that strings are trimmed before being joined on `|` Add test to confirm
-
Noah Moss authored
Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Alexander Lesnenko authored
* fix license and billing page * fix imports cycle * specs * use no-upsell flag * fix condition
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Jeff Evans authored
* Support overriding ROWCOUNT for SQL Server Add new "ROWCOUNT Override" connection property for `:sqlserver`, which will provide a DB-level mechanism to override the `ROWCOUNT` session level setting as needed for specific DBs Change `max-results-bare-rows` from a hardcoded constant to a setting definition instead, which permits a DB level override, and move the former constant default to a new def instead (`default-max-results-bare-rows`) For `:sqlserver`, set the DB-level setting override (if the connection property is set), via the `driver/normalize-db-details` impl Add test to confirm the original scenario from #9940 works using this new override (set to `0`) Move common computation function of overall row limit to the `metabase.query-processor.middleware.limit` namespace, and invoke it from execute now, called `determine-query-max-rows` Add new clause to the `determine-query-max-rows` function that preferentially takes the value from `row-limit-override` (if defined)
-
Alexander Lesnenko authored
* allow disabling eslint * rename env var * actually disable eslint by default * update docs without autoformatting the document
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Fix metadata editor sidebar formatting UI * Fix styling * Add visual tests for model editors * Add extra awaits
-
Gustavo Saiani authored
-
Jeff Bruemmer authored
-
Alexander Lesnenko authored
-
Alexander Lesnenko authored
-
Ariya Hidayat authored
-
Howon Lee authored
Waterfall can now have pretty colors and goals now. Y-axis positions reverted back to the way Dan liked less but is more congruent to the dynamic visualizations.
-