Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Refactors files/classes to prepare for multiple features under the In… #285

Merged
merged 3 commits into from
Aug 28, 2020

Conversation

dbbaughe
Copy link
Contributor

…dex Management suite

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov
Copy link

codecov bot commented Aug 26, 2020

Codecov Report

Merging #285 into master will decrease coverage by 0.04%.
The diff coverage is 90.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #285      +/-   ##
============================================
- Coverage     75.42%   75.37%   -0.05%     
+ Complexity      705      704       -1     
============================================
  Files            89       89              
  Lines          3914     3919       +5     
  Branches        627      625       -2     
============================================
+ Hits           2952     2954       +2     
- Misses          636      640       +4     
+ Partials        326      325       -1     
Impacted Files Coverage Δ Complexity Δ
...exmanagement/indexstatemanagement/action/Action.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
...nt/indexstatemanagement/action/AllocationAction.kt 83.33% <ø> (ø) 2.00 <0.00> (?)
...agement/indexstatemanagement/action/CloseAction.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
...gement/indexstatemanagement/action/DeleteAction.kt 0.00% <ø> (ø) 0.00 <0.00> (?)
...nt/indexstatemanagement/action/ForceMergeAction.kt 75.00% <ø> (ø) 5.00 <0.00> (?)
...indexstatemanagement/action/IndexPriorityAction.kt 83.33% <ø> (ø) 2.00 <0.00> (?)
.../indexstatemanagement/action/NotificationAction.kt 83.33% <ø> (ø) 2.00 <0.00> (?)
...nagement/indexstatemanagement/action/OpenAction.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
...ment/indexstatemanagement/action/ReadOnlyAction.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
...ent/indexstatemanagement/action/ReadWriteAction.kt 100.00% <ø> (ø) 3.00 <0.00> (?)
... and 81 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5336b64...8b13e9a. Read the comment docs.

const val INDEX_STATE_MANAGEMENT_INDEX = ".opendistro-ism-config"
const val INDEX_STATE_MANAGEMENT_JOB_TYPE = "opendistro-managed-index"
const val INDEX_MANAGEMENT_INDEX = ".opendistro-ism-config"
const val INDEX_MANAGEMENT_JOB_TYPE = "opendistro-index-management"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a note: Job Scheduler only lets us specify one job type which is why we changed this to be more generic for the whole plugin. At the same time it does not actually use this so it's not that important.

@qreshi qreshi merged commit a2a6084 into opendistro-for-elasticsearch:master Aug 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants