This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 31, 2024
-
-
Ryan Laurie authored
* ci: Run without Replay (#45799) * Uninstall ReplayIO * Remove Replay config * Install and use custom Chrome v111 * Simplify comment * Set a specific Chrome version commit * Skip repro for #22517 # Conflicts: # .github/actions/prepare-cypress/action.yml # .github/workflows/e2e-stress-test-flake-fix.yml # .github/workflows/e2e-tests.yml # .github/workflows/pre-release.yml # e2e/support/config.js # e2e/support/cypress.js # e2e/test/scenarios/models/reproductions.cy.spec.js # package.json # yarn.lock * sort out download utils * fix another import
-
- Apr 30, 2024
-
-
metabase-bot[bot] authored
* Bump mysql2 from 3.9.4 to 3.9.7 (#41823) Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.4 to 3.9.7. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.7 ) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:development ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
Chris Truter <chris@metabase.com> * Remove backport script --------- Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Chris Truter <chris@metabase.com> Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
- Apr 18, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
metabase-bot[bot] authored
Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Apr 10, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Nick Fitzpatrick <nick@metabase.com>
-
metabase-bot[bot] authored
Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Apr 09, 2024
-
-
metabase-bot[bot] authored
* Update RTL to v12 * fixing unit tests --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
- Mar 29, 2024
-
-
metabase-bot[bot] authored
* resolve conflicts and update few tests to await userEvents properly * Fix for userEvents 14 on Master (#40761) * Nick is sad * tests passing * fix lint and unit after rebasing on latest 49 branch --------- Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com> Co-authored-by:
Nick Fitzpatrick <nick@metabase.com> Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Mar 14, 2024
-
-
metabase-bot[bot] authored
-
- Mar 08, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
- Feb 29, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Nick Fitzpatrick <nick@metabase.com>
-
- Feb 28, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com>
-
- Feb 23, 2024
-
-
Kamil Mielnik authored
* Include e2e directory in prettier scripts * Align ESLint & prettier paths in "lint-stage" & "scripts" in package.json * Handle ts files in e2e tests * Format "lint-prettier-pure" script the same way as "prettier" * Ignore database files in ESLint as they reference a file that is git-ignored but does exist locally * Remove duplicated eslint call * Manually fix ESLint-reported issues * Upgrade eslint-plugin-import * Configure import/order rule for consistent, predictable imports * Change "eslint-disable-next-line no-restricted-imports" into "eslint-disable-line" * Ensure imports are in a single block * Move or remove informative comments between import statements * Remove imports-grouping comments * Configure groups - the difference between the default setting is the presence of "internal" group * Manually fix imports order and disable "import/order" rule in files with possible circular dependencies * Move comment to the same line as import * Run "yarn eslint-fix" 5 times * Manually fix imports order in remaining files * Run "yarn prettier" * Fix import * Fix circular dependency * Fix circular dependency * ESLint
-
- Feb 08, 2024
-
-
Uladzimir Havenchyk authored
* Avoid unnecessary re-renderings in DashboardSharingEmbeddingModal * Add deep equal selector * drop underscore
-
- Feb 07, 2024
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix ESlint from the result of upgrading ESLint package * Support `component` prop on Mantine * Prevent accidental ESLint log in Cypress * Upgrade ESLint rule
-
- Jan 31, 2024
-
-
Aleksandr Lesnenko authored
* format native queries * optional clauses, mlv2, specs * remove unnecessary webpack chunk name directive * disable formatting for mssql and sqlite, address review comments
-
- Jan 29, 2024
-
-
Anton Kulyk authored
* Remove `wrapped` arg from `ExplicitSize` * Remove `AutoExpanding` HOC * Convert `ExplicitSize` to TypeScript * Fix `ExplicitSize` mock * Remove redundant type * Revert "Remove `wrapped` arg from `ExplicitSize`" This reverts commit 014bc4c61ae21ff67ae2157c40297f33fd39d95d. * Fix type
-
- Jan 25, 2024
-
-
Alexander Solovyov authored
* switch to regenerator-runtime and update glob to silence Snyk warnings * no glob update * update follow-redirects * lets update debug as well
-
Ryan Laurie authored
-
- Jan 24, 2024
-
-
Denis Berezin authored
* Migrate EmbedModalContent to TS * Add basic UI changes to Embed modal * More styling * Add more styling * Self review fixes * Self review fixes * Fix action button * Fix unit tests * Fix e2e tests * Fix e2e tests * Code review and design fixes * Fix unit test * Add Parameters tab text diff and switch to preview * Add code diff display logic for appearance tab * Self review fixes * Fix e2e tests * Button text hotfix * Move state to component, fix diff * Review fixes, action buttons refactor * Implement new code diff * Fix text highlight, fix unit tests * Code review fixes * Design review fixes * New code diff highlight UX * Remove folding * Change code diff logic, add automatic client code switch * Fix code highlight logic * Add unit tests * Fix some e2e tests * Fix e2e tests * Fix code highlight, parameters diff * Add code highlight on locked parameter value change * Add more tests * Review fixes * Refactor unit tests * Rollback preview tab remove, add utm tags * Fix prettier * Add interactive modal header with hover * Review fixes * Review fixes
-
- Jan 18, 2024
-
-
Cam Saul authored
* Remove references to shared/ directory which no longer exists * Update shadow-cljs and pinned cider/nrepl versions * Support legacy metadata and raw Dates for brush filter helper functions * Fix fn name * Apply suggestions from code review Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
- Jan 15, 2024
-
-
Luis Paolini authored
-
- Jan 09, 2024
-
-
Mark Bastian authored
* Multiple Cypress Reporters This PR modifies our Cypress reporter to support multiple reporters, currently pretty mochawesome reports and junit xml files. This was enabled using the [cypress-multi-reporters](https://www.npmjs.com/package/cypress-multi-reporters) reporter. Additional reporters are added via yarn packages: - [mocha-junit-reporter](https://www.npmjs.com/package/mocha-junit-reporter) - [mochawesome](https://www.npmjs.com/package/mochawesome) which was already installed One of the biggest challenges here is simply getting the config keys right, primarily `mochaJunitReporterReporterOptions` as opposed to the more sane `mochaJunitReporterOptions`, but I guess that the legacy of Java (
). Also be aware that `mochawesomeReporterOptions` is NOT the same as `mochaAwesomeReporterOptions` but `mochaJunitReporterReporterOptions` is not `mochJunitReporterReporterOptions` for obvious reasons. For future reference, note that multiple `mochawesome` reporters are available. Read more [here](https://glebbahmutov.com/blog/the-awesome-battle/) in the event that one of them is mochawesomer than the other and we want to level up. Closes #37195 * Adding feedback per @iethree. * Updated lock file
-
- Jan 08, 2024
-
-
Uladzimir Havenchyk authored
-
- Jan 05, 2024
-
-
andriibeee authored
* Remove unused empty dependency * Sync yarn.lock
-
- Dec 27, 2023
-
-
Uladzimir Havenchyk authored
* Upgrade chromatic * Revert back to NODE_ENV * Sync storybook packages * Replace imports from clients-api to addons
-
Alexander Polyankin authored
-
Nemanja Glumac authored
From the maintainer: "includes a fix for a bug your tests were hitting in a couple places".
-
- Dec 22, 2023
-
-
Denis Berezin authored
* Add SegmentedToggle component from mantine * Code review fixes * Fix dependencies issue
-
Uladzimir Havenchyk authored
* Upgrade path-parse to 1.0.7 * Upgrade color package to 4.2.3 * Upgrade d3-color to 3.1.0
-
- Dec 20, 2023
-
-
Nemanja Glumac authored
-
- Dec 13, 2023
-
-
Ryan Laurie authored
-
- Dec 08, 2023
-
-
Ryan Laurie authored
-
- Dec 07, 2023
-
-
Uladzimir Havenchyk authored
-
- Dec 04, 2023
-
-
Uladzimir Havenchyk authored
Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Nov 29, 2023
-
-
Nemanja Glumac authored
* Run ReplayIO E2E tests every three hours * Fix the conditional and run all tests * Upgrade replay runner to the latest version * Use unique GitHub run id to tag Replay runs * Make replay API key available to each run * Use native replay upload * Upgrade replay plugin to v1.7.5
-
- Nov 23, 2023
-
-
Alexander Polyankin authored
-
- Nov 22, 2023
-
-
Uladzimir Havenchyk authored
-