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

Execute actions under permit in primary mode only #42241

Commits on May 20, 2019

  1. Execute actions under permit in primary mode only

    Today when executing an action on a primary shard under permit, we do
    not enforce that the shard is in primary mode before executing the
    action. This commit addresses this by wrapping actions to be executed
    under permit in a check that the shard is in primary mode before
    executing the action.
    jasontedor committed May 20, 2019
    Configuration menu
    Copy the full SHA
    15fc6e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec689bb View commit details
    Browse the repository at this point in the history
  3. Fix test

    jasontedor committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d6bd1b8 View commit details
    Browse the repository at this point in the history
  4. Fix variable name

    jasontedor committed May 20, 2019
    Configuration menu
    Copy the full SHA
    bb46faa View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'elastic/master' into execute-actions-un…

    …der-permit-primary-mode-only
    
    * elastic/master:
      Validate non-secure settings are not in keystore (elastic#42209)
      Cleanup Various Uses of ActionListener (elastic#40126)
      Update api links per context (elastic#42033)
    jasontedor committed May 20, 2019
    Configuration menu
    Copy the full SHA
    df499c1 View commit details
    Browse the repository at this point in the history
  6. Fix test

    jasontedor committed May 20, 2019
    Configuration menu
    Copy the full SHA
    923e700 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fd9b37 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Add unit test

    jasontedor committed May 21, 2019
    Configuration menu
    Copy the full SHA
    ff90a28 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'elastic/master' into execute-actions-un…

    …der-permit-primary-mode-only
    
    * elastic/master:
      Move the FIPS configuration back to the build plugin (elastic#41989)
      Remove stray back tick that's messing up table format (elastic#41705)
      Add missing comma in code section (elastic#41678)
      add 7.1.1 and 6.8.1 versions (elastic#42253)
      Use spearate testkit dir for each run (elastic#42013)
      Add experimental and warnings to vector functions (elastic#42205)
      Fix version in tests since elastic#41906 was merged
      Bump version in BWC check after backport
      Prevent in-place downgrades and invalid upgrades (elastic#41731)
      Mute date_histo interval bwc test
    jasontedor committed May 21, 2019
    Configuration menu
    Copy the full SHA
    fea358b View commit details
    Browse the repository at this point in the history
  3. Add dedicated exception

    jasontedor committed May 21, 2019
    Configuration menu
    Copy the full SHA
    799f731 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'elastic/master' into execute-actions-un…

    …der-permit-primary-mode-only
    
    * elastic/master:
      Revert "Remove 7.0.2 (elastic#42282)"
      [DOCS] Copied note on slicing support to Slicing section. Closes 26114 (elastic#40426)
      Remove 7.0.2 (elastic#42282)
      Mute all ml_datafeed_crud rolling upgrade tests
    jasontedor committed May 21, 2019
    Configuration menu
    Copy the full SHA
    b348429 View commit details
    Browse the repository at this point in the history
  5. Remove == false

    jasontedor committed May 21, 2019
    Configuration menu
    Copy the full SHA
    f38d926 View commit details
    Browse the repository at this point in the history