- Feb 06, 2023
-
-
Tim Jaacks authored
-
Tim Jaacks authored
This fixes older releases not appearing in the changelog.
-
- Jan 10, 2023
-
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
Refactor three scripts into one in order to support triggering a new pipeline in the case of a skipped MR pipeline. This was not possible to implement with the previous three-script design. The single scripts were not used in other places anyway.
-
- Jan 09, 2023
-
-
Tim Jaacks authored
The dynamic job was only necessary because GitLab did not expand variables in the "trigger:project" keyword: https://gitlab.com/gitlab-org/gitlab/-/issues/347469 This has been fixed in GitLab 15.3, so we don't need it anymore: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/92346
-
- Jan 03, 2023
-
-
Tim Jaacks authored
-
Tim Jaacks authored
Everytime we push a new commit to a branch, a new pipeline is created. Often the pipeline for the previous commit has not finished yet, and GitLab does not automatically cancel it. It consumes valuable build time, even if we don't need the results anymore. Adding a MR pipeline job to search for previous pipelines on the same branch and cancel them explicitly.
-
Tim Jaacks authored
-
- Dec 21, 2022
-
-
Jonas Höppner authored
For a given project all artifacts may be deleted. This was needed due to space limitations on the gitlab server.
-
- Dec 20, 2022
-
-
Tim Jaacks authored
-
Tim Jaacks authored
Otherwise the parent pipeline is stuck in "running" state until the manual action has been performed. See for reference: https://gitlab.com/gitlab-org/gitlab/-/issues/361574
-
Tim Jaacks authored
-
- Dec 19, 2022
-
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
-
- Dec 12, 2022
-
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
-
- Dec 07, 2022
-
-
Tim Jaacks authored
The script has mostly been copied from alphaplan_fwr.py, but with different input data. Adding a job to the CI-test environment for testing this.
-
Tim Jaacks authored
This script has mostly been copied from alphaplan_fwr.py, but with different input data (artifacts from the SoftwareStore deploy job) and without actually importing the data to the Alphaplan database. Adding a job to the CI-test environment for testing this.
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
Rename all stages to uppercase on this occasion, since we're adding stages with names containing multiple words.
-
Tim Jaacks authored
-
- Dec 02, 2022
-
-
Jonas Höppner authored
-
- Nov 28, 2022
-
-
Tim Jaacks authored
-
Tim Jaacks authored
-
Tim Jaacks authored
isort is a Python utility to sort imports alphabetically, and automatically separated into sections and by type.
-
Tim Jaacks authored
-
Tim Jaacks authored
-
- Nov 22, 2022
-
-
Tim Jaacks authored
-
Tim Jaacks authored
-
- Nov 21, 2022
-
-
Tim Jaacks authored
Instead of copying a packaged release from the SoftwareStore, download artifacts from an actual build job.
-
Tim Jaacks authored
-