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

Enhanced control over plugins registration #6700

Merged

Commits on Feb 29, 2024

  1. Add option to only load known plugins

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    343d0ff View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. changes to plugin logic

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4b354f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. changes to plugin logic

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f380874 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    0f174d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c24a656 View commit details
    Browse the repository at this point in the history
  3. Refactoring and unit tests

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5681275 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Refactoring and unit tests

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d4adb71 View commit details
    Browse the repository at this point in the history
  2. Refactoring and unit tests

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a439c66 View commit details
    Browse the repository at this point in the history
  3. Refactoring and unit tests

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    001c6e4 View commit details
    Browse the repository at this point in the history
  4. Simplify

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    586ae9f View commit details
    Browse the repository at this point in the history
  5. Simplify

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    58317de View commit details
    Browse the repository at this point in the history
  6. Add tests

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bab565d View commit details
    Browse the repository at this point in the history
  7. Add tests

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e03a8de View commit details
    Browse the repository at this point in the history
  8. improve code

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e44856f View commit details
    Browse the repository at this point in the history
  9. improve code

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5f86fab View commit details
    Browse the repository at this point in the history
  10. improve code

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b443f93 View commit details
    Browse the repository at this point in the history
  11. improve code

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b1349c4 View commit details
    Browse the repository at this point in the history
  12. Implement CLIOptions interface

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    41f815f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Create another constructor and simplify code

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3659b19 View commit details
    Browse the repository at this point in the history
  2. Minor renaming and javadoc

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1a189f3 View commit details
    Browse the repository at this point in the history
  3. remove heading from plugin group

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e019a26 View commit details
    Browse the repository at this point in the history
  4. Fix headers and hash

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    79dc158 View commit details
    Browse the repository at this point in the history
  5. Fix headers, javadoc, and build

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f9be655 View commit details
    Browse the repository at this point in the history
  6. Fix javadoc and imports

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f30463f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d48a12c View commit details
    Browse the repository at this point in the history
  8. Remove strict option as it is redundant

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    833f920 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Merge main into branch

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    61fc125 View commit details
    Browse the repository at this point in the history
  2. fix spotless

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    053987c View commit details
    Browse the repository at this point in the history
  3. fix javadoc

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fa717b6 View commit details
    Browse the repository at this point in the history
  4. update CHANGELOG.md

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1932097 View commit details
    Browse the repository at this point in the history
  5. Merge main into branch

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    867efb7 View commit details
    Browse the repository at this point in the history
  6. Fix missing final

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    17d0c36 View commit details
    Browse the repository at this point in the history
  7. Accept PR recommendations

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fae5a74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    988995d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3034105 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. Merge main into branch

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    13cbbda View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update CHANGELOG.md

    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia and macfarla committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a46f460 View commit details
    Browse the repository at this point in the history
  2. Remove old text

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8655283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa67700 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b788b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Implement strategy chain

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ccbaff3 View commit details
    Browse the repository at this point in the history
  2. Merge main

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    64b010f View commit details
    Browse the repository at this point in the history
  3. Merge main

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a1b9beb View commit details
    Browse the repository at this point in the history
  4. Fix execute last

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8ce8bf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4a3077 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    2dfedaa View commit details
    Browse the repository at this point in the history
  2. Change changelog entry as per PR feedback

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    06ea531 View commit details
    Browse the repository at this point in the history