This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 06, 2021
-
-
Noah Moss authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
- Dec 04, 2021
-
-
Alexander Lesnenko authored
-
- Dec 03, 2021
-
-
Ariya Hidayat authored
Use an improved semantic validation layered on top of the existing resolver (around ~40 LoC) instead of its own dedicated logic (~240 LoC). Not only the improved type-checker is leaner and faster, it's also more accurate in some corner cases. The type-checking process is also deferred to the compilation stage, instead of earlier in the parsing stage.
-
Jeff Evans authored
* Enable Postgres driver to use secrets for configuring SSL parameters Adding secret related properties for SSL options to Postgres driver Move `conn-props->secret-props-by-name` to secret.clj since it's needed directly there, too Add `us-east-2-bundle.pem` to `test-resources/certificates` for testing Postgres with SSL connectivity to our RDS instance (and a README.md explaining how it differs from the existing `ssl` directory) Updating `value->file!` to have better logic for building the error message when the existing file is not found (for better UX from the Database admin page) Updating frontend to support the `visible-if` value being an array, in which case any value may match the current details value, in order for that field to be visible Adding secret related properties for SSL options to Postgres driver Updating CircleCI config.yml to refer to the RDS instance when running Postgres SSL test Implement server side expansion of transitive visible-if dependency chain Update shouldShowEngineProvidedField on client to consider multiple key/value pairs in the visible-if map, and only show the field if ALL are true Adding new test to confirm transitive visible-if resolution, and cycle detection Add Cypress test for SSL field visibility
-
Noah Moss authored
-
Maz Ameli authored
* restyle the dataset education modal * restructure the modal code and styling * add t tags to strings
-
Dalton authored
* move Popover to subfolder * Add TippyPopover component * Add popover theme styling * Add/use EventSandbox component * make TippyPopover lazy * improve demo page * add unit tests for TippyPopover * let most defaulted props be overridable * rename cypress helper fn * clean up .info example
-
Noah Moss authored
-
Kyle Doherty authored
-
Noah Moss authored
-
Noah Moss authored
-
Anton Kulyk authored
* Add tests for buildCollectionTree * Rename test objects for better readability * Allow filtering collection tree items by models * Hide collections without datasets in dataset picker * Keep parent nodes if they don't have target models
-
- Dec 02, 2021
-
-
Cam Saul authored
* Require data permissions to set parameter mappings * Impl for sandboxed permissions * Allow updating dashboard if parameters haven't changed; more tests * Fix premature i18n lookups
-
Cam Saul authored
-
Cam Saul authored
-
Jeff Evans authored
* Fix google-api-client version from google driver Update google-api-client version `1.30.7` -> `1.32.1`, so that `google-http-client` ends up as `1.39.2` to match the other drivers Add explicit `google-http-client-jackson2` dependency for google driver since it's no longer included transitively for some strange reason, but the `:google` driver itself directly uses it Add new CircleCI test run for multiple Google related drivers (to ensure there aren't cross-driver classpath issues)
-
Tieu Philippe KHIM authored
Generate correct connection string when srv is defined, including `authDb` Default `authDb` to `admin` if not set
-
frannietrempe authored
* Added test email steps; minor reorganizing * Update docs/troubleshooting-guide/cant-send-email.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Howon Lee authored
Static viz for funnel plots. Pursuant to #18676.
-
Jeff Evans authored
-
Anton Kulyk authored
* Pass real dataset instance to QB components * Add basic support for "dataset" QB mode * Add simple DatasetEditor page * Fix dataset editor turns into ad-hoc mode on any change * Navigate back from the editor * Use `getQuestion` selector for datasets too * Allow removing "Visualize" button from Notebook * Allow hiding native query editor's parameters list * Add `isInitiallyOpen` prop to native query editor * Add "Edit query" button to question sidebar * Add ResizableNotebook component * Add query editor to dataset editor * Fix native dataset updates change QB mode to "view" * Hide NavBar on dataset editor page * Add ability to save updated dataset query * Extend Cypress helper to create native datasets * Add E2E tests for dataset query editor * Use ActionButton for "Save changes" button * Reset query changes on "Cancel" button click * Move DatasetEditor to QB components * Fix QB selectors unit tests * Test `getIsResultsDirty` tests for datasets * Test `getQuestion` QB selector * Lock dataset display to table in editor * Allow to disable visualization click handlers * Disable table click actions for dataset editor * Fix can't open native query sidebars * Remove not used component * Fix scroll effect when resizing notebook * Fix "back" button behavior * Fix missing translation * Fix template tags assignment in dataset QB mode
-
- Dec 01, 2021
-
-
Noah Moss authored
-
Ariya Hidayat authored
-
Jeff Evans authored
Bump metabase/connection-pool version from 1.1.1 to 1.2.0 to get the updated c3p0 version (0.9.5.5)
-
dpsutton authored
* Only annotate collection tree with unarchived information * Update docstring of api to include here and below info
-