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 wp cli commands to get stats and delete stats #679

Merged

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0b98be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    183b864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b486bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dc00e8 View commit details
    Browse the repository at this point in the history
  5. Use is_subclass_of rather than instance of since we have a classname …

    …string and not an object
    pattonwebz committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    775007d View commit details
    Browse the repository at this point in the history
  6. Use is_subclass_of rather than instance of since we have a classname …

    …string and not an object
    pattonwebz committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    86fb933 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64bdc00 View commit details
    Browse the repository at this point in the history
  8. Lowercase autoload key

    pattonwebz committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9d3bff3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dae5484 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7d2296 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    26b8d65 View commit details
    Browse the repository at this point in the history
  2. Update get-stats command to not support getting entire site stats and…

    … to handle csv items in the --stat arg
    pattonwebz committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4795cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1935f63 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    941db72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23dcd4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11a9036 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac55f1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4333584 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8af1dbd View commit details
    Browse the repository at this point in the history
  7. Catch empty stats in another condition

    Testing indicates this can't easily happen so no need for a dedicated condition to catch it
    pattonwebz committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    35cbc2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    793e691 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98af861 View commit details
    Browse the repository at this point in the history
  10. Remove bail for non-existent class.

    It couldn't be reached in testing
    pattonwebz committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e4fcc87 View commit details
    Browse the repository at this point in the history
  11. Move mocks and database helpers to dedicated directory in tests folde…

    …r and use autoload for theme
    pattonwebz committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f238b86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e9306d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    096c65c View commit details
    Browse the repository at this point in the history
  14. Use a nested namespace for test helpers so that test classes don't no…

    …tify of incorrect PSR-4 namespace
    pattonwebz committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8830633 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a40907 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    951473a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c9d1e2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cbfc1c1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a62ee9e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    38b6068 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    188c4cb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    447852a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8076a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff5681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c305b1 View commit details
    Browse the repository at this point in the history