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

feat: add Invocable scripts API #101

Merged
merged 17 commits into from
Mar 25, 2022
Merged

feat: add Invocable scripts API #101

merged 17 commits into from
Mar 25, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Mar 24, 2022

Proposed Changes

  1. Added API for InvocableScripts.
  2. Changed supported InfluxDB version from InfluxDB 2.0 to InfluxDB 2.x

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • rake test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2022

Codecov Report

Merging #101 (f6dbac1) into master (141eb9f) will increase coverage by 0.02%.
The diff coverage is 60.56%.

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   50.23%   50.25%   +0.02%     
==========================================
  Files          62       63       +1     
  Lines        6336     6395      +59     
==========================================
+ Hits         3183     3214      +31     
- Misses       3153     3181      +28     
Impacted Files Coverage Δ
lib/influxdb2/client/health_api.rb 100.00% <ø> (ø)
lib/influxdb2/client/ping_api.rb 100.00% <ø> (ø)
lib/influxdb2/client/invocable_scripts_api.rb 36.36% <36.36%> (ø)
lib/influxdb-client.rb 100.00% <100.00%> (ø)
lib/influxdb2/client/client.rb 100.00% <100.00%> (ø)
lib/influxdb2/client/default_api.rb 98.52% <100.00%> (-0.05%) ⬇️
lib/influxdb2/client/delete_api.rb 100.00% <100.00%> (ø)
lib/influxdb2/client/flux_csv_parser.rb 100.00% <100.00%> (ø)
lib/influxdb2/client/query_api.rb 94.73% <100.00%> (ø)

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 141eb9f...f6dbac1. Read the comment docs.

@bednar bednar requested a review from rhajek March 25, 2022 07:01
@bednar bednar marked this pull request as ready for review March 25, 2022 07:01
Copy link
Contributor

@rhajek rhajek left a comment

Choose a reason for hiding this comment

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

LGTM

@bednar bednar merged commit 713d1ed into master Mar 25, 2022
@bednar bednar deleted the invocable_scripts branch March 25, 2022 10:24
@bednar bednar added this to the 2.4.0 milestone Mar 25, 2022
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.

None yet

3 participants