Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 04, 2024
    • Ryan Laurie's avatar
      Release from tagged test jars (#43545) · 384af816
      Ryan Laurie authored
      * allow releasing from tagged test jars
      
      * always listen to nemanja
      
      * use java 17
      384af816
    • Jeff Bruemmer's avatar
      docs - license step (#43534) · 5b5b0597
      Jeff Bruemmer authored
      5b5b0597
    • Phoomparin Mano's avatar
      feat(sdk): font size scaling and adjustment for visualizations (#43264) · 9d61985f
      Phoomparin Mano authored
      * support test utilities in sdk import
      
      * add relative unit default chart font size in embedding defaults
      
      * make font size follow sdk root
      
      * feat(sdk): add font size settings to axis ticks
      
      * feat(sdk): add font size settings to series labels
      
      * re-add hasTimelineEvents from merge commits
      
      * apply default font size at the theme level
      
      * add table header cell font size
      
      * calculate cell font size based on 12.5px
      
      * rename theme.chart to theme.cartesian
      
      * refactor visualization theme
      
      * refactor default viz theme
      
      * remove chart style config
      
      * add goal line
      
      * pass font size to chart measurements
      
      * use px as reference unit
      
      * support row chart viz
      
      * add missing echarts font size
      
      * add table cell font sizes
      
      * use css variables for funnel color
      
      * fix theme type in smart scalar story
      
      * add bar chart to storybook for visual test
      
      * add line chart to storybook for visual test
      
      * add loki reference images
      
      * add loki reference images for row chart
      
      * add loki shared reference images to stories filter
      
      * update loki reference image
      
      * synchronize base font size
      
      * add theme provider to funnel test setup
      
      * add missing default visualization theme
      
      * add unit test for get size in px
      
      * update loki reference image
      
      * fix static viz build error
      9d61985f
    • Nick Fitzpatrick's avatar
    • Aleksandr Lesnenko's avatar
      loki CI improvements (#43607) · a727fadd
      Aleksandr Lesnenko authored
      a727fadd
    • Jeff Bruemmer's avatar
      docs - caching updates (#42857) · d9aaa9fd
      Jeff Bruemmer authored
      d9aaa9fd
    • Case Nelson's avatar
      cefd7a61
    • Jeff Bruemmer's avatar
      Docs env var info (#43150) · c5404ea2
      Jeff Bruemmer authored
      c5404ea2
    • Raphael Krut-Landau's avatar
    • Ryan Laurie's avatar
      Add build requirements for v50 (#43537) · 91b4bd6b
      Ryan Laurie authored
      91b4bd6b
    • Ryan Laurie's avatar
      Consolidate sharing e2e specs (#43514) · d53b0a7a
      Ryan Laurie authored
      d53b0a7a
    • Nicolò Pretto's avatar
      temporarily removes the SameSite=None suggestion box (#43524) · fea8f89a
      Nicolò Pretto authored
      * temporarily removes the SameSite=None suggestion box
      
      * fix copy
      fea8f89a
    • Oisin Coveney's avatar
      ecad0c94
    • dependabot[bot]'s avatar
      Bump mysql2 from 3.9.7 to 3.9.8 (#43446) · 237a663b
      dependabot[bot] authored
      Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8.
      - [Release notes](https://github.com/sidorares/node-mysql2/releases)
      - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
      - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.7...v3.9.8
      
      )
      
      ---
      updated-dependencies:
      - dependency-name: mysql2
        dependency-type: direct:development
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      Co-authored-by: default avatarChris Truter <chris@metabase.com>
      Co-authored-by: default avatarMahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
      237a663b
    • Kamil Mielnik's avatar
      Previous period comparison shortcut in chill mode - "+" button (#43493) · 0da1dd16
      Kamil Mielnik authored
      * Sort functions
      
      * Add boilerplate for aggregateOffset and tests
      
      * Simplify assertion
      
      * Make basic case work
      
      * Handle name generation
      
      * Do not require "lib/uuid" attribute to be present since MLv2 will normalize it under the hood anyway
      
      * Fix typing
      
      * Group tests
      
      * Refactor offsetClause to return a new clause instead of a new query
      - Move offsetClause to expressions.ts
      - Add assertion
      
      * Revert "Sort functions"
      
      This reverts commit ab9ce2b24ea6bdad5ff7e9bed8ef38d4b5923f00.
      
      * Move tests
      
      * Handle names dynamically
      
      * Shorten a test
      
      * Update comment
      
      * Add TODO
      
      * Update expression types
      
      * Add diffOffsetClause & percentDiffOffsetClause
      
      * Add a test for diffOffsetClause
      
      * Add TODOs
      
      * Add tests for diffOffsetClause and percentDiffOffsetClause
      
      * Unwrap tests
      
      * Add skeleton for new tests
      
      * Refactor first offsetClause tests
      
      * Add tests for names
      
      * Fix case of non-datetime columns
      
      * Handle a case with offset < 1 and no breakouts
      
      * Handle a case with offset < 1 and breakouts on non-datetime column
      
      * Handle a case with offset < 1 and breakouts binned datetime column
      
      * Handle a case with offset < 1 and breakout on non-binned datetime column
      
      * Refactor
      
      * Refactor
      
      * Remove TODO
      
      * Add tests for diffOffsetClause
      
      * Add tests for percentDiffOffsetClause
      
      * Move offset stuff to offset.ts and offset.unit.spec.ts
      
      * Use template string for prefixes
      
      * Use breakoutColumn + isDate to check column type
      
      * Refactor
      
      * Fix error message
      
      * Add boilerplate for CompareAggregations
      
      * Fix title
      
      * Render aggregations list
      
      * Style AccordionList
      
      * Sort props
      
      * Fix bucket name
      
      * Use displayName instead shortName
      
      * Support parseValue prop in NumberInput
      
      * Add period input accepting integers only
      
      * Accept non-negative values only
      
      * Do not accept zeros
      
      * Add state
      
      * Add submit button
      
      * Export offset functions via Lib
      
      * Make it possible to skip rightSection
      
      * Add column picker
      
      * Map offset user input to api input (negative value)
      
      * Add label
      
      * Fix crash
      
      * Extract shouldCreate
      
      * Make onSelect in AggregationPicker support multiple values
      
      * Extract ReferenceAggregationPicker
      
      * Extract ColumnPicker
      
      * Extract getAggregations
      
      * Rename
      
      * Add custom items
      
      * Refactor item component
      
      * Extract OffsetInput
      
      * Remove unused data-testid
      
      * Style OffsetInput
      
      * Generate titles according to specs
      
      * Generate label
      
      * Generate help
      
      * Extract utils
      
      * Use different width for the 1st step
      
      * Format code
      
      * Use MultiSelect directly
      
      * Avoid custom parseValue
      
      * Revert MultiaAutocomplete changes
      
      * Improve typing in describeTemporalInterval and
       describeRelativeDatetime
      
      * Use describeTemporalUnit to pluralize
      
      * Use interface
      
      * Avoid setting value as DOM attribute
      
      * Fix test
      
      * Add onAdd prop to AggregationPicker and revert the change to have onSelect pass multiple aggregations
      
      * Reduce number of props
      
      * Render checkboxes in custom items
      
      * Introduce and use --mb-color-brand-lighter
      
      * Avoid !important
      
      * Remove redundant prop
      
      * Rename ExtractColumn to ExtractColumnAction
      
      * Add lines.svg
      
      * Fix positioning in case dir attribute is not present in any parent component
      
      * Add CompareAggregationsAction
      
      * Fix warning about isSelected being used as DOM attribute
      
      * Fix positioning in case dir attribute is not present in any parent component
      
      * Remove redundant Box
      
      * Compute the title
      
      * Use proper title when there's only 1 aggregation
      
      * Show visualization on submit
      
      * Do not navigate to chart view
      
      * Add type attribute to all ListItems
      0da1dd16
    • Kamil Mielnik's avatar
      Update dead jetty docs links (#43573) · 6763b13c
      Kamil Mielnik authored
      * Update dead jetty docs link
      
      * Update dead jetty docs link
      6763b13c
    • Nicolò Pretto's avatar
      refactor public/embed reducers and related code (#43495) · 816e1b0d
      Nicolò Pretto authored
      * move parameters and dashboard reducers to the common ones as they're used everywhere
      
      * convert reducers-{common,main,public}.js to typescript, done with --no-verify
      
      * convert reducers to named exports
      816e1b0d
    • Kamil Mielnik's avatar
      Previous period comparison shortcut in notebook mode (#43220) · 3305c815
      Kamil Mielnik authored
      * Sort functions
      
      * Add boilerplate for aggregateOffset and tests
      
      * Simplify assertion
      
      * Make basic case work
      
      * Handle name generation
      
      * Do not require "lib/uuid" attribute to be present since MLv2 will normalize it under the hood anyway
      
      * Fix typing
      
      * Group tests
      
      * Refactor offsetClause to return a new clause instead of a new query
      - Move offsetClause to expressions.ts
      - Add assertion
      
      * Revert "Sort functions"
      
      This reverts commit ab9ce2b24ea6bdad5ff7e9bed8ef38d4b5923f00.
      
      * Move tests
      
      * Handle names dynamically
      
      * Shorten a test
      
      * Update comment
      
      * Add TODO
      
      * Update expression types
      
      * Add diffOffsetClause & percentDiffOffsetClause
      
      * Add a test for diffOffsetClause
      
      * Add TODOs
      
      * Add tests for diffOffsetClause and percentDiffOffsetClause
      
      * Unwrap tests
      
      * Add skeleton for new tests
      
      * Refactor first offsetClause tests
      
      * Add tests for names
      
      * Fix case of non-datetime columns
      
      * Handle a case with offset < 1 and no breakouts
      
      * Handle a case with offset < 1 and breakouts on non-datetime column
      
      * Handle a case with offset < 1 and breakouts binned datetime column
      
      * Handle a case with offset < 1 and breakout on non-binned datetime column
      
      * Refactor
      
      * Refactor
      
      * Remove TODO
      
      * Add tests for diffOffsetClause
      
      * Add tests for percentDiffOffsetClause
      
      * Move offset stuff to offset.ts and offset.unit.spec.ts
      
      * Use template string for prefixes
      
      * Use breakoutColumn + isDate to check column type
      
      * Refactor
      
      * Fix error message
      
      * Add boilerplate for CompareAggregations
      
      * Fix title
      
      * Render aggregations list
      
      * Style AccordionList
      
      * Sort props
      
      * Fix bucket name
      
      * Use displayName instead shortName
      
      * Support parseValue prop in NumberInput
      
      * Add period input accepting integers only
      
      * Accept non-negative values only
      
      * Do not accept zeros
      
      * Add state
      
      * Add submit button
      
      * Export offset functions via Lib
      
      * Make it possible to skip rightSection
      
      * Add column picker
      
      * Map offset user input to api input (negative value)
      
      * Add label
      
      * Fix crash
      
      * Extract shouldCreate
      
      * Make onSelect in AggregationPicker support multiple values
      
      * Extract ReferenceAggregationPicker
      
      * Extract ColumnPicker
      
      * Extract getAggregations
      
      * Rename
      
      * Add custom items
      
      * Refactor item component
      
      * Extract OffsetInput
      
      * Remove unused data-testid
      
      * Style OffsetInput
      
      * Generate titles according to specs
      
      * Generate label
      
      * Generate help
      
      * Extract utils
      
      * Use different width for the 1st step
      
      * Format code
      
      * Use MultiSelect directly
      
      * Avoid custom parseValue
      
      * Revert MultiaAutocomplete changes
      
      * Improve typing in describeTemporalInterval and
       describeRelativeDatetime
      
      * Use describeTemporalUnit to pluralize
      
      * Use interface
      
      * Avoid setting value as DOM attribute
      
      * Fix test
      
      * Add onAdd prop to AggregationPicker and revert the change to have onSelect pass multiple aggregations
      
      * Reduce number of props
      
      * Render checkboxes in custom items
      
      * Introduce and use --mb-color-brand-lighter
      
      * Avoid !important
      
      * Remove redundant prop
      
      * Fix warning about isSelected being used as DOM attribute
      
      * Fix positioning in case dir attribute is not present in any parent component
      
      * Add type attribute to all ListItems
      3305c815
  2. Jun 03, 2024
Loading