Skip to content

Commit cd73f35

Browse files
committed
Merge branch 'development' into pr/11569
2 parents 784764e + 103cd85 commit cd73f35

244 files changed

Lines changed: 2953 additions & 1377 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,

.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" >}}

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/consistency-checks.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ export const component: IComponent = {
279279
};
280280
```
281281

282-
283282
Replace your `src/model/PersonInfo.ts` file with the following:
284283

285284
```typescript {hl_lines=["6-10"]}
@@ -416,7 +415,6 @@ export const component: IComponent = {
416415
};
417416
```
418417

419-
420418
Return `dependentElementIds` to tell Studio Pro which elements your document depends on. When those elements change, your checks rerun automatically.
421419

422420
{{% alert color="info" %}}
@@ -487,7 +485,6 @@ async function checkDependencyWasChanged(dependencies: Dependency[], documents:
487485

488486
By checking whether any of the changed documents from the event payload are included in your dependencies, you can trigger the consistency checks to run again by updating the content of your blob document using `studioPro.app.model.customBlobDocuments.updateDocumentContent`. This ensures your checks run again whenever one of your dependencies is modified in Studio Pro.
489487

490-
491488
### Renamed Elements
492489

493490
If one of your dependencies gets renamed, you may need to update the dependency names in your document. Studio Pro cannot automatically rename your dependencies; it can only notify you that the document matching the ID now has a new name. It is up to you to update your dependency's name.

0 commit comments

Comments
 (0)