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

Script to run all plugins tests and try an install, rooting in local Logstash #15018

Merged

Commits on May 31, 2023

  1. First rough idea

    andsel committed May 31, 2023
    Configuration menu
    Copy the full SHA
    fb35ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c261d6a View commit details
    Browse the repository at this point in the history
  3. Introduced command line arguments to specify kinds and tiers of plugi…

    …ns or provide directly the name of the plugin
    andsel committed May 31, 2023
    Configuration menu
    Copy the full SHA
    619b348 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baf6330 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da06602 View commit details
    Browse the repository at this point in the history
  6. Fixed tier1 input names

    andsel committed May 31, 2023
    Configuration menu
    Copy the full SHA
    4a4af04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f053c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcd3644 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be85408 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d263fb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Make the script working directory independent

    Co-authored-by: Ry Biesemeyer <[email protected]>
    andsel and yaauie authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1324e65 View commit details
    Browse the repository at this point in the history
  2. Updates a local existing clone, after an eventual clean, in case the …

    …plugin repository was already cloned
    andsel committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e23677b View commit details
    Browse the repository at this point in the history
  3. Uses OS's temporary folder or one provided by user to use a base fold…

    …er for all plugin cloning activities
    andsel committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d3df637 View commit details
    Browse the repository at this point in the history
  4. Splitted the phase to setup the environment to have local JRuby execu…

    …table from the phase to setup a local Logstash to be used in the test
    andsel committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b30ad38 View commit details
    Browse the repository at this point in the history