This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 16, 2022
-
-
Cam Saul authored
* Use Service Accounts for Google Analytics auth going forward * Update GA dox * Dox tweak * Fix e2e test * Remove dead googleanalytics form code Co-authored-by:
Dalton Johnson <daltojohnso@users.noreply.github.com>
-
Cam Saul authored
* Fix `[:relative-datetime :current]` inside `:between` filter clause * Update shared/test/metabase/mbql/util_test.cljc * Update shared/test/metabase/mbql/util_test.cljc
-
Alexander Lesnenko authored
* download permission * update specs * remove console log * fix types * lint
-
Nemanja Glumac authored
* Upgrade Cypress testing library to the latest version * Fix collection permissions failing tests * Fix custom-column failing tests * Fix `joins` failing test * Fix visual notebook failing tests * Fix models failing tests * Fix `questions` failing tests * Fix native ee failing test * Fix onboarding failing tests * Remove `@types/testing-library__cypress` https://github.com/testing-library/cypress-testing-library/commit/058daff38a6cee84d588c5b295247deeb02c474f
-
Gustavo Saiani authored
-
Cam Saul authored
* Change u/profile from println to log/info * Change most test printlns to log/info * Make u/profile message a fn rather than a delay * Apparently clj-http errors aren't wrapped in :object anymore * Add running commentary * Log the amount of time it took to find and run tests * Sort namespaces * Update test Co-authored-by:
Diogo Mendes <diogo@metabase.com>
-
Dalton authored
* added status option for rendering widget icon * mimicked default form behavior using the fetch API * recreated default html form submit and download * added GET request functionality to download form * cleanup * making requested changes * onClose, fileName cleanup, blob(), GC link remove Co-authored-by:
Paul Wilson <54870992+wilsonpg@users.noreply.github.com>
-
Diogo Mendes authored
-
Dalton authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Luis Paolini authored
* Try making the encryption clearer Got the question a few times, so I thought we had to make it more explicit * Update docs/operations-guide/encrypting-database-details-at-rest.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Nemanja Glumac authored
-
Alexander Lesnenko authored
* permission based routing * review
-
- Mar 15, 2022
-
-
Ariya Hidayat authored
Due to Cypress upgrade, we observed failing and/or flakey E2E tests. Rather than disabling this completely, let's narrow down to a few good tests for now while robustifying the rest of them.
-
Cam Saul authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Noah Moss authored
-
Gustavo Saiani authored
-
Noah Moss authored
-
- Mar 14, 2022
-
-
Cam Saul authored
Upgrade Liquibase to latest version; remove final Java source file and need for `clojure -X:deps prep` (#20611) * Upgrade Liquibase to latest version * Try adjusting log * Fix checksums for the TWO migrations with ID = 32 * FINALLY get Liquibase to use Log4j2 * Set Liquibase ConsoleUIService OutputStream to null OutputStream * Manually define a package for our H2 proxy class so Java 8 works * Fix package-name determination code * Update migrations file spec * `databasechangelog` shouldn't be upper-case * Lower-case quartz table names * More MySQL fixes
* Properties for all the Quartz tables * Formatting tweaks [ci skip] * Revert a few more busted changes * Fix more busted changes * Bump Liquibase version to 4.8.0 to fix MySQL defaultValueBoolean bug * OMG I think I finally fixed MySQL * Remove Java source file and prep-deps code * Remove two more references to bin/prep.sh * Minor cleanup * Revert unneeded changes * Fix busted indentation * Don't search inside java/ anymore since it's G-O-N-E * Appease the namespace linter * Update src/metabase/db/liquibase/h2.clj -
Noah Moss authored
-
Gustavo Saiani authored
-
frannietrempe authored
thanks @qnkhuat for pointing these out!
-
Alexander Polyankin authored
-
adam-james authored
This lets the Frontend get a list of timelines with the events included, useful in case of having an unsaved question where timelines should still be showable. > left comments but seems workable I'm going to merge this to let FE continue events implementation. I will discuss the above concerns in Slack, and we can make adjustments as needed.
-
Nemanja Glumac authored
* Use appropriate query selector * Wait for the table metadata to load * Ensure popover contents loaded before we attempt to scroll
-
Benoit Vinay authored
* accessors constants created * accessors dependencies removed from all charts * Removed accessors dependencies from BE JS for static viz * Removed accessors references in chart editor * accessors added to defaultProps * Remove accessors in tests * defaultProps removed form static viz components
-
Nemanja Glumac authored
Note: should be revisited and enabled once we fix https://github.com/metabase/metabase/issues/13262.
-
Mahatthana (Kelvin) Nomsawadi authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Revert field update to only notify without allow undoing * Add feedback when updating field details on datamodel
-
- Mar 12, 2022
-
-
Cam Saul authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Mar 11, 2022
-
-
Ariya Hidayat authored
-
Benoit Vinay authored
* TimeSeriesLineChart uses scaleBand instead of scaleTime for x-axis Similar to TimeSeriesBarChart * TimeSeriesAreaChart updated to match TimeSeriesLineChart
-
dpsutton authored
- sorting in query so don't have to sort in memory afterwards, and leaves open spot on the api to sort with user preferences if present (future work) - adds schema so we know what these bookmarks look like, and return an explicit structure instead of threading through dissoc and assoc - combined the remove-nil-values into the normalize function since it set up preconditions necessary for the normalize. - use Models in query so we don't have to hardcode the underlying table
-
Ariya Hidayat authored
-
Ariya Hidayat authored
This way, if the field name contains [ or ], this character will be handled properly (with escaping and unescaping at the right place). Ensure escape vs unescape symmetry
-