-
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
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: kraken-hpc/imageapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kraken-hpc/imageapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 212 files changed
- 1 contributor
Commits on Jul 23, 2021
-
* add gitignore * first stab * rewrite api to be more extensible; simplify with query paths. NOT bw compatible * add internal object storage * update api & generated code * internal api refactor * initialize api in startup; print debug messages for garbage collection * add ability to set log level through environ * add api handlers * fix nil dereference in handlers * fix incorrect driver assignment for mount overlay * fix more nil rdereferences in handlers * make sure main() calls ForkInit * update delete calls to more consistently uses query params for selection * fix nil return values on container setstate and delete * fix store failed refadd on register * fix ForkInit reversion * support forced delete methods that ignore refs * fix garbage collection deadlock; enable auto-garbage collection * fix issue where container deletion didn't decrement mount reference * remove noisy garbage collection messages * fixup mount info messages * fix unmount/detach return errors * fixup collection debug messages
Configuration menu - View commit details
-
Copy full SHA for 45f55be - Browse repository at this point
Copy the full SHA 45f55beView commit details -
* update API for bind mounts * add bind mount driver * specify file system type when bind mounting to make the function happy * check nilable options for nil in bind mount
Configuration menu - View commit details
-
Copy full SHA for ad57aa5 - Browse repository at this point
Copy the full SHA ad57aa5View commit details -
* add nfs mount driver * switch to unix.Mount for nfs mounting * fix bad reference in nfs unmount * fix bad reference in nfs unmount
Configuration menu - View commit details
-
Copy full SHA for 65b06eb - Browse repository at this point
Copy the full SHA 65b06ebView commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f8c1504 - Browse repository at this point
Copy the full SHA f8c1504View commit details
Commits on Jul 26, 2021
-
Add local attach support (#40)
* add local attach support * use os.Mode* for backwards compatability * fix incorrect driver naming for attach local * fix some incorrect pointer references in log messages * log message tweaks for attach-local
Configuration menu - View commit details
-
Copy full SHA for b73b9e9 - Browse repository at this point
Copy the full SHA b73b9e9View commit details
Commits on Jul 28, 2021
-
* more consistent and informative logs for attach/detach mount/unmount success * more canonical error variable naming
Configuration menu - View commit details
-
Copy full SHA for ef20867 - Browse repository at this point
Copy the full SHA ef20867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 155cf01 - Browse repository at this point
Copy the full SHA 155cf01View commit details -
Configuration menu - View commit details
-
Copy full SHA for a404705 - Browse repository at this point
Copy the full SHA a404705View commit details
Commits on Jul 29, 2021
-
Add iSCSI attachment support (#45)
* add swagger/generated code for iscsi attach * add iscsi attach type * for now, disable partition table reads for iscsi luns * fix log fields for driver
Configuration menu - View commit details
-
Copy full SHA for 036b75f - Browse repository at this point
Copy the full SHA 036b75fView commit details
Commits on Aug 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 147ebd5 - Browse repository at this point
Copy the full SHA 147ebd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3998d99 - Browse repository at this point
Copy the full SHA 3998d99View 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 main...docs