Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/jetpack-videopress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.31
Choose a base ref
...
head repository: Automattic/jetpack-videopress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.24.0
Choose a head ref
  • 10 commits
  • 12 files changed
  • 6 contributors

Commits on Aug 12, 2024

  1. VideoPress: update tus JS client lib (#38821)

    * update tus client version
    
    * fix versions and changelogs
    
    * add/extend types for resumable (tus) lib
    
    * add eslint ignore (for now)
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10358618116
    
    Upstream-Ref: Automattic/jetpack@53dc65e
    CGastrell authored and matticbot committed Aug 12, 2024
    Copy the full SHA
    fc78277 View commit details

Commits on Aug 13, 2024

  1. Copy the full SHA
    70fa383 View commit details
  2. Connection: Update the connection initial state to fallback on the ne…

    …w consolidated Jetpack script data (#38825)
    
    * Add initial state to the consolidated jetpack script data
    
    * Add script-data as a dependency to connection package
    
    * Fallback to the consolidated initial state in JS components
    
    * Add changelog
    
    * Simplify conditionals
    
    * Fix up versions
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10372171739
    
    Upstream-Ref: Automattic/jetpack@de2d680
    manzoorwanijk authored and matticbot committed Aug 13, 2024
    Copy the full SHA
    698fc8b View commit details
  3. Fix/my jetpack async activate (#38845)

    * Remove empty href attributes that were causing cards to reload the page
    
    * changelog
    
    * Version fixup
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10375960075
    
    Upstream-Ref: Automattic/jetpack@7f3d11b
    jboland88 authored and matticbot committed Aug 13, 2024
    Copy the full SHA
    4aafa31 View commit details

Commits on Aug 14, 2024

  1. Backport wpcomsh 5.4.0 Changes (#38861)

    * Changelog and readme.txt edits.
    
    * Version bumps
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10383199709
    
    Upstream-Ref: Automattic/jetpack@3959f49
    jeherve authored and matticbot committed Aug 14, 2024
    Copy the full SHA
    49c43fd View commit details
  2. Update definitelyTyped (#38665)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10391867431
    
    Upstream-Ref: Automattic/jetpack@a943aad
    anomiex authored and matticbot committed Aug 14, 2024
    Copy the full SHA
    2aef7f0 View commit details
  3. VideoPress dashboard: improve upload error handler (#38769)

    * add debug calls, minor code improvements (map -> forEach, await/async functions, etc)
    
    * changelog entry
    
    * less debug on uploader lib
    
    * make onBeforeRequest async (as expected by tus client lib). Add onShouldRetry to abort retries on 400 errors (mostly unrecoverable for now)
    
    * add state action/reducer/selector for SET_VIDEO_UPLOADING_ERROR to keep errored videos separate and transient
    
    * include errored videos in all dashboard considerations and derived flags
    
    * add state action/reducer to clear upload errors
    
    * add error components for grid and row views
    
    * implement new error components on grid and list
    
    * remove unused parameters
    
    ---------
    
    Co-authored-by: Douglas <douglas.henri@automattic.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10394064349
    
    Upstream-Ref: Automattic/jetpack@bb45c57
    CGastrell authored and matticbot committed Aug 14, 2024
    Copy the full SHA
    91c27c8 View commit details
  4. Update wordpress monorepo (#38662)

    * Update wordpress monorepo
    * Fix lint errors in Boost
    * js-packages/publicize-components: Fix apiFetch handler in unit test to handle `parse` option.
    * plugins/jetpack: Fix unit test for loader recursion inside `@wordpress/components`
    
    ---------
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10394097476
    
    Upstream-Ref: Automattic/jetpack@d7279d9
    anomiex authored and matticbot committed Aug 14, 2024
    Copy the full SHA
    fd38bc0 View commit details

Commits on Aug 15, 2024

  1. Copy the full SHA
    4e7fe4b View commit details
  2. Copy the full SHA
    8b6ea04 View commit details
Loading