This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 09, 2021
-
-
Ariya Hidayat authored
tl;dr AdoptOpenJDK is now Temurin (part of Eclipse Adoptium) https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/
-
- Oct 08, 2021
-
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
#18344 Repro: The original question title is shown in the subscription instead of the curated title (#18355)
-
Alexander Kiselev authored
* set `allowJs` to true in tsconfig. This allows TS to infer types from JS files * added decorators
-
Nemanja Glumac authored
* Extract cc reproductions from `question` group * Extract custom-column spec * Extract custom column help-text spec * Extract custom column typing-suggestion spec * Extract custom column error-feedback spec * Expand typing-suggestions spec * Consolidate repros * Extract custom column data-type spec * Remove references to `cy.server` from custom-column spec * Extract custom column expression-editor spec * Remove duplicate tests * Extract and unskip repro for #13289 * Register custom column helpers * Use CC helper in tests * Move related tests to help-text spec * Enable "custom-column" e2e group in CI * Delete a duplicate repro for #13289 * Remove obsolete test * Expand error-feedback spec * Extract and expand repro for #14843 * Fix linter errors
-
Noah Moss authored
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Clean up query expressions unit tests * Add tests for StructuredQuery's expression methods * Append indexes to duplicate expression names * Fix expression update test * Test renaming an expression * Fix handling gaps in expression names with indexes * Handle duplicate names when updating expressions * Add issue id to repro test Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * Add E2E helper to select notebook steps * Simplify Cypress test * [ci nocache] Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Pawit Pornkitprasan authored
The expressions are executed inside the sub-query, so the fields do not need to be exposed outside.
-
- Oct 07, 2021
-
-
Alexander Kiselev authored
runner to decouple from incoming TS refactors
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
* [ci nocache] Use virtualization in AddSeriesModal question list, load metadata for question in chunks * [ci nocache] add empty state
-
Ariya Hidayat authored
* Check also for master branch
-
Alexander Lesnenko authored
* add basic typescript configuration * convert a tiny hook use-debounced-value to typescript * allow any for now? * update terser and static viz configs * adjust config * change extension of QuestionActivityTimeline from jsx to js to match jest config * adjust config * skip failing tests * Fix missing question method in unit tests (#18314) * review fix * fix Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Anton Kulyk authored
* Fix invalid import * Blank * [ci nocache]
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Enable repro * Move saved questions virtual DB id to own file * Add saved question helpers * Add test-id to Metabase logo component * Extend repro test to cover archived items handling * Handle saved question actions in schema entity * Handle saved question actions in table entity * Fix moved file import * Fix Cypress can't find logo in EE (whitelabeling) * Fix saved questions order * Fix saved questions included in database tables
-
Anton Kulyk authored
* Remove not used prop * Make CollectionSidebar a functional component * Fix accidentaly closing some collections
-
- Oct 06, 2021
-
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Cam Saul authored
* Static viz: respect custom X and Y axis labels * Static viz: allow rendering non-timeseries line charts * Test fixes
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Cam Saul authored
-
Jeff Evans authored
Change implementation of docsUrl to handle RC suffixes for EE versions Change the regex used to test the tag to detect any OSS or EE version, including (possibly) an arbitrary suffix after the major and minor parts, and normalize to the major OSS equivalent version instead. If the suffix, OTOH, is `-SNAPSHOT` (ignoring case), then the doc tag will be `latest`, on the theory that this is as local development build. v0.41.0 => v0.41 v1.41.1 => v0.41 v1.41.2-RC1 => v0.41 v1.42.0-SNAPSHOT => latest Adding unit tests for all cases Update behavior so that -SNAPSHOT suffix points to "latest"
-
Cam Saul authored
-
Nemanja Glumac authored
-
Noah Moss authored
-
Jeff Bruemmer authored
-
Noah Moss authored
-
Nemanja Glumac authored
#18148 Repro: "Save" button shouldn't appear before one selects the source for a native question (#18259)
-
Nemanja Glumac authored
* Add `setupSMTP` helper function * Remove deprecated `setupDummySMTP` helper * Re-use `setupSMTP` helper in tests * Always clear Webmail's inbox after setting up the SMTP
-
Pawit Pornkitprasan authored
-
Howon Lee authored
Previous PRs for error cards page were laser focused on getting everything to work, as opposed to actually conforming to spec. This one gets it closer to spec, although product wants reloading animations which are not there yet. To wit, - Indicates to end user what the current running state is. Given the many orders of magnitude in DB query run times I think something robust and non-ephemeral is necessary here (looking at some sort of expanded QE model) but Maz suggested expedient method and I took it - No more left nav on the table page - Page heading for table page - Independent scroll-x behavior on the table - Styling for the error section on the table page - Select-all component. Note that the interaction behavior with pagination is fiddly. (but less fiddly now that it's all based on card id's instead of row numbers) - Coalescing default behavior for Our Analytics collection (default collection) and null number of dashboards Rename error name to error content search
-
- Oct 05, 2021
-
-
Raphaël Merx authored
-
Maz Ameli authored
-