aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-server
AgeCommit message (Collapse)AuthorFilesLines
2021-10-12[UUI] Update image of components of UUIhekeguang1-1/+1
Update the image version for UUI components Issue-ID: USECASEUI-617 Change-Id: I4d2b2ff8b3a5aceeadddf7c87df449ee71b8b3e7 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-09-26[COMMON] Add and run pre-commit linters via toxguillaume.lambert1-1/+1
- create a .pre-commit-config.yaml configuration file with * gitlint * trailing blanks linter * tabs removal linter - exclude .git folder from it - exclude Makefiles since tabs are mandatory by default in them - create a tox pre-commit profile to run it from tox note gitlint is not runnable at this pre-commit stage - create pre-commit-install and pre-commit-uninstall tox profiles to (un)install hooks locally and (un)perform tests at each "git commit" call (i.e. without calling manually the pre-commit tox profile) - precise pre-commit stages/types in the pre-commit configuration file so that hooks are installed correctly. This avoids messages about skipped tests when they are run at a wrong stage. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ie95bb4f6f90be80b05a1398973caffeff7936881
2021-09-12[UUI] Update image of components of UUIhekeguang1-1/+1
Update the image version for UUI components Issue-ID: USECASEUI-604 Change-Id: I1aa59d3c8c4d198ecb7d734a2df848e20adc2b0f Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-04-13[UUI] Update image of components of UUIhekeguang1-1/+1
Update the image version for UUI components. Issue-ID: USECASEUI-566 Change-Id: Id2920cffa95b9a9f00dd73592ff8f6712ba7f234 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-04-01[UUI] Update image of components of UUIhekeguang1-1/+1
Update the image version for UUI components Issue-ID: USECASEUI-549 Change-Id: Ib1189e3871485a927f100d963589b8a642a3b5bb Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2021-03-24[DOC][COMMON] Prepare Honolulu releaseSylvain Desbureaux1-1/+1
Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
2021-01-07[UUI-SERVER] Modify field name and fix postgresql errorhekeguang1-1/+1
1. In UUI-Server, modify sliceProfile field name. 2. In UUI-Server, fix "no transaction is in progress" error. Issue-ID: USECASEUI-524 Change-Id: Ic3670bdd65e46629a8d215effd67e3912fce2619 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-12-09[UUI] Move components to component dirJakub Latusek7-0/+290
Helm 3.4 requires the dependencies in the charts dir to be included in the requirements. Dependencies need to be moved to the components folder Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I32e904297e17263042b42ee51c3e75532b4ad660 Issue-ID: OOM-2562