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

[Backport 2.15] Make threat intel source config release lock event driven #1260

Merged
merged 1 commit into from
Aug 21, 2024

Make threat intel source config release lock event driven (#1254)

bc85fc4
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.15] Make threat intel source config release lock event driven #1260

Make threat intel source config release lock event driven (#1254)
bc85fc4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 20, 2024 in 1s

16.21% of diff hit (target 68.71%)

View this Pull Request on Codecov

16.21% of diff hit (target 68.71%)

Annotations

Check warning on line 118 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java#L118

Added line #L118 was not covered by tests

Check warning on line 121 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 124 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java#L123-L124

Added lines #L123 - L124 were not covered by tests

Check warning on line 128 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java#L128

Added line #L128 was not covered by tests

Check warning on line 131 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java#L130-L131

Added lines #L130 - L131 were not covered by tests

Check warning on line 134 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFJobRunner.java#L133-L134

Added lines #L133 - L134 were not covered by tests

Check warning on line 111 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java#L111

Added line #L111 was not covered by tests

Check warning on line 114 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 117 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 119 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java#L119

Added line #L119 was not covered by tests

Check warning on line 122 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java#L122

Added line #L122 was not covered by tests

Check warning on line 125 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 128 in src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/jobscheduler/TIFSourceConfigRunner.java#L127-L128

Added lines #L127 - L128 were not covered by tests

Check warning on line 141 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigService.java#L140-L141

Added lines #L140 - L141 were not covered by tests

Check warning on line 145 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigService.java#L143-L145

Added lines #L143 - L145 were not covered by tests

Check warning on line 149 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigService.java#L147-L149

Added lines #L147 - L149 were not covered by tests

Check warning on line 138 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportIndexTIFSourceConfigAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportIndexTIFSourceConfigAction.java#L138

Added line #L138 was not covered by tests

Check warning on line 148 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportIndexTIFSourceConfigAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportIndexTIFSourceConfigAction.java#L148

Added line #L148 was not covered by tests

Check warning on line 151 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportIndexTIFSourceConfigAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportIndexTIFSourceConfigAction.java#L151

Added line #L151 was not covered by tests

Check warning on line 155 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportIndexTIFSourceConfigAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportIndexTIFSourceConfigAction.java#L155

Added line #L155 was not covered by tests

Check warning on line 110 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 114 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java#L112-L114

Added lines #L112 - L114 were not covered by tests

Check warning on line 118 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java#L116-L118

Added lines #L116 - L118 were not covered by tests

Check warning on line 150 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java#L149-L150

Added lines #L149 - L150 were not covered by tests

Check warning on line 154 in src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/transport/TransportPutTIFJobAction.java#L152-L154

Added lines #L152 - L154 were not covered by tests