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: moby/moby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: simonferquel/docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: auth-streaming
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 165 files changed
  • 2 contributors

Commits on May 3, 2017

  1. vendor: add dependencies for fssession

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed May 3, 2017
    Configuration menu
    Copy the full SHA
    590d329 View commit details
    Browse the repository at this point in the history
  2. Add long-running client session endpoint

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed May 3, 2017
    Configuration menu
    Copy the full SHA
    72f3d7e View commit details
    Browse the repository at this point in the history
  3. Add incremental context send implementation

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed May 3, 2017
    Configuration menu
    Copy the full SHA
    60126d9 View commit details
    Browse the repository at this point in the history
  4. Respect tar entries modes when rewriting them on Windows

    Previously, only perm-related bits where preserved when rewriting
    FileMode in tar entries on Windows. This had the nasty side effect of
    having tarsum returning different values when executing from a tar filed
    produced on Windows or Linux.
    
    This fix the issue, and pave the way for incremental build context
    to work in hybrid contexts.
    
    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed May 3, 2017
    Configuration menu
    Copy the full SHA
    b281e41 View commit details
    Browse the repository at this point in the history
  5. Send docker credentials incrementally when context is streamed

    Also makes context streaming work on Windows
    Also makes context streaming work when context folder is not `.`
    
    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed May 3, 2017
    Configuration menu
    Copy the full SHA
    adf5ec2 View commit details
    Browse the repository at this point in the history
  6. Post-rebase fixes + folder on windows fix

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed May 3, 2017
    Configuration menu
    Copy the full SHA
    26c4231 View commit details
    Browse the repository at this point in the history
  7. Added log messages when requested for auth

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed May 3, 2017
    Configuration menu
    Copy the full SHA
    c1a40ce View commit details
    Browse the repository at this point in the history
  8. Decorelate on demand auth and context streaming

    To do this, I changed the way the session id is exchanged, and
    systematically create a session if both client and server are capable of
    it.
    
    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed May 3, 2017
    Configuration menu
    Copy the full SHA
    3e86409 View commit details
    Browse the repository at this point in the history
  9. Add support for client side authentication

    That requires GRPC based session, and a registry capable of using OAuth
    authentication
    
    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed May 3, 2017
    Configuration menu
    Copy the full SHA
    1eb55b6 View commit details
    Browse the repository at this point in the history
  10. Fix unit tests

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed May 3, 2017
    Configuration menu
    Copy the full SHA
    de979af View commit details
    Browse the repository at this point in the history
  11. Fix plugin registry code

    Signed-off-by: Simon Ferquel <[email protected]>
    simonferquel committed May 3, 2017
    Configuration menu
    Copy the full SHA
    3de3800 View commit details
    Browse the repository at this point in the history
Loading