This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add prop-types to CollectionBadge * Convert CollectionBadge into functional component * Fix CollectionBadge's prop drilling * Fix Badge's import order * Add prop-types to Badge * Extract Badge's MaybeLink to styled file * Extract Badge icon styled component * Export MaybeLink
-
- Aug 10, 2021
-
-
Noah Moss authored
-
Gustavo Saiani authored
-
Dalton authored
* add unit tests for metabase-lib/metadata classes * fix typo
-
Alexander Polyankin authored
-
Cam Saul authored
* Add the whitespace linter * Fix whitespace linter errors [except for one file] * Add a line that will intentionally break stuff to verify the linter is working. * Ok, remove the line that caused the linter to fail. * Use latest version of the linter * Fix missing newline
-
Cam Saul authored
-
dpsutton authored
-
dpsutton authored
* Include and bump moderation status in search results * Include limit 1 and order by for moderation review latests backend does work to ensure there is an invariant that there is 1 most_recent true entry and all the rest are most_recent false. But if there's some bug this invariant is violated we don't want to blow up with multiple rows returned in these queries. * Verification scoring is enterprise now * wip moving moderation review to enterprise still need to delete the old non-moved file * add moderation icon to search results * update names of icon props in SavedQuestionHeaderButton * move moderation cypress tests, add test for search results * Move moderation review api and test to enterprise * fix props for getVerifiedIcon call * add moderation status icon to collections * add/improve moderation cypress tests Co-authored-by:
Dalton Johnson <daltojohnso@users.noreply.github.com>
-
Ariya Hidayat authored
-
Greg Wilson authored
-
Nemanja Glumac authored
-
- Aug 09, 2021
-
-
Ariya Hidayat authored
-
Ariya Hidayat authored
Since it needs to grab the built JAR anyway, it's faster to obtain the version.properties from the JAR. This shaves off approx. 1 minute from Percy CI run.
-
Noah Moss authored
-
Ariya Hidayat authored
There's no point of processing files via ESLint loader when building for production. If there's any linting issue at all, it should be caught with a different CI run. This shave off >2 minutes from Uberjar build (front-end step). Development/hot-reload isn't affected at all.
-
Nemanja Glumac authored
-
- Aug 07, 2021
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Ariya Hidayat authored
-
- Aug 06, 2021
-
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
Dalton authored
-
Luis Paolini authored
Show how to increase Jetty verbosity * Update docs/operations-guide/log-configuration.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-