This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 29, 2022
-
-
Pawit Pornkitprasan authored
New releases of maildev were recently made which has UI changes as well as changing the default port from 25 to 1025, causing tests to fail. While we may want to upgrade maildev in the future, let's stick to the old version first to unbreak all the tests.
-
Pawit Pornkitprasan authored
* Revert "Log database connection error before humanizing it (#10695)" This reverts commit 426df163. This is no longer needed. The original exception message is kept in the inner exception and everywhere this is used, the whole stack trace is logged anyway. * Don't log exception when opportunistically trying SSL
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
Gustavo Saiani authored
-
Nemanja Glumac authored
-
Bryan Maass authored
To be usable in the postgres driver, the _uploaded_ root cert needs to: - have its prefix stripped - and be base64 decoded (note: this was not an issue when pointing to a local file)
-
Ariya Hidayat authored
-
Nemanja Glumac authored
* Remove unneeded requests * Remove tests not related to embedding * Remove embedded question test Covered in `embedding-native.cy.spec.js` * Extract question details * Extract dashboard details * Fix question details * Refactor an anti-pattern Do not assign return values to previously defained variables. * Do not use hard coded JWT signed token * Simplify and merge dashboard tests into one * Divide context into UI and API * Extract common code into `beforeEeach` for UI context * Merge UI tests into one * Rename spec to `embedding-dashboard` * Remove unnecessary `beforeEach` block * Extract data and functions into a separate file * Make sure we can disable previously set parameters
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Noah Moss authored
-
Nemanja Glumac authored
* Add repro for #15876 [ci skip] * Store database id in a variable [ci skip]
-
Diogo Mendes authored
* Changing group to edition * Update .github/workflows/e2e-tests.yml Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * Update .github/workflows/e2e-tests.yml Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Noah Moss authored
-
Ngoc Khuat authored
* add API to fetch general permisisons graph * add API to update general permissionns * change author of migration * update documents * misc fixes to applease the CIs * Add tests for general permission APIs and models * linting and fix a failed test case * fix some failed tests * update docs and change /subscription/ to /general/subscription/ for consistency * address noah's comments * Parse number as is in http-client for tests * revert the last commit about parsing API response in tests * change fk name * Changes: - Rename `changes` column to `after` to keep things consistent - If a group has no General Permisions, it'll not be included in the graph - Update tests and some docs * fix failing tests in ee * add some tests and make docstring completes * fix namespaces
-
Pawit Pornkitprasan authored
* Set integrationFolder to avoid cypress globbing all folders * cypress snapshot: don't upload compress video on pass
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Mar 28, 2022
-
-
Noah Moss authored
Add new `valid-path-format?` predicate for schema validation to fix downgrading issues generically (#21255)
-
Ryan Laurie authored
-
Ryan Laurie authored
* use block elements to pad single database name * fix readonly proptype console error
-
Noah Moss authored
Better key parsing for json in test HTTP responses, and new test for data perms graph GET endpoint (#21216)
-
Diogo Mendes authored
-
Diogo Mendes authored
-
Alexander Polyankin authored
-
Ryan Laurie authored
-
Alexander Lesnenko authored
* extract actions * check metabase membership
-
adam-james authored
* Add :dataset key to card bookmarks The :dataset key is boolean and indicates when a card (question) has been turned into a model. The frontend will use this key to determine which icon is used to display the bookmark in the sidebar. * Reduce some duplication in this test
-
Mahatthana (Kelvin) Nomsawadi authored
-
Ariya Hidayat authored
-
- Mar 27, 2022
-
-
Ariya Hidayat authored
-
Ariya Hidayat authored
* [E2E] Add sharing test group to GitHub Actions * Test in branch * Back to master
-
Ariya Hidayat authored
* [E2E] Add models test group to GitHub Actions * Test in branch * Back to master
-
- Mar 26, 2022
-
-
Diogo Mendes authored
* Removing from CCI * Adding Currents to GHA * Let there be run * Returning to master * Adding new key to new project on Currents * Adding --ci-build-id to support GHA Re-Runs * Returning to branch to test it more * Removing not needed info (repo) * Returning to master
-
Ariya Hidayat authored
-
- Mar 25, 2022
-
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Diogo Mendes authored
-