This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 21, 2022
-
-
Aleksandr Lesnenko authored
* check how much is broken after redux upgrade * fix popovers could not use connected components * fix a unit spec failure * fix accessing a connected component ref which is a class instance * supress typescript errors caused by better type inference of the newer react-redux
-
- Dec 20, 2022
-
-
Alexander Polyankin authored
-
- Dec 16, 2022
-
-
Luis Paolini authored
-
Luis Paolini authored
-
Luis Paolini authored
-
Anton Kulyk authored
-
- Dec 12, 2022
-
-
Luis Paolini authored
-
Luis Paolini authored
-
Luis Paolini authored
-
Luis Paolini authored
-
Luis Paolini authored
-
Luis Paolini authored
-
- Dec 08, 2022
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Upgrade `react-markdown` version to the latest * Fix external link in markdown not having a proper target * Add tests
-
- Dec 05, 2022
-
-
Anton Kulyk authored
-
- Nov 21, 2022
-
-
Nemanja Glumac authored
* Remove `cy2` (SorryCypress library) * Stop recording Cypress tests using Currents dashboard service
-
Nemanja Glumac authored
* Upgrade `jest` to the latest version (29.3.1) * Add `jest-environment-jsdom` as a separate package This was a breaking change since the version 28 * Upgrade `@types/jest` to the latest version * Upgrade `babel-jest` to the latest version * Upgrade `@testing-library/jest-dom` to the latest version * Upgrade `@types/testing-library__jest-dom` to the latest version * Upgrade `jest-localstorage-mock` to the latest version * Upgrade `jest-watch-typeahead` to the latest version * fix jest config for v29 * fix specs Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
- Nov 18, 2022
-
-
Alexander Polyankin authored
-
- Nov 17, 2022
-
-
Aleksandr Lesnenko authored
-
- Nov 16, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Nov 15, 2022
-
-
Nemanja Glumac authored
-
- Nov 11, 2022
-
-
Nemanja Glumac authored
-
- Nov 10, 2022
-
-
Luis Paolini authored
-
- Nov 09, 2022
-
-
Nemanja Glumac authored
* Upgrade `cypress/grep` library * Update Cypress config
-
- Nov 05, 2022
-
-
Luis Paolini authored
-
- Nov 02, 2022
-
-
Luis Paolini authored
-
Alexander Polyankin authored
-
- Nov 01, 2022
-
-
Alexander Polyankin authored
-
- Oct 28, 2022
-
-
Nick Fitzpatrick authored
* Initial attempt for metrics * Breakout Support * PR Cleanup * Changing how ChartSettingsPopover renders widgets * Fixing ChartSettingsPopover selected section handling * Maz Feedback * adding readonly prop to ChartSettingsWidgets * RE-adding Multiseries editing component for dashboard Viz Settings * removing readonly nonsense I added * Removing series settings for waterfall charts * Some PR Feedback * PR Cleanup * PR Feedback * more PR feedback * Fixing getColumnKey import * use rawSeries instead of series * Adjusting tests * Adjusting test Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
- Oct 26, 2022
-
-
Aleksandr Lesnenko authored
* dynamic row chart * fix bugs * test * fix ticks and labels were cut * bugfixes around ticks, data labels in certain chart states * fix bugs, polish * review * adapt settings * review, fix bugs * review * polish, specs * review * review * fix initial card size * fix crashing when settings code passes undefined as a metric dimension * specs
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Oct 21, 2022
-
-
Nemanja Glumac authored
-
- Oct 20, 2022
-
-
Aleksandr Lesnenko authored
* add static viz build watch command * reload graalvm context each time in dev mode * run static viz with yarn:dev * address comments * use watch webpack env var Co-authored-by:
Noah Moss <noahbmoss@gmail.com>
-
Nemanja Glumac authored
* Install `deploysentinel` Cypress analytics * Start recording Cypress runs on `master` using `deploysentinel`
-
- Oct 17, 2022
-
-
Luis Paolini authored
* Replace `isomorphic-fetch` with plain `XMLHttpRequest` * Remove `isomorphic-fetch` Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
- Oct 11, 2022
-
-
Aleksandr Lesnenko authored
* support static row chart on the backend * update and add types * update types * add chart columns helper, dataset grouping * add viz settings helpers * fix text measuring * add generic row chart component for static and dynamic rendering * update deps * fix jest config for d3 * allow importing cljs in static viz * add a hook for getting chart columns and series * add a static row chart * build cljs before static viz * specs * add stories, moved isomorphic row chart component to the shared folder * update import * fix backend merge * remove an extra line * one more extra line * exclude unused props from the row chart * cleanup * review * fix types * fix log scale * add visual spec, fix goal label truncate * review * fix mock path * fix specs
-
- Oct 07, 2022
-
-
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
-
- Oct 03, 2022
-
-
Nemanja Glumac authored
-
- Sep 29, 2022
-
-
Nemanja Glumac authored
-