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

Random post #9

Merged
merged 9 commits into from
Dec 15, 2019
Merged

Random post #9

merged 9 commits into from
Dec 15, 2019

Commits on Dec 14, 2019

  1. dev: Refactor FixtureCommand for more OOP

    The current implementation of FixtureCommand is a bit quick and dirty.
    From time to time we try to decouple as much logic as possible from this.
    This time a function parameter has been swapped to a class param
    so that we can delegate/swap the loops in the __invoke method some time.
    rmp-up committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    94436e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. doc: Shift documentation about fields

    The upcoming feature covers generation of completely random posts.
    This does not fit to the current section which only explains the fields.
    So we create a sub-section for fields to have siblings for other things.
    rmp-up committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    1d54b46 View commit details
    Browse the repository at this point in the history
  2. doc: Describe possibilities with post_parent

    rmp-up committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    1d654d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fea47bf View commit details
    Browse the repository at this point in the history
  4. dev: Remove obsolete class

    rmp-up committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    42c7bff View commit details
    Browse the repository at this point in the history
  5. ci: Simplify redundant tests

    Lesser test may make CI faster
    rmp-up committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    10b4793 View commit details
    Browse the repository at this point in the history
  6. composer: Reviewed, obsolete removed, old updated

    * No need for wp-cli/entity-command
    * Marked supported PHP Version
    * Marked lowest possible WP Version (if johnpbloch/wordpress is used)
    * Swapped roave/security-advisories to testing where it belongs
    rmp-up committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    ac57ea2 View commit details
    Browse the repository at this point in the history
  7. doc: Better structure prepared, more entity orientated

    * Changes to testing / dropped obsolete things
    rmp-up committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    5cc6db3 View commit details
    Browse the repository at this point in the history
  8. dev: Coveralls changed the name of the executable

    We use coveralls.io to measure the code coverage over time.
    With some release the executable has been renamed so it
    didn't uploads coverage.xml anymore in the end.
    To prevent this and other possible issues
    we install coverals alone and run the executable for '^2.2'.
    
    * .gitignore: Also ignore the coverage file in root dir
    rmp-up committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    c95927e View commit details
    Browse the repository at this point in the history