This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 11, 2022
-
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* [E2E] Fix grep spec filtering * Add undocumented `grepIntegrationFolder`
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
- Nov 10, 2022
-
-
Ngoc Khuat authored
-
Ryan Laurie authored
* establish type guards directory * extract and consolidate existing type guards * adjust import paths and leave metabase-lib internal types alone
-
Nick Fitzpatrick authored
-
john-metabase authored
* Streamlines devcontainer Dockerfile and adds fontconfig fontconfig enables running pulse rendering tests in a devcontainer with a headless JVM. The Dockerfile has been streamlined and a comment added to explain the additional requirement. * Adds rlwrap (for clj command)
-
Ariya Hidayat authored
* Migrate some driver tests to GitHub Actions * Druid * MariaDB 10.2 * MariaDB latest * MongoDB 4.0 * MongoDB 5.0 * MongoDB latest * MySQL 5.7 * Postgres 9.6 * Postgres latest * Presto * Spark * SQLite * SQL Server 2017 * Don't use Buildjet runner * Don't run the driver tests for draft PRs * Use Buildjet for Spark driver tests * Use Buildjet for Druid driver tests
-
Anton Kulyk authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Convert `Item` to TypeScript * Convert `ItemPicker` to TypeScript
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Alexander Polyankin authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix stacked static chart render failure This fixes #20752 where static chart will fail to render stacked bar charts when data contain gaps. * Make the code easier to read
-
Luis Paolini authored
-
Cal Herries authored
* Add failing tests * Fix failing tests * Update shared/src/metabase/mbql/util.cljc Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> * datetime-add and datetime subtract should annotate type by col type * Fix infer-expression-type for datetime-add/subtract with second, minute, hour * Undo last commit; they actually always return :type/DateTime * Fix test based on last commit * Undo unrelated refactor * Only test drivers that support expressions * Only test drivers that support expressions, again * Update tests from legacy mbql * Change infered-col-type to be a function again, not macro * Fix test Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Nov 09, 2022
-
-
Noah Moss authored
* log errors caught during sync steps * remove accidental extra parens
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Use shorthand initial state declaration * Move `propTypes` out of class definition * Extract callbacks * Extract search query builder * Use `isRootCollection` helper * Extract header render function * Simplify conditional render * Break down `ItemPicker` styled file * Extract picker header styled components * Swap props order * Extract `Item's` styled components * Convert `IconButtonWrapper` to TypeScript * Use HTML button for collection expand control * Extract `Item` callbacks * Use func declaration for `Item` * Don't use `Set` for picker model list * Extract `mapStateToProps` * Extract `getEntityLoaderType` * Remove `EntityListLoader` usage * Rename `parentId` to `openCollectionId` * Use more styled components * Untangle `hasChildren` check for collections * Remove ternary render * Extract `checkIsItemSelected` method * Extract method rendering collection list items * Extract method rendering collection content list items * Extract collection list builder * Fix expand button lookup in e2e tests
-
Nemanja Glumac authored
* Upgrade `cypress/grep` library * Update Cypress config
-
Natalie authored
-
Ngoc Khuat authored
-
Ngoc Khuat authored
* [:field-id id] => [:field id nil] or $name. Except places where tests are meant to check normalization * [:datetime-field [:field id] unit] -> [:field id {:temporal-unit unit}] or !unit.name * [:fk-> [:field 1] [:field 2]] => [:field 2 {:source-field 1}]
-
Luis Paolini authored
-
- Nov 08, 2022
-
-
Noah Moss authored
-
Jeff Bruemmer authored
-
Ariya Hidayat authored
-
Luis Paolini authored
Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
Alexander Polyankin authored
-
Luis Paolini authored
* Updating GH actions versions * Included some linter fails by mistake
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* Change the remaning columns that has text type in mysql,mariadb to longtext
-