From dc42457e8164eca2df82e5e8ab4f55c6cb3cde44 Mon Sep 17 00:00:00 2001 From: Alexey Snigir Date: Wed, 27 Sep 2023 12:33:00 +0200 Subject: [PATCH 1/3] added tag ci params --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 433cb7ff5..1c3fa2d0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: --url "$QA_PIPELINE_URL" \ --header "Circle-Token: $CIRCLECI_API_KEY" \ --header "content-type: application/json" \ - --data '{"branch":"<< pipeline.git.branch >>", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"<< pipeline.git.branch >>", "vizro_branch": "<< pipeline.git.branch >>"}}' \ + --data '{"branch":"<< pipeline.git.branch >>", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"<< pipeline.git.branch >>", "vizro_branch": "<< pipeline.git.branch >>", "tag": "<< pipeline.git.tag >>"}}' \ | jq -r '.id' ) echo "my created pipeline" @@ -23,7 +23,7 @@ jobs: --url "$QA_PIPELINE_URL" \ --header "Circle-Token: $CIRCLECI_API_KEY" \ --header "content-type: application/json" \ - --data '{"branch":"main", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"main", "vizro_branch": "<< pipeline.git.branch >>"}}' \ + --data '{"branch":"main", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"main", "vizro_branch": "<< pipeline.git.branch >>", "tag": "<< pipeline.git.tag >>"}}' \ | jq -r '.id' ) fi From 209fa965e1c2df26b7925ec41de6c30c301bec34 Mon Sep 17 00:00:00 2001 From: Alexey Snigir Date: Wed, 27 Sep 2023 12:59:14 +0200 Subject: [PATCH 2/3] changelog --- ...0927_125829_alexey_snigir_release_tests.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 vizro-core/changelog.d/20230927_125829_alexey_snigir_release_tests.md diff --git a/vizro-core/changelog.d/20230927_125829_alexey_snigir_release_tests.md b/vizro-core/changelog.d/20230927_125829_alexey_snigir_release_tests.md new file mode 100644 index 000000000..d57e34cc2 --- /dev/null +++ b/vizro-core/changelog.d/20230927_125829_alexey_snigir_release_tests.md @@ -0,0 +1,42 @@ + + + + + + + + From 39bbc402092bec520095ed2500f4141c190e5583 Mon Sep 17 00:00:00 2001 From: Alexey Snigir Date: Wed, 27 Sep 2023 17:02:49 +0200 Subject: [PATCH 3/3] changed Anna github url in the docs --- vizro-core/docs/pages/development/authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/docs/pages/development/authors.md b/vizro-core/docs/pages/development/authors.md index 5af936c38..63101551f 100644 --- a/vizro-core/docs/pages/development/authors.md +++ b/vizro-core/docs/pages/development/authors.md @@ -2,7 +2,7 @@ [Chiara Pullem](https://github.com/chiara-sophie), [Antony Milne](https://github.com/antonymilne), -[Anna Xiong](https://github.com/AnnaXiongQB), +[Anna Xiong](https://github.com/Anna-Xiong), [Lingyi Zhang](https://github.com/lingyielia), [Nadija Graca](https://github.com/nadijagraca), [Petar Pejovic](https://github.com/petar-qb)