From 1a39f229acf2276f97a5553180bbf913055fe82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Fri, 1 Nov 2024 17:58:46 +0100 Subject: [PATCH 1/5] docs(website): Simplify the design of the home page Closes https://gitlab.com/opensavvy/playgrounds/baseline/-/issues/33 --- docs/website/overrides/home.html | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/website/overrides/home.html b/docs/website/overrides/home.html index 682c489..7cfa38e 100644 --- a/docs/website/overrides/home.html +++ b/docs/website/overrides/home.html @@ -5,14 +5,13 @@ #hero-page { width: 59rem; max-width: 100%; - min-height: 75vh; margin-left: auto; margin-right: auto; } #hero-title { font-size: 3.7rem; - margin-top: 30vh; + margin-top: 10vh; margin-bottom: 1rem; font-weight: bolder; } @@ -38,18 +37,17 @@

{{ config.site_description }}

-
- - -
- - - What is it? - - - Visit repository - +

+ View repository + • + Learn more about us + • + Join our Discord + • + Mastodon + • + Bluesky +

-- 2.51.2 From 5bff856b0c7a6d0d79763947a1e4fc98b2365d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Fri, 15 Nov 2024 19:42:32 +0100 Subject: [PATCH 2/5] docs(website): Link to the KotlinLang Slack archives Closes https://gitlab.com/opensavvy/playgrounds/gradle/-/issues/44 --- docs/website/overrides/home.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/website/overrides/home.html b/docs/website/overrides/home.html index 7cfa38e..458e754 100644 --- a/docs/website/overrides/home.html +++ b/docs/website/overrides/home.html @@ -42,6 +42,8 @@ • Learn more about us • + Kotlin Slack + • Join our Discord • Mastodon -- 2.51.2 From c268661f504fdbbacde8640c5b07cd63b1105ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Fri, 15 Nov 2024 19:43:53 +0100 Subject: [PATCH 3/5] ci(gitlab): Qodana is allowed to fail on the main branch If Qodana fails, it's not a major issue. Closes https://gitlab.com/opensavvy/playgrounds/gradle/-/issues/43 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e4a4ef..cf03278 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -339,6 +339,7 @@ qodana[jvm]: - if: $QODANA_TOKEN == null when: never - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH + allow_failure: true - if: $CI_COMMIT_TAG allow_failure: true - when: manual -- 2.51.2 From bdc704af36be60cc0021cfa6c844757d1497d73a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Fri, 15 Nov 2024 19:47:11 +0100 Subject: [PATCH 4/5] ci(gitlab): Wait until the multiplatform artifacts are published before building the iOS artifacts Sometimes, when both run in parallel, they overwrite each other, which fails MavenCentral's signature verification --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf03278..2f71079 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -248,6 +248,7 @@ publish-maven:central[ios]: needs: - os.version - publish-maven:central:initialize + - publish-maven:central stage: deploy script: -- 2.51.2 From 254bef5eeec625c1c54dbcbc2d331e01c19e17fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sun, 17 Nov 2024 13:35:04 +0100 Subject: [PATCH 5/5] upgrade: OpenSavvy Containers 0.6.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46edae5..060d851 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ include: variables: # https://gitlab.com/opensavvy/automation/containers - ci_containers: 0.5.0 + ci_containers: 0.6.0 workflow: rules: -- 2.51.2