This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 17, 2021
-
-
pawit-metabase authored
* upgrade to @percy/cypress 3.x @percy/cypress 2.x uses deprecated @percy/agent which includes an old version of puppeteer. The old version of puppeteer causes `yarn` command to fail on M1 macOS environment. Upgrade to @percy/cypress 3.x removes the dependency and thus solves the issue. The upgrade was done by running `npx @percy/migrate`. * remove percy healthcheck task This no longer exists in 3.x, see https://github.com/percy/percy-cypress/blob/master/README.md#upgrading * remove deprecated percy/exec-action and moved `percy exec` to the correct command * run 'yarn install' before running percy
-
- Aug 16, 2021
-
-
Cam Saul authored
* Enable clj-kondo warnings * (when (seq ...) ...) instead of (when-not (empty? ...) ...)
-
Ariya Hidayat authored
-
Nemanja Glumac authored
* Add "moderation" folder to e2e CI groups * fix question-moderation tests Co-authored-by:
Dalton Johnson <daltojohnso@users.noreply.github.com>
-
Jeff Evans authored
From 3.12.13 -> 3.13.6
-
Jeff Evans authored
Consult any of these keys when trying to determine the "name" portion of the c3p0 data: :db :dbname :sid :catalog Update existing `c3p0-datasource-name-test` to more robustly check the different portions of the c3p0 dataSourceName
-
Nemanja Glumac authored
-
Ariya Hidayat authored
-
Nemanja Glumac authored
-
Dalton authored
* add moderation events to question timeline * tweak the height of the DrawerSection header * replace history modal & control drawer state via redux * add/fix cy tests * fix banner unit tests * prevent leakage of 'null' moderation icon * rename styled component * add tests / rmv redundant fn * remove should('exist') from moderation cy tests * refactor to make biz logic of a null mod status clearer * add selector unit test
-
Luis Paolini authored
-
Luis Paolini authored
* Update docs/administration-guide/databases/snowflake.md We pushed https://github.com/metabase/metabase/issues/10142 but we never upgraded the documentation :( Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Ariya Hidayat authored
With flags, and potentially not all coverage info will be submitted on every commit, it seems that carryforward is necessary. https://docs.codecov.com/docs/carryforward-flags
-
- Aug 13, 2021
-
-
Dalton authored
* add verification badge to question lists * make rightIcon movable via grid/justify-self * lint fix
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Ariya Hidayat authored
* Tweak Codecov settings to account for front-end coverage * Scope back-end coverage with the correct codecov flag * Add enterprise/frontend
-
Anton Kulyk authored
* Group Badge's icon props into a single `icon` prop * Allow overwriting Badge's hover color * Fix CollectionBadge hover for official items * Fix CollectionBadge size for official items * Fix QuestionDataSource badge * Use iconPropTypes in Badge * Make CollectionBadge icon code more compact
-
Anton Kulyk authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add SegmentedControl variants * Update CollectionAuthorityLevel widget look
-
Noah Moss authored
-
Ariya Hidayat authored
-
- Aug 12, 2021
-
-
Noah Moss authored
-
Ariya Hidayat authored
-
Noah Moss authored
-
Ariya Hidayat authored
* Remove Flex/Box prop shorthand in metabase/components * Grid's width is an array (responsive sizes)
-
Anton Kulyk authored
* Add visual smoke test for notebook editor * Rename notebook visual test * Update min height for Percy
-
Gustavo Saiani authored
-
- Aug 11, 2021
-
-
Ariya Hidayat authored
-
Howon Lee authored
Previously the multifunction for supporting features was always implemented as a trivial true function. However, for mongo we need an actual version number, so here we go
-
Noah Moss authored
-
dpsutton authored
* Move sync executor to bespoke namespace * Refingerprint fields on type change * Check if can connect in refingerprint-field! * docstring update * Cleanup tests a bit * Error handling * Table field values endpoint on sync.concurrent executor * ns sort api field * ns cleanup
-
Noah Moss authored
-
dpsutton authored
* Namespace for extensions to clojure.test if you do a subselection of tests, you might not get the `schema=` defmethods and then your tests won't compile. Ns docstring to keep the namespace simple and targeted to global effects. we don't want to load models and do extra work, just install some test utilities that aren't ever required directly * Add aliases clojure.test had been refer :all * require the effects in metabase.test.util as well Namespace cleaner got a bit too aggressive stupid ns * Poke github actions empty commit
-