-
-
Notifications
You must be signed in to change notification settings - Fork 114
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: ncw/swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ncw/swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 10 files changed
- 2 contributors
Commits on Aug 28, 2024
-
Added quota info (total bytes and objects count) support for containers.
Swift protocol allows to retrieve quota info for a container (https://docs.openstack.org/api-ref/object-store/#show-container-metadata). This commit allows to get those data (if available). This is useful to enhance 'rclone about' command when used with some swift implementations such as Blomp storage.
Configuration menu - View commit details
-
Copy full SHA for a27f2e5 - Browse repository at this point
Copy the full SHA a27f2e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4007076 - Browse repository at this point
Copy the full SHA 4007076View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9d9daa - Browse repository at this point
Copy the full SHA b9d9daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f996a02 - Browse repository at this point
Copy the full SHA f996a02View commit details -
On Auth failures, rewind the body if possible
This fixes integration test failures for go1.23 and go1.22 which weren't present in go1.21 and previous. Something changed in the go runtime to cause this but the exact cause is unknown.
Configuration menu - View commit details
-
Copy full SHA for d2de41c - Browse repository at this point
Copy the full SHA d2de41cView commit details -
Ignore lint errors for strings.Title in test code
strings.Title is broken for certain types of unicode string, however in this test code we are only ever using on single word ASCII strings where it works fine. We don't want to take another dependency to fix (x/text) which is the recommended fix, so we will just ignore the lint errors since they are false positives here.
Configuration menu - View commit details
-
Copy full SHA for 883590e - Browse repository at this point
Copy the full SHA 883590eView commit details -
Replace deprecated ioutil.ReadAll with io.ReadAll
This bumps the minimum go version from go1.15 to go1.16 as io.ReadAll was only added in go1.16
Configuration menu - View commit details
-
Copy full SHA for 16e3ce8 - Browse repository at this point
Copy the full SHA 16e3ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4aaacb - Browse repository at this point
Copy the full SHA d4aaacbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c646c - Browse repository at this point
Copy the full SHA 36c646cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.2...v2.0.3