This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 16, 2021
-
-
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
-
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
-