This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 05, 2024
-
-
metamben authored
-
- May 10, 2024
-
-
Cam Saul authored
* Remove unused `metabase.api.transform` * Copy the deps graph improvements from my other PR * New combined X-Rays API namespace * Fix kondo error
-
- Mar 20, 2024
-
-
Alexander Solovyov authored
-
metamben authored
* Rename :model/Metric to :model/LegacyMetric * Rename ::lib.schema.metadata/metric tp ::lib.schema.metadata/legacy-metric * Rename models.metric/Metric to models.metric/LegacyMetric * Move /api/metric endpoints to /api/legacy-metric
-
- Feb 13, 2024
-
-
Jeff Bruemmer authored
-
- Feb 02, 2024
-
-
Jeff Bruemmer authored
-
- Jan 24, 2024
-
-
Jeff Bruemmer authored
-
- Jan 11, 2024
-
-
Jeff Bruemmer authored
-
- Nov 21, 2023
-
-
Jeff Bruemmer authored
-
- Oct 20, 2023
-
-
Cal Herries authored
-
Alexander Solovyov authored
Makes /api/properties and /api/premium-features/token/status return valid structures with information about invalid token, plus logs the error about token being invalid in logs. Also this information is used to show a PaymentBanner on top of the screen so that admins can understand what is going on. Resolves #33858
-
- Oct 12, 2023
-
-
Maz Ameli authored
-
- Oct 02, 2023
-
-
Jeff Bruemmer authored
-
- Jun 21, 2023
-
-
Jeff Bruemmer authored
-
- May 24, 2023
-
-
Jeff Bruemmer authored
-
- May 23, 2023
-
-
Kyle Doherty authored
* remove activity frontend * remove the activity page code * remove GET api/activity/ route + tests * regen dox for activity routes - Not for GET /api/activity/ which has been removed. * nix more things only used for GET /api/activity/ * pull out more only-used-for-get-api/activity/ code * force namespace to be loaded (?) to be found --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Bryan Maass <bryan.maass@gmail.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
- Apr 13, 2023
-
-
Jerry Huang authored
* initial changes * add saml api * address changes * git restore enterprise/backend/test/metabase_enterprise/sso/api/saml_test.clj * update comment * update to have /api * remove dbg * fix alias * change deps * update test * add test * update test * split tests * add paren
-
Jeff Bruemmer authored
-
- Feb 23, 2023
-
-
Jeff Bruemmer authored
-
- Feb 10, 2023
-
-
Jeff Bruemmer authored
* update description * update api docs with script
-
- Feb 06, 2023
-
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
- Jan 05, 2023
-
-
Bryan Maass authored
* fix automatic dox generation for malli+defendpoint - there isn't a concept of not having an error message for a schema \o/ - warn but don't break when the schema is invalid - polish the descriptions a little "a nullable a vector" -> "a nullable vector" * gitignore malli types files * schema -> defendpoint api/setting GET :key + docs example * schema -> defendpoint api/action + dox generation * quickfix + add smaller trivial tests * add imported clj kondo rules to git * add with-api-error-message to fix some tests * use mu/with-api-error-message * fix tests * finish defendpoint migration for api/action ns * do not stringify errors * fix devtime annoyance with malli-dox generation * more polish - add length to numerics - respond to review * unused var linter fix * fix off by 1 in umd/description * aligator eats the big number + update action.md
-
- Jan 04, 2023
-
-
Jeff Bruemmer authored
-
- Dec 06, 2022
-
-
Jeff Bruemmer authored
-
- Oct 17, 2022
-
-
Jeff Bruemmer authored
-
- Sep 28, 2022
-
-
Jeff Bruemmer authored
-
- Sep 20, 2022
-
-
Jeff Bruemmer authored
* remove toc generation from api docs * update api docs * update test
-
- Sep 06, 2022
-
-
Cam Saul authored
* Rename DashboardCard `sizeX` and `sizeY` to `size_x` and `size_y` (#16344) * Fix migration * Fix MySQL/MariaDB
-
Jeff Bruemmer authored
-
- Jul 27, 2022
-
-
Jeff Bruemmer authored
-
- Jun 13, 2022
-
-
Jeff Bruemmer authored
-
- May 18, 2022
-
-
Jeff Bruemmer authored
-
- May 17, 2022
-
-
Bryan Maass authored
* Revert "Revert new precondition" This reverts commit 1f97a4d6ccfdaa92ff82fd0256f08f3512c3c5e7. * Revert "plug in and alter tests to use with-actions-test-data" This reverts commit 2f33cb47b700b1da106adf54d41928c5956978d0. * Revert "Add Database-local Setting for enabling Actions for a specific Database" This reverts commit a52f8d0a478a31bb1f1b4a6693abf8f8e658d9cf. * Revert "Make sure api.actions is loaded" This reverts commit 7d7b913a7a0d64cbe2b6907f389d994a1130c0f5. * Revert "Add `experimental-enable-actions` feature flag (#22559)" This reverts commit 9b313752. * Revert "SQL JDBC Delete Row Action (#22608)" This reverts commit d6864f38. * Remove actions api docs * Revert "Destructible version of `test-data` dataset for testing writeback actions (#22692)" This reverts commit 15c57d9a. * keep around a few misc improvements * removes precondition - {:pre [(nil? (namespace symb))]} * various fixes that needn't be reverted
-
- May 13, 2022
-
-
Jeff Bruemmer authored
-