Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 11, 2021
    • Alexander Lesnenko's avatar
      search pagination (#15923) · a7998d69
      Alexander Lesnenko authored
      
      * add global search results pagination
      
      * fixup! add global search results pagination
      
      * nit fix to allow aleksander test without borking perf too much
      
      * fix incorrect question object in the search spec
      
      * translate pagination
      
      * show filters only for existing types of items for a specified search query
      
      * fixup! show filters only for existing types of items for a specified search query
      
      * fixup! show filters only for existing types of items for a specified search query
      
      * Search pagination models (#15972)
      
      * querying the models by a buncha queries
      
      * up max filtered response because of limits
      
      * archived string and table db id is still a thing cuz of weirdo joins and stuff
      
      * shove models given in the normal api endpoint
      
      * misplaced docstring
      
      * redshift root is actually bonafide different than other roots
      
      Co-authored-by: default avatarhowon lee <hlee.howon@gmail.com>
      Unverified
      a7998d69
  2. May 10, 2021
  3. May 07, 2021
  4. May 06, 2021
    • Ariya Hidayat's avatar
      Basic type inference for custom expression (#15940) · ff7e29cb
      Ariya Hidayat authored
      
      * Make it work with MBQL instead
      
      * Update frontend/test/metabase/lib/expressions/typeinferencer.unit.spec.js
      
      Co-authored-by: default avatarflamber <1447303+flamber@users.noreply.github.com>
      Unverified
      ff7e29cb
    • Jeff Evans's avatar
      Add diagnostic info for connection pools to Help page (#15704) · 9dc522a4
      Jeff Evans authored
      Add diagnostic info for connection pools to Help page
      
      Backend changes:
      Add org.clojure/java.jmx dependency to project.clj for use in JMX bean querying
      To troubleshooting.clj, add some functions to capture details from the c3p0 connection pool beans to a map
      Add new API endpoint to invoke that from util.clj
      Add content-disposition header to API endpoint to make it a download
      
      Frontend changes:
      In the Help page, add a new paragraph below the existing "Diagnostic Info" JSON blob for advanced details, envisioned as a list of download links (which users can then attach to tickets, etc.)
      Unverified
      9dc522a4
    • Ariya Hidayat's avatar
    • Anton Kulyk's avatar
      Fix item picker suggests to select items user does not have write access to (#15613) · 27726dbb
      Anton Kulyk authored
      * Test adding question to dashboard
      
      * Test collections filtering when adding a question
      
      When adding a question to dashboard,
      we need to display collections a user has "write" access to.
      Collection with "read" access have to be hidden
      
      * Fix adding question to dashboard without access
      
      * Add a note about permissions test suite
      
      * Move question permission tests to collection suite
      
      * Revert initial collections filtering
      
      * Fix adding question to dashboard without access
      
      * Remove redundant state field
      
      * Enable #15281 issue repro test
      
      * Remove requireCollectionWritePermission prop
      
      * Filter items user doesn't have `write` access to
      
      * Fix permission tests
      
      * Fix dashboard test
      
      * Fix part of permission tests disabled for nodata user
      
      * Bring back issue reference to Cypress test
      
      * Remove underscore prefixes for component methods
      
      * Test offers saving dashboard to opened collection
      
      *...
      Unverified
      27726dbb
  5. May 05, 2021
  6. May 04, 2021
  7. May 03, 2021
  8. May 02, 2021
  9. May 01, 2021
  10. Apr 30, 2021
    • Howon Lee's avatar
      Admin people pagination backend (#15687) · b5a427b4
      Howon Lee authored
      
      * limit and offset work upon hand exercise
      
      * limit added
      
      * add the test
      
      * docstring is wrong make it not wrong
      
      * fix namespace decl
      
      * they were test bugs only
      
      * stick that limit and offset in there
      
      * Permissions imports
      
      * make it work in dbs that are not just h2
      
      * add limit test get
      
      * needs integer
      
      * juice the coverity lol
      
      * just stick querying in the overall dealie
      
      * tests pass
      
      * add counter
      
      * rip out the clauses
      
      * not just if limited
      
      * docstring misplaced
      
      * more linting
      
      * cool tests
      
      * tests pass but lacking test lol
      
      * group id works
      
      * test works
      
      * fix jeff nits
      
      * break that api
      
      * add test for count
      
      * cypress works for some reason lol
      
      * fix capitalizations
      
      * admin people pagination frontend (#15821)
      
      * admin people pagination frontend
      
      * admin people pagination and search specs
      
      * address review comments
      
      * fix rebase
      
      * address review comments
      
      Co-authored-by: default avatarAlexander Lesnenko <alxnddr@users.noreply.github.com>
      Unverified
      b5a427b4
    • Ariya Hidayat's avatar
Loading