Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3g sidecar passthru #8287

Closed
wants to merge 51 commits into from
Closed

S3g sidecar passthru #8287

wants to merge 51 commits into from

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    ed20c5c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. WIP

    lukemarsden committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    49a8aef View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    ee9cd86 View commit details
    Browse the repository at this point in the history
  2. WIP - getting a 404 for some reason. Need to understand the mux routi…

    …ng s2 uses in more detail.
    lukemarsden committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9614e36 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. More WIP

    lukemarsden committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    5623711 View commit details
    Browse the repository at this point in the history
  2. example

    lukemarsden committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a906fe5 View commit details
    Browse the repository at this point in the history
  3. bump, debugging

    lukemarsden committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    5f80fd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c75c42 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. mega find and replace

    lukemarsden committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c2854f4 View commit details
    Browse the repository at this point in the history
  2. Debugging rewriting...

    lukemarsden committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c4447da View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    272da07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff66799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d21527b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88ae87a View commit details
    Browse the repository at this point in the history
  5. why are you getting stuck

    lukemarsden committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a863d24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20892b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de3068c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    09f725d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1391f21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed532f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0158e0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d2acb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6f9463 View commit details
    Browse the repository at this point in the history
  7. cleanup

    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    00ffc99 View commit details
    Browse the repository at this point in the history
  8. more cleanup

    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    075727d View commit details
    Browse the repository at this point in the history
  9. cleanup

    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    94b6b57 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e228bf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e33bcfa View commit details
    Browse the repository at this point in the history
  12. Cleanup

    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e80fcc0 View commit details
    Browse the repository at this point in the history
  13. Some WIP towards supporting real S3 as well. Needs testing in a reali…

    …stic environment though.
    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a2b4105 View commit details
    Browse the repository at this point in the history
  14. First pass on copying data from backend job-scoped bucket location to…

    … pipeline output commit
    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e6c05b1 View commit details
    Browse the repository at this point in the history
  15. Try creating a new commit

    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fb8d917 View commit details
    Browse the repository at this point in the history
  16. Comment

    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    60ebb8b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    846176d View commit details
    Browse the repository at this point in the history
  18. Put S3 copying code in the right place - it doesn't actually work yet…

    … (see user container pipeline logs grep for PROXY)
    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    0220cc8 View commit details
    Browse the repository at this point in the history
  19. Merge branch 's3g-sidecar-passthru' of github.com:pachyderm/pachyderm…

    … into s3g-sidecar-passthru
    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    13e5c88 View commit details
    Browse the repository at this point in the history
  20. The copy has to happen from the storage container because that has th…

    …e storage secrets, and we don't want to leak them to the user code. The triggering and blocking on the copy however needs to happen from the user code. So we make an http call from the user container on localhost to a new API endpoint on the storage container called /finish, BEFORE we finish the commit in the worker, and block until it completes.
    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d53ea8b View commit details
    Browse the repository at this point in the history
  21. Revert "Revert docker changes (#8293)"

    This reverts commit 846176d.
    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2296eb5 View commit details
    Browse the repository at this point in the history
  22. Improve logging

    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    0f25c77 View commit details
    Browse the repository at this point in the history
  23. Revert "Revert "Revert docker changes (#8293)""

    This reverts commit 2296eb5.
    lukemarsden committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ceb09bb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    368a25c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    d0392fc View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Revert "Revert docker changes (#8293)"""

    This reverts commit ceb09bb.
    lukemarsden committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    28b673a View commit details
    Browse the repository at this point in the history
  3. logging

    lukemarsden committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    68b6cd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31aa3d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42f5351 View commit details
    Browse the repository at this point in the history
  6. Cleanup stale comments

    lukemarsden committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2420d4b View commit details
    Browse the repository at this point in the history
  7. More comment cleanup

    lukemarsden committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    368583e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Fix up bail out logic

    chainlink committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    56c094c View commit details
    Browse the repository at this point in the history
  2. Fix up logic

    chainlink committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    ead11f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af9704b View commit details
    Browse the repository at this point in the history