-
Notifications
You must be signed in to change notification settings - Fork 66
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
T6910: fix documentation and argspecs are out of alignment #358
Open
gaige
wants to merge
2
commits into
vyos:main
Choose a base branch
from
cluetrust:update-resources
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
omnom62
approved these changes
Nov 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks more cosmetic to me but still good to push
gaige
force-pushed
the
update-resources
branch
2 times, most recently
from
November 22, 2024 08:59
d39a618
to
126a5e2
Compare
fix: update firewall_global from resource model chore: update to sync with resource module chore: update README fix: comment and formatting fix: formatting issues fix: missing imports fix: import and metadata violations fix: interface fixes fix: move the arg spec comment fix: update interface docs fix: remove comments for non-RM versions
gaige
force-pushed
the
update-resources
branch
7 times, most recently
from
November 23, 2024 14:29
123108c
to
495aa76
Compare
gaige
commented
Nov 23, 2024
gaige
commented
Nov 23, 2024
gaige
force-pushed
the
update-resources
branch
5 times, most recently
from
November 23, 2024 21:27
5e3563a
to
d43ad5f
Compare
gaige
changed the title
Update with Network Resources templates
T6910: fix documentation and argspecs are out of alignment
Nov 24, 2024
gaige
force-pushed
the
update-resources
branch
from
November 24, 2024 10:09
d43ad5f
to
0c39d65
Compare
omnom62
approved these changes
Nov 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - I am not intimately familiar with the code but LGTM!
plugins/module_utils/network/vyos/argspec/bgp_address_family/bgp_address_family.py
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
Minor modifications by bringing the
resource_module_builder
-based modules back into line with what is generated, fixing some variances in documentation and inconsistencies in some of the modules and the documentation andtest sources.
Further, verified and regenerated argspecs based for the newer cli modules.
Types of changes
Related Task(s)
T6910: documentation and argspecs are out of alignment
Related PR(s)
Proposed changes
Updates to the resource module repo (separate) to bring them into line with the current code.
Added a custom version of the resource_builder in order to ensure we don't remove any
updates for our modules.
Regenerated until we matched all salient updates.
How to test
Unit tests and sanity tests pass; integration tests are failing in the same ways that the current mainline branch are
failing against 1.4 and 1.5 (but work against 1.3).
Checklist: