This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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
-
- Nov 17, 2023
-
-
Uladzimir Havenchyk authored
-
- Nov 14, 2023
-
-
Uladzimir Havenchyk authored
-
- Nov 10, 2023
-
-
Ryan Laurie authored
-
Nicolò Pretto authored
* empty commit to allow draft pr * dismiss undo notifications when saving a dashboard (#35243) * dismiss undo notifications when saving a dashboard * e2e test * Update e2e/test/scenarios/dashboard/tabs.cy.spec.js Co-authored-by:
Oisin Coveney <oisin@metabase.com> --------- Co-authored-by:
Oisin Coveney <oisin@metabase.com> * fix z-index issues * Update frontend/src/metabase/dashboard/components/DashCard/DashCard.styled.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * renames as per feedback on PR * left align dashcard actions on small cards (#35327) * update emotion to support container queries * left align actions with container query * use rems * fix restore z index between resize handle and dashcard actions * refactor: remove renderDashCardActions in favor of a component (#35366) * move DashboardCardActionsPanel inside DashCardActionButtons * move isDashCardTabMenuOpen state to DashCardACtionsButtons * refactor: remove renderDashCardActions * refactor: renamed to DashCardActionsPanel * refactor import type MouseEvent * refactor DashCardActionButtons folder -> DashCardActionsPanel * refactor: move DashCardTabMenu to DashCardActionsPanel * refactor: move buttons to their own subfolder so that it's clear they're sub-components of the actions panel * feat: use name of card in undo toast message (#35378) * feat: use name of card in undo toast message * feat/refactor: truncate via css * denis' patch to use Ellipsified * make toast don't take up all space + add max width * Update frontend/src/metabase/containers/UndoListing.styled.tsx Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> --------- Co-authored-by:
Oisin Coveney <oisin@metabase.com> Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Nov 07, 2023
-
-
Ryan Laurie authored
-
- Nov 02, 2023
-
-
Nick Fitzpatrick authored
* temp * Mostly functional. Still needs cleanup * cleanup * hide from table header * resolving type disputes. adding icon prop to column item * e2e tests passing * temp * branch cleanup * Fe linter and unit tests * e2e adjustments * PR Feedback * fix unit test * Hide Viz Settings Buttons in Column Headers in Raw Table Mode (#35114) * e2e adjustments * don't show viz settings actions on raw table view * better prop handling * Adding e2e test * updating selector * more e2e adjustments --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com> * e2e updates * removing comment --------- Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
- Oct 26, 2023
-
-
shaun authored
-
- Oct 19, 2023
-
-
Alexander Polyankin authored
-
- Oct 02, 2023
-
-
Braden Shepherdson authored
This also moves the CLJS output out of `frontend/src/cljs{,_release}` to `target/cljs_{dev,release}`. If that causes problems for FE tooling I don't know about, it could be moved back. Hot reloading: CLJS changes are hot-reloaded into the running app by Shadow CLJS - no action is needed. Note that the UI will not refresh; you usually have to click around so the updated MLv2 code gets executed. Usage of the CLJS REPL: - Open the browser (you should see `shadow-cljs: #N ready!` in console) - Connect to nrepl on 50655 - "Select" the `:app` build; - https://shadow-cljs.github.io/docs/UsersGuide.html#_editor_integration - Conjure: `:ConjureShadowSelect app` - Plain REPL: Eval in CLJ mode `(shadow/repl :app)` - Consider running `yarn build-hot:cljs` and `yarn build-hot:js` in separate terminals; then when `yarn build-hot:js` crashes you don't have to reconnect your REPL. - The REPL works beautifully, even loading files outside the :entries of the shadow-cljs build like tests! "Stale" error in browser: - This can happen if the webpack bundle is created before the CLJS is done building. - If you ran `yarn build-hot:cljs` and `:js` separately, let `:cljs` finish compiling first. - If you see this otherwise: (a) contact Braden so it can be fixed; and (b) either restart `build-hot:js` or force webpack to rebuild by hitting http://localhost:8080/webpack-dev-server/invalidate Yarn commands: `dev`, `dev-ee`, `build-hot`, and `build-static-viz:watch` all now wait for the CLJS build to be complete by watching for files to be generated. They should work the same from a user's POV. (Since the webpack build no longer watches the CLJS output, it won't notice the changes and immediately rebuild after the first build. This avoids errors on the clean build, or "stale build" messages in the app from Shadow CLJS.) Fixes #32674.
-
Uladzimir Havenchyk authored
-
- Sep 27, 2023
-
-
Nemanja Glumac authored
-
- Sep 26, 2023
-
-
Nick Fitzpatrick authored
* output static viz sources, update be workflow and file paths * build static viz before file check * extending file check timeout * fixing mistake * disable optimization when generating file paths * prefer offline * moving workflows to save 89505 * Maybe caching the build? * removing minification * upload artifact instead of use cache * Add workflows back * reduce files changed timeout * removing unneeded yarn install
-
- Sep 15, 2023
-
-
Uladzimir Havenchyk authored
* Drop redux-router * Drop react-element-to-jsx-string * Typo
-
- Sep 13, 2023
-
-
Ryan Laurie authored
-
- Aug 25, 2023
-
-
Cal Herries authored
-
- Aug 18, 2023
-
-
Alexander Polyankin authored
-
- Aug 15, 2023
-
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Aug 14, 2023
-
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Aug 04, 2023
-
-
Nemanja Glumac authored
-
- Aug 01, 2023
-
-
Nemanja Glumac authored
-
- Jul 06, 2023
-
-
Uladzimir Havenchyk authored
jsdom lib had a perf problem with getComputedStyle method, which is used a lot with css in js solutions. The problem was addressed in JSDOM 22.1.0, but jest itself waits for the major upgrade to take it into account. The temporary proposed solution is to use yarn resolutions.
-
Ryan Duffy authored
-
- Jun 30, 2023
-
-
Cam Saul authored
-
- Jun 29, 2023
-
-
Aleksandr Lesnenko authored
-
- Jun 22, 2023
-
-
Cal Herries authored
-
- Jun 20, 2023
-
-
Alexander Polyankin authored
-
- Jun 12, 2023
-
-
shaun authored
-
Nemanja Glumac authored
-
- Jun 08, 2023
-
-
Nemanja Glumac authored
Although I've already dismissed `fast-xml-parser` dependabot alert (which is a Deploysentinel dependency), they also upgraded it upstream in their Cypress debugger. This was just a reason more to upgrade. Full changelog: https://www.deploysentinel.com/docs/cypress-changelog
-
- Jun 07, 2023
-
-
Kyle Doherty authored
-
- Jun 05, 2023
-
-
Kyle Doherty authored
* rip out styled-system usage * fix yarn type-check errors, replace space properties w/ className equivelants * find / replace space prop usage [ci skip] * find / replace use of hover styled-system prop [ci skip] * account for fontSize usage w/ Text component [ci skip] * use font-size and weight props for styling text * fix a few additional uses of color * fix lint * fix lint * fix dumb rebase mistake
-