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

WP-CLI #1071

Open
wants to merge 73 commits into
base: trunk
Choose a base branch
from
Open

WP-CLI #1071

wants to merge 73 commits into from

Commits on Jun 19, 2024

  1. add files

    crstauf committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    163dd7a View commit details
    Browse the repository at this point in the history
  2. eliminate code smells

    crstauf committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a34d670 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. add logs command

    crstauf committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3e3246f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e55cf View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    b947a6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d824cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e9106 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfbea08 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. catch deletion failures

    crstauf committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    9da1887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e6aec6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b6ac43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22654ee View commit details
    Browse the repository at this point in the history
  5. cleanup creation success

    crstauf committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    1544e27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23dc21e View commit details
    Browse the repository at this point in the history
  7. cleanup

    crstauf committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    645c858 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 18, 2024

  1. fix version sorting

    crstauf committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b56f255 View commit details
    Browse the repository at this point in the history
  2. fix 'claimed' parameter

    crstauf committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    830738f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    673c2b7 View commit details
    Browse the repository at this point in the history
  4. improve debug info

    crstauf committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    46eb6cb View commit details
    Browse the repository at this point in the history
  5. cleanup the next command

    why was i repeating myself? do this instead:
    wp action-scheduler action get $(wp action-scheduler action next hook_name)
    crstauf committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    633a800 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. replace comma with semicolon

    crstauf committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a2c5313 View commit details
    Browse the repository at this point in the history
  2. save

    crstauf committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bcce836 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. save

    crstauf committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    123f8f1 View commit details
    Browse the repository at this point in the history
  2. add help text

    crstauf committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    815bf15 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. improve translatability

    crstauf committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2626948 View commit details
    Browse the repository at this point in the history
  2. remove @uses phpdoc statements

    crstauf committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    44bb388 View commit details
    Browse the repository at this point in the history
  3. remove parameter restriction

    crstauf committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    29872c7 View commit details
    Browse the repository at this point in the history
  4. declare property

    crstauf committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3c2e1ce View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. improve command description

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8a4cd8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2cde16 View commit details
    Browse the repository at this point in the history
  3. call function directly

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ee3d64e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45b4038 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fab4dc View commit details
    Browse the repository at this point in the history
  6. fix variable name

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f3fad9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7659a1 View commit details
    Browse the repository at this point in the history
  8. remove unused function

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    eaa3bfc View commit details
    Browse the repository at this point in the history
  9. update link

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    04c4527 View commit details
    Browse the repository at this point in the history
  10. eliminate smelly code

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3f136e2 View commit details
    Browse the repository at this point in the history
  11. remove trailing comma

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5c8c14c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d88bc18 View commit details
    Browse the repository at this point in the history
  13. eliminate code smells

    ...and be consistent with \Exception
    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e3e0332 View commit details
    Browse the repository at this point in the history
  14. change function names

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0cda6c1 View commit details
    Browse the repository at this point in the history
  15. escape translation output

    crstauf committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    53a608f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. add todo

    crstauf committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5971a6b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. save

    crstauf committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    891116a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 14, 2024

  1. namespace

    crstauf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fc44be7 View commit details
    Browse the repository at this point in the history
  2. rename files

    crstauf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    60c66ff View commit details
    Browse the repository at this point in the history
  3. save

    crstauf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    28ce0cb View commit details
    Browse the repository at this point in the history
  4. save

    crstauf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fcca8ab View commit details
    Browse the repository at this point in the history
  5. save

    crstauf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f60e586 View commit details
    Browse the repository at this point in the history
  6. save

    crstauf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    001ac6a View commit details
    Browse the repository at this point in the history
  7. save

    crstauf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e5b492e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 21, 2024

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

Commits on Aug 26, 2024

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

Commits on Sep 5, 2024

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

Commits on Sep 14, 2024

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

Commits on Sep 18, 2024

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

Commits on Oct 3, 2024

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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    da3f2fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1ba03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383acc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 29, 2024

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

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    3b5e30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c0e30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c32fb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

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

Commits on Nov 2, 2024

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

Commits on Nov 15, 2024

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