From: mao xiaojuan Date: Tue, 26 Feb 2019 09:06:13 +0000 (+0800) Subject: Release 1.4.9 X-Git-Tag: submit/trunk/20190927.012743^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F200582%2F1;p=services%2Fjenkins-scripts.git Release 1.4.9 Change-Id: I10a385647375d973c14f6399be508eb80f918632 --- diff --git a/debian/changelog b/debian/changelog index d15d9f8..0938dad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,82 @@ +jenkins-scripts (1.4.9) unstable; urgency=low + * new distribution support: Ubuntu 18.04 + * Change the process of create-snapshot + * requests - Manual trigger based on OBS SR number + * Fix string errors + * [BuildMonitor] Do not process if post_project_id is illegal + * Fixed an update error of the SR Status in PMB + * Fix PMB snapshot undefied issue + * Add a request funtion for the github + * Remove date parse error when updating ABS data + * [ABS] Append more logs + * Fixed failed to make a images(TRBS) + * [ABS] Docker build with configurable meta + * Fix the bug that some jira task in public do not have 'priority' attribute. + * Fix gerrit api issue after upgrade 2.15.6 + * Do not remote_sync to mirror + * Modified to use configuration + * [ABS] Separate script branch + * Do not procced to make a images + * Fix weekly release funtion + * [ABS] Support web app + * Fix the bug that add two sytle tag. + * [RBS] Support multiple shell commands for the same project + * Fix the path and spec + * Retry image create job if networking inside mic-appliance faild. + * [RBS] Handling multiple tools repositories for the same project + * Remove _tpk postfix string in submit job + * [ABS] Fix wrong submitter issue + * Do not change git local user for downstream git sync + * Set PL for SR sync, Git sync + * Fix wrong tools tester project name + * Fix bug that lack of git-buildpackage-common package. + * Retry making release - latest link + * [SR Sync] Add --no-check-certificate for rest get + * Fix the bugs that file path is error. + * Fix code format about pmb scripts. + * Add sending email job and trigger staging test script. + * Fix time format error when H is greater than 24 + * [ABS] Sending email for pre-checking failures + * Add a add package in project manager + * [DTR] Fix to add smoke test result value in DB + * [DTR] Remove un-used variable + * Fix order issue + * Add the public jira info. + * Add dtr_smoke tables and values + * Change variable name & delete table info not use + * Add job for lookup table + * ABS: Update PMB status + * [MCD Git Sync] Set git user to requester + * Add parsing data and db value + * Add last submitter when reporting ABS build error + * Add dtr db writer + * Fix sending struct about info + * Fix bug about job_tool_history_update in pmb. + * Set timeout for mic command + * Add Daily Test Regression's job + * Add pmb scripts for Tools&Services development and test process + * Second-level sort for repa according to OBS project + * Add tempary_test_code to reduce test time - which is basically disabled + * Add/Remove packages from target image using PMB GBS build + * [Tizen.NET] Bug fixed(Type error) + * Modify unbound local error + * [Tizen.NET] Modfiy launching_performance_profile/target query + * [Tizen.NET] Modify launching_performance table + * [Tizen.NET] Change the dotnet value name + * SR aggregate setup only for the same target project + * Update All old_base_project name in Snapshot + * Added profile and target value in dotnet_test + * ABS: Fix infra configuration + * Adding pure git list into git sync noti mail + * ABS: Split Dashboard update from Local and PUBLIC + * Separate mailing list of ABS + * Add new feature + * Fix empty repa auto reject error + * Fix a bug in submit_request_git_sync + * Change the submitters after git_sync + * Adding sync requester email + * ABS: Change rootstrap search option + -- Xiaojuan Mao Fri, 15 Feb 2019 08:00:00 +0900 jenkins-scripts (1.4.8) unstable; urgency=low * Fix install directory for scriptApproval.xml file * Remove the duplicated list of the manifest diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index e826a7b..5bf0b47 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,89 @@ +Release notes for jenkins service 1.4.9 +============================ + +- Release Date: 2019-02-15 + +- BugFixes: + * Fix string errors + * Fixed an update error of the SR Status in PMB + * Fix PMB snapshot undefied issue + * Fixed failed to make a images(TRBS) + * Fix the bug that some jira task in public do not have 'priority' attribute. + * Fix gerrit api issue after upgrade 2.15.6 + * Fix weekly release funtion + * Fix the bug that add two sytle tag. + * Fix the path and spec + * [ABS] Fix wrong submitter issue + * Fix wrong tools tester project name + * Fix bug that lack of git-buildpackage-common package. + * Fix the bugs that file path is error. + * Fix code format about pmb scripts. + * Fix time format error when H is greater than 24 + * Fix order issue + * Fix sending struct about info + * Fix bug about job_tool_history_update in pmb. + * ABS: Fix infra configuration + * Fix empty repa auto reject error + * Fix a bug in submit_request_git_sync +- Features: + * new distribution support: Ubuntu 18.04 + * Change the process of create-snapshot + * requests - Manual trigger based on OBS SR number + * [BuildMonitor] Do not process if post_project_id is illegal + * Add a request funtion for the github + * Remove date parse error when updating ABS data + * [ABS] Append more logs + * [ABS] Docker build with configurable meta + * Do not remote_sync to mirror + * Modified to use configuration + * [ABS] Separate script branch + * Do not procced to make a images + * [ABS] Support web app + * [RBS] Support multiple shell commands for the same project + * Retry image create job if networking inside mic-appliance faild. + * [RBS] Handling multiple tools repositories for the same project + * Remove _tpk postfix string in submit job + * Do not change git local user for downstream git sync + * Set PL for SR sync, Git sync + * Retry making release - latest link + * [SR Sync] Add --no-check-certificate for rest get + * Add sending email job and trigger staging test script. + * [ABS] Sending email for pre-checking failures + * Add a add package in project manager + * [DTR] Fix to add smoke test result value in DB + * [DTR] Remove un-used variable + * Add the public jira info. + * Add dtr_smoke tables and values + * Change variable name & delete table info not use + * Add job for lookup table + * ABS: Update PMB status + * [MCD Git Sync] Set git user to requester + * Add parsing data and db value + * Add last submitter when reporting ABS build error + * Add dtr db writer + * Set timeout for mic command + * Add Daily Test Regression's job + * Add pmb scripts for Tools&Services development and test process + * Second-level sort for repa according to OBS project + * Add tempary_test_code to reduce test time - which is basically disabled + * Add/Remove packages from target image using PMB GBS build + * [Tizen.NET] Bug fixed(Type error) + * Modify unbound local error + * [Tizen.NET] Modfiy launching_performance_profile/target query + * [Tizen.NET] Modify launching_performance table + * [Tizen.NET] Change the dotnet value name + * SR aggregate setup only for the same target project + * Update All old_base_project name in Snapshot + * Added profile and target value in dotnet_test + * Adding pure git list into git sync noti mail + * ABS: Split Dashboard update from Local and PUBLIC + * Separate mailing list of ABS + * Add new feature + * Change the submitters after git_sync + * Adding sync requester email + * ABS: Change rootstrap search option + + Release notes for jenkins service 1.4.8 ============================ diff --git a/packaging/jenkins-scripts.changes b/packaging/jenkins-scripts.changes index ba69cc6..8af49f0 100644 --- a/packaging/jenkins-scripts.changes +++ b/packaging/jenkins-scripts.changes @@ -1,4 +1,84 @@ --------------------------------------------------------------------- +Feb 15 08:00:00 KST 2019 Xiaojuan Mao - 1.4.9 +- new distribution support: Ubuntu 18.04 +- Change the process of create-snapshot +- requests - Manual trigger based on OBS SR number +- Fix string errors +- [BuildMonitor] Do not process if post_project_id is illegal +- Fixed an update error of the SR Status in PMB +- Fix PMB snapshot undefied issue +- Add a request funtion for the github +- Remove date parse error when updating ABS data +- [ABS] Append more logs +- Fixed failed to make a images(TRBS) +- [ABS] Docker build with configurable meta +- Fix the bug that some jira task in public do not have 'priority' attribute. +- Fix gerrit api issue after upgrade 2.15.6 +- Do not remote_sync to mirror +- Modified to use configuration +- [ABS] Separate script branch +- Do not procced to make a images +- Fix weekly release funtion +- [ABS] Support web app +- Fix the bug that add two sytle tag. +- [RBS] Support multiple shell commands for the same project +- Fix the path and spec +- Retry image create job if networking inside mic-appliance faild. +- [RBS] Handling multiple tools repositories for the same project +- Remove _tpk postfix string in submit job +- [ABS] Fix wrong submitter issue +- Do not change git local user for downstream git sync +- Set PL for SR sync, Git sync +- Fix wrong tools tester project name +- Fix bug that lack of git-buildpackage-common package. +- Retry making release - latest link +- [SR Sync] Add --no-check-certificate for rest get +- Fix the bugs that file path is error. +- Fix code format about pmb scripts. +- Add sending email job and trigger staging test script. +- Fix time format error when H is greater than 24 +- [ABS] Sending email for pre-checking failures +- Add a add package in project manager +- [DTR] Fix to add smoke test result value in DB +- [DTR] Remove un-used variable +- Fix order issue +- Add the public jira info. +- Add dtr_smoke tables and values +- Change variable name & delete table info not use +- Add job for lookup table +- ABS: Update PMB status +- [MCD Git Sync] Set git user to requester +- Add parsing data and db value +- Add last submitter when reporting ABS build error +- Add dtr db writer +- Fix sending struct about info +- Fix bug about job_tool_history_update in pmb. +- Set timeout for mic command +- Add Daily Test Regression's job +- Add pmb scripts for Tools&Services development and test process +- Second-level sort for repa according to OBS project +- Add tempary_test_code to reduce test time - which is basically disabled +- Add/Remove packages from target image using PMB GBS build +- [Tizen.NET] Bug fixed(Type error) +- Modify unbound local error +- [Tizen.NET] Modfiy launching_performance_profile/target query +- [Tizen.NET] Modify launching_performance table +- [Tizen.NET] Change the dotnet value name +- SR aggregate setup only for the same target project +- Update All old_base_project name in Snapshot +- Added profile and target value in dotnet_test +- ABS: Fix infra configuration +- Adding pure git list into git sync noti mail +- ABS: Split Dashboard update from Local and PUBLIC +- Separate mailing list of ABS +- Add new feature +- Fix empty repa auto reject error +- Fix a bug in submit_request_git_sync +- Change the submitters after git_sync +- Adding sync requester email +- ABS: Change rootstrap search option + +--------------------------------------------------------------------- May 11 08:00:00 KST 2018 Jiankang Fan - 1.4.8 - Fix install directory for scriptApproval.xml file - Remove the duplicated list of the manifest