... | ... | @@ -8,7 +8,7 @@ |
|
|
|
|
|
Copy the necessary steps of the following description into the new issue.
|
|
|
|
|
|
```
|
|
|
```markdown
|
|
|
Update Docker image tags of all KYPO microservices in the file [kypo-crp-deployment/provisioning/group_vars/all.yml](https://gitlab.ics.muni.cz/muni-kypo-crp/devops/kypo-crp-deployment/-/blob/master/provisioning/group_vars/all.yml).
|
|
|
* [ ] Java:
|
|
|
* [user-and-group](https://gitlab.ics.muni.cz/muni-kypo-crp/backend-java/kypo2-user-and-group)
|
... | ... | @@ -51,27 +51,33 @@ |
|
|
|
|
|
4. Inform others about deployed KYPO instance on staging server. Send a message to the channel KYPOLAB in MS Teams:
|
|
|
|
|
|
```
|
|
|
KYPOLAB na stránke https://stage.crp.kypo.muni.cz sa nachádza náhľad na release 21.06. Prosím vás skontrolujte, že všetky zmeny, ktoré ste požadovali/nahlásili sú implementované, nasadné a fungujú podľa vašich predstáv.
|
|
|
Inštancia obsahuje nasledujúcich používateľov:
|
|
|
|
|
|
- name: user1
|
|
|
password: gD10ZENn0T
|
|
|
- name: user2
|
|
|
password: vgcBNtpD6S
|
|
|
...
|
|
|
|
|
|
```markdown
|
|
|
KYPOLAB na stránke https://stage.crp.kypo.muni.cz sa nachádza náhľad na release 21.06. Prosím vás skontrolujte, že všetky zmeny, ktoré ste požadovali/nahlásili sú implementované, nasadné a fungujú podľa vašich predstáv.
|
|
|
Inštancia obsahuje nasledujúcich používateľov:
|
|
|
```
|
|
|
- name: user1
|
|
|
password: gD10ZENn0T
|
|
|
- name: user2
|
|
|
password: vgcBNtpD6S
|
|
|
...
|
|
|
```
|
|
|
Nastavil som nasledujúce práva:
|
|
|
* All Mighty Users - user1, user2, user3
|
|
|
* Instructor - user4, user5, user6
|
|
|
* Trainee - user7, user8, user9, user10
|
|
|
|
|
|
Pokiaľ sa prihlásite pomocou MUNI OIDC a chcete si nastaviť iné práva ako trainee, využite jedného z All Mighty users.
|
|
|
```
|
|
|
|
|
|
Nastavil som nasledujúce práva:
|
|
|
* All Mighty Users - user1, user2, user3
|
|
|
* Instructor - user4, user5, user6
|
|
|
* Trainee - user7, user8, user9, user10
|
|
|
5. Go through the related [milestone](https://gitlab.ics.muni.cz/groups/muni-kypo-crp/-/milestones) and check if the issues are resolved in the deployed KYPO instance. If so, write the following comment.
|
|
|
|
|
|
Pokiaľ sa prihlásite pomocou MUNI OIDC a chcete si nastaviť iné práva ako trainee, využite jedného z All Mighty users.
|
|
|
```markdown
|
|
|
Verified on staging instance of KYPO CRP release YY.MM.
|
|
|
|
|
|
```
|
|
|
The feature/bug/issue has been implemented/fixed/resolved in project {link to the project} tag X.Y.Z.
|
|
|
```
|
|
|
|
|
|
5. Go through the related [milestone](https://gitlab.ics.muni.cz/groups/muni-kypo-crp/-/milestones) and check if the issues are resolved in the deployed KYPO instance. If so, write comment `Verified on staging instance of KYPO CRP release YY.MM. The feature/bug/issue has been implemented/fixed/resolved in project {link to the project} tag X.Y.Z.` and close the issue. If not, report the issue to the responsible group leader and go back to the previous step.
|
|
|
And close the issue. If not, report the issue to the responsible group leader and go back to the previous step.
|
|
|
|
|
|
6. Check if the documentation is up to date.
|
|
|
|
... | ... | @@ -91,7 +97,7 @@ Pokiaľ sa prihlásite pomocou MUNI OIDC a chcete si nastaviť iné práva ako t |
|
|
|
|
|
Squeeze the group leaders hard enough so that they'll produce changelogs of their microservices and add them to the tags release notes in the following format.
|
|
|
|
|
|
```
|
|
|
```markdown
|
|
|
# Version YY.MM
|
|
|
|
|
|
Month DD, YYYY
|
... | ... | |