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

feat(cloud): Upload through HTTP proxy node #103

Merged
merged 15 commits into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e6d4db8 View commit details
    Browse the repository at this point in the history
  2. Refactor, simplify, revive PR

     - Add convenience script for linting and testing
     - Revert -c for compatibility
     - Remove -H (use case unclear)
     - Do not treat proxy node as special
     - Simplify interface to proxy node
     - Simplify proxy node internals to use Python libraries for GCS and S3
     - Disable multiperiod with cloud upload (for now)
     - Revert changes to multiperiod node
    joeyparrish committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    71642c1 View commit details
    Browse the repository at this point in the history
  3. Add S3 implementation

    joeyparrish committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cb6fb00 View commit details
    Browse the repository at this point in the history
  4. Clean up

    joeyparrish committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1dfbc96 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    joeyparrish committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    643d620 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6da01f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1bfbb2 View commit details
    Browse the repository at this point in the history
  8. Fix init order

    joeyparrish committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0c4c4c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2c8da7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a27d9a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b225955 View commit details
    Browse the repository at this point in the history
  12. Fix cloud upload caching

    joeyparrish committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e11672e View commit details
    Browse the repository at this point in the history
  13. Fix server location

    joeyparrish committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cd8019f View commit details
    Browse the repository at this point in the history
  14. Fix handler init

    joeyparrish committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2a1f24f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e79c6f View commit details
    Browse the repository at this point in the history