From ec9a5fce09e7a67db3545535b0640ef7e4922593 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 30 Jul 2019 12:06:00 +0200 Subject: [PATCH 1/4] Disable Polish language from the UI The translation files have not been updated this release, so they are incomplete. Contributes to issue CURA-6663. --- resources/qml/Preferences/GeneralPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index 1a37e2d9cd..13b386af58 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -158,7 +158,7 @@ UM.PreferencesPage append({ text: "日本語", code: "ja_JP" }) append({ text: "한국어", code: "ko_KR" }) append({ text: "Nederlands", code: "nl_NL" }) - append({ text: "Polski", code: "pl_PL" }) + //Polish is disabled for being incomplete: append({ text: "Polski", code: "pl_PL" }) append({ text: "Português do Brasil", code: "pt_BR" }) append({ text: "Português", code: "pt_PT" }) append({ text: "Русский", code: "ru_RU" }) From bcd18003e9c1fd8b7ae8768cb40937a17d39590a Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 30 Jul 2019 12:53:59 +0200 Subject: [PATCH 2/4] Use group runner --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4a4d0771a..6c5bc61cbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,12 @@ image: registry.gitlab.com/ultimaker/cura/cura-build-environment:centos7 stages: - build -build-and-test: +build and test linux: stage: build + tags: + - cura + - docker + - linux script: - docker/build.sh artifacts: From 78364e0c57ea596c4e277aab2d53a2fd50233e76 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 30 Jul 2019 12:57:01 +0200 Subject: [PATCH 3/4] Fix pytest command --- cmake/CuraTests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CuraTests.cmake b/cmake/CuraTests.cmake index c0762e2b91..b1d3e0ddc4 100644 --- a/cmake/CuraTests.cmake +++ b/cmake/CuraTests.cmake @@ -47,7 +47,7 @@ function(cura_add_test) if (NOT ${test_exists}) add_test( NAME ${_NAME} - COMMAND ${Python3_EXECUTABLE} -m pytest --verbose --full-trace --capture=no --no-print-log --junitxml=${CMAKE_BINARY_DIR}/junit-${_NAME}.xml ${_DIRECTORY} + COMMAND ${Python3_EXECUTABLE} -m pytest --junitxml=${CMAKE_BINARY_DIR}/junit-${_NAME}.xml ${_DIRECTORY} ) set_tests_properties(${_NAME} PROPERTIES ENVIRONMENT LANG=C) set_tests_properties(${_NAME} PROPERTIES ENVIRONMENT "PYTHONPATH=${_PYTHONPATH}") From 5b30b5bfaed788cde7098f27d41d3b42d8e5e957 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 30 Jul 2019 13:14:02 +0200 Subject: [PATCH 4/4] Small improvement for Italian Thanks to Andre(e)a. Contributes to issue CURA-6663. --- resources/i18n/it_IT/fdmprinter.def.json.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index f333da24bd..60adf91c54 100644 --- a/resources/i18n/it_IT/fdmprinter.def.json.po +++ b/resources/i18n/it_IT/fdmprinter.def.json.po @@ -1326,7 +1326,7 @@ msgstr "Nascondi o esponi giunzione" #: fdmprinter.def.json msgctxt "z_seam_corner option z_seam_corner_weighted" msgid "Smart Hiding" -msgstr "Smart Hiding" +msgstr "Occultamento intelligente" #: fdmprinter.def.json msgctxt "z_seam_relative label"