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

Add Resource and Datasource for Netflow Exporter Policy (netflowExporterPol) (DCNE-154) #1242

Merged
merged 23 commits into from
Sep 10, 2024

Conversation

gmicol
Copy link
Collaborator

@gmicol gmicol commented Jun 26, 2024

Resolves #1211

@codecov-commenter
Copy link

codecov-commenter commented Jun 26, 2024

Codecov Report

Attention: Patch coverage is 91.58249% with 100 lines in your changes missing coverage. Please review.

Project coverage is 85.25%. Comparing base (9465913) to head (a60dbbc).

Files with missing lines Patch % Lines
...l/provider/resource_aci_netflow_exporter_policy.go 89.34% 49 Missing and 29 partials ⚠️
...rovider/data_source_aci_netflow_exporter_policy.go 94.04% 7 Missing and 3 partials ⚠️
internal/provider/resource_aci_application_epg.go 88.88% 6 Missing ⚠️
...l/provider/resource_aci_endpoint_security_group.go 81.81% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1242      +/-   ##
==========================================
+ Coverage   85.08%   85.25%   +0.17%     
==========================================
  Files         100      102       +2     
  Lines       36784    37812    +1028     
==========================================
+ Hits        31298    32238     +940     
- Misses       4062     4118      +56     
- Partials     1424     1456      +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

docs/data-sources/netflow_exporter_policy.md Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/resources/netflow_exporter_policy.md Show resolved Hide resolved
docs/resources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
gen/generator.go Outdated Show resolved Hide resolved
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 7fa6460 to 205af18 Compare July 2, 2024 20:50
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 205af18 to 9e33a48 Compare July 10, 2024 17:54
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 1139496 to 1c02cf2 Compare July 24, 2024 22:41
@gmicol gmicol requested a review from akinross July 24, 2024 22:43
docs/resources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
internal/custom_types/fvRsConsIf_prio.go Outdated Show resolved Hide resolved
gen/generator.go Outdated Show resolved Hide resolved
gen/generator.go Outdated Show resolved Hide resolved
gen/generator.go Outdated Show resolved Hide resolved
gen/templates/resource.go.tmpl Outdated Show resolved Hide resolved
gen/templates/resource.go.tmpl Outdated Show resolved Hide resolved
internal/validators/intBetweenFromString.go Outdated Show resolved Hide resolved
internal/validators/intBetweenFromString.go Outdated Show resolved Hide resolved
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 1c02cf2 to 1db291a Compare August 7, 2024 17:55
@gmicol gmicol requested a review from akinross August 7, 2024 17:56
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 1db291a to 916650e Compare August 9, 2024 17:55
@samiib samiib changed the title Add Resource and Datasource for Netflow Exporter Policy (netflowExporterPol) Add Resource and Datasource for Netflow Exporter Policy (netflowExporterPol) (DCNE-154) Aug 15, 2024
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 0b1d0fc to 046562c Compare August 15, 2024 12:23
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
gen/definitions/properties.yaml Outdated Show resolved Hide resolved
@gmicol gmicol requested a review from sajagana August 20, 2024 17:43
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 0e8aba3 to 1966b4f Compare August 20, 2024 17:47
Copy link
Collaborator

@samiib samiib left a comment

Choose a reason for hiding this comment

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

Just some questions.

@gmicol gmicol requested a review from samiib August 23, 2024 13:13
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch 2 times, most recently from 206ca0f to 0655196 Compare August 26, 2024 16:13
Copy link
Collaborator

@shrsr shrsr left a comment

Choose a reason for hiding this comment

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

Can you run go generate and update the changes again?

…tom string type for DstPort atrribute in Netflow Exporter Policy.
…tring types for attributes that need sementic equality integration for their valid values.
…erate resources and datasources where customtypes is applied.
…typo for validators and customtypes. Modify templates to fit these new typos.
…overwrites for NetflowExporterPol's attributes.
…templates. Add range of valid values in documentation for properties with customtype.
…values in schema when customtype equivalent type is not a number.
…rly multi relationship target/classes for Rs children.
…alidator in documentation from scientific notation to integer.
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 84d75c4 to 3b537f5 Compare September 6, 2024 22:51
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 3b537f5 to a60dbbc Compare September 6, 2024 22:57
Copy link
Collaborator

@samiib samiib left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@sajagana sajagana left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Collaborator

@akinross akinross left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@shrsr shrsr left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@lhercot lhercot left a comment

Choose a reason for hiding this comment

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

LGTM

@lhercot lhercot merged commit f66657b into CiscoDevNet:master Sep 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add resource and datasource for netflowExporterPol (DCNE-154)
8 participants