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

Deprecate PatternOptions storage option #98

Merged
merged 7 commits into from Jul 11, 2021

Commits on Jul 11, 2021

  1. qa: deprecate storage option for PatternOptions

    Since v2.10, the storage adapter have their own package. In v3.0 these, adapters have to register themselves to the `AdapterPluginManager` when the plugin manager is being instantiated and thus, this component wont be aware of which adapters are available without using a `PSR-11` container.
    
    This commit aims to provide a proper dependency injection layer to all cache patterns while deprecating the old `storage` option for `PatternOptions`.
    
    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    5b9a463 View commit details
    Browse the repository at this point in the history
  2. qa: escape pipes in markdown to support more markdown reader

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    95ed298 View commit details
    Browse the repository at this point in the history
  3. docs: add Standard Storage Adapter example to the pattern cache qui…

    …ck start section
    
    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    c92c394 View commit details
    Browse the repository at this point in the history
  4. qa: remove TODO

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    a1adb4c View commit details
    Browse the repository at this point in the history
  5. docs: optimize standard storage adapter documentation

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    33a3c9c View commit details
    Browse the repository at this point in the history
  6. docs: update documentation header for the example of caching view scr…

    …ipts
    
    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    1208e17 View commit details
    Browse the repository at this point in the history
  7. docs: optimize cached feed reader documentation

    - replaced dead links from example with github release notes
    - imported laminas-feed `Reader` class
    
    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    1a9caf6 View commit details
    Browse the repository at this point in the history