From 257d435baf321b1e4ca211b751c811cf4c6e72e5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 23 Sep 2020 12:35:57 +0200 Subject: [PATCH] Update changelog 21-September-2020 - 17:59 CEST (#2976) --- docs/changelog.md | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e8f39b6ba6..1238d4ef83 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,33 +1,39 @@ # Changelog +### 21-September-2020 - 17:59 CEST + +- [fix] Remove duplicated credentials. +- [job] AutomaticMerge: Block if a team member requested changes on any commit. +- [job] AutomaticMerge: Show pull request number on the summary. + ### 21-September-2020 - 10:44 CEST - Updated Conan client to the 1.29.1 version in Windows and Mac agents. ### 17-September-2020 - 17:42 CEST - - [job] Inspect PRs and merge automatically if approved. - - [job] Build single reference. - - [job] Main tapaholes job: Build single references in correct order. - - [feature] Iterate profiles in a given order (adding tests to check). - - [feature] Add new users to EAP automatically only on Mondays. - - [feature] Distribute jobs taking into account resources. - - [feature] Labels 'Error' and 'Unexpected error' are mutually exclusive. - - [bugfix] Every new node offers a clean workspace (shorter paths). - - [bugfix] Upload packages: upload one first, then the rest to avoid missing files issue. - - [bugfix] Fix 'parallelGroup' when there are more workers than tasks. - - [bugfix] Retry if failure setting the BuildStatus property. - - [fix] Use the actual commit from the 'master' branch to compute diffs. - - [fix] Use environment variables to log into Conan repository. +- [job] Inspect PRs and merge automatically if approved. +- [job] Build single reference. +- [job] Main tapaholes job: Build single references in correct order. +- [feature] Iterate profiles in a given order (adding tests to check). +- [feature] Add new users to EAP automatically only on Mondays. +- [feature] Distribute jobs taking into account resources. +- [feature] Labels 'Error' and 'Unexpected error' are mutually exclusive. +- [bugfix] Every new node offers a clean workspace (shorter paths). +- [bugfix] Upload packages: upload one first, then the rest to avoid missing files issue. +- [bugfix] Fix 'parallelGroup' when there are more workers than tasks. +- [bugfix] Retry if failure setting the BuildStatus property. +- [fix] Use the actual commit from the 'master' branch to compute diffs. +- [fix] Use environment variables to log into Conan repository. ### 17-August-2020 - 11:20 CEST - - Raise error if zero packages are generated - - Remove "No beta user" label if corresponding check pass - - [engineering] Unify catchs and simplify slackSend function - - [engineering] Pipeline step to create all packages in stages - - [engineering] Pipeline step to compute and reduce 'packageID' - - [engineering] Simplify 'ComputePackageIDs' command +- Raise error if zero packages are generated +- Remove "No beta user" label if corresponding check pass +- [engineering] Unify catchs and simplify slackSend function +- [engineering] Pipeline step to create all packages in stages +- [engineering] Pipeline step to compute and reduce 'packageID' +- [engineering] Simplify 'ComputePackageIDs' command ### 12-August-2020 - 10:12 CEST