This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 20, 2024
-
-
Mateusz Burzyński authored
-
- Jun 04, 2024
-
-
Ryan Laurie authored
* allow releasing from tagged test jars * always listen to nemanja * use java 17
-
- Jun 01, 2024
-
-
Jesse Devaney authored
* remove unused variable * conditionally render labels sparsely if large amount of data points * update loki snapshots * refactor data label formatter conditions * setup intelligent label plotting * handle the case when there are no labels * add sparse data label rendering to bar charts * do not compute if no labels need to be shown or hidden * add sparse data labeling to waterfall charts * adjustment for large series waterfall labels * revert change * refactor name * add sparse labels to stacked bar and area * improve scaleFactor * fix type errors * remove unused labelFormatter * update snapshots * patch ECharts - labels with no text, i.e. "", were still being considered as plot-able labels which was causing labels with real text "asdfec.." to be hidden because of overlap. - This patch makes it so that labels with no text, i.e. "", are not considered to be candidates for overlap checking. * update loki snapshots * only loop over dataset once for getWaterfallChartDataDensity * improve performance of chart data density calculations * update loki snapshots * update E2E spec * update E2E spec * increase cartesian label density allotment * update loki snapshots * update loki snapshots * comment out node_modules cache since it cannot be skipped by commit and is breaking CI * fix type errors * Reset node modules if patches are changed * refactor type naming --------- Co-authored-by:
Uladzimir Havenchyk <uladzimir.dev@gmail.com> Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
- May 31, 2024
-
-
Ryan Laurie authored
* combine reproductions into new filters e2e job * fix import * gee thanks sloan
-
- May 30, 2024
-
-
Ryan Laurie authored
* combine question reproductions into one spec * split question reproductions * split reproductions three ways * fix sample db id
-
- May 20, 2024
-
-
Sloan Sparger authored
* add replay recordings to sanity check e2e tests during pre-release workflow * split out search tests from onboarding folder * parallelize pre-release testing --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Kamil Mielnik authored
-
- May 16, 2024
-
-
Nemanja Glumac authored
-
- May 02, 2024
-
-
Nemanja Glumac authored
-
- Apr 23, 2024
-
-
Ryan Laurie authored
* dont use buildjet for e2e * dont use buildjet for frontend either
-
- Feb 02, 2024
-
-
Nemanja Glumac authored
-
- Feb 01, 2024
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Upgrade `actions/download-artifact` action to v4 * Upgrade `actions/upload-artifact` action to v4
-
- Jan 24, 2024
-
-
Ryan Laurie authored
Co-authored-by:
Vladimir Zaytsev <vladimir@trunk.io>
-
- Jan 23, 2024
-
-
Nemanja Glumac authored
* Revert "Fix trailing whitespace (#38057)" This reverts commit 1de0326c. * Revert "Add upload test results to Trunk (#37490)" This reverts commit a36347a1.
-
Nemanja Glumac authored
-
Matt Matheson authored
-
- Jan 18, 2024
-
-
lbrdnk authored
* Add timezone to database metadata * Use UTC as _user timezone_ for snowflake driver * Use user timezone as db-default-timezone * Update oracles unprepare-value to handle Z UTC * Update `driver/db-default-timezone :h2` to use jvm timezone * Update containers timezone to match instance timezone and tests * Update modules/drivers/oracle/src/metabase/driver/oracle.clj Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Make unprepare symmetric for offset and zoned datetime --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
- Jan 03, 2024
-
-
Nemanja Glumac authored
* Remove Cypress cloud integration * Remove custom Chromium From now on, we'll use `replay-chromium` browser. * Start using ReplayIO for all E2E test runs * Use the default Chrome for Percy visual tests * Mark flaky tests
-
- Dec 13, 2023
-
-
Ryan Laurie authored
-
- Dec 11, 2023
-
-
Alexander Solovyov authored
-
- Dec 08, 2023
-
-
Ryan Laurie authored
-
- Dec 04, 2023
-
-
Aleksandr Lesnenko authored
-
Uladzimir Havenchyk authored
-
- Nov 15, 2023
-
-
Ryan Laurie authored
* add special flaky group * tag tests with flakes over 10% * mark more flaky jobs
-
- Nov 09, 2023
-
-
Nemanja Glumac authored
* Split visualizations E2E group * Rename visualizations to `visualizations-charts` * Update E2E matrix
-
- Oct 27, 2023
-
-
Nemanja Glumac authored
* Stop caching the uberjar for E2E tests * Bring back SHA1 in an uberjar name * Adjust the download uberjar action * Fix uberjar name for percy
-
- Oct 25, 2023
-
-
Nemanja Glumac authored
* Separate Replay E2E tests from the main workflow * Fix workflow conditionals
-
- Oct 22, 2023
-
-
Nemanja Glumac authored
* Move E2E download uberjar logic into a composite action * Check out only the last 20 commits * Always use the correct, last commit in a branch This helps us avoid the slippery slope in which GitHub creates a new merge commit, that doesn't exist in the repo, under our feet. * Adapt the stress-test workflow to use new download action * Increase the number of commits to search through * Update .github/actions/e2e-download-uberjar/action.yml Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> * Log full artifact name * Correctly download artifact from the current build --------- Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
- Oct 19, 2023
-
-
Nemanja Glumac authored
-
- Oct 17, 2023
-
-
Nemanja Glumac authored
* Conditionally start Docker containers for E2E tests * Check out before initializing Docker containers * Use official action to log in to DockerHub * Evaluate conditional expressions * Try shell conditionals * Fix errors due to unset vars * Run either Mongo or Pg+MySQL
-
- Oct 16, 2023
-
-
Nemanja Glumac authored
* Move browser-related Cypress prep steps to a composite action * Fix browser paths
-
- Oct 10, 2023
-
-
Nemanja Glumac authored
* Tag Mongo-dependent E2E tests * Run mongo tests only if `CYPRESS_QA_DB_MONGO` is `true` * Adjust E2E workflow to run mongo tests separately * Guard against missing mongo env var * Fix workflow * Fix qa snapshots * Tag additional Mongo E2E tests * Omit tests tagged with `@mongo` in regular runs
-
- Oct 06, 2023
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Jun 21, 2023
-
-
Uladzimir Havenchyk authored
-
- Jun 20, 2023
-
-
Nemanja Glumac authored
-