Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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
|
|
Update the image version for UUI components
Issue-ID: USECASEUI-604
Change-Id: I1aa59d3c8c4d198ecb7d734a2df848e20adc2b0f
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
|
|
Update the image version for UUI components.
Issue-ID: USECASEUI-566
Change-Id: Id2920cffa95b9a9f00dd73592ff8f6712ba7f234
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
|
|
Update the image version for UUI components
Issue-ID: USECASEUI-549
Change-Id: Ib1189e3871485a927f100d963589b8a642a3b5bb
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
|
|
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
|
|
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>
|
|
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
|