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

closes #558 #559

Merged
merged 11 commits into from
Jun 24, 2024
Merged

closes #558 #559

merged 11 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    db7bd69 View commit details
    Browse the repository at this point in the history
  2. create dummy commit

    rlehfeld authored and comrumino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    599b905 View commit details
    Browse the repository at this point in the history
  3. undo dummy commit

    rlehfeld authored and comrumino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c8f8a28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    151d1e3 View commit details
    Browse the repository at this point in the history
  5. fix race when the garbage collector jumps in the middle between the c…

    …heck if element is in the proxy_cache and getting the element from the cache
    rlehfeld authored and comrumino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ac283a9 View commit details
    Browse the repository at this point in the history
  6. revert change

    rlehfeld authored and comrumino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    808676e View commit details
    Browse the repository at this point in the history
  7. looks like None is also stored. Use temporary instance so nonexistent…

    … situation can be detected
    rlehfeld authored and comrumino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e8ae2ba View commit details
    Browse the repository at this point in the history
  8. still does not work

    rlehfeld authored and comrumino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    20f3392 View commit details
    Browse the repository at this point in the history
  9. try again proper fix. Did it actually work when looking at the result…

    … from the old actions?
    rlehfeld authored and comrumino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c2365ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    827dd48 View commit details
    Browse the repository at this point in the history
  11. when taking ownership of stdin and stdout in PipeStream, the stdin an…

    …d stdout must be replaced by devnull as on one hand the code executed could write to it but also we will close the channels and thus cause exit code failures
    rlehfeld authored and comrumino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6c6e60e View commit details
    Browse the repository at this point in the history