-
Couldn't load subscription status.
- Fork 14
CLOUDP-306579: Repeated Fields #653
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
11a1288
CLOUDP-306579: Repeated Fields
yelizhenden-mdb 3a62aa1
docs and prettiers fix
yelizhenden-mdb 540de25
given fix
yelizhenden-mdb 5fcbc74
docs fix
yelizhenden-mdb b42377e
docs fix
yelizhenden-mdb 2dd09ed
test fix
yelizhenden-mdb bf2a07a
remove logs
yelizhenden-mdb 9c2840a
parameter name check
yelizhenden-mdb f975393
docs fix
yelizhenden-mdb 0209cd7
docs fix
yelizhenden-mdb c0055d9
remove the extra file
yelizhenden-mdb 319c4d1
address the comments
yelizhenden-mdb 537dcca
address the comments
yelizhenden-mdb 8fadebd
Merge branch 'main' into CLOUDP-306579
yelizhenden-mdb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # https://meta.stoplight.io/docs/spectral/cb95cf0d26b83-core-functions | ||
| extends: | ||
| - https://raw.githubusercontent.com/mongodb/openapi/a3dd7046e8dccd24bb0eb9ccc9ad8c3e39f47685/tools/spectral/ipa/ipa-spectral.yaml | ||
|
|
||
| overrides: | ||
| - files: | ||
| - '**#/components/schemas/DataLakeDatabaseDataSourceSettings' # external field, to be covered by CLOUDP-293178 | ||
| - '**#/components/schemas/DataLakeAtlasStoreReadPreference' # external field, to be covered by CLOUDP-293178 | ||
| rules: | ||
| xgen-IPA-123-enum-values-must-be-upper-snake-case: 'off' | ||
| - files: | ||
| - '**#/components/schemas/DataLakeAtlasStoreInstance' # external field, to be covered by CLOUDP-293178 | ||
| rules: | ||
| xgen-IPA-112-avoid-project-field-names: 'off' | ||
| - files: | ||
| - '**#/components/schemas/ClusterProviderSettings/properties/providerName' # dynamic field which can't be documented | ||
| - '**#/components/schemas/DataLakeStoreSettings/properties/provider' # external field, to be covered by CLOUDP-293178 | ||
| rules: | ||
| xgen-IPA-117-description: 'off' | ||
| - files: | ||
| - '**#/components/schemas/DataLakeAzureBlobStore' # external field, to be covered by CLOUDP-293178 | ||
| - '**#/components/schemas/AdvancedClusterDescription/properties/mongoDBEmployeeAccessGrant' # unable to document exceptions, to be covered by CLOUDP-308286 | ||
| - '**#/components/schemas/AtlasTenantClusterUpgradeRequest20240805/properties/mongoDBEmployeeAccessGrant' # unable to document exceptions, to be covered by CLOUDP-308286 | ||
| - '**#/components/schemas/ClusterDescription20240805/properties/mongoDBEmployeeAccessGrant' # unable to document exceptions, to be covered by CLOUDP-308286 | ||
| - '**#/components/schemas/LegacyAtlasCluster/properties/mongoDBEmployeeAccessGrant' # unable to document exceptions, to be covered by CLOUDP-308286 | ||
| - '**#/components/schemas/LegacyAtlasTenantClusterUpgradeRequest/properties/mongoDBEmployeeAccessGrant' # unable to document exceptions, to be covered by CLOUDP-308286 | ||
| - '**#/components/schemas/AdvancedAutoScalingSettings/properties/diskGB' # unable to document exceptions, to be covered by CLOUDP-308286 | ||
| - '**#/components/schemas/UserSecurity/properties/customerX509' # unable to document exceptions, to be covered by CLOUDP-308286 | ||
| rules: | ||
| xgen-IPA-112-field-names-are-camel-case: 'off' | ||
| - files: | ||
| - '**#/components/schemas/DataLakeS3StoreSettings/allOf/1/properties/additionalStorageClasses' # unable to document exceptions, to be covered by CLOUDP-293178 | ||
| - '**#/components/schemas/DataLakeDatabaseDataSourceSettings/properties/databaseRegex' # unable to document exceptions, to be covered by CLOUDP-293178 | ||
| - '**#/components/schemas/DataLakeDatabaseDataSourceSettings/properties/collectionRegex' # unable to document exceptions, to be covered by CLOUDP-293178 | ||
| rules: | ||
| xgen-IPA-117-description-should-not-use-inline-links: 'off' | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.