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

Add Site Health check module for persistent object cache #111

Merged
merged 48 commits into from Feb 28, 2022

Commits on Feb 10, 2022

  1. initial code import

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    2f7c803 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    348fff5 View commit details
    Browse the repository at this point in the history
  3. add some basic criteria

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    b6a1cc3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    60d3862 View commit details
    Browse the repository at this point in the history
  5. please the formatting gods

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    8894446 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    234c048 View commit details
    Browse the repository at this point in the history
  7. please the gods again

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    ae1d6f7 View commit details
    Browse the repository at this point in the history
  8. be more verbal

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    4f89ffe View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    bc01b45 View commit details
    Browse the repository at this point in the history
  10. Update load.php

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    07f12a3 View commit details
    Browse the repository at this point in the history
  11. revert debug value

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    24cb869 View commit details
    Browse the repository at this point in the history
  12. drop the word persistent

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    c880585 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ce40e36 View commit details
    Browse the repository at this point in the history
  14. docblocks

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    a0201f6 View commit details
    Browse the repository at this point in the history
  15. fix filter ref

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    21af177 View commit details
    Browse the repository at this point in the history
  16. add more since tags

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    8d2d709 View commit details
    Browse the repository at this point in the history
  17. tweak copy

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    02f1094 View commit details
    Browse the repository at this point in the history
  18. fix function name

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    5f51a6f View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    e3bd858 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    af3dd69 View commit details
    Browse the repository at this point in the history
  21. made thresholds filterable

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    64e4806 View commit details
    Browse the repository at this point in the history
  22. sort

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    6f4d1ce View commit details
    Browse the repository at this point in the history
  23. code styling

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    52c59ce View commit details
    Browse the repository at this point in the history
  24. remove debug

    tillkruss committed Feb 10, 2022
    Copy the full SHA
    0114f3d View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    839aad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. dump ci tests

    tillkruss committed Feb 11, 2022
    Copy the full SHA
    afd077c View commit details
    Browse the repository at this point in the history
  2. inital tests

    tillkruss committed Feb 11, 2022
    Copy the full SHA
    9135d33 View commit details
    Browse the repository at this point in the history
  3. gte

    tillkruss committed Feb 11, 2022
    Copy the full SHA
    eec2d40 View commit details
    Browse the repository at this point in the history
  4. add alloptions tests

    tillkruss committed Feb 11, 2022
    Copy the full SHA
    38c1767 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Copy the full SHA
    aca709a View commit details
    Browse the repository at this point in the history
  2. added missing since tags

    tillkruss committed Feb 17, 2022
    Copy the full SHA
    80d8a8c View commit details
    Browse the repository at this point in the history
  3. document return values

    tillkruss committed Feb 17, 2022
    Copy the full SHA
    25e040c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2e38169 View commit details
    Browse the repository at this point in the history
  5. use long slug

    tillkruss committed Feb 17, 2022
    Copy the full SHA
    831c85c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c992a7c View commit details
    Browse the repository at this point in the history
  7. prefix all filters

    tillkruss committed Feb 17, 2022
    Copy the full SHA
    3502b28 View commit details
    Browse the repository at this point in the history
  8. use prefixed names in tests

    tillkruss committed Feb 17, 2022
    Copy the full SHA
    5440969 View commit details
    Browse the repository at this point in the history
  9. fix test

    tillkruss committed Feb 17, 2022
    Copy the full SHA
    db8994f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Update modules/object-cache/persistent-object-cache-health-check/load…

    ….php
    
    Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
    tillkruss and felixarntz committed Feb 26, 2022
    Copy the full SHA
    a83ae10 View commit details
    Browse the repository at this point in the history
  2. Update modules/object-cache/persistent-object-cache-health-check/load…

    ….php
    
    Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
    tillkruss and felixarntz committed Feb 26, 2022
    Copy the full SHA
    fb4e749 View commit details
    Browse the repository at this point in the history
  3. Update modules/object-cache/persistent-object-cache-health-check/load…

    ….php
    
    Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
    tillkruss and felixarntz committed Feb 26, 2022
    Copy the full SHA
    fd07b49 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. simplify filter logic

    tillkruss committed Feb 28, 2022
    Copy the full SHA
    873dc12 View commit details
    Browse the repository at this point in the history
  2. update tests

    tillkruss committed Feb 28, 2022
    Copy the full SHA
    1ea68fd View commit details
    Browse the repository at this point in the history
  3. spacing

    tillkruss committed Feb 28, 2022
    Copy the full SHA
    ea06461 View commit details
    Browse the repository at this point in the history
  4. Update modules/object-cache/persistent-object-cache-health-check/load…

    ….php
    
    Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
    tillkruss and felixarntz committed Feb 28, 2022
    Copy the full SHA
    badede0 View commit details
    Browse the repository at this point in the history
  5. simplify tests

    tillkruss committed Feb 28, 2022
    Copy the full SHA
    6291513 View commit details
    Browse the repository at this point in the history
  6. formatting

    tillkruss committed Feb 28, 2022
    Copy the full SHA
    0390c3a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bbf79d8 View commit details
    Browse the repository at this point in the history