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

update community.routeros.api query functionality #63

Merged
merged 28 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c2d6ee7
update query to accept multiple librouteros ADN parameters
Jan 12, 2022
3ba000b
update query for new yml strucutre
Jan 18, 2022
e4ca04c
add extended_query as separate function:(code in progress)
Jan 19, 2022
30235fa
extended_query main code is ready for review
Jan 20, 2022
9ad1fe2
add changelog #63
Jan 21, 2022
6380f88
small fix for code indentation
Jan 21, 2022
f2b1429
fix pep
Jan 21, 2022
0df9ce5
clear all pep issues
Jan 21, 2022
1351536
extended_query ready for review (new yml structure)
NikolayDachev Feb 17, 2022
3c8469a
small doc fix for std query
NikolayDachev Feb 17, 2022
f40f6dc
Update changelogs/fragments/63-add-extended_query.yml
NikolayDachev Apr 20, 2022
e34d374
Update changelogs/fragments/63-add-extended_query.yml
NikolayDachev Apr 20, 2022
d834758
Update argument spec.
felixfontein May 3, 2022
f144290
Other suggestions.
felixfontein May 3, 2022
f132ed1
Fix syntax errors ('is' and 'or' are keywords).
felixfontein May 3, 2022
2fa0d2e
Make everything work again.
felixfontein May 3, 2022
09929aa
Add docs, simplify code.
felixfontein May 3, 2022
6c8251b
Add some first tests.
felixfontein May 3, 2022
418252e
Do not add fake message when there is no search result.
felixfontein May 3, 2022
0f525d3
Improve tests.
felixfontein May 3, 2022
24035b3
Fix tests.
felixfontein May 15, 2022
8b1470a
update extened query docs and ros api module examples
NikolayDachev May 22, 2022
4859144
fix pep plugins/modules/api.py:154:1: W293: blank line contains white…
NikolayDachev May 22, 2022
f26bc26
fix extended query example intend
NikolayDachev May 22, 2022
660d446
Update plugins/modules/api.py
NikolayDachev May 23, 2022
a98e096
Update plugins/modules/api.py
NikolayDachev May 23, 2022
d35d1fb
fix example docs
NikolayDachev May 23, 2022
fe2a114
Merge branch 'extend-query' of https://github.com/NikolayDachev/commu…
NikolayDachev May 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/fragments/63-add-extended_query.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- "api - add new option ``extended query`` more complex queries against RouterOS API (https://github.com/ansible-collections/community.routeros/pull/63)."
- "api - update ``query`` to accept symbolic parameters (https://github.com/ansible-collections/community.routeros/pull/63)."
Loading