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

Get aggregate code coverage, add coverage upload in test workflow and add badges in README #87

Closed
wants to merge 67 commits into from

Conversation

tlfeng
Copy link
Contributor

@tlfeng tlfeng commented Feb 6, 2021

Issue #, if available:

Description of changes:

This PR carries the code coverage visualization that already in index-management and ‘alerting’ repo to job-scheduler
opendistro-for-elasticsearch/index-management#230
opendistro-for-elasticsearch/index-management#231
opendistro-for-elasticsearch/index-management#232
opendistro-for-elasticsearch/index-management#251
opendistro-for-elasticsearch/alerting#223
opendistro-for-elasticsearch/alerting#231

Concern: I think we should discuss which class is needed to do the code coverage analysis, and which don't.

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

hyandell and others added 30 commits March 8, 2019 09:38
Update code of conduct link
* Support ES7.0, use primary_term and seq_no for job doc versioning
* support scheduledJob with locks.

* Use ClusterService instead of Client to check the index exists.

address some minor comment.

* Updated through the comment.

1. Move the LockService in the SPI package
1. Added deleteLock to test.
1. Updated naming from job_type to job_index_name
1. updated delete lock to be safe with non existing index name.

* Use ClusterStateService for lockIndexExist

* Update acquireLock to take JobParam and JobContext

* add some documentation to LockService
* Update release-note for OpenDistro 1.0.0 release
* Add Debian package build
* Update Rpm build
* Filter clusterChangedEvent when doing sweeping
* Format code
* Update release lock log level
* Update sweeper version compare log level
* update ScheduledJobParser to use the JobDocVersion
* support ES 7.1.1 and upgrade to Opendistro 1.1
* Add spi subproject maven publish task
* Support Elasticsearch 7.2
* Support ES version 7.4.2

* change LockServiceIT timing

* give unique table name and job id for each test

* upload artifacts if failed

* include spi build upload artifacts
* Updates release notes

* Changes runs-on to Mac for github workflow
* add jitter in job parameters
* add jitter limit
* set default jitter limit as 0.6; add more comments
* Create push-jdbc-jar.yml

* Update and rename push-jdbc-jar.yml to push-job-sched-jar.yml

* Update push-job-sched-jar.yml

* Update push-job-sched-jar.yml

* Update push-job-sched-jar.yml
Tianli Feng and others added 27 commits May 29, 2020 16:15
… interface in Elasticsearch 7.9.0 (#67)

* Support Elasticsearch 7.9.0
* Update the release note for 1.10.0.0 to satisfy the unified format
…e notes (#68)

* Add a config file to organize all labeled PRs and place under headers in the release notes
* Add a workflow to create draft release notes under ‘Releases’ tab in GitHub
* Reformat old release notes to meet the unified standard
* Making Schedule interface Writeable and relevant changes for CronScheduler and IntervalScheduler classes.

- This is needed for converting Anomaly Detection API's to integrate with RestActions.

* Removing intervalInMillis from Transport

* Adding Unit Tests for Cron and Interval Schedules
* Add a function to renew lock in LockService class and add integration test for it
* return the renewed lock instead of a boolean value when calling 'renewLock()'
* Bump plugin version and update release notes
* Support Elasticsearch 7.10

* Fix link for release notes
* Rename plugin artifacts for more consistent naming convention
* Support Elasticsearch 7.10.2

* Update release notes
* Change release workflow to use new staging bucket for artifacts
@codecov
Copy link

codecov bot commented Feb 6, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@587fa7e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #87   +/-   ##
=========================================
  Coverage          ?   43.93%           
  Complexity        ?      118           
=========================================
  Files             ?       15           
  Lines             ?      858           
  Branches          ?       89           
=========================================
  Hits              ?      377           
  Misses            ?      454           
  Partials          ?       27           

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 587fa7e...56fd6b1. Read the comment docs.

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.