)]}' { "log": [ { "commit": "f87603ccd58f64f9b9a287b67a092541cc6dd9f3", "tree": "1cec30be04e5cd86602c5d0891b03be184f9703e", "parents": [ "1ea151053b139252b8490559f09cec2b8c92becf" ], "author": { "name": "Yuta HIGUCHI", "email": "y-higuchi@ak.jp.nec.com", "time": "Fri Sep 01 09:46:19 2017 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Wed Sep 13 16:57:39 2017 +0000" }, "message": "Fix error in upstart script\n\nChange-Id: I8e28bbcd4c9fe4f07feadc3293abd225c5365a57\n" }, { "commit": "d22c991c6a7a8126d567d5c4a29cdf55251f6dcc", "tree": "761ebd344fb443a22acdb71d1da6c5db6e889fa4", "parents": [ "287b4ae810ab3073e2c6e617f4e751758609dde9" ], "author": { "name": "Bob Lantz", "email": "lantz@onlab.us", "time": "Thu Dec 15 14:26:18 2016 -0800" }, "committer": { "name": "Jonathan Hart", "email": "jono@onlab.us", "time": "Thu Jan 19 23:38:10 2017 +0000" }, "message": "Improvements for init.d, upstart, and systemd-based systems\n\n1. Change ownership of /onos/apps\n\nonos-service needs write access to onos/apps/foo in order to activate\nan app. This also means that ONOS itself could also activate/deactivate,\nmodify, or reinstall apps, which seems a bit dodgy but is probably\nintended.\n\n2. Fix sudo command line\n\nThe -b option was in the wrong place, breaking sudo on systems where\nwe use sudo to start onos (e.g. older debian or centos.)\n\n3. Redirect stderr of \u0027type daemon\u0027 command\n\nWe want to detect whether the \u0027daemon\u0027 function/script is available\nin init.d enviroments that support it, and we do so using the type\ncommand. Previously we didn\u0027t redirect stderr, so this resulted\nin a confusing error message being sent to stderr of whoever is\ninvoking the script.\n\n4. onos.conf has changed to be more consistent with onos.initd\n\nPreviously onos.conf ignored $ONOS_GROUP and had a slightly different\nstructure.\n\n5. onos.service has been added for systemd-based systems\n\nThis initial version of onos.service calls /etc/init.d/onos to start\nand stop ONOS. In the future we may be able to call onos-service\ndirectly, but we will need to make sure that permissions are set up\ncorrectly so that onos-service can activate apps and so that ONOS\nitself can write its log files.\n\n6. A README has been added\n\n7. Update the onos-install and onos-uninstall scripts\n\nRelated Jira issue: ONOS-5550\n\nChange-Id: Ie72775f1d0a4082af9c5ea9b13999c427c15ffe0\n" }, { "commit": "0b8466b0b7a87cafbda9fd094c6292f21819d93f", "tree": "9b18a101e588b1b6b98b531f721088094ccb84f2", "parents": [ "695f5d046d47d47a88417ac81871207f8f68d696" ], "author": { "name": "Bob Lantz", "email": "rlantz@cs.stanford.edu", "time": "Fri Apr 15 15:39:51 2016 -0700" }, "committer": { "name": "Gerrit Code Review", "email": "gerrit@onlab.us", "time": "Fri Apr 15 22:50:23 2016 +0000" }, "message": "Don\u0027t spam the linux console with \u0027logging in as karaf\u0027 messages\n\nFixes ONOS-4337\n\nChange-Id: I1cd4b63706e5758a4f818f23904ebfd39d1d972b\n" }, { "commit": "115991625f8616edf0ee616cb4958a90f3397f40", "tree": "5f9aacfca84d40f42d131b98610c1e9bf2779a52", "parents": [ "2c0ae12dd6f81aded976d1a5e7b9165c97efea78" ], "author": { "name": "Jian Li", "email": "pyguni@gmail.com", "time": "Fri Jan 15 15:46:16 2016 -0800" }, "committer": { "name": "Gerrit Code Review", "email": "gerrit@onlab.us", "time": "Wed Jan 20 22:11:10 2016 +0000" }, "message": "Bump up Karaf to 3.0.5\n\nThis commit bumps up karaf to 3.0.5.\nThis commit also bumps up the jetty to 8.1.18.v20150929.\n\nChange-Id: I52849c38b535205db8c4e00e799b332f63b7e3f2\n" }, { "commit": "8a0c20ea6f5f4e82f2701f4cbb508b9b855576b6", "tree": "94d7b4b2d474dff9fcbe9629faa0546fa1c8313d", "parents": [ "c045c4acd70664711ea96c7d91b8d39c0c1f5a32" ], "author": { "name": "Brian O\u0027Connor", "email": "bocon@onlab.us", "time": "Wed Sep 16 22:54:24 2015 -0700" }, "committer": { "name": "Brian O\u0027Connor", "email": "bocon@onlab.us", "time": "Fri Sep 18 14:54:42 2015 -0700" }, "message": "Updating onos-package for debian packaging\n\nChange-Id: Icc3899b3a35ba0a02a97f5eddebfbe51ff6c1638\n" }, { "commit": "6f1c567f2499e0745c7bf421259b359345e84a33", "tree": "bf8e0ef0368c2b99578985fb9a85b83e52792a34", "parents": [ "e0827773da001add15f1ed8095007637003bfa53" ], "author": { "name": "Brian O\u0027Connor", "email": "bocon@onlab.us", "time": "Wed Sep 16 17:41:25 2015 -0700" }, "committer": { "name": "Brian O\u0027Connor", "email": "bocon@onlab.us", "time": "Fri Sep 18 14:54:42 2015 -0700" }, "message": "ONOS-2896 Updating onos.conf for onos-package\n\nAdding pre-start script to ensure that /opt/onos/{var,config,log} are present, and\ncreate them if they are missing\n\nAlso, prefill the user and options if /opt/onos/options is missing\n\nChange-Id: Iae0ed182435669d2247c46929e3df5a18dd0aac5\n" }, { "commit": "0eed29e0b5a8dd2886096bf7b97cbf686cedb7d8", "tree": "ebe4120ee17e4fe721091984b744910810c9f92c", "parents": [ "0bff430338079412a742d40afb1cbb4c1d24b741" ], "author": { "name": "Brian O\u0027Connor", "email": "bocon@onlab.us", "time": "Wed Sep 16 11:38:33 2015 -0700" }, "committer": { "name": "Brian O\u0027Connor", "email": "bocon@onlab.us", "time": "Thu Sep 17 00:53:04 2015 +0000" }, "message": "ONOS-2894 Renaming tools/package/debian to tools/package/init\n\nChange-Id: I66748d3033f4adb6d1052772776b6b3e5814bf91\n(cherry picked from commit 27dbb18d2ddbfa8c3bfcff45ca3a8abadecd2dd1)\n" }, { "commit": "74bcd92c75961a2820a2f5231b573f55af563058", "tree": "ed3a86fc2c61c63b71681e7c32ac35141aa53bcd", "parents": [ "a98bf9395ec5e2a193daa966b914a86f8f5ab11c" ], "author": { "name": "Thomas Vachuska", "email": "tom@onlab.us", "time": "Tue Jun 02 13:08:57 2015 -0700" }, "committer": { "name": "Gerrit Code Review", "email": "gerrit@onlab.us", "time": "Tue Jun 02 20:17:57 2015 +0000" }, "message": "Added STC shutdown scenario.\n\nChange-Id: I48b882c872f69fdd84fe2fd057163e68ffb58012\n" }, { "commit": "0a4fa795dfc7c2097e8a317d16289f3a16127c9c", "tree": "e4744c703c86a288dfdba67e92ed1688c82f315d", "parents": [ "64c1ed1f72827c9b76b0192f2f6de54e602ee6ad" ], "author": { "name": "Charles M.C. Chan", "email": "rascov@gmail.com", "time": "Thu Dec 11 18:50:08 2014 +0800" }, "committer": { "name": "Charles M.C. Chan", "email": "rascov@gmail.com", "time": "Thu Dec 11 18:51:09 2014 +0800" }, "message": "ONOS-470: Allow ONOS service to be run with customized username\n\nChange-Id: I643b61842577f68c33bee6383638647615528da4\n" }, { "commit": "9edca309507e8259df6b5c76445cec1b269c6728", "tree": "66254cb461bb87abd06df79514d6e27a685e6c12", "parents": [ "b82f6904e5cff5486d510e1b6bf6fa84e34f2d31" ], "author": { "name": "Thomas Vachuska", "email": "tom@onlab.us", "time": "Sat Nov 22 17:06:42 2014 -0800" }, "committer": { "name": "Thomas Vachuska", "email": "tom@onlab.us", "time": "Sat Nov 22 17:06:42 2014 -0800" }, "message": "ONOS-303 Added ability to add mult-source intent from GUI.\nFixed treatment of selection \u0026 hover modes.\n\nChange-Id: Idf47b6a15b56ea96b9edaeeb034fad0f205af6e3\n" }, { "commit": "f2548cbac2ba8abedecc44db563e473a369aae8f", "tree": "5b3762521a2656b4e7b9433a096a1bfb7957e95d", "parents": [ "195cb389fd22e8ed44cb9a2dba751a143c9d10ca" ], "author": { "name": "Yuta HIGUCHI", "email": "y-higuchi@onlab.us", "time": "Mon Nov 03 18:02:25 2014 -0800" }, "committer": { "name": "Yuta HIGUCHI", "email": "y-higuchi@onlab.us", "time": "Mon Nov 03 18:25:11 2014 -0800" }, "message": "switch to Java 8\n\nChange-Id: Iaf2b47ce7cfad7fcd5b57c8ec79e0d3e6e66ca73\n" }, { "commit": "4b420774185521b995793fb158811aee95d166d0", "tree": "69c2e62eea7561e66b4fcb385e88e9fe1ff0debd", "parents": [ "50c7bb71669389f6562637cc2fc41d62698af87d" ], "author": { "name": "Thomas Vachuska", "email": "tom@onlab.us", "time": "Thu Oct 30 16:46:17 2014 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@onlab.us", "time": "Thu Oct 30 16:46:17 2014 -0700" }, "message": "Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8.\n" }, { "commit": "defed6ff305f15a4420cf44516e81e2f5bc7150c", "tree": "9b09d4a106fbb2b013f707c52528510ee98b5fdd", "parents": [ "9710fb4c65e66c0ecba97215528aa124fd7bae57" ], "author": { "name": "tom", "email": "tom@onlab.us", "time": "Mon Sep 29 11:37:02 2014 -0700" }, "committer": { "name": "tom", "email": "tom@onlab.us", "time": "Mon Sep 29 11:37:02 2014 -0700" }, "message": "Fixing test scripts and removing SLP bundle from features for now.\n" }, { "commit": "b41d1aca5ada516b1ff828cb0e713d1d036f696c", "tree": "dd16696f6d99754d0517ec3e6cd1a69dfc956495", "parents": [ "357bb47ddee60d8a98f3625863d4fbb9a676ed38" ], "author": { "name": "tom", "email": "tom@onlab.us", "time": "Wed Sep 24 01:51:24 2014 -0700" }, "committer": { "name": "tom", "email": "tom@onlab.us", "time": "Wed Sep 24 01:51:24 2014 -0700" }, "message": "Added graceful shutdown for upstart service.\nReworked slightly the mastership \u0026 device managers and stores to make it work (sort-of) in the distributed env.\n" }, { "commit": "1a2908c8dd2398400121592a1f8e9a2e23f36914", "tree": "6451249cda2f6c9fd9324c0971ee6c7e6767cb4c", "parents": [ "87fbbadeb61ec270300bfc260c650101a292879e" ], "author": { "name": "tom", "email": "tom@onlab.us", "time": "Tue Sep 23 16:37:39 2014 -0700" }, "committer": { "name": "tom", "email": "tom@onlab.us", "time": "Tue Sep 23 16:37:39 2014 -0700" }, "message": "Enhanced a number of the test scripts and replaced hazelcast.xml with a mildly augmented version of the 3.3 one.\n" }, { "commit": "0eaa97f35b9d27e93425702c9166fe60e712edab", "tree": "66bb2a36395c6a07ae04c76bb1575fab1fb18605", "parents": [ "66a7eb220daedca4be3b63adedac3f6ca15fa551" ], "author": { "name": "tom", "email": "tom@onlab.us", "time": "Mon Sep 22 16:13:06 2014 -0700" }, "committer": { "name": "tom", "email": "tom@onlab.us", "time": "Mon Sep 22 16:13:06 2014 -0700" }, "message": "Fixing remote install; now starting as upstart daemon.\n" } ] }