Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Feb 01, 2023
    • Cam Saul's avatar
      Switch to the new Hawk test runner (#27785) · fa5222fe
      Cam Saul authored
      * Switch to the new Hawk test runner
      
      * Fix some stuff
      
      * Fix everything
      
      * Commentz
      
      * Bump init timeout?
      
      * Fix Kondo config
      
      * Remove unused
      
      * Bump test runner version to get `:exclude-tags` support
      fa5222fe
  2. Jan 31, 2023
  3. Jan 30, 2023
  4. Jan 27, 2023
  5. Jan 26, 2023
  6. Jan 24, 2023
  7. Jan 23, 2023
  8. Jan 20, 2023
    • Mark Bastian's avatar
      Added sync-new-table! (#27682) · 9c57c76c
      Mark Bastian authored
      Added new endpoint "/db/:id/new-table".
      9c57c76c
    • Bryan Maass's avatar
      Data graph permissions decoding -- removing redundancies (#27665) · a93aa967
      Bryan Maass authored
      This work removes a spec and a p.schema for data graph permissions.
      
      There are still some specs but they are for execution, and collection graph permissions. Those should be targeted next.
      
      * decoded + verified FIXME
      
      * still good
      
      * some cleanup
      
      * a little more cleaning up
      
      * bit more cleaning
      
      * converted update-group-permissions! -> mu/defn
      
      * use the correct shape for new-group-perms
      
      * remove bunch of pschemas
      
      * linter appeasement
      
      * update test for setting dissallowed schema
      
      * respond to review comments
      
      * fix some tests + improve mu/defn error messages
      
      * a lint fix
      
      * lint fix
      
      * read and query are optional
      
      * update expected error message to the improved one
      
      * stop calling trs at the top level
      
      * fix function signature
      
      * improve test
      a93aa967
    • Noah Moss's avatar
    • Cal Herries's avatar
      Import metabase.actions.test-utils vars to metabase.test (#27767) · 15107d36
      Cal Herries authored
      * Add import vars to metabase.test
      
      * Adjust clj-kondo config
      
      * Import more vars to metabase.test
      
      * Remove unused vars from clj-kondo
      
      * Import another var
      
      * Replace actions.test-util with mt
      
      * Fix merge
      
      * Import another var
      
      * Resolve cyclic deps
      
      * Sort ns
      
      * Fix quoted namespace
      15107d36
  9. Jan 19, 2023
  10. Jan 18, 2023
  11. Jan 17, 2023
  12. Jan 16, 2023
  13. Jan 13, 2023
  14. Jan 12, 2023
    • Bryan Maass's avatar
      malli describe fixes (#27602) · 69f49f05
      Bryan Maass authored
      * updates + updates tests
      
      - use titles for everything
      - repeat "sounds" right
      - biding time to remerge upstream
      
      * Update src/metabase/util/malli/describe.clj
      
      * pluralize times ouhgt to be private
      
      * keep error messages in tests in sync 😐
      
      * linter newline
      69f49f05
    • dpsutton's avatar
      restore aliases before annotating (#27637) · 3ddce607
      dpsutton authored
      * restore aliases before annotating
      
      * cleanup
      
      * fix tests
      
      * Don't add escaped->original if aliases have not changed
      
      No need to walk and replace the aliases if they are identical. And in
      that case, no need to keep a mapping of identical to identical. Not
      super important but saves some time and complexity, and keeps other
      tests passing since the presence of [:info :alias/escaped->original] in
      the query caused them to trivially fail.
      
      * oracle has a smaller limit and _expected_ mangled
      
      previous testing behavior was "what happened" and not what should
      happen. we fixed the bug but the "expect garbage" behavior was still
      present
      
      * Relax :alias/escaped->original schema
      
      oracle tests use keywords for the alias
      
      ```clojure
      {:alias/escaped->original
       {:test-data-venues--via-a763718f "test_data_venues__via__venue_id",
        :test-data-users--via--user-id "test_data_users__via__user_id"}}}
      ```
      
      No idea why that is keyworded
      
      * relax `:alias/escaped->original` schema
      
      see previous commit
      3ddce607
  15. Jan 11, 2023
  16. Jan 10, 2023
Loading