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

Feature/sda download #392

Merged
merged 38 commits into from
Jun 24, 2024
Merged

Feature/sda download #392

merged 38 commits into from
Jun 24, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    9134b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b08556 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c63307d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    fff9e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3d58ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d1a632 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    f18ff1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1c8ef View commit details
    Browse the repository at this point in the history
  3. Add mockoidc container

    kostas-kou committed May 28, 2024
    Configuration menu
    Copy the full SHA
    32e884a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    189eb98 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    d6b5dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73efaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa4fbe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9925f6e View commit details
    Browse the repository at this point in the history
  5. Add integration test for the sda-download

    - Download a file and check the path and the file itself
    - Remove s3cmd-admin because it is the same with the directS3
    - Renamed the s3cmd.conf to template and then different tests can create
      a config and add different tokens
    - Fixed the url check and fail if there is not protocol (https or http)
    kostas-kou committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7261e27 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    222bc68 View commit details
    Browse the repository at this point in the history
  2. Fixes from linter

    kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f76d0e0 View commit details
    Browse the repository at this point in the history
  3. modify tests

    kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8b36261 View commit details
    Browse the repository at this point in the history
  4. update to go 1.22

    aaperis authored and kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6b261a8 View commit details
    Browse the repository at this point in the history
  5. Update go.mod

    Co-authored-by: Joakim Bygdell <joakim.bygdell@nbis.se>
    2 people authored and kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e0035ab View commit details
    Browse the repository at this point in the history
  6. Bump github.com/neicnordic/crypt4gh from 1.10.1 to 1.12.0

    Bumps [github.com/neicnordic/crypt4gh](https://github.com/neicnordic/crypt4gh) from 1.10.1 to 1.12.0.
    - [Release notes](https://github.com/neicnordic/crypt4gh/releases)
    - [Changelog](https://github.com/neicnordic/crypt4gh/blob/master/.goreleaser.yml)
    - [Commits](neicnordic/crypt4gh@v1.10.1...v1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/neicnordic/crypt4gh
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2288998 View commit details
    Browse the repository at this point in the history
  7. Bump codecov/codecov-action from 4.4.0 to 4.4.1

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.4.0...v4.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a9e0f1a View commit details
    Browse the repository at this point in the history
  8. Bump github.com/aws/aws-sdk-go from 1.53.5 to 1.53.10

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.53.5 to 1.53.10.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.53.5...v1.53.10)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    40b504d View commit details
    Browse the repository at this point in the history
  9. Help returns exit 0 code

    pahatz authored and kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d836f13 View commit details
    Browse the repository at this point in the history
  10. Review fixes

    pahatz authored and kostas-kou committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5b04116 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de16d1b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 3, 2024

  1. General check about the userid

    - the cli now checks the format of the first part
    of the filepath and if it is a userid like does not include it
    - add a userid in the filepath in integration setup
    kostas-kou committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cd2b13f View commit details
    Browse the repository at this point in the history
  2. Fix linting

    kostas-kou committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    587044f View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Joakim Bygdell <joakim.bygdell@nbis.se>
    kostas-kou and jbygdell authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9406e74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eb8057 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 14, 2024

  1. Update README.md

    Co-authored-by: Malin Klang <ahlberg.malin@gmail.com>
    kostas-kou and MalinAhlberg authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    dd6b3cc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Apply suggestions from code review

    Co-authored-by: Alex Aperis <76202622+aaperis@users.noreply.github.com>
    kostas-kou and aaperis authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bf36fb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Fix for integration test

    Update the download environment variables for
    working with the latest image
    kostas-kou committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    940c2a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Address review comments

    kostas-kou committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5b32b8f View commit details
    Browse the repository at this point in the history