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

Generalize remote license checker #32971

Merged
merged 24 commits into from
Aug 20, 2018

Commits on Aug 18, 2018

  1. Generalize remote license checker

    Machine learning has baked a remote license checker for use in checking
    license compatibility of a remote license. This remote license checker
    has general usage for any feature that relies on a remote cluster. For
    example, cross-cluster replication will pull changes from a remote
    cluster and require that the local and remote clusters have platinum
    licenses. This commit generalizes the remote cluster license check for
    use in cross-cluster replication.
    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    a9c5d43 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary test

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    36f3c6a View commit details
    Browse the repository at this point in the history
  3. Fix imports

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    71e1c3e View commit details
    Browse the repository at this point in the history
  4. Make class final

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    a0ba2f3 View commit details
    Browse the repository at this point in the history
  5. Make class final

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    fcbf9b2 View commit details
    Browse the repository at this point in the history
  6. A little more cleanup

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    9eff09b View commit details
    Browse the repository at this point in the history
  7. One more comment

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    0c2a6e8 View commit details
    Browse the repository at this point in the history
  8. Move comment

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    ae84438 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c28c950 View commit details
    Browse the repository at this point in the history
  10. Make class final

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    87ad218 View commit details
    Browse the repository at this point in the history
  11. Add missing newline

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    3744702 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into generalize-remote-license-check

    * master:
      NETWORKING: Make RemoteClusterConn. Lazy Resolve DNS (elastic#32764)
      [DOCS] Splits the users API documentation into multiple pages (elastic#32825)
      [DOCS] Splits the token APIs into separate pages (elastic#32865)
      [DOCS] Creates redirects for role management APIs page
      Bypassing failing test PainlessDomainSplitIT#testHRDSplit (elastic#32966)
      TEST: Mute testRetentionPolicyChangeDuringRecovery
      [DOCS] Fixes more broken links to role management APIs
      [Docs] Tweaks and fixes to rollup docs
      [DOCS] Fixes links to role management APIs
      [ML][TEST] Fix BasicRenormalizationIT after adding multibucket feature
      [DOCS] Splits the roles API documentation into multiple pages (elastic#32794)
      [TEST]  Run pre 6.4 nodes in non-FIPS JVMs (elastic#32901)
      Make Geo Context Mapping Parsing More Strict (elastic#32821)
    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    844830d View commit details
    Browse the repository at this point in the history
  13. Simplify error message

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    2f8d5ad View commit details
    Browse the repository at this point in the history
  14. Remove import

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    0ed0b7e View commit details
    Browse the repository at this point in the history
  15. Fix line length violation

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    e16617a View commit details
    Browse the repository at this point in the history
  16. Fix terminology

    jasontedor committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    952d501 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8f25930 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. Fix ML error handling

    jasontedor committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    901acdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222dea9 View commit details
    Browse the repository at this point in the history
  3. Clarify with ()

    jasontedor committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    23381ae View commit details
    Browse the repository at this point in the history
  4. Convert to assertion

    jasontedor committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    24fb7de View commit details
    Browse the repository at this point in the history
  5. More test coverage

    jasontedor committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    2816672 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73fe46c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Fix error message

    jasontedor committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    5c097f3 View commit details
    Browse the repository at this point in the history