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

EventStreams: Customisable Terminating Byte Sequence #115

Merged
merged 26 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    4325329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa72a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5777ae0 View commit details
    Browse the repository at this point in the history
  4. EventStreams: rename "terminate" to "while"

    Use `predicate` when referring to `while` internally, use `while` in the
    public API
    
    Invert the value of the return closure.
    paulhdk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b329be3 View commit details
    Browse the repository at this point in the history
  5. EventStreams: make closure non-optional

    Default initialise with `{ _ in true }`
    paulhdk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    625b013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7d3791 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    514bbd0 View commit details
    Browse the repository at this point in the history
  8. Update doc comments in Sources/OpenAPIRuntime/EventStreams/ServerSent…

    …EventsDecoding.swift
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    de8aeca View commit details
    Browse the repository at this point in the history
  9. Deprecated: mark ServerSentEventsDeserializationSequence's

    `init(upstream:)` as deprecated
    paulhdk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0057abe View commit details
    Browse the repository at this point in the history
  10. Update doc comment in Sources/OpenAPIRuntime/EventStreams/ServerSentE…

    …ventsDecoding.swift
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a346c61 View commit details
    Browse the repository at this point in the history
  11. Update doc comment in Sources/OpenAPIRuntime/EventStreams/ServerSentE…

    …ventsDecoding.swift
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    54b1251 View commit details
    Browse the repository at this point in the history
  12. Update doc comment in Sources/OpenAPIRuntime/EventStreams/ServerSentE…

    …ventsDecoding.swift
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    feaba23 View commit details
    Browse the repository at this point in the history
  13. Remove redundant forced type cast in Sources/OpenAPIRuntime/EventStre…

    …ams/ServerSentEventsDecoding.swift
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d286aec View commit details
    Browse the repository at this point in the history
  14. EventStreams: formatting

    paulhdk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    36df44b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6de6ec2 View commit details
    Browse the repository at this point in the history
  16. EventStreams: check for terminating byte sequence after removing trai…

    …ling `\n`
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4e7bdb5 View commit details
    Browse the repository at this point in the history
  17. fixup! Deprecated: mark ServerSentEventsDeserializationSequence's `in…

    …it(upstream:)` as deprecated
    paulhdk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ad8f055 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1552be8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2c1b3cb View commit details
    Browse the repository at this point in the history
  20. Update doc comment in Sources/OpenAPIRuntime/EventStreams/ServerSentE…

    …ventsDecoding.swift
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    97bda70 View commit details
    Browse the repository at this point in the history
  21. EventStream: remove predicate property in `ServerSentEventsDeserial…

    …izationSequence` iterator
    paulhdk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0d4345e View commit details
    Browse the repository at this point in the history
  22. Update doc comment in Sources/OpenAPIRuntime/EventStreams/ServerSentE…

    …ventsDecoding.swift
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0b841db View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    30c9b81 View commit details
    Browse the repository at this point in the history
  24. EventStream: only assign state once in each pass in next()

    Co-authored-by: Honza Dvorsky <[email protected]>
    paulhdk and czechboy0 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    31462e6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    86d0966 View commit details
    Browse the repository at this point in the history
  26. Format

    paulhdk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    78e19da View commit details
    Browse the repository at this point in the history