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

initial PoC implementation of UDPJobFactory #644

Merged
merged 22 commits into from
Oct 16, 2024

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    ec982c2 View commit details
    Browse the repository at this point in the history
  2. Issue #604/#644 refactor out parse_remote_process_definition as stand…

    …alone utility
    
    Finetune openeo.internal.processes.parse to properly support this
    (e.g. leverage named tuples for immutability, less boilerplate and out of the box equality checks)
    soxofaan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4e04351 View commit details
    Browse the repository at this point in the history
  3. Issue #604/#644 explicitly use default value from schema as fallback

    improves long term traceability and observability
    soxofaan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    04bc791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff8b553 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64cafcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04296c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8db877 View commit details
    Browse the repository at this point in the history
  8. Issue #604/#644 test coverage for personal UDP mode

    and some related refactoring
    soxofaan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ff9c3f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    632e239 View commit details
    Browse the repository at this point in the history
  10. MultiBackendJobManager: fix another SettingWithCopyWarning related bug

    seems like pandas is handy to build foot guns
    
    maybe related to #641
    soxofaan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5b1e8fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd9fdb8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ade5258 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    d29d3ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a92e47f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ee8ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddc9ee5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e22a791 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    130db87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2667733 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    1917a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ffa2a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bf73de View commit details
    Browse the repository at this point in the history