Skip to content

Commit

Permalink
[EDP-DDM-28147] Platform system requirements
Browse files Browse the repository at this point in the history
Change-Id: I7a730457934a845d62a6cb1dc12d19024dbc7f9a
  • Loading branch information
Maksym_Kharchenko committed Sep 14, 2023
1 parent f4d3a49 commit 3e666d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions docs/ua/modules/admin/pages/migrate-registry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,4 @@ git push origin refs/heads/master:refs/for/master
* +++<b style="font-weight: 700">Обмеження доступу<b>+++ (_див. детальніше на сторінці xref:admin:registry-management/control-plane-cidr-access-endpoints.adoc[]_).
* +++<b style="font-weight: 700">Автентифікація надавачів послуг<b>+++ (_див. детальніше на сторінках xref:registry-develop:registry-admin/cp-auth-setup/cp-auth-setup-officers.adoc[] та xref:registry-develop:registry-admin/cp-auth-setup/cp-officer-self-registration.adoc[]_).
* +++<b style="font-weight: 700">Автентифікація отримувачів послуг<b>+++ (_див. детальніше на сторінці xref:registry-develop:registry-admin/cp-auth-setup/cp-auth-setup-citizens.adoc[]_)
* +++<b style="font-weight: 700">Резервне копіювання<b>+++ (_див. детальніше на сторінках xref:admin:backup-restore/control-plane-backup-restore.adoc[] та xref:admin:backup-restore/backup-schedule-registry-components.adoc[]_).

NOTE: У випадку будь-яких проблем із міграцією, зверніться до [email protected].
* +++<b style="font-weight: 700">Резервне копіювання<b>+++ (_див. детальніше на сторінках xref:admin:backup-restore/control-plane-backup-restore.adoc[] та xref:admin:backup-restore/backup-schedule-registry-components.adoc[]_).
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Location: /versions/candidates/1
Content-Type: application/json
Content-Length: 267
{"id":"1","name":"JohnDoe's version candidate","description":"Version candidate to change form","author":"JohnDoe@epam.com","creationDate":"2022-08-10T11:30:00.000Z","latestUpdate":"2022-08-10T11:40:00.000Z","hasConflicts":false,"inspections":null,"validations":null}
{"id":"1","name":"JohnDoe's version candidate","description":"Version candidate to change form","author":"test_user@domain.com","creationDate":"2022-08-10T11:30:00.000Z","latestUpdate":"2022-08-10T11:40:00.000Z","hasConflicts":false,"inspections":null,"validations":null}
----
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 267
{"id":"1","name":"JohnDoe's version candidate","description":"Version candidate to change form","author":"JohnDoe@epam.com","creationDate":"2022-08-10T11:30:00.000Z","latestUpdate":"2022-08-10T11:40:00.000Z","hasConflicts":false,"inspections":null,"validations":null}
{"id":"1","name":"JohnDoe's version candidate","description":"Version candidate to change form","author":"test_user@domain.com","creationDate":"2022-08-10T11:30:00.000Z","latestUpdate":"2022-08-10T11:40:00.000Z","hasConflicts":false,"inspections":null,"validations":null}
----
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 219
{"id":"1","name":"JohnDoe's version candidate","description":"Version candidate to change form","author":"JohnDoe@epam.com","latestUpdate":"2022-07-29T12:31:00.000Z","published":null,"inspector":null,"validations":null}
{"id":"1","name":"JohnDoe's version candidate","description":"Version candidate to change form","author":"test_user@domain.com","latestUpdate":"2022-07-29T12:31:00.000Z","published":null,"inspector":null,"validations":null}
----
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ curl --location --request GET 'https://{{Redash URL}}/api/dashboards/learn' \
"disabled_at": null,
"is_email_verified": true,
"active_at": null,
"email": "oleksandr_vasylenko4@epam.com"
"email": "test_user@domain.com"
},
"layout": [],
"is_draft": false,
Expand Down Expand Up @@ -392,7 +392,7 @@ curl --location --request GET 'https://{{Redash URL}}/api/dashboards/learn' \
"disabled_at": null,
"is_email_verified": true,
"active_at": null,
"email": "oleh_boreiko1@epam.com"
"email": "test_user@domain.com"
},
"created_at": "2021-02-02T16:14:39.401Z",
"latest_query_data_id": 46,
Expand All @@ -416,7 +416,7 @@ curl --location --request GET 'https://{{Redash URL}}/api/dashboards/learn' \
"disabled_at": null,
"is_email_verified": true,
"active_at": null,
"email": "oleksandr_vasylenko4@epam.com"
"email": "test_user@domain.com"
},
"options": {
"parameters": []
Expand Down

0 comments on commit 3e666d3

Please sign in to comment.