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

[FEATURE] Introduce Readers "Filter" and "Transformer" #331

Merged
merged 15 commits into from
Jan 13, 2022

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    5b5f43e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4a20db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3993d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

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

Commits on Dec 6, 2021

  1. [INTERNAL] Apply suggestions from code review

    Co-authored-by: KlattG <57760635+KlattG@users.noreply.github.com>
    RandomByte and KlattG committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    00220d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    2afde49 View commit details
    Browse the repository at this point in the history
  2. [INTERNAL] Move resource content into separate instance

    This should make resource clone operations cheaper since the content
    doesn't need to be read and cloned immediately
    RandomByte committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    ecd7bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48a3ac View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Revert "[INTERNAL] Move resource content into separate instance"

    No major benefits since streams need to be drained into a buffer
    anyways.
    
    This reverts commit ecd7bd6.
    RandomByte committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d0d2702 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. [INTERNAL] ResourceTagCollection: Allow to pass resource path instead…

    … of instance
    
    We don't need more information anyways
    RandomByte committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ee68614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9453e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ff40f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. [INTERNAL] Transformer: Make sure to only clone resource once

    Add tests for the same
    RandomByte committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    3bb2763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db72383 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. [INTERNAL] Apply UA review

    RandomByte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4fca2aa View commit details
    Browse the repository at this point in the history