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

Implement Nfs Export Resource #12

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Implement Nfs Export Resource #12

merged 1 commit into from
Aug 7, 2023

Conversation

P-Cao
Copy link
Contributor

@P-Cao P-Cao commented Aug 4, 2023

Description

Set openapi integer field as int64
Add NFS Export resource and AT
Improve resource helper for Nullable String and Nil field

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #

ISSUE TYPE

  • Feature Pull Request
RESOURCE OR DATASOURCE NAME

NFS Export Resource

OUTPUT

image

ADDITIONAL INFORMATION

image

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 80% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have maintained backward compatibility

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

  • Unit tests
  • Acceptance tests

@P-Cao P-Cao changed the title Implement Nfs Export Implement Nfs Export Resource Aug 4, 2023
@P-Cao P-Cao force-pushed the feature-nfs-export-resource branch from 559d474 to b2bf973 Compare August 4, 2023 07:10
@P-Cao
Copy link
Contributor Author

P-Cao commented Aug 4, 2023

run e2e test

@P-Cao P-Cao force-pushed the feature-nfs-export-resource branch 2 times, most recently from 2742058 to 466d255 Compare August 4, 2023 09:05
@P-Cao
Copy link
Contributor Author

P-Cao commented Aug 4, 2023

run e2e test

},
"write_transfer_multiple": {
"description": "Specifies the preferred multiple size for NFS write requests. This value is used to advise the client of optimal settings for the server, but is not enforced.",
"maximum": 2147483646,
"minimum": 0,
"type": "integer"
"type": "integer",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you also relay the changes you had to make here: https://confluence.cec.lab.emc.com/display/TFM/PowerScale+OpenAPI+Changes+and+Found+Issues in the OpenAPI json?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

doriac11
doriac11 previously approved these changes Aug 4, 2023
nikitajoshi1
nikitajoshi1 previously approved these changes Aug 4, 2023
NavisJ
NavisJ previously approved these changes Aug 7, 2023
@P-Cao P-Cao force-pushed the feature-nfs-export-resource branch from 466d255 to 5527935 Compare August 7, 2023 03:09
@P-Cao
Copy link
Contributor Author

P-Cao commented Aug 7, 2023

run e2e test

@P-Cao P-Cao force-pushed the feature-nfs-export-resource branch from 5527935 to f3327bb Compare August 7, 2023 03:26
@P-Cao
Copy link
Contributor Author

P-Cao commented Aug 7, 2023

run e2e test

1 similar comment
@P-Cao
Copy link
Contributor Author

P-Cao commented Aug 7, 2023

run e2e test

@P-Cao P-Cao dismissed stale reviews from nikitajoshi1, doriac11, and NavisJ via 8eec63c August 7, 2023 06:25
@P-Cao P-Cao force-pushed the feature-nfs-export-resource branch from f3327bb to 8eec63c Compare August 7, 2023 06:25
@P-Cao
Copy link
Contributor Author

P-Cao commented Aug 7, 2023

run e2e test

Set openapi integer field as int64
Add NFS Export resource and AT
Improve resource helper for Nullable String and Nil field
@P-Cao P-Cao force-pushed the feature-nfs-export-resource branch from 8eec63c to 43ded72 Compare August 7, 2023 09:15
@P-Cao
Copy link
Contributor Author

P-Cao commented Aug 7, 2023

run e2e test

@P-Cao P-Cao merged commit f763b6c into main Aug 7, 2023
6 checks passed
@P-Cao P-Cao deleted the feature-nfs-export-resource branch August 7, 2023 09:58
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.

6 participants