Skip to content

Commit 02d37e0

Browse files
committed
Merge branch 'development' into pr/11570
2 parents db634d4 + 758f176 commit 02d37e0

283 files changed

Lines changed: 4476 additions & 1494 deletions

File tree

Some content is hidden

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

.claude/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"_comment": "DO NOT EDIT THIS FILE. To override these settings, use .claude/settings.local.json instead.",
23
"env": {
34
"CLAUDE_CODE_ENABLE_TELEMETRY": "0",
45
"DISABLE_TELEMETRY": "1",

.github/workflows/auto-assign-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ jobs:
5353
} else {
5454
console.log(`${creator} is not on technical writers team, skipping assignment`);
5555
}
56+

.github/workflows/check-claude-settings.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,33 @@ on:
99
jobs:
1010
check-claude-config:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
pull-requests: write
1214
steps:
1315
- name: Check for Claude configuration changes
1416
uses: actions/github-script@v9
1517
with:
1618
script: |
19+
const techWriters = [
20+
'ConnorLand',
21+
'Karuna-Mendix',
22+
'MariaShaposhnikova',
23+
'MarkvanMents',
24+
'NicoletaComan',
25+
'OlufunkeMoronfolu',
26+
'Yiyun333',
27+
'dbreseman',
28+
'katarzyna-koltun-mx',
29+
'quinntracy'
30+
];
31+
32+
const author = context.payload.pull_request.user.login;
33+
34+
if (techWriters.includes(author)) {
35+
console.log(`${author} is a Technical Writer — Claude configuration change approved.`);
36+
return;
37+
}
38+
1739
const comment = `⚠️ **Claude Configuration Warning**
1840
1941
You've modified Claude Code configuration files. These files contain the shared configuration for all contributors. Please revert this change if unintended. **ONLY modify these files if you need to change shared configurations that apply to everyone and have discussed this change with the TW team.**
@@ -34,7 +56,7 @@ jobs:
3456
\`\`\`
3557
`;
3658
37-
github.rest.issues.createComment({
59+
await github.rest.issues.createComment({
3860
issue_number: context.issue.number,
3961
owner: context.repo.owner,
4062
repo: context.repo.repo,

.github/workflows/lint-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Installs linting tool via npm
3030
# Look at using the related GitHub action here: https://github.com/DavidAnson/markdownlint-cli2-action
3131
- name: Install markdown linter
32-
run: npm install markdownlint-cli2 --global
32+
run: npm install markdownlint-cli2@0.22.1 --global
3333
# Runs linter on content, rules specified in yaml config file
3434
# Adds the terminal messages to tmp.log file
3535
- name: Run markdownlint-cli2

.vale/styles/Mendix/ProductNames.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ swap:
1919
'Business Engine': 'Mendix Runtime'
2020
'Mendix Business Server': 'Mendix Runtime'
2121
'Mendix Server': 'Mendix Runtime'
22-
'Sprintr': 'Apps'
23-
'Developer Portal': 'Apps'
24-
'Platform Portal': 'Apps'
25-
'Mendix App Platform': 'Apps'
22+
'Sprintr': 'Projects'
23+
'Developer Portal': 'Projects'
24+
'Platform Portal': 'Projects'
25+
'Mendix App Platform': 'Projects'
26+
'Apps': 'Projects'
2627
'Data Hub': 'Catalog'
2728
'Mendix Forum': 'Mendix Community'
2829
'Developer Profile': 'Mendix Profile'
2930
'Mendix Mobile app': 'Mendix Developer App'
3031
'Mendix Administrator': 'Mendix Admin'
3132
'Native Oven': 'Native Builder'
3233
'MxAssist': 'Maia'
33-
'Mendix Assist': 'Maia'
34+
'Mendix Assist': 'Maia'

content/en/docs/apidocs-mxsdk/apidocs/deployment/private-cloud-build-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Follow the steps below to upload a deployment package by using the API.
112112

113113
## API Reference
114114

115-
{{< swaggerui src="/openapi-spec/private-cloud-build-api.yaml" >}}
115+
{{< swaggerui src="/openapi-spec/privatecloud-build-v4.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/deployment/private-cloud-deploy-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ In order to create or manage environments in a namespace through an API, the tec
190190
Please note that the fields marked as non-editable in the OpenAPI .yaml file are used for read-only purposes. Any modifications made to the values of these fields will be ignored.
191191
{{% /alert %}}
192192

193-
{{< swaggerui src="/openapi-spec/private-cloud-deploy-api.yaml" >}}
193+
{{< swaggerui src="/openapi-spec/privatecloud-deploy-v4.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ For information about Pipeline API version 1, see [Pipeline API - Version 1](/ap
2626

2727
## API Reference
2828

29-
{{< swaggerui src="/openapi-spec/openapi-pipeline-v2.yaml" >}}
29+
{{< swaggerui src="/openapi-spec/openapi-pipeline-v2.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ For information about Project API version 1, see [Project API - Version 1](/apid
3232

3333
## API Reference
3434

35-
{{< swaggerui src="/openapi-spec/openapi-project-v2.yaml" >}}
35+
{{< swaggerui src="/openapi-spec/openapi-project-v2.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ For information about Project API version 2, see [Project API - Version 2](/apid
3131

3232
## API Reference
3333

34-
{{< swaggerui src="/openapi-spec/openapi-project-v1.yaml" >}}
34+
{{< swaggerui src="/openapi-spec/openapi-project-v1.yaml" >}}

0 commit comments

Comments
 (0)