This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 07, 2022
-
-
Ariya Hidayat authored
-
Gustavo Saiani authored
-
Ariya Hidayat authored
Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Noah Moss authored
* add can_access_data_model key to api/user/current * add exclude_uneditable flag to /api/database/:id/metadata * clean ns * WIP figuring out how to update perm checks for Field model * fix errors * fix more errors * tests for field APIs * table perms changes * tests for table API * fix function call * clean ns * perm enforcement for other table APIs * perm enforcement for other field APIs * address comments
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Ngoc Khuat authored
-
Nemanja Glumac authored
* Fix collections permission flake * Reinforce `collection-items-listing` spec
-
Ngoc Khuat authored
* fix failed to sync admin group * address noah's comments and add migration script * document for run-with-data-migration-index * update comments * fix name space * adding data_migrations tests * add docg * make sure we don't remove admin group if sso and ldap are not configured * fix tests for be-ee * fix tests for oss * misc docs updates * remove data-migration-index * return some newlines * is it failling here? * update data_migration docs * update data_migration docs * fix all styling comments * make migration to run both in oss and enterprise and make sure the tests are accounted for that * fix failed namespace checks * Add a comment to the test * fix per comments * Update permissions.clj * tweaking with the
icon * refactor with-temporary-raw-setting-values * update comments * Add extension for cert file * address Noah's comments
-
- Apr 06, 2022
-
-
Nemanja Glumac authored
* Use multi-line command to run Cypress in GHA
-
Nemanja Glumac authored
-
Diogo Mendes authored
* Unskiping and adding extra assert * Stress test change * Reverting Stress Test
-
Nemanja Glumac authored
-
Noah Moss authored
* fix bug * address Dan's feedback * move the real-number? helper to metabase.utils and use it here * oops, fix build * second try at fixing build * third try
-
Noah Moss authored
-
Ryan Laurie authored
* add correct currency symbol to filter inputs * show currency symbol in between inputs * lift currency prefix logic up component tree * remove unused function * fix existing tests * test currency prefixes * fix test nesting * get currency symbols for columns from our currency map * use visualization settings for currency inputs * use keyForColumn() to get visualization settings
-
Nemanja Glumac authored
-
Benoit Vinay authored
* Enforce checkbox icon width * QuestionList layout updated for wrapping * Scroll updates for questions search * Remove debugging props * Layout updated * QuestionList uses List from virtualized and ellipsis+popover for long names * Checkbox component clean up * Checkbox types fixed * Misc * Fix for default checked * Reset export label * Misc updates from review
-
Ariya Hidayat authored
-
Howon Lee authored
Intended design of the JSON thing entails backing off on specific types if we find conflicting ones up to a point. Also there has to be a limit on the cardinality of the generated JSON fields. This one puts it in
-
- Apr 05, 2022
-
-
adam-james authored
* Use collection permissions fns to select correct timelines The Timelines permissions are 1:1 with collection permissions, so on the GET timelines endpoint, use the existing collection permissions functions to help efficiently check timeline permissions. * Add permissions tests to timeline api * Root lacks most collection properties no need to hydrate parent id, effective location, etc Co-authored-by:
dan sutton <dan@dpsutton.com>
-
Cam Saul authored
* Clear out existing DashboardCards when running load with --mode update * Namespace cleanup * Fix circular references * Another test fix * Settings cache needs to be per-app-DB * (Experimental -- new application DB dynamic var) * Create truly rebindable `metabase.db.connection/*application-db*` * call-on-change-fn -> call-on-change * Revert unneeded commit * Namespace cleanup * Add missing docstrings * Appease linters again * Fix handler stats logging middleware * PR feedback * PR feedback: slight optimization * Remove NOCOMMIT * PR feedback * Clean namespace
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Move comment to an appropriate place * Limit the number of results to speed things up * Wait for both `dataset` responses to come back * Use second to last index * Use a helper function instead of aliases * Add some additional comments * Update test title
-
Cam Saul authored
* Remove :google driver * Remove unneeded stuff * Remove another reference to :google driver * Remove another reference to :google
-
Alexander Lesnenko authored
-
Nick Fitzpatrick authored
* Document Title and favicon updates for loading questions * Refactoring Dashboard Title and Favicon logic
-
Cam Saul authored
* Create truly rebindable `metabase.db.connection/*application-db*` * call-on-change-fn -> call-on-change * Namespace cleanup * Add missing docstrings * Appease linters again * Fix handler stats logging middleware * PR feedback * PR feedback: slight optimization
-
Nemanja Glumac authored
-
Alexander Lesnenko authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix changing column order/visibility via sidebar is inconsistent #13455 * Fix can't reorder newly added column https://github.com/metabase/metabase/pull/21338#pullrequestreview-928807257
-
Anton Kulyk authored
* Move SearchBarContainer styles to AppBar * Fix sidebar's border still takes space * Make search results take full space on mobile * Minor rename * Move floating results panel out of input * Add search clear button for mobile * Use collapsed search icon for mobile * Clean up styles * Add useKeyboardShortcut hook * Add useOnOutsideClick hook * Fix search behavior * Rename `useOnClickOutside`
-
Jeff Bruemmer authored
-
- Apr 04, 2022
-
-
Alexander Lesnenko authored
* monitoring permission * [skip ci] fix types * fix import order * specs * fix spec * review
-
Anton Kulyk authored
-
Diogo Mendes authored
* See how onboarding behaves with Buildjet + GHA * Rename Properly * Returning with onboarding * Revert name
-