Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 12, 2024
  2. Jun 11, 2024
    • Mahatthana (Kelvin) Nomsawadi's avatar
      ci(sdk): Remind SDK PR author to use conventional commits PR title (#43932) · 45942998
      Mahatthana (Kelvin) Nomsawadi authored
      * Remind embedding SDK PR author to use conventional commits
      
      * Only remind PR author when PR title isn't conventional commits
      
      * Add branch for testing
      
      * Fix gh cli command
      
      * Fix getting wrong user login
      
      * Ensure we don't create more than 1 comment
      
      * Improve comment format
      
      * Add more info for non-changelog related type
      
      * Check non-changelog related types
      
      * Update the comment for consistency
      
      * Revert "Add branch for testing"
      
      This reverts commit 4a1be68828ca2b81d5548e24a7be491f9c0348c0.
      Unverified
      45942998
  3. Jun 07, 2024
  4. Jun 06, 2024
  5. Jun 05, 2024
  6. Jun 04, 2024
  7. Jun 03, 2024
  8. 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
  9. May 31, 2024
  10. May 30, 2024
  11. May 28, 2024
  12. May 27, 2024
  13. May 20, 2024
  14. 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
  15. May 15, 2024
  16. May 09, 2024
  17. May 05, 2024
  18. May 03, 2024
  19. May 02, 2024
  20. Apr 30, 2024
  21. Apr 29, 2024
Loading