This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 18, 2023
-
-
Ngoc Khuat authored
* Bookmarks to toucan2 * Timeline and TimelineEvent to toucan2
-
Ngoc Khuat authored
* Dimension to toucan2 * FieldValues to toucan2
-
- May 17, 2023
-
-
Ngoc Khuat authored
-
Cal Herries authored
-
Anton Kulyk authored
* Migrate `DataSelector` * Remove sample database fixture
-
Anton Kulyk authored
* Migrate `ModelDetailPage` * Migrate `NativeDrillFallback` * Migrate `QuestionRowCount` * Migrate `initializeQB` * Migrate `notebook/test-utils` * Allow `database: null` in dataset query type * Fix sample card types * Migrate `updateQuestion` * Remove `metabase-lib/mocks`
-
Alexander Polyankin authored
-
Jerry Huang authored
* initial changes * add job + tests * add test for job * fix spacing * address comments * update variable
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nícolas Sims Botelho authored
* feat: allow authorization token for druid database * fix: adjust in basic auth header and new field username * fix: add scenario test * fix: remove debug code * fix: use metabase-plugin for new fields and improve tests * fix: change type of auth-token to password * fix: adjustment tested * fix: adjustment tested --------- Co-authored-by:
Nícolas Botelho <nicolas.botelho@piposaude.com.br> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Cal Herries authored
* Fix subsitution of exclude- params * Rename fn to `not-single-date-type?` * Add docstring * Remove comment * Fix substitution * Fix errors when param values are not strings * Exclude bigquery from the test * Fix testing description * Use users table instead * Fix docstring
-
john-metabase authored
Data model and settings are now always exported unless --no-settings or --no-data-model are specified.
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
Braden Shepherdson authored
-
Anton Kulyk authored
-
john-metabase authored
-
Cal Herries authored
* Remove dataset_query from search * More removal of dataset_query * Fix test * Remove test * Fix kondo * Fix kondo
-
Anton Kulyk authored
-
Tim Macdonald authored
* instrumentation * PoC of fast CSV inserts for Postgres [ci skip] * Clean everything up * Add tests * Carriage return test * Clean up per PR comments * Cache NumberFormat fetching * Memoize number separators * Better caching of number separators * Add SQL injection tests
-
- May 16, 2023
-
-
Emmad Usmani authored
* refactor `DELETE_TAB` reducer to use tombstone deletion and save a history object * add undo after tab deletion * add e2e test case * refactor other reducer cases to use mutable draft state * use scoped selectors for e2e test * fix unit test
-
Roman Abdulmanov authored
-
Emmad Usmani authored
* fix width for tabs with long names * fix font size
-
Emmad Usmani authored
-
dpsutton authored
Each test run can create schemas where we put persisted models. Normally these are thrown away when the test runner disconnects the db. But cloud is a persistent resource and they don't just fall away automatically. We create a cache_info table in each persisted schema: ```sql -- postgres/redshift test-data=# select * from metabase_cache_424a9_379.cache_info ; key | value ------------------+-------------------------------------- settings-version | 1 created-at | 2023-03-29T14:16:24.849866Z instance-uuid | 407e4ba8-2bab-470f-aeb5-9fc63fd18c4e instance-name | Metabase Test (4 rows) ``` And we delete these schemas in redshift when creating our test databases when their `created-at` is over 6 hours old. At the moment, there are (`(count (:all-schemas info))`) 420 schemas in redshift that we use on CI. 122 of those are cache schemas. Under a 6 hour threshold, 121 are recent. Under a 1 hour threshold, 2 are recent. We've run out of tables in CI so I'm lowering the threshold for what "recent" is.
-
Alexander Polyankin authored
-
Denis Berezin authored
-
Ngoc Khuat authored
remove the warning util.cljc:346 recur arg for primitive local: cumulative_byte_count is not matching primitive, had: Object, needed: long (#30768) Auto-boxing loop arg: cumulative-byte-count
-
Mark Bastian authored
Removed colloquial use of "your" in x-rays where appropriate.
-
Cal Herries authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Clean up table references * Sort tables * De-crazy the return chain * Remove superfluous argument `index` is not needed prop in `ListItem` as of #30650 * Explicitly say that we pass the `table` to the `ListItem` * Fix sort order First sort by table name, then by the table schema! * Make sure tables are sorted in the test
-
Nemanja Glumac authored
[ci skip]
-
Nemanja authored
-
- May 15, 2023
-
-
Ngoc Khuat authored
-
Emmad Usmani authored
* fix selecting pinned items in collections * update e2e test
-
metamben authored
Fixes #30703.
-
Alexander Polyankin authored
-