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

feat: HIP-904 Introduce unlimitedAutoAssociations feature flag #13041

Commits on May 15, 2024

  1. feat: add unlimitedAutoAssociations feature flag

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1769c1b View commit details
    Browse the repository at this point in the history
  2. feat: Add new feature flag to conditions

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f3080bd View commit details
    Browse the repository at this point in the history
  3. feat: add configuration to bootstrap.properties

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6bd8e0a View commit details
    Browse the repository at this point in the history
  4. feat: adjust feature flag checks

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5e5c173 View commit details
    Browse the repository at this point in the history
  5. test: update tests

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b351d39 View commit details
    Browse the repository at this point in the history
  6. test: fix tests

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    eff67da View commit details
    Browse the repository at this point in the history
  7. fix: remove mono changes

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8628741 View commit details
    Browse the repository at this point in the history
  8. nit: spotless

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3dbde00 View commit details
    Browse the repository at this point in the history
  9. fix: remove unneeded logic

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1091df0 View commit details
    Browse the repository at this point in the history
  10. nit: spotless

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ae69bb0 View commit details
    Browse the repository at this point in the history
  11. fix: adjust association checks

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ba08163 View commit details
    Browse the repository at this point in the history
  12. fix: move unlimitedAutoAssociation to EntitiesConfig

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8f35ae2 View commit details
    Browse the repository at this point in the history
  13. fix: adjust test

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ad5a00b View commit details
    Browse the repository at this point in the history
  14. fix: correct mock test

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    918e6d5 View commit details
    Browse the repository at this point in the history
  15. fix: remove unnecessary stubbing

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    96e0568 View commit details
    Browse the repository at this point in the history
  16. fix: override unlimitedAutoAssociations to ensure vanilla behaviour

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3acc6dc View commit details
    Browse the repository at this point in the history
  17. nit: remove unnecessary brackets

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0fcff82 View commit details
    Browse the repository at this point in the history
  18. refactor: rename flag for clarity

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7270b85 View commit details
    Browse the repository at this point in the history
  19. fix: adjust logic for unlimitedAutoAssoc

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    56dcec2 View commit details
    Browse the repository at this point in the history
  20. nit: spotless

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7fcde28 View commit details
    Browse the repository at this point in the history
  21. fix: validate negative values for maxAutoAssoc

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6b652e3 View commit details
    Browse the repository at this point in the history
  22. test: adjust tests

    Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
    stoyanov-st committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d9d8314 View commit details
    Browse the repository at this point in the history