This repository was archived by the owner on Dec 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: gocardless/github-archive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: zph/github-archive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 889 files changed
- 1 contributor
Commits on Jul 7, 2016
-
Use HTTPS for git clone and add MD5 hashing
This commit switches from git clone using ssh to git clone using https. With SSH, the box must have ssh pub/priv keys for github private repos. With HTTPS, we can reuse the GITHUB_ACCESS_TOKEN used for API calls. It also changes the structure of the final file's key on S3 so that the `/` characters cause folder-like behavior in S3 clients. And we append a MD5 hash of the final tar.gz for validation.
Configuration menu - View commit details
-
Copy full SHA for cfce6ca - Browse repository at this point
Copy the full SHA cfce6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for fce2760 - Browse repository at this point
Copy the full SHA fce2760View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea22324 - Browse repository at this point
Copy the full SHA ea22324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 339147e - Browse repository at this point
Copy the full SHA 339147eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce44c02 - Browse repository at this point
Copy the full SHA ce44c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60cdd39 - Browse repository at this point
Copy the full SHA 60cdd39View commit details -
Add random sleeps before git clone and for 1 retry
On Heroku dynos we saw `resource unavailable errors` and 128 exit codes for some clones. I suspect that all 50 clones spinning up at nearly same millisecond is causing resource issues.
Configuration menu - View commit details
-
Copy full SHA for b43ddf1 - Browse repository at this point
Copy the full SHA b43ddf1View commit details -
Use settable ENV variable for GO_WORKERS count
This will help scale the activity on boxes with limited resources The retry and backoff from prior commit was insufficient for ensuring stable cloning behavior on Heroku dynos.
Configuration menu - View commit details
-
Copy full SHA for 265dc20 - Browse repository at this point
Copy the full SHA 265dc20View commit details
Commits on Jul 9, 2016
-
Heroku doesn't provide a persistent filestructure, so this commit moves the mongo->s3 behavior into a streaming process that pipes output from mongodump-> s3upload. Conceptually it's `mongodump --stdout | s3upload`.
Configuration menu - View commit details
-
Copy full SHA for 78c1d06 - Browse repository at this point
Copy the full SHA 78c1d06View commit details
Commits on Jul 10, 2016
-
Files are overwriting each other on S3 when done hourly. Using pseudo_uuid will fix it.
Configuration menu - View commit details
-
Copy full SHA for 5a2ffcd - Browse repository at this point
Copy the full SHA 5a2ffcdView commit details
Commits on Apr 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 054f4fd - Browse repository at this point
Copy the full SHA 054f4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d27231 - Browse repository at this point
Copy the full SHA 4d27231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a49218 - Browse repository at this point
Copy the full SHA 8a49218View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab913f1 - Browse repository at this point
Copy the full SHA ab913f1View commit details
Commits on Apr 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7651073 - Browse repository at this point
Copy the full SHA 7651073View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffbcd5f - Browse repository at this point
Copy the full SHA ffbcd5fView 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 master...master