This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 30, 2022
-
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* convert-timezone for mysql, mariadb, sqlserver, oracle * sqlserver doesn't understand Asia/Ho_Chi_Minh * vertica * skip report-tz tests for sqlserver * use the util fn to check args for convert-timezone * fix for vertica not formatting in report-tz
-
Anton Kulyk authored
* Add basic `CreateCollectionForm` * Add `CreateCollectionModal` * Use new form in "New" menu * Remove no longer needed `onChangeLocation` * Use new form in collections ellipsis menu * Add unit tests * Don't use legacy form lib in collection plugin * Add `canManageCollectionAuthorityLevel` utility * Update `FormCollectionAuthorityLevel` * Add authority level field to new collection form * Remove old collection form * Tweak how authority level form field is exposed
-
Nick Fitzpatrick authored
-
Anton Kulyk authored
* Convert authority level plugin to TypeScript * Don't use `any` too much
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Extract `ChartSettingsErrorButton` component * Extract `VisualizationActionButtonsContainer` * Extract `NoResultsView` component * Extract `ErrorView` component * Extract `LoadingView` component * Extract styled components * Tweak styled component names * Update props type names
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Convert `SegmentedControl` to TypeScript * Migrate `SegmentedControl` to Storybook * Move `SegmentedControl` to its own directory * Make SegmentedControl types generic
-
Anton Kulyk authored
* Clean up setting selector wrappers * Sort `LicenseAndBillingSettings` imports * Use `getSettings` in `LicenseAndBillingSettings` * Fix selectors usage in metabase enterprise * Fix selectors usage in Slack forms * Fix selectors usage in `GoogleAuthForm` * Fix selectors usage in `AppBanner` * Fix selectors usage in `CloudMigrationHelp` * Unsubscribe query builder from app settings They don't seem to be used at all * Fix selectors usage in auth selectors * Fix selectors usage across the app * Fix something happened to an import
-
- Nov 29, 2022
-
-
Nick Fitzpatrick authored
* Adjusting style of Column Title label in Table Viz * removing all form-field lable types
-
Nick Fitzpatrick authored
* Doing isBreakout check sooner, removing column formatting from 2nd dimension * PR Feedback * separating showColumnSettings and showColumnSettingsForIndicies
-
Cam Saul authored
* Include Amazon Athena support for dacort/metabase-athena-driver * Use Metabase Maven repo to fetch Athena driver * Copy test extensions from Damon's Athena driver repo * Some code cleanup. * Move namespaces => metabase.driver.athena * Clean up the test extensions namespace * 42 failures, 16 errors * Fix regex support; disable a few tests * Minor tweaks * Fix data-source-name * Fix :week and :day-of-week impls (mostly): 2 failures, 3 errors * Fix OFFSET, :week-of-year; skip test that has TIME column * Add Athena to CircleCI config. Don't wait for Java 11 tests to finish before driver tests. * ALL TESTS ARE PASSING! <3 * Copy fixes for https://github.com/dacort/metabase-athena-driver/issues/115; add test * We don't need to prep source files or fetch dependencies before running backend tests. * Fix Eastwood error. * Tweak CircleCI config. * Fix TIMESTAMP WITH TIME ZONE * Include the Athena/Redshift repos in the build-drivers deps.edn * Build and release scripts need to have the :mvn/repos as well * Revert change that enabled test for Presto * Un-enable failing test for Snowflake as well. * moves all is clauses into the test - previously only the first few tests were being run * Sort ns in `metabase.driver.athena-test` * Prevent athena's log4j2.properties file from becoming log config athena includes log4j2.properties top-level with the properties: ``` status = debug rootLogger.level=debug ``` And this kills our beautifully crafted logging. Set "log4j2.configurationFile" in bootstrap to our own log4j2.xml. Log4j2 looks in a few places for its logging config, the first of which is the properties file. So when the jar is loaded, log4j2 considers this a logging config change and we lose our logging. Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com> Co-authored-by:
Bryan Maass <bryan.maass@gmail.com> Co-authored-by:
dan sutton <dan@dpsutton.com>
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* [CI] Trigger `uberjar` workflow manually * Do not make commit SHA input required * Continue building on push to `master` This will keep `metabase-head` and `metabase-enterprise-head` DockerHub repos working as they did before. * Simplify by removing references to `main` branch * Ignore unrelated paths for push on `master` branch
-
Luis Paolini authored
-
Anton Kulyk authored
* Move visualization errors messages to viz lib * Sort imports * Clean up comments * Clean up state definition and default props
-
Anton Kulyk authored
* Remove not used route * Add space between imports * Remove not used collection URL helper * Remove not used dashboard URL helper
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add `isValidCollectionId` helper * Add `FormCollectionPicker` component * Add `FormFooter` component * Fix `FormProvider` template types * Add `CreateDashboardForm` * Reimplement `CreateDashboardModal` * Fix type error * Use new `CreateDashboardModal` * Delete old `CreateDashboardModal` * Accept root collection's `null` id * Remove console errors/warns overwrite in tests * Remove flaky test * Use `getBy*` element selectors instead of `queryBy*`) * Fix creating new dashboard for a question * Open new dashboards in editing mode * Rely on validation schema to set initial values * Make `description` input `nullable` * Use `userEvent` instead of `fireEvent` in tests * Move `FormCollectionPicker` to collections module
-
Braden Shepherdson authored
-
Alexander Polyankin authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Match static combo chart colors with app viz colors * Match colors when individual series color is set * Remove tests that test colors Since colors is now determined in FE * Fix static viz Series type * Match static progress bar colors with app viz colors * Simplify Clojure code, makes it more idiomatic * Fix certain combo charts don't respect whitelabel colors * Make Clojure code more idiomatic * Fix Series type * Add colors back to static internal page * Simplify type predicate * fix colors matching for multiple series with mulitple metrics or dimensions * Handle legends not formatted in static viz in some cases * Fix failed BE tests after BE API changed * Fix failed BE tests after BE API changed * Add multiple series dashcard test to `getSeriesWithColors` test * Add `getSeriesWithLegends` tests * Fix URL `/_internal/static-viz` not loading due to API change * Correctly render legend when having dashcard title set * Simplify combo-chart API don't really need `settings-seqs` yet * Make static combo chart component type easier to understand * Address review: refactor `render-multiple-lab-chart` * Make variable names easier to understand * Simplify color API * Address review on `body.clj` * Address review, make parameter name more consistent * Fix multiple scalars not rendering * Remove unused imports
-
- Nov 28, 2022
-
-
Ngoc Khuat authored
convert-timezone now requires source-timezone if the input column doesn't have timezone
-
Natalie authored
-
john-metabase authored
* Adds rollback where necessary to v45 migrations * Adds linter for migrations requiring rollback key * Removes unused writeback table migrations * Removes migrate down-one subcommand
-
Jeff Bruemmer authored
-
Nick Fitzpatrick authored
-
Nick Fitzpatrick authored
* adding border to pivot table sort buttons * Changing to use Button component
-
Bryan Maass authored
-
Bryan Maass authored
* treat private-key conn props as base64 encoded - fix typo * handle connecting with local keypair * adds test for snowflake keypair auth * remove unused arg * remove id, and only call byte-array->string once * dont reflect for conversion from byte-array to str * remove inline def * more cleanup - mess with tests to find the fabled metabase ci snowflake user * remove un-needed test * handle conn uri in connection-details->spec * make sure tests are actually running * encode properties in the connection uri * typehint private keyfile * respond to some review comments - add a test for can-connect? => true, even when jdbc/query returns falsey * remove unused logging require * adds assoc-qp - which will be used to non-destructively "assoc" onto the snowflake connection query params * hook in u.qp/assoc-qp to better update conn uri * kill a newline * reuse `conn-str-with-additional-opts` on snowflake conn uri * update use utf-8 when encoding private-key-value conveniently use `bytes` and `bytes?`
-
Aleksandr Lesnenko authored
-
- Nov 25, 2022
-
-
Nick Fitzpatrick authored
* Updating Eye Icons * Updating Tests
-
Mahatthana (Kelvin) Nomsawadi authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix weird static viz data point values rounding * Fix incorrect static viz formatting * Fix failing tests
-
Mahatthana (Kelvin) Nomsawadi authored
-
Nick Fitzpatrick authored
-