Skip to content

Commit 598110a

Browse files
Merge branch 'development' into pr/mikita-haurykau/9391
2 parents c7f1799 + 901e697 commit 598110a

File tree

5,158 files changed

+122935
-25530
lines changed

Some content is hidden

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

5,158 files changed

+122935
-25530
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ env:
1515
global:
1616
# Global variables can go here, for example HUGO_VERSION if we were using Netlify to publish.
1717

18-
#add group: previous to see if this fixes the stalled npm build - 2025-04-14
19-
group: previous
18+
# add group: previous to see if this fixes the stalled npm build - 2025-04-14
19+
# remove again 2025-05-08 as builds started breaking again.
20+
# group: previous
2021

2122
branches:
2223
# build only development and production

assets/scss/_badge.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@
4040
background-color: $info-1;
4141
color: $info-7;
4242
}
43+
44+
.badge-company-approved {
45+
border: solid 1px $success-9;
46+
background-color: $company-approved;
47+
color: $success-9;
48+
padding: 2px 2px
49+
}

assets/scss/_variables_project.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ $white: #fff; // YL - Override the default color defined in _variables_forward.s
2020
$light: #99D0FF; // DB - Blue-3 from PDS
2121
$dark: #0A1325; // Gray-10 from PDS (MxDock color)
2222
$blue: #146FF4; // YL - Mendix Blue in SP 10; Override the default color defined in _variables_forward.scss
23+
$company-approved: #E0FAE1; // NC - Company approved Marketplace label
2324
$gray-100: #f7f7f7;
2425
$gray-200: #f2f2f3;
2526
$gray-light: $gray-200;

content/en/docs/apidocs-mxsdk/apidocs/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ aliases:
99
- /apidocs/
1010
- /apidocs-mxsdk/apidocs/authentication/
1111
- /apidocs/index.html
12+
- /apidocs-mxsdk/apidocs/runtime-api/
1213
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
1314
---
1415

content/en/docs/apidocs-mxsdk/apidocs/apps/epics-api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ To authenticate calls when using the Open API specification below, click **Autho
4343

4444
## API Reference
4545

46-
{{< swaggerui src="/openapi-spec/epics.yaml" >}}
46+
{{% alert color="warning" %}}
47+
You cannot call endpoints from the Epics API Swagger UI.
48+
{{% /alert %}}
49+
50+
{{< swaggerui-disable-try-it-out src="/openapi-spec/epics.yaml" >}}

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The API does not generate unique UUIDs for the resources. You must generate your
102102

103103
The following sections of this document contain sample usage scenarios for the API.
104104

105-
### Using the API to Update the Cluster and Namespace
105+
### Using the API to Update the Cluster and Namespace {#update-cluster}
106106

107107
The following steps will create a cluster, register and install a namespace, add or update a cluster member, and enable development mode for the namespace.
108108

@@ -125,6 +125,21 @@ The following steps will create a cluster, register and install a namespace, add
125125
If required, the invitation for the cluster/namespace member can be auto-accepted by setting `autoAcceptInvite` to true in the update cluster/namespace API request.
126126
{{% /alert %}}
127127

128+
### Using the API to Assign a Custom Role to the Namespace Member {#assign-custom-role}
129+
130+
Perform the following steps to create a cluster, register and install a namespace, add a custom role in the Cluster Overview page in the portal, and assign the role to the namespace member:
131+
132+
1. Set up your authentication PAT.
133+
2. Prepare the manifest for both your new cluster and namespace.
134+
3. Configure the namespace by following steps 8-11 of [Using the API to Update the Cluster and Namespace](#update-cluster).
135+
4. Create a custom role in the Cluster Overview page in the portal. This role must be created only on the Portal side.
136+
5. Make a POST `/clusters/{namespaceId}` API call to assign the role that you created in step 4 to the namespace member.
137+
You can obtain the manifest for this update request through GET `/clusters/{namespaceId}`. When updating the namespace, only the role needs to be specified for the namespace member, as the fine-grained permissions are already included in the role created in step 4.
138+
139+
{{% alert color="info" %}}
140+
If required, the invitation for the cluster or namespace member can be auto-accepted by setting `autoAcceptInvite` to true in the update cluster or namespace API request.
141+
{{% /alert %}}
142+
128143
### Using the API to Restart an App {#restart}
129144

130145
The following steps will restart an app by setting the number of instances to zero and then setting it back to the number of instances required.

content/en/docs/apidocs-mxsdk/apidocs/frontend/client-api.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)