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 delete-file and copy-file mutators and system property support for Maven #572

Closed
wants to merge 14 commits into from

Commits on Aug 30, 2024

  1. Add delete-file and copy-file mutators

    Individual files can be copied or file/directories deleted.
    
    I needed to get benchmarks running for a Maven build, and replace the .mvn/extensions.xml and related configuration files
    bdemers committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6da57e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4aa82 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Show system properties

    lptr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a958dd0 View commit details
    Browse the repository at this point in the history
  2. Allow copy-file to copy to non-existent directory

    Also resolve target directory based on the project directory.
    lptr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5bed2b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    8d9e6c9 View commit details
    Browse the repository at this point in the history
  2. Test copy-file configurator

    lptr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b34b03e View commit details
    Browse the repository at this point in the history
  3. Test delete-file configurator

    lptr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6413933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87360b4 View commit details
    Browse the repository at this point in the history
  5. Upgrade Guava

    lptr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    39341c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7be59f9 View commit details
    Browse the repository at this point in the history
  7. Upgrade to Gradle 8.10

    lptr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e0a523a View commit details
    Browse the repository at this point in the history
  8. Reorder mutators alphabetically

    lptr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fa5dfff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    248cf8b View commit details
    Browse the repository at this point in the history
  10. Use the correct exception

    lptr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8fb470c View commit details
    Browse the repository at this point in the history