This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 11, 2022
-
-
Gustavo Saiani authored
-
Alexander Lesnenko authored
-
Ariya Hidayat authored
* migrate to TypeScript, add type annotations * include props definition * support Storybook * add a basic unit test
-
Alexander Polyankin authored
-
dpsutton authored
* Verify active database for `GET api/health` Previously unconditionally responded with 200, status "ok" if we were done initializing, even when we had 1500 stale db connections somehow (
). Now attempt to connect to the database: ```shell ❯ http get localhost:3000/api/health -pb { "status": "ok" } ❯ http get localhost:3000/api/health HTTP/1.1 503 Service Unavailable ... { "status": "Error getting db connection" } ``` and logging to the server ``` 2022-05-10 22:05:16,911 WARN server.routes :: Error in api/health database check java.lang.ArithmeticException: Divide by zero at clojure.lang.Numbers.divide(Numbers.java:190) at clojure.lang.Numbers.divide(Numbers.java:3911) at metabase.server.routes$fn__122320.invokeStatic(routes.clj:51) ``` * Reuse `sql-jdbc.conn/can-connect-with-spec?` for api/health -
Diogo Mendes authored
-
dpsutton authored
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
Anton Kulyk authored
* Add flag to setting names type * Add writeback on/off selector
-
Anton Kulyk authored
-
Alexander Lesnenko authored
-
- May 10, 2022
-
-
Alexander Kiselev authored
-
Alexander Kiselev authored
* add react-refresh to webpack dev config
-
Cam Saul authored
-
metamben authored
See https://github.com/metabase/metabase/issues/22561 for context.
-
Gustavo Saiani authored
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
-
Alexander Lesnenko authored
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
-
Anton Kulyk authored
* Add `Dataset` mock function * Add query builder redux state type * Add query builder redux state mock helper
-
Diogo Mendes authored
-
Alexander Lesnenko authored
* show cloud migration help tooltip when setup is finished * update link
-
Gustavo Saiani authored
-
Howon Lee authored
Previously identifier isn't fully specified (with schema and table) in nested field column description in syncing. Now it is! Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com> Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
- May 09, 2022
-
-
Cam Saul authored
* Fix automagic dashboards for queries with source queries * Replace ->entity with a multimethod * Remove unused namespace * Fix Cypress test
-
Cam Saul authored
* Add `experimental-enable-actions` feature flag * Simplify Ring middleware * Sort namespaces * Make sure api.actions is loaded
-
Gustavo Saiani authored
Do not render "Add your own data" button if user does not have permissions to create database (#22339)
-
Anton Kulyk authored
-
Ariya Hidayat authored
-
Anton Kulyk authored
* Add some space between unit tests * Unit test aggregation operator getters * Minor refactoring * Rename `getAggregationOperators` * Rename `getAggregationOperatorsWithFields`
-
Ngoc Khuat authored
* fix ldap requires uid to do group sync * fix ee test
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
- May 08, 2022
-
-
metamben authored
Retry sending notifications (pulses/alerts) for about one minute The parameters of the exponential backoff can be configured via settings.
-
- May 06, 2022