Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 12, 2022
  2. Oct 11, 2022
  3. Oct 10, 2022
  4. Oct 07, 2022
    • metamben's avatar
      Implement EE/Pro app permissions (#25764) · cf9b1bf5
      metamben authored
      * Implement per group and per db app permissions
      Unverified
      cf9b1bf5
    • Jeff Bruemmer's avatar
      heading (#25836) · 2566165f
      Jeff Bruemmer authored
      Unverified
      2566165f
    • metamben's avatar
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Static gauge chart (#25651) · d4cb1e5a
      Mahatthana (Kelvin) Nomsawadi authored
      * Basic static gauge chart
      
      * Add gauge segment min max labels
      
      * Add gauge segment label
      
      * Cleanup code
      
      * Fix React list key error
      
      * Remove hard-coded colors
      
      * Make the everything calculates at the gauge center
      
      * Make gauge segment data easier to understand
      
      * Example scaling chart to avoid label overflow
      
      * Avoid long labels overflow by scaling the gauge chart down
      
      * Match gauge needle color with the design
      
      * Fix hard coded gauge segment label anchor calculation
      
      * Fix static gauge chart not rotate gauge needle correctly
      
      * Add E2E for static gauge chart
      
      * Fix `transform-origin: center` not working with BE static chart
      
      * Truncate long segment label so charts can never be too small
      
      * Fix gauge segment not connected to each other
      
      * Static chart refactor part 1
      
      * Final static gauge chart refactoring
      
      * Simplify clojure chart render function
      
      * Fix relative imports
      
      * Make overlapping gauge labels more legible
      
      * Make GaugeLabelData property orders consistent
      
      * Make a function easier to read
      
      * Make the calculation more correct
      
      though the behavior would still be the same
      
      * Separate presentational component out of the Gauge component
      
      * Remove unused tap>
      
      * Fix gauge chart not working on chart tester in internal static viz page
      
      * Fix gauge chart not rendered with Lato font
      
      * Improve internal page static chart tester option clarity
      
      * Support column settings in gauge charts
      
      * Add unit tests for static gauge chart utils
      
      * Address review
      
      * Fix unittest failure
      Unverified
      d4cb1e5a
    • Gustavo Saiani's avatar
    • Braden Shepherdson's avatar
      Serdes v2: Drop the updated_at field from serialization (#25446) · f4d3ea6c
      Braden Shepherdson authored
      The value is reconstructed on the deserialization side based on the
      time of deserialization.
      
      For the git workflow, `updated_at` makes for a lot of diffs of unrelated files.
      Unverified
      f4d3ea6c
    • Dalton's avatar
      Move type functions in `schema_metadata.js` to `metabase-lib` (#25822) · bafce111
      Dalton authored
      * Move some constants in schema_metadata to metabase-lib
      
      * Rename isFK and isPK to isTypeFK, isTypePK to handle name conflicts
      
      * Move type logic in schema_metadata.js to metabase-lib
      
      * Move unit test over to isa.unit.spec.js
      Unverified
      bafce111
  5. Oct 06, 2022
Loading