Skip to content

Commit 4521d8e

Browse files
Merge branch 'main' into CLOUDP-271999
2 parents 9093492 + a03dee2 commit 4521d8e

File tree

61 files changed

+515
-203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+515
-203
lines changed

.github/workflows/generate-bump-pages.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
name: Check & deploy API documentation
22

33
on:
4+
# For deployments
45
workflow_dispatch: # Allow manual trigger in case of quick fix
6+
push:
7+
branches:
8+
- main
9+
paths:
10+
- 'openapi/**.json'
11+
12+
# For previews
13+
pull_request:
14+
branches:
15+
- main
16+
paths:
17+
- 'openapi/**.json'
518

619
permissions:
720
contents: read

.github/workflows/spectral-lint.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,22 @@ name: Spectral Lint Commited OpenAPI Spec
33
# Trigger the workflow on pull requests and pushes to the main branch
44
on:
55
pull_request:
6-
paths:
6+
paths:
77
- 'tools/spectral/**'
88
- 'openapi/**.yaml'
99
- 'package.json'
1010
push:
1111
branches:
1212
- main
13-
paths:
13+
paths:
1414
- 'tools/spectral/**'
1515
- 'openapi/**.yaml'
1616
- 'package.json'
17-
permissions:
18-
issues: write
19-
contents: write
2017

2118
jobs:
2219
spectral-lint:
2320
runs-on: ubuntu-latest
24-
21+
2522
steps:
2623
# Checkout the code
2724
- name: Checkout repository
@@ -49,5 +46,6 @@ jobs:
4946
- name: IPA validation action
5047
uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83
5148
with:
52-
file_glob: ${{ github.workspace }}//v2.yaml
49+
file_glob: v2.yaml
5350
spectral_ruleset: tools/spectral/ipa/ipa-spectral.yaml
51+

changelog/internal/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"runDate": "2025-03-20",
3-
"specRevision": "d71f1dfdf088979b19632081af21ff0610b315c0",
4-
"specRevisionShort": "d71f1dfdf08",
2+
"runDate": "2025-03-21",
3+
"specRevision": "621b715a3a73c742114c7c58dcdac7a2f24542be",
4+
"specRevisionShort": "621b715a3a7",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

openapi/.raw/v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
257257
"title": "MongoDB Atlas Administration API",
258258
"version": "2.0",
259-
"x-xgen-sha": "d71f1dfdf088979b19632081af21ff0610b315c0"
259+
"x-xgen-sha": "621b715a3a73c742114c7c58dcdac7a2f24542be"
260260
},
261261
"paths": {
262262
"/api/atlas/v2": {

openapi/.raw/v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34939,7 +34939,7 @@ info:
3493934939
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3494034940
title: MongoDB Atlas Administration API
3494134941
version: "2.0"
34942-
x-xgen-sha: d71f1dfdf088979b19632081af21ff0610b315c0
34942+
x-xgen-sha: 621b715a3a73c742114c7c58dcdac7a2f24542be
3494334943
openapi: 3.0.1
3494434944
paths:
3494534945
/api/atlas/v2:

openapi/v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
241241
"title": "MongoDB Atlas Administration API",
242242
"version": "2.0",
243-
"x-xgen-sha": "d71f1dfdf088979b19632081af21ff0610b315c0"
243+
"x-xgen-sha": "621b715a3a73c742114c7c58dcdac7a2f24542be"
244244
},
245245
"paths": {
246246
"/api/atlas/v2": {

openapi/v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34715,7 +34715,7 @@ info:
3471534715
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3471634716
title: MongoDB Atlas Administration API
3471734717
version: "2.0"
34718-
x-xgen-sha: d71f1dfdf088979b19632081af21ff0610b315c0
34718+
x-xgen-sha: 621b715a3a73c742114c7c58dcdac7a2f24542be
3471934719
openapi: 3.0.1
3472034720
paths:
3472134721
/api/atlas/v2:

openapi/v2/openapi-2023-01-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
209209
"title": "MongoDB Atlas Administration API",
210210
"version": "2.0",
211-
"x-xgen-sha": "d71f1dfdf088979b19632081af21ff0610b315c0"
211+
"x-xgen-sha": "621b715a3a73c742114c7c58dcdac7a2f24542be"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {

openapi/v2/openapi-2023-01-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34715,7 +34715,7 @@ info:
3471534715
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3471634716
title: MongoDB Atlas Administration API
3471734717
version: "2.0"
34718-
x-xgen-sha: d71f1dfdf088979b19632081af21ff0610b315c0
34718+
x-xgen-sha: 621b715a3a73c742114c7c58dcdac7a2f24542be
3471934719
openapi: 3.0.1
3472034720
paths:
3472134721
/api/atlas/v2:

openapi/v2/openapi-2023-02-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
213213
"title": "MongoDB Atlas Administration API",
214214
"version": "2.0",
215-
"x-xgen-sha": "d71f1dfdf088979b19632081af21ff0610b315c0"
215+
"x-xgen-sha": "621b715a3a73c742114c7c58dcdac7a2f24542be"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {

0 commit comments

Comments
 (0)