This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 03, 2021
-
-
Nemanja Glumac authored
* Remove `yarn start` script * Remove `lein docstring-checker` and `lein-bikeshed` scripts * Update `lein` references in `ci-backend` script
-
Luis Paolini authored
* Intermediate commit * Add the step to include .platform dir into the bundle
-
- Aug 02, 2021
-
-
Alexander Lesnenko authored
-
Gustavo Saiani authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Gustavo Saiani authored
-
Jeff Evans authored
Updating schema connection property to have proper display name Updating display name for database to be "Schema" Fixing `driver/can-connect?` impl in `presto_jdbc.clj` to actually use the correct driver, and dissoc `:engine` before calling the `sql-jdbc.conn` method Adding test for the `test-database-connection` method, which is what led to the error from the UI
-
Cam Saul authored
* Revert changes to activity and activity-test namespaces * Add some sanity-checks to help debug the failing test * Delete accidental newline
-
Cam Saul authored
-
- Jul 30, 2021
-
-
Cam Saul authored
-
Howon Lee authored
Change default behavior of pagination to be what i imagined it to be. Really should've taken Dan's question to heart and actually tested that bit...
-
Jeff Evans authored
Only build currently active drivers Update `all-drivers` fn so that it only "finds" drivers that have either a `project.clj` or `deps.edn` file (i.e. some build file), and ignores the directory otherwise. This is to deal with cached artifacts hanging around between builds in a shared executor type environment (ex: CircleCI), where even though the checkout won't bring in some driver directory that doesn't exist on the target branch, some other files (such as `pom.xml` or a `target` directory), might still be hanging around
-
Noah Moss authored
-
Greg Wilson authored
* First draft of sync/fingerprint/scan troubleshooting * Merging fixes from @flamber. * Merging Jeff's suggestions.
-
Dalton authored
* Update babel dependencies to latest * Remove some old babel dependencies The dependencies in this commit include dependencies that have been renamed, such as babel-cli which is now @babel/cli. It also includes dependencies that have been replaced, such as babel-preset-stage-0 and its ilk, which have been replaced with @babel/preset-env. * Remove babel-register dependency This is referenced in our webpack.config.js file. I don't think we need Babel in our Node envionment, but I could be wrong, so leaving this as a separate commit. * Remove @babel/standalone and dependent code We're using @babel/standalone to support the writing of JSX in our internal-only ScratchApp editor. Unfortunately, this dependency is large--1.5mb not gzipped--and our current build does not intelligently split bundles, meaning our users our burdened by the size of this dependency whenever they must redownload the Metabase JS bundle. I'm removing it. We...
-
- Jul 29, 2021
-
-
Noah Moss authored
-
Noah Moss authored
-
Cam Saul authored
* Fix some Eastwood failures * Fix a lot of Eastwood errors now that it runs against test namespaces [ci skip] * Run Eastwood against test namespaces [WIP] * Bump Eastwood version to fix some errors in Eastwood itself * Fix another lint warning * Fix test failure * More test fixes
* Fix all the warnings! * Test fix * Bump Eastwood GH action timeout to 20 minutes (!) -
Jeff Bruemmer authored
-
- Jul 28, 2021
-
-
Cam Saul authored
-
Alexander Lesnenko authored
-
Alexander Lesnenko authored
* auto cherry pick to release branch on merge into master * rename workflow, label
-
Anton Kulyk authored
-
Anton Kulyk authored
-
dpsutton authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Rename collection's plugin `formFields` * Add tests for collection type field visibility * Limit collection types visibility * Fix cypress tests
-
Anton Kulyk authored
* Add icon prop to LegendItem * Add icon prop to LegendHeader components * Add headerIcon prop to Visualization * Add headerIcon prop to DashCard * Display official badge on questions in regular dashboards * Add headerIcon prop to Funnel * Add headerIcon prop to LineAreaBarChart * Extract hasLegendHeader variable * Pass headerIcon to visualisations with custom header * Add E2E tests * Add Icon prop-types * Use imported Icon prop-types * Fix post-rebase issue
-
Anton Kulyk authored
* Add `update_collection_tree_authority_level` field * Add authority level tree update * Test authority level children bulk update
-
Anton Kulyk authored
* Add getCollectionIcon function * Add isRegularCollection function * Display official badge in collections sidebar * Don't dim official badge icon in collections sidebar * Show root collection icon * Use `CollectionsList.Icon` for "All personal collections" * Fix CollectionBadge icon color * Display official collection badge in search results * Test official badge displayed correctly in sidebar * Test official badge is shown throughout the app * Show official badge icon in SavedQuestionPicker * Use existing isPersonalCollection utility * Show official badge icon in QuestionPicker * Show official badge icon in CollectionPicker * Minor CollectionIcon refactoring * Use function declaration for isRegularCollection * Add editCollection test helper * Add changeCollectionTypeTo helper * Remove duplicated assertions * Add helper to create official collection * Add testOfficialBadgeInSearch helper
-
Anton Kulyk authored
* Add badge icon * Add empty PLUGIN_FORM_WIDGETS * Add empty PLUGIN_COLLECTIONS * Extract `getWidgetComponent` from FormWidget * Allow adding EE-only form widgets * Add `authority_level` field to collections * Fix SegmentedControl's `value` prop-type * Specify icon sizes for SegmentedControl's options * Add FormCollectionAuthorityLevel form widget * Add `PLUGIN_COLLECTION_COMPONENTS` * Add CollectionAuthorityLevelIcon * Move ToggleMobileSidebarIcon out of PageHeading * Display official badge on collection page * Add authority level to collections plugin * Rename `AUTHORITY_LEVELS` to `EE_AUTHORITY_LEVELS` * Patch collections plugin with EE authority levels * Fix authority level value for new collection form * Add `cy.createCollection` command * Add `describeWithoutToken` Cypress helper * Test user can manage collection authority level * Test collection types available only in EE * Run prettier * Keep regular collection opts in AUTHORITY_LEVEL * Fix test comment * Translate collection type names * Avoid aliasing regular authority level
-
Anton Kulyk authored
-
Greg Wilson authored
* Outlining items for troubleshooting guide for sandboxing. * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Incorporating minor suggestions * Incorporating comment from @flamber * Converting sandboxing troubleshooting guide to prose * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Johannes' fixes * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/sandboxing.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Jeff's edits Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Alexander Lesnenko authored
-
Greg Wilson authored
* Minor fixes to performance troubleshooting guide * Update docs/troubleshooting-guide/performance.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Fixing a few small issues with the performance troubleshooting guide. * Another fix to performance troubleshooting Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
- Jul 27, 2021