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: or-shachar/go-tool-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.5
Choose a base ref
...
head repository: or-shachar/go-tool-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.6
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Nov 23, 2023

  1. chore: code remodel + parallel puts (#3)

    * Remodeled with interfaces + parallel puts
    
    Signed-off-by: or-shachar <[email protected]>
    
    * Tolerate remote put errors
    
    ---------
    
    Signed-off-by: or-shachar <[email protected]>
    or-shachar authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0bc8aa9 View commit details
    Browse the repository at this point in the history
  2. chore: CR fixes (#6)

    or-shachar authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b8df310 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. chore: CR fixes (#7)

    - Better handling of channels, waitgroups and errors
    - Handle and protect against data race
    - Single cancellable context
    - Bug fixes around maybeS3Client
    or-shachar authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    93ff8ec View commit details
    Browse the repository at this point in the history
  2. chore: Fixed warnings, added small UT, added CI build (#8)

    * Fixed warnings, added small UT, added CI build
    
    * fixed golint errors
    
    Signed-off-by: or-shachar <[email protected]>
    
    ---------
    
    Signed-off-by: or-shachar <[email protected]>
    or-shachar authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f8a97c7 View commit details
    Browse the repository at this point in the history
Loading