Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for differential zip updates on macOS #7709

Merged
merged 19 commits into from
Feb 27, 2024

Commits on Apr 3, 2023

  1. export doSign function

    PayneFuRC committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7951fee View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    28f720c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    1d7fbf1 View commit details
    Browse the repository at this point in the history
  2. update Dosign to doSign

    PayneFuRC committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    de77149 View commit details
    Browse the repository at this point in the history
  3. delete dosign

    PayneFuRC committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6051063 View commit details
    Browse the repository at this point in the history
  4. save zip file

    PayneFuRC committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3f48196 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    bd97680 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. add ut

    PayneFuRC committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    8491d3e View commit details
    Browse the repository at this point in the history
  2. delete NUL file

    PayneFuRC committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    0470a07 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix ut

    PayneFuRC committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f305499 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208fc50 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Merge branch 'master' into mac-difference-download

    # Conflicts:
    #	test/src/updater/differentialUpdateTest.ts
    mmaietta committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b33eb46 View commit details
    Browse the repository at this point in the history
  2. add universal test

    mmaietta committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    afa2505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81f890d View commit details
    Browse the repository at this point in the history
  4. cleanup

    mmaietta committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    696bb51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91dc598 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. move CURRENT_MAC_APP_ZIP_FILE_NAME to MacUpdater.ts

    beyondkmp committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5d1ec7e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix ut

    PayneFuRC committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    354b4d9 View commit details
    Browse the repository at this point in the history
  2. adding check and logging in case initial update.zip file isn't presen…

    …t, in which case differential download cannot proceed, so we avoid a confusing error message with this check.
    mmaietta committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cb40ebe View commit details
    Browse the repository at this point in the history