This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 09, 2023
-
-
Mark Bastian authored
Upgrade to Jetty 11 via https://github.com/sunng87/ring-jetty9-adapter. Required updating from javax servlet packages to jakarta, since jakarta is newer.
-
Alexander Polyankin authored
-
Nemanja Glumac authored
[ci skip]
-
Nemanja Glumac authored
[ci skip]
-
- Feb 08, 2023
-
-
Case Nelson authored
* Adding support for timezone awareness to mongo * Remove unused ddl multimethod * Remove mongo from the sql driver type test * Fix tests and linters * Add test for filtering datetimes by date in timezone * Use test-data-with-timezones dataset as it should load in more dbs * Exclude broken drivers, vertica especially returns no rows * Address pr review, add timezone to isodate, include a full year of dates in the general timezone test * Assert against each row * Presto-jdbc year was not applying timezone
-
Aleksandr Lesnenko authored
-
Braden Shepherdson authored
This is needed with the move to `deps.edn` for tracking all dependencies, since it makes shadow-cljs rely on the `clojure` binary.
-
Tim Macdonald authored
-
Braden Shepherdson authored
Includes much-improved testing for the logger in CLJ and CLJS. **This moves us from explicit `shadow-cljs.edn` dependencies to relying on deps.edn for everything. It seems to be working nicely.
-
Alexander Polyankin authored
-
Ngoc Khuat authored
-
Cam Saul authored
-
- Feb 07, 2023
-
-
Braden Shepherdson authored
This has the same interface as `clojure.tools.logging` but supports CLJS as well. It was formerly known as `metabase.shared.util.log`.
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Kyle Doherty authored
* fix hover behavior on collection item table names * make sure name click target fits cell height
-
Alexander Polyankin authored
-
Bryan Maass authored
* handle nil return schemas for docstring gen * adds more mu/defn docstring generation tests
-
Aleksandr Lesnenko authored
-
Jeff Bruemmer authored
-
Anton Kulyk authored
* Add tests for `Navbar` * Add tests for `MainNavbar` * Highlight model collection while on the detail page * Extract path checks into functions * Add dashboard server mocks * Use entity loaders instead of redux selectors * Revert to `getDashboard` selector
-
Mahatthana (Kelvin) Nomsawadi authored
* Suppress console error on CopyWidget * Remove old component lifecycle deprecation warning from a library * Fix inconsistent modal transition * Fix ESLint error
-
Anton Kulyk authored
* Add `is_saved_questions` to database type * Support saved questions DB in db endpoint mocks * Add tests * Show questions section only when there are questions * Move `SAVED_QUESTIONS_DB` to `databases/constants`
-
Ngoc Khuat authored
-
Cal Herries authored
* Whitespace * Add Action to entities list * Add entity_id column migration * Correct migration ids * Add entity-id property to action model * Extract and serdes-dependencies for action * storage for Action * ingest for Action * Generate for Action * load for Action * Remove comment * Add entity_id to action submodels * Add submodels to copy entities * Add submodels to exported-models * Add submodels to legal-top-level-paths * Slufigy extracted label for action * Extract for QueryAction * Generate query_action * Fix query_action extract test * Add action subtype extract tests * Update Action-subtype-IModel-impl docstring * Generate ImplicitAction and HTTPAction * Export and Import action_id FK with dashcards * Generate nano-id * Add load tests to e2e test * Nest subtypes directories in actions * Remove prn * Add docstring * Fix copy * Add select-action fn * Change extract tests to only extract Action model * Update action/select-one tests * Update legal-top-level-paths * Rename select-action -> select-one * Implement extract-one for Action only, not subtypes * Move subtype models from exported to inlined * Remove entity_id from subtypes * Reuse type->model * Ingest Action with inlined subtype info * Fix serdes-dependencies for Action * Add action to serdes-descendants for Dashboard * Add docstring to action update! * Reuse update! for PUT API * Add missing ns * Remove serdes-generate-path impl * Tidy * Sort ns * Restore add-entity-id * Update entity_id_test * Undo refactor * Include id in action arg for update! * Delete action, with delete cascading to the subtype * Fix clj-kondo warning * Fix returning nil Action in dashboard serdes-descendants * Braden's suggestions
-
Anton Kulyk authored
-
Luiz Arakaki authored
-
Tim Macdonald authored
* Log a warning when extraneous parameters are passed into a request * Massive Metabase logging performance improvement: use configured log levels in logs API endpoint --------- Co-authored-by:
Cam Saul <github@camsaul.com>
-
Tim Macdonald authored
* Category filters should always be multi-selectable [Fixes #27393]
-
Gustavo Saiani authored
-
Nemanja Glumac authored
-
- Feb 06, 2023
-
-
Nick Fitzpatrick authored
* rename onShowWidget * temp * POC * temp * Rework logic to use dimensions rather than pass around mbql * PR Cleanup and feedback * adjusting e2e tests * Add unit tests * cleaning up unit tests * Hiding disabled columns from sorting list * breaking down field options function * passing to settings def and column editor component * Adding e2e tests, adjusting to fix 13455 * shame * removing unneeded import
-
Aleksandr Lesnenko authored
* fix zoom on joined tables * specs
-
Jeff Bruemmer authored
-
Graham Campbell authored
-
Noah Moss authored
* rework sandbox enforcement to use sandboxes table as source of truth * remove test that no longer reflects expected behavior * cleanup & refactor * clarify docstring * update segmented-user? to use new helper functions * fix tests * address comments
-
Jeff Bruemmer authored
-
metamben authored
-
Bryan Maass authored
mu/defn now prepends docstrings onto functions, the way prismatic schema does. * prepend docstring with m.schema annotation * refinement of alignment * fix typo in docstring
-