This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 10, 2022
-
-
Alexander Polyankin authored
-
- Oct 07, 2022
-
-
metamben authored
* Implement per group and per db app permissions
-
Jeff Bruemmer authored
-
metamben authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Basic static gauge chart * Add gauge segment min max labels * Add gauge segment label * Cleanup code * Fix React list key error * Remove hard-coded colors * Make the everything calculates at the gauge center * Make gauge segment data easier to understand * Example scaling chart to avoid label overflow * Avoid long labels overflow by scaling the gauge chart down * Match gauge needle color with the design * Fix hard coded gauge segment label anchor calculation * Fix static gauge chart not rotate gauge needle correctly * Add E2E for static gauge chart * Fix `transform-origin: center` not working with BE static chart * Truncate long segment label so charts can never be too small * Fix gauge segment not connected to each other * Static chart refactor part 1 * Final static gauge chart refactoring * Simplify clojure chart render function * Fix relative imports * Make overlapping gauge labels more legible * Make GaugeLabelData property orders consistent * Make a function easier to read * Make the calculation more correct though the behavior would still be the same * Separate presentational component out of the Gauge component * Remove unused tap> * Fix gauge chart not working on chart tester in internal static viz page * Fix gauge chart not rendered with Lato font * Improve internal page static chart tester option clarity * Support column settings in gauge charts * Add unit tests for static gauge chart utils * Address review * Fix unittest failure
-
Gustavo Saiani authored
-
Braden Shepherdson authored
The value is reconstructed on the deserialization side based on the time of deserialization. For the git workflow, `updated_at` makes for a lot of diffs of unrelated files.
-
Dalton authored
* Move some constants in schema_metadata to metabase-lib * Rename isFK and isPK to isTypeFK, isTypePK to handle name conflicts * Move type logic in schema_metadata.js to metabase-lib * Move unit test over to isa.unit.spec.js
-
- Oct 06, 2022
-
-
Nemanja Glumac authored
* Remove duplicated tests * Use the existing test to reproduce 12972 * Merge tests together Do not write tiny, unit-like E2E tests! * Fix the misleading test title * Tidy up caching tests * Use the existing helper function * Move helpers to the bottom of the file * Type less * DRY code
-
Noah Moss authored
* draft fix * test * revert change to email testing helper to fix tests
-
Noah Moss authored
* disable following redirects * add type hint
-
Natalie authored
-
Dalton authored
* Move metabase/lib/types to metabase-lib * Move TYPES to constants file
-
Kyle Doherty authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix static viz not rendering Lato font * Move function re font registering to metabase.pulse.render.style namespace
-
- Oct 05, 2022
-
-
Gustavo Saiani authored
-
Dalton authored
* Move utils to date-filters.ts * Move ExcludeDatePicker utils over to metabase-lib * Update import path * Fixes
-
Noah Moss authored
* Add UUID param to version info checks * add test and minor tweaks * Update test/metabase/task/upgrade_checks_test.clj Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com> * add is-prod check Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
Kyle Doherty authored
-
Luis Paolini authored
There are two things that needed some change: 1) default value: it's 10 secs rather than 5 2) this env var applies to both app db and external db's
-
Nemanja Glumac authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Tim Macdonald authored
[Fixes #25704]
-
- Oct 04, 2022
-
-
Ryan Laurie authored
* better action-adding behavior * use viz settings lib
-
metamben authored
-
Jeff Bruemmer authored
* update section name to match sidebar * fix link
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Cal Herries authored
* Refactor DatabaseTablesPane and convert TablePane to tsx * Remove redundant <> * Undo .toUpperCase() * Display table.table_name * Display table.table_name as the title of the TablePane * Fix e2e
-
Dalton authored
* Move mbql date filter utils out of DatePicker * Use fn declarations for consistency * Fix dep import
-
Nemanja Glumac authored
* Replace deprecated `cy.server` with `cy.intercept` * Replace stubbed `cy.route` calls * Fix failed tests * Spy on intercepted routes
-
Alexander Polyankin authored
-
metamben authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Oct 03, 2022
-
-
Nemanja Glumac authored
-
Nick Fitzpatrick authored
* Adding columnHasSettings function to ChartSettingFieldPicker * PR Feedback
-