Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 03, 2024
  2. Jun 01, 2024
    • Jesse Devaney's avatar
      Fix data labels too dense with large single series (#42985) · 72443c62
      Jesse Devaney authored
      
      * remove unused variable
      
      * conditionally render labels sparsely if large amount of data points
      
      * update loki snapshots
      
      * refactor data label formatter conditions
      
      * setup intelligent label plotting
      
      * handle the case when there are no labels
      
      * add sparse data label rendering to bar charts
      
      * do not compute if no labels need to be shown or hidden
      
      * add sparse data labeling to waterfall charts
      
      * adjustment for large series waterfall labels
      
      * revert change
      
      * refactor name
      
      * add sparse labels to stacked bar and area
      
      * improve scaleFactor
      
      * fix type errors
      
      * remove unused labelFormatter
      
      * update snapshots
      
      * patch ECharts
      
      - labels with no text, i.e. "", were still being considered as plot-able labels which was causing labels with real text "asdfec.." to be hidden because of overlap.
      - This patch makes it so that labels with no text, i.e. "", are not considered to be candidates for overlap checking.
      
      * update loki snapshots
      
      * only loop over dataset once for getWaterfallChartDataDensity
      
      * improve performance of chart data density calculations
      
      * update loki snapshots
      
      * update E2E spec
      
      * update E2E spec
      
      * increase cartesian label density allotment
      
      * update loki snapshots
      
      * update loki snapshots
      
      * comment out node_modules cache since it cannot be skipped by commit and is breaking CI
      
      * fix type errors
      
      * Reset node modules if patches are changed
      
      * refactor type naming
      
      ---------
      
      Co-authored-by: default avatarUladzimir Havenchyk <uladzimir.dev@gmail.com>
      Co-authored-by: default avatarUladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
      Unverified
      72443c62
  3. May 31, 2024
  4. May 30, 2024
  5. May 28, 2024
  6. May 27, 2024
  7. May 20, 2024
  8. May 16, 2024
    • Aleksandr Lesnenko's avatar
      drop percy (#42303) · 361f568e
      Aleksandr Lesnenko authored
      Unverified
      361f568e
    • Nemanja Glumac's avatar
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Automate releasing embedding SDK (#42516) · 3dbeb3bf
      Mahatthana (Kelvin) Nomsawadi authored
      * WIP some workflows
      
      * Add reminder todo comment
      
      * Complete the workflow
      
      * Fix YAML syntax error
      
      * Trigger the workflow
      
      * Fix resuable workflow
      
      * Fix uberjar workflow
      
      * Add missing steps before testing
      
      * Pass recrets to resuable workflow, so it could run
      
      * Fix sdk artifact location
      
      * Remove unneeded output
      
      * fetch tags, so it doesn't fail on push
      
      * Only running EE uberjar in SDK workflow
      
      Because OSS is never needed
      
      * Fix incorrect syntax
      
      * Shuffle workflow so it failed fast
      
      * Fix syntax error
      
      * Attempt to bulid only EE jar
      
      * Fix the error handling step
      
      * Fix failing to upload to s3
      
      * Fix create a PR step
      
      * Fix the last temporary command, so the build looks green
      
      * Remove hack to trigger the workflow
      
      * Remove completed todo comment
      
      * Clean up S3 step
      
      * Add todo comment
      
      * Upload correct docker image name
      
      * Bump the package version before building SDK
      
      * Fix uploading the correct Metabase dev container name
      
      * Fix one too many double quote
      
      * Push the correct docker image
      
      * Fix PR creation step
      
      * Dry run publishing SDK
      
      * Use a separate uberjar workflow for SDK
      
      * Remove a bunch of unused steps
      
      * Update variable names, step names
      
      * Improve tag error message
      
      * Correct m2-cache-key to be unique
      
      * Fix the push tag failure step to only run when failed to push tag
      
      * Fix changed artifact name
      
      * Improve env name for clarity
      
      * Fix extra trailing empty line
      
      * Remove conditions from running certian steps
      
      * Removing npm publish dry-run
      Unverified
      3dbeb3bf
  9. May 15, 2024
  10. May 09, 2024
  11. May 05, 2024
  12. May 03, 2024
  13. May 02, 2024
  14. Apr 30, 2024
  15. Apr 29, 2024
  16. Apr 26, 2024
  17. Apr 23, 2024
  18. Apr 19, 2024
  19. Apr 18, 2024
  20. Apr 17, 2024
  21. Apr 16, 2024
  22. Apr 11, 2024
    • Nicolò Pretto's avatar
      add env var to enable css modules classnames linting (#41173) · 99d15b04
      Nicolò Pretto authored
      
      * .eslintrc -> .eslintrc.js
      
      * This might work?
      
      * add env for linting css modules class names
      
      * avoid extending postcss-modules/recommended, specify just the used rule instead
      
      * add missing . on comment
      
      * Remove unused .detailName references
      
      * Fix ManageApiKeys and GuiQueryEditor
      
      * Fix SettingText and DashboardControls
      
      * fix missing textUnspaced class
      
      * remove usave of S.headerButton, that's actually never used because we never pass headerLink to ReferenceHeader
      
      * Remove flexNoShrink
      
      ---------
      
      Co-authored-by: default avatarOisin Coveney <oisin@metabase.com>
      Unverified
      99d15b04
  23. Apr 04, 2024
  24. Apr 03, 2024
    • Lena's avatar
      Make Noah the codeowner for permissions et al (#40919) · 83865263
      Lena authored
      * Make Noah the codeowner for permissions et al
      
      et al = `integrations` (OSS google auth, LDAP and Slack integrations) + `enterprise` (audit, advanced SSO, advanced config stuff).  `enterprise` also has LLM which doesn't really have a codeowner now, but it also doesn't need one.
      
      * Correct the paths and the scopes
      Unverified
      83865263
    • Lena's avatar
      Clarify that backport/no-backport is an internal thing (#40954) · 359a8dac
      Lena authored
      
      * Clarify that backport/no-backport is an internal thing
      
      A few times per month, external contributors ask about the notion doc they can't access and about the labels they are not expected to set. This is not the experience we should give to people who not only take their time to contribute to metabase, but also actually read the PR template.
      
      (slightly duplicated condition in the beginning and the end of the paragraph — "For those employed [...] If you're not employed [...]" — is on purpose)
      
      * Add linebreaks in PR template
      
      Co-authored-by: default avatarTim Macdonald <tim@metabase.com>
      
      ---------
      
      Co-authored-by: default avatarTim Macdonald <tim@metabase.com>
      Unverified
      359a8dac
  25. Apr 02, 2024
  26. Apr 01, 2024
  27. Mar 27, 2024
Loading