-
Notifications
You must be signed in to change notification settings - Fork 1
XEN-3141: Support Elastic #73
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
Open
AFaust
wants to merge
16
commits into
master
Choose a base branch
from
XEN-3141-Support-Elastic
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
66c28ec
XEN-3141: Rename plugins package to denote it contains actual 'check'…
AFaust 6eddff3
XEN-3141: Update versions, fix local integration test, prepare Alfres…
AFaust 5e0b57a
XEN-3141: Fix minor compiler warnings
AFaust 76da460
XEN-3141: Restructure + abstract/generalise code; prepare for Elastic
AFaust 78f5422
XEN-3141: Restructure + abstract/generalise code; prepare for Elastic…
AFaust 8c16fce
XEN-3141: Fix minor compiler warnings
AFaust 904c1ce
XEN-3141: Add Elastic support and finally adapt all configuration to …
AFaust b4d1669
XEN-3141: Adapt integration test
AFaust 5b92a4e
XEN-3141: Add some trace logging for other index states
AFaust 7f88cef
[XEN-3141] fix the missing secrets for CI/CD
pvriel 162fcdc
[XEN-3141] fix broken Sonarcloud setup
pvriel c2a15a1
[XEN-3141] improve readability
pvriel 51bf183
[XEN-3141] fix CI/CD
pvriel c6e00f5
update workflow
pvriel 894a86f
Update ci.yml
pvriel 0e43f07
Update ci.yml
pvriel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ | |
| .classpath | ||
| .project | ||
| .settings/ | ||
| bin/ | ||
|
|
||
| ### Gradle ### | ||
|
|
||
|
|
||
2 changes: 1 addition & 1 deletion
2
...or/plugins/api/HealthProcessorPlugin.java → ...or/checker/api/HealthProcessorPlugin.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../api/SingleNodeHealthProcessorPlugin.java → .../api/SingleNodeHealthProcessorPlugin.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../api/ToggleableHealthProcessorPlugin.java → .../api/ToggleableHealthProcessorPlugin.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...thprocessor/plugins/api/package-info.java → ...thprocessor/checker/api/package-info.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| /** | ||
| * API for the Health-Processor health checker extensions | ||
| */ | ||
| package eu.xenit.alfresco.healthprocessor.plugins.api; | ||
| package eu.xenit.alfresco.healthprocessor.checker.api; |
2 changes: 1 addition & 1 deletion
2
.../main/java/eu/xenit/alfresco/healthprocessor/extensibility/annotations/ExtensionType.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ssor-api/src/main/java/eu/xenit/alfresco/healthprocessor/fixer/api/HealthFixerPlugin.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
.../src/main/java/eu/xenit/alfresco/healthprocessor/reporter/api/DisabledHealthReporter.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ssor-api/src/main/java/eu/xenit/alfresco/healthprocessor/reporter/api/HealthReporter.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...src/main/java/eu/xenit/alfresco/healthprocessor/reporter/api/ProcessorPluginOverview.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
.../main/java/eu/xenit/alfresco/healthprocessor/reporter/api/SingleReportHealthReporter.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...r-platform/src/main/amp/config/alfresco/module/alfresco-health-processor/log4j.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| log4j.logger.eu.xenit.alfresco.healthprocessor=INFO | ||
| log4j.logger.eu.xenit.alfresco.healthprocessor.indexing=INHERITED | ||
| log4j.logger.eu.xenit.alfresco.healthprocessor.fixer=INHERITED | ||
| log4j.logger.eu.xenit.alfresco.healthprocessor.plugins=INHERITED | ||
| log4j.logger.eu.xenit.alfresco.healthprocessor.checker=INHERITED | ||
| log4j.logger.eu.xenit.alfresco.healthprocessor.processing=INHERITED | ||
| log4j.logger.eu.xenit.alfresco.healthprocessor.reporter=INHERITED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I don't see a problem with doing this at the moment, I don't understand why we are adding this now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking for this PR, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was just fixing a compiler warning. Any serialisable class should have a serial version UID to ensure Java can detect when attempting to de-serialise an object from binary with an incompatible state. I believe when not explicitly set, JVM may dynamically generate a UID. It could be left out, much like other compiler warnings I tried to address so I wasn't cluttered with warnings to a degree I was missing any I might introduce.