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

Fix query #68

Merged
merged 6 commits into from
Feb 10, 2022
Merged

Conversation

NikolayDachev
Copy link
Collaborator

SUMMARY

Include Fixes #67

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

api module

ADDITIONAL INFORMATION

Fix ".id" check in api_query()
Fix query docs (query is not limited to return .id!)

@codecov
Copy link

codecov bot commented Feb 8, 2022

Codecov Report

Merging #68 (99724a6) into main (e9fdf19) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   82.42%   82.42%           
=======================================
  Files          16       16           
  Lines        1542     1542           
  Branches      203      203           
=======================================
  Hits         1271     1271           
  Misses        217      217           
  Partials       54       54           
Impacted Files Coverage Δ
plugins/modules/api.py 70.98% <0.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 e9fdf19...99724a6. Read the comment docs.

@NikolayDachev
Copy link
Collaborator Author

Folks, please review

This is a small fix for #67 (legacy code)

Co-authored-by: Felix Fontein <felix@fontein.de>
@felixfontein felixfontein merged commit a46c7df into ansible-collections:main Feb 10, 2022
@patchback
Copy link

patchback bot commented Feb 10, 2022

Backport to stable-1: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-1/a46c7df15c1e487367fbf12cf27b52c8678d1b3b/pr-68

Backported as #69

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Feb 10, 2022
* fix issues #67

* fix query id check

* add changelog fragment

* fix changelog fragment new line

* fix changelog fragment new line2

* Update changelogs/fragments/68-fix-query-id-check.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit a46c7df)
@felixfontein
Copy link
Collaborator

@NikolayDachev thanks a lot for fixing this!

felixfontein pushed a commit that referenced this pull request Feb 10, 2022
* fix issues #67

* fix query id check

* add changelog fragment

* fix changelog fragment new line

* fix changelog fragment new line2

* Update changelogs/fragments/68-fix-query-id-check.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit a46c7df)

Co-authored-by: Nikolay Dachev <nikolay@dachev.info>
@NikolayDachev NikolayDachev deleted the fix-query-id branch February 16, 2022 09:09
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.

Error 'identity' must be '.id' module community.routeros.api
2 participants