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

Align staging with master #344

Merged
merged 29 commits into from
Dec 19, 2023
Merged

Align staging with master #344

merged 29 commits into from
Dec 19, 2023

Commits on Nov 28, 2023

  1. chore: upgrade websocket to version 1.15.1

    Signed-off-by: Krzysztof Jaskiewicz <[email protected]>
    kjaskiewiczz committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    777734a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge pull request #333 from kjaskiewiczz/deps-update

    chore: upgrade websocket to version 1.15.1
    kjaskiewiczz authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bfa4054 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. chore: Move control logic earlier in the filetransfer handler

    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f991fa0 View commit details
    Browse the repository at this point in the history
  2. chore: Improve idle timeout logic for filetransfer downloads

    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    176380f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. feat: Add support for HEAD to download API endpoint

    Changelog: Title
    Ticket: ALV-182
    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d11bb25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #334 from alfrunes/ALV-182

    ALV-182: Add support for `HEAD` HTTP method for download API endpoint
    alfrunes authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ac23e67 View commit details
    Browse the repository at this point in the history
  3. chore: bump golang.org/x/sys from 0.14.0 to 0.15.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.15.0.
    - [Commits](golang/sys@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    63b1b31 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. revert: "Merge pull request #334 from alfrunes/ALV-182"

    This reverts commit ac23e67, reversing
    changes made to bfa4054.
    
    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ecbb895 View commit details
    Browse the repository at this point in the history
  2. revert: "revert: "Merge pull request #334 from alfrunes/ALV-182""

    This reverts commit ecbb895.
    
    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    44a508d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #336 from alfrunes/revert-ALV-182

    Revert "Merge pull request #334 from alfrunes/ALV-182"
    alfrunes authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8b81129 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. fix: Respond with error on filetransfer if no bytes are written

    Changelog: None
    Ticket: ALV-182
    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a2ac93e View commit details
    Browse the repository at this point in the history
  2. chore: Adjust error message to match test assertions

    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7d76fe4 View commit details
    Browse the repository at this point in the history
  3. chore: added dependabot default reviewers

    Using default reviewers dependabot functionality
    
    Ticket: SEC-963
    
    Signed-off-by: Roberto Giovanardi <[email protected]>
    oldgiova committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    72f2a09 View commit details
    Browse the repository at this point in the history
  4. chore: Do not return io.EOF when the empty chunk is received

    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2468144 View commit details
    Browse the repository at this point in the history
  5. chore: Flush buffered writer before returning at end of transmission

    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5ef8fae View commit details
    Browse the repository at this point in the history
  6. test: Fix unit tests and adjust errors with expectations

    Signed-off-by: Alf-Rune Siqveland <[email protected]>
    alfrunes committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    178a610 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge pull request #335 from mendersoftware/dependabot/go_modules/gol…

    …ang.org/x/sys-0.15.0
    
    chore: bump golang.org/x/sys from 0.14.0 to 0.15.0
    kjaskiewiczz authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6c18f03 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge pull request #337 from mendersoftware/feature-ALV-182

    ALV-182: Implement filetransfer download HEAD method
    alfrunes authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    13eb6c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge pull request #338 from oldgiova/SEC-963-dependabot-default-revi…

    …ewers
    
    added dependabot default reviewers
    lluiscampos authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    787998d View commit details
    Browse the repository at this point in the history
  2. chore: bump github.com/google/uuid from 1.4.0 to 1.5.0

    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](google/uuid@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ab022aa View commit details
    Browse the repository at this point in the history
  3. chore: bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1

    Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.13.0 to 1.13.1.
    - [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
    - [Commits](mongodb/mongo-go-driver@v1.13.0...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.mongodb.org/mongo-driver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1f33309 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. chore: downstream pipeline failures workaround

    Ticket: QA-642
    Changelog: None
    
    Signed-off-by: Roberto Giovanardi <[email protected]>
    oldgiova committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    250bfa3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #340 from mendersoftware/dependabot/go_modules/go.…

    …mongodb.org/mongo-driver-1.13.1
    
    chore: bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1
    kjaskiewiczz authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1ecabf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request #339 from mendersoftware/dependabot/go_modules/git…

    …hub.com/google/uuid-1.5.0
    
    chore: bump github.com/google/uuid from 1.4.0 to 1.5.0
    kjaskiewiczz authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e359543 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge pull request #341 from oldgiova/QA-642-downstream-workaround

    downstream pipeline failures workaround
    tranchitella authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    26e26ea View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies

    Signed-off-by: Krzysztof Jaskiewicz <[email protected]>
    kjaskiewiczz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cf93dc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #342 from kjaskiewiczz/deps-update

    chore: update dependencies
    kjaskiewiczz authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f62f444 View commit details
    Browse the repository at this point in the history
  2. chore: bump golang.org/x/crypto from 0.14.0 to 0.17.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    294dccc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #343 from mendersoftware/dependabot/go_modules/gol…

    …ang.org/x/crypto-0.17.0
    
    chore: bump golang.org/x/crypto from 0.14.0 to 0.17.0
    kjaskiewiczz authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    900466d View commit details
    Browse the repository at this point in the history