This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 08, 2020
-
-
Nemanja Glumac authored
-
- Sep 01, 2020
-
-
Cam Saul authored
-
- Aug 29, 2020
-
-
Simon Belak authored
-
- Aug 27, 2020
-
-
Maz Ameli authored
-
- Aug 19, 2020
-
-
Maz Ameli authored
* data model spacing * prettier
-
- Aug 18, 2020
-
-
Cam Saul authored
-
- Aug 17, 2020
-
-
flamber authored
-
flamber authored
* Show question/dashboard description on public/embeds * Better position
-
Walter Leibbrandt authored
* Remove fs dep I was about to switch it to the maintained fork at clj-commons/fs, but found that it's only used once, and where `io/delete-file` would serve just as well. * Add some tests for dump-to-h2 * Setup dump target db only if there's something to do Added test to try and pass cloverage * Undo move of setup-db! calls And keep test from mangling real connection state that will be used in other tests.
-
flamber authored
-
flamber authored
-
flamber authored
* Fix missing footer, when there's a token * Flow simplified
-
flamber authored
-
- Aug 13, 2020
-
-
Kyle Doherty authored
* add new illustration and update /login layout * extract common layout and apply * remove old css * add 1 and 3x images * adjust image position based on screen size * adjust image bottom * optimize bridge pngs Co-authored-by:
Paul Rosenzweig <paul.a.rosenzweig@gmail.com>
-
- Aug 11, 2020
-
-
Walter Leibbrandt authored
* Wait a moment for query execution record to come in It was observed when testing against AWS RDS/Aurora PostgreSQL, that tests fail because it was comparing against the _second_ most recent query. I'm not sure why this happened, but the delay fixed it. * Initialize db in test fixture Running `lein test metabase.api.dataset-test`, some tests fail because the db isn't yet initialized. * Fix ns decl * Select most recent query execution by start date, rather than ID This is to get rid of the `Thread/sleep`.
-
- Aug 08, 2020
-
-
Nemanja Glumac authored
-
- Aug 07, 2020
-
-
Damon P. Cortesi authored
Docs Java and other small fixes and clarifications
-
- Aug 06, 2020
-
-
Jessica DeWitt authored
* done with 'table.cy.spec.js' * done with 'edit.cy.spec.js'
-
- Aug 05, 2020
-
-
Simon Belak authored
-
- Aug 04, 2020
-
-
Nemanja Glumac authored
-
Robert Roland authored
We were using a SNAPSHOT of Cloverage, which is broken. Updating to 1.2.0, the latest, which includes a fix that Cam had submitted to upstream.
-
Damon P. Cortesi authored
Test that unknown locales don't obstruct the setup process
-
Nemanja Glumac authored
-
- Aug 03, 2020
-
-
Damon P. Cortesi authored
Merge release-0.36.x into master
-
- Jul 31, 2020
-
-
Paul Rosenzweig authored
Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Paul Rosenzweig authored
-
Jessica DeWitt authored
-
Jessica DeWitt authored
* Repro/universal search (#12957) * repro complete * Added issue # * prettier * Deleted change of table permissions * finished porting segments (except 3 qs about e2e) * edited comment * finished segments * Update segments.cy.spec.js * prettier
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Jul 30, 2020
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Jessica DeWitt authored
* Repro/universal search (#12957) * repro complete * Added issue # * prettier * Deleted change of table permissions * done porting metrics, except two qs * deleted 'metrics.e2e.spec.js' * edit to comment * loading problem * finished metrics
-
- Jul 29, 2020
-
-
Jessica DeWitt authored
* Repro/universal search (#12957) * repro complete * Added issue # * prettier * Deleted change of table permissions * deleted 'people.e2e.spec.js'
-
Paul Rosenzweig authored
-
Robert Roland authored
Snowflake stores warehouse, database and schema names in uppper case. When creating the connection details, uppercase them. Adds a forced-US Locale upper-case function to avoids potential bugs with languages that don't use Latin characters Resolves #9511 [ci snowflake]
-
Robert Roland authored
In Redshift (and other databases), foreign tables show up as "EXTERNAL TABLE" - allow those to be synced in with Metabase. Updates the Redshift JDBC driver due to changelog entry from Amazon that was occurring and causing immense slowdowns in running the Redshift driver tests: When the Java application uses com.amazon.redshift.api.PGTimestamp directly, an exception occurs. Resolves #7833
-
Paul Rosenzweig authored
-