All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.0-rc.1 - 2023-09-19
- Function
check_x
to check and set executable flag. - New function
get_artifacts_url
to generate links to logs. - Update links with project ID during distribution in README files.
- User script support
{pre,post}-{collect,distribute}
. - New variable
CHANGED_FILES
available forevaluate
andexecute
scripts. - New default execute file for Java
execute_java
.
- Rename
badge_generate
function togenerate_badge
. - Function
warning
simplified, returns zero status code. - User script execution moved to a separate
function process_user_scripts
. - Run IO tests and generate badges simplified and moved to a separate function
io_tests
. - Run Java JUnit tests and generate badges simplified and moved to a separate function
java_junit_tests
. - Run Java code style and generate badges simplified and moved to a separate function
java_code_style
. - Execute file for shell
execute_shell
simplified.
- Remove commands
academy collect
andacademy measure
. - Function
check_lang
was removed.
0.5.7 - 2023-12-07
- Always create submit token.
0.5.6 - 2023-12-07
- Explain access denied error message in submit job.
0.5.5 - 2023-10-06
- Remove distribute NAMESPACE format check.
0.5.4 - 2023-09-21
- Submit job commits .results by mistake.
0.5.3 - 2023-09-21
- Submit job is failing.
0.5.2 - 2023-08-06
- Academy execute job has wrong conditions.
0.5.1 - 2023-05-10
- Switching academy version in gitlab-ci include causes ci error.
- Distribute not working due to invalid variable.
- Add --force-merge param to distribute.
0.5.0 - 2023-05-02
Stable release based on 0.5.0-rc.1.
0.5.0-rc.1 - 2023-05-02
- Extened generate_badge function adding file, link and title params
0.4.0 - 2023-03-05
- Change default prefix to project_name+ instead of project_name-
- Separate iotests to self-standing file
0.3.0 - 2022-09-22
0.2.0 - 2022-08-31
0.1.0 - 2022-06-06
- Generate badges.txt artifact with all badges text representation
- Create generated.txt file with timestamp
- Set name of distributed project as
original_project_name user_name