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

License headers update #239

Merged
merged 2 commits into from
Dec 21, 2021
Merged

Conversation

annie3431
Copy link
Contributor

@annie3431 annie3431 commented Nov 11, 2021

Signed-off-by: Annie Lee leeyun@amazon.com

Issue #, if available:
#136

Description of changes:
Update license headers to correct format.

CheckList:
[x] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Annie Lee <leeyun@amazon.com>
@annie3431 annie3431 requested a review from a team December 21, 2021 01:08
@codecov-commenter
Copy link

Codecov Report

Merging #239 (4c3325e) into main (ea7d526) will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #239      +/-   ##
============================================
+ Coverage     78.53%   78.61%   +0.08%     
  Complexity      218      218              
============================================
  Files           173      173              
  Lines          6968     6968              
  Branches        915      915              
============================================
+ Hits           5472     5478       +6     
+ Misses         1007     1002       -5     
+ Partials        489      488       -1     
Impacted Files Coverage Δ
...ain/kotlin/org/opensearch/alerting/AlertService.kt 78.04% <ø> (-0.98%) ⬇️
...n/kotlin/org/opensearch/alerting/AlertingPlugin.kt 94.70% <ø> (ø)
...ain/kotlin/org/opensearch/alerting/InputService.kt 87.87% <ø> (ø)
...in/kotlin/org/opensearch/alerting/MonitorRunner.kt 72.05% <ø> (+0.67%) ⬆️
...n/kotlin/org/opensearch/alerting/TriggerService.kt 82.92% <ø> (ø)
...ensearch/alerting/action/AcknowledgeAlertAction.kt 66.66% <ø> (ø)
...nsearch/alerting/action/AcknowledgeAlertRequest.kt 100.00% <ø> (ø)
...search/alerting/action/AcknowledgeAlertResponse.kt 88.88% <ø> (ø)
...nsearch/alerting/action/DeleteDestinationAction.kt 66.66% <ø> (ø)
...search/alerting/action/DeleteDestinationRequest.kt 100.00% <ø> (ø)
... and 166 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 ea7d526...4c3325e. Read the comment docs.

@annie3431 annie3431 merged commit f92dec0 into opensearch-project:main Dec 21, 2021
lezzago added a commit that referenced this pull request Jan 10, 2022
* Update license headers (#239)

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Delete unused properties file. (#262)

Signed-off-by: dblock <dblock@dblock.org>

* Update cron-utils (#266)

* Update cron-utils

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Add last run context to Monitor data model

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

Co-authored-by: Annie Lee <71157062+leeyun-amzn@users.noreply.github.com>
Co-authored-by: Daniel Doubrovkine (dB.) <dblock@dblock.org>
lezzago pushed a commit to lezzago/alerting-opensearch that referenced this pull request Mar 9, 2022
Signed-off-by: Annie Lee <leeyun@amazon.com>
lezzago pushed a commit to lezzago/alerting-opensearch that referenced this pull request Mar 9, 2022
Signed-off-by: Annie Lee <71157062+leeyun-amzn@users.noreply.github.com>
lezzago pushed a commit that referenced this pull request Mar 9, 2022
Signed-off-by: Annie Lee <71157062+leeyun-amzn@users.noreply.github.com>
AWSHurneyt pushed a commit to AWSHurneyt/OpenSearch-Alerting that referenced this pull request Mar 30, 2022
Signed-off-by: Annie Lee <71157062+leeyun-amzn@users.noreply.github.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
lezzago added a commit to lezzago/alerting-opensearch that referenced this pull request Apr 10, 2022
* Update license headers (opensearch-project#239)

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Delete unused properties file. (opensearch-project#262)

Signed-off-by: dblock <dblock@dblock.org>

* Update cron-utils (opensearch-project#266)

* Update cron-utils

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Add last run context to Monitor data model

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

Co-authored-by: Annie Lee <71157062+leeyun-amzn@users.noreply.github.com>
Co-authored-by: Daniel Doubrovkine (dB.) <dblock@dblock.org>
getsaurabh02 added a commit that referenced this pull request Apr 12, 2022
* Document level alerting dev (#272)

* Update license headers (#239)

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Delete unused properties file. (#262)

Signed-off-by: dblock <dblock@dblock.org>

* Update cron-utils (#266)

* Update cron-utils

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Add last run context to Monitor data model

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

Co-authored-by: Annie Lee <71157062+leeyun-amzn@users.noreply.github.com>
Co-authored-by: Daniel Doubrovkine (dB.) <dblock@dblock.org>

* add Update Monitor function

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* fix integ test

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Implemented draft of Finding data model, a new Input type, and some basic unit tests. (#260)

* Implemented draft of Finding data model, and some basic unit tests for it.

Signed-off-by: AWSHurneyt <79280347+AWSHurneyt@users.noreply.github.com>

* POC for doc-level-alerting (#277)

Signed-off-by: Sriram <59816283+skkosuri-amzn@users.noreply.github.com>

* Add connection to triggers for doc level alerting (#316)

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* CRUD APIs integration Tests and validation"conflict resolved" (#362)

Signed-off-by: charliezhangaws <zhanncha@amazon.com>

* Seggregate monitor runner logic for separation of concerns (#363)

* Refactor monitor runner logic for separation of concerns and better testability.

Signed-off-by: Saurabh Singh <getsaurabh02@gmail.com>

* Add action and alert flow and findings schema and additional fixes (#381)

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Finding Search API (#385)

* Findings search API based on Annie's work

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Fix Search API and add IT tests

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

Co-authored-by: Annie Lee <leeyun@amazon.com>

* Fix integ tests and minor issues from doc level changes

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

Co-authored-by: Annie Lee <71157062+leeyun-amzn@users.noreply.github.com>
Co-authored-by: Daniel Doubrovkine (dB.) <dblock@dblock.org>
Co-authored-by: AWSHurneyt <79280347+AWSHurneyt@users.noreply.github.com>
Co-authored-by: Sriram <59816283+skkosuri-amzn@users.noreply.github.com>
Co-authored-by: charliezhangaws <zhanncha@amazon.com>
Co-authored-by: Saurabh Singh <getsaurabh02@gmail.com>
Co-authored-by: Annie Lee <leeyun@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants