Release 1.4 release-20170206
authorSoonKyu Park <sk7.park@samsung.com>
Sat, 4 Feb 2017 07:26:30 +0000 (16:26 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Sat, 4 Feb 2017 07:26:30 +0000 (16:26 +0900)
Change-Id: I09af85dd820693d036a1dbacd192ae1d3f5f10c9

doc/RELEASE_NOTES
packaging/jenkins-scripts.changes
packaging/jenkins-scripts.spec

index 93d1b30..1a5b5dd 100644 (file)
@@ -1,3 +1,36 @@
+Release notes for jenkins service 1.4
+============================
+
+- Release Date: 2017-02-06
+
+- Bugfixes:
+  * Update build_log_url after buildlogs job is finished
+  * Change directory order from "bp_id/proj_name" to "proj_name/bp_id"
+  * REPA: check permission only if "REPA_CHECK_PERMISSION" is set
+  * fix post-image-creation error
+  * Use PATH_REPO_BASE instead of IMG_SYNC_DEST_BASE
+  * previous repo/arch should not be removed
+  * [BuildMonitor] BUGFIX: wrong snapshot_ur
+  * [BuildMonitor] changed the content of obs_req_comment
+  * transform data string from gerrit
+  * Do not check spec name if only one spec file is there
+  * Exclude unnecessary projects from relaying events and logging
+
+- Features:
+  * Add new jobs and config. for "update-nuget"
+  * Add new jobs and config. for "add_git_tag"
+  * Add new jobs and config. for "repa" for Tizen dashboard
+  * add debian package
+  * Add DB logging for buildlogs
+  * [BuildMonitor] added the trbs build logging part for the public dashboard
+  * A search box is added for simple dependency graph
+  * Profile info is sent additionaly to BUILD_MONITOR
+  * dep_graph_simple.js is added for template_simple
+  * [make_dep_graph] enhance the highlight feature
+  * notify_type is sent via POST data
+  * build_log_url is generated at the BUILD_START event
+
+
 Release notes for jenkins service 1.3
 ============================
 
index b26fe18..d95f6ab 100644 (file)
@@ -1,4 +1,29 @@
 ------------------------------------------------------------------
+Mon 7 08:00:00 KST 2017 SoonKyu Park <sk7.park@samsung.com> - 1.4
+
+- C# Create update-nuget job 
+- update Nuget package to Nuget server
+- job_add_git_tag is added
+- JOB ADDED: repa accept/reject
+- Change directory order from "bp_id/proj_name" to "proj_name/bp_id"
+- Add jenkins-scripts debian
+- Add DB logging for buildlogs
+- [BuildMonitor] added the trbs build logging part for the public dashboard
+- REPA: check permission only if "REPA_CHECK_PERMISSION" is set
+- fix post-image-creation error
+- Use PATH_REPO_BASE instead of IMG_SYNC_DEST_BASE
+- BUGFIX: previous repo/arch should not be removed
+- A search box is added for simple dependency graph
+- Profile info is sent additionaly to BUILD_MONITOR
+- [BuildMonitor] BUGFIX: wrong snapshot_url
+- dep_graph_simple.js is added for template_simple
+- [BuildMonitor] changed the content of obs_req_comment
+- [make_dep_graph] enhance the highlight feature
+- BUGFIX: transform data string from gerrit
+- Do not check spec name if only one spec file is there
+
+
+------------------------------------------------------------------
 Sat 31 09:00:00 KST 2016 SoonKyu Park <sk7.park@samsung.com> - 1.3
 
 - REPO_PUBLISHED event is generated only once when all repos are published
index facb552..3245c26 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 Name:           jenkins-scripts
-Version:        1.3
+Version:        1.4
 %if 0%{?opensuse_bs}
 Release:        1.<CI_CNT>.<B_CNT>
 %else