)]}' { "log": [ { "commit": "1fd17c6c40574cb02093489337e9f468dd05d020", "tree": "a353aafd124958a4a26dc42b0c077751fd3711dd", "parents": [ "f9fc034be4702949cf739a7e0955a25a2f9ed21d" ], "author": { "name": "Daniele Moro", "email": "daniele@opennetworking.org", "time": "Wed Mar 11 09:33:50 2020 -0700" }, "committer": { "name": "Andrea Campanella", "email": "andrea@opennetworking.org", "time": "Mon Mar 23 08:39:42 2020 +0000" }, "message": "Add Kafka-Clients bundle to onos-thirdparty-base feature\n\nTo ship ONOS log to a Kafka bus, the kafka-clients bundle\nis needed. We need a Karaf feature that explicitely includes this bundle,\notherwise if other features or ONOS apps include it the bundle could be\nunloaded during de-activation of the apps/features.\n\nChange-Id: Ib05974c08ae13e7f85e6d8c22d8fe6f08ae4f64b\n" }, { "commit": "b9536696f60b36feae70dbfeeeb580766836f9b2", "tree": "e04f4a01bc92fd637a157412e6c24c0301062ca0", "parents": [ "f3f6a8de7963f630f60e3a051aac3f08b290bd81" ], "author": { "name": "Carmelo Cascone", "email": "carmelo@opennetworking.org", "time": "Tue May 28 18:15:23 2019 -0700" }, "committer": { "name": "Carmelo Cascone", "email": "carmelo@opennetworking.org", "time": "Thu May 30 18:11:06 2019 +0000" }, "message": "First attempt at supporting builds with Java 11\n\nIncludes:\n- Bump protobuf to 3.8.0 and grpc-java to 1.21.0 (along with transitive\n dependencies such as Netty)\n- Add jaxb_api at compile time when needed (removed in JDK 11)\n- Bump Bnd to 4.1 (adds support for Java 11)\n\nTo build with JDK 11, uncomment lines in .bazelrc.\nTested with Bazel 0.26.0.\n\nChange-Id: Ib8e0c7310eacf97328762606e57c01e4834e5565\n" }, { "commit": "ab87b9dc7704742fa3b2e00184b5f778f5722e45", "tree": "ec67427759ab986ac8faa7b0dcefbc28ef111c66", "parents": [ "28884334ee7f1a429c84f5835af2a874e8fd673e" ], "author": { "name": "Maciej Skala", "email": "m.skala@samsung.com", "time": "Fri Mar 22 10:08:46 2019 +0100" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Tue Mar 26 16:33:52 2019 +0000" }, "message": "Remove GUI(2) features from BUILD as no longer exist\n\nChange-Id: Idfbd62d5e593b7eed3c4c44161fbc0d162c72e05\n" }, { "commit": "c69438361a7577be014ee186a162250cb4e49124", "tree": "aa8cf3ac5ad5297c0041daec845fb6011b511be2", "parents": [ "c535b6756680cd7b1fa271a72fadefaa1815aa69" ], "author": { "name": "Brian O\u0027Connor", "email": "bocon@opennetworking.org", "time": "Wed Dec 12 17:27:11 2018 -0800" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Tue Feb 26 17:50:57 2019 +0000" }, "message": "Adding support for TLS connections for gRPC clients\n\nThis patch uses BoringSSL to negotiate TLS sessions under the hood.\n\nChange-Id: I1495479ff33654f9cffe04d61f293c3e923b8aeb\n" }, { "commit": "11ce9305576a1ec0f6cf15ddfd8c0be81e7e3f24", "tree": "8ebb74daea7d64f7ab352e3fffa4161fc1966377", "parents": [ "7c82bcf4a76d5a32c8a83b4d99406ef73676a25d" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Thu Feb 07 14:41:17 2019 -0800" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Sat Feb 09 20:24:12 2019 +0000" }, "message": "Fix a few more app startup/shutdown problems\n\nChange-Id: Ideb48a1e845ae345306fa10ec55499c471566ce7\n" }, { "commit": "0f8b7bea7458e8f94974333ca9974eabc7d5322c", "tree": "d6abd19bb0de3bd592327e84f0f486744f99df99", "parents": [ "bb66e09d602003cf9b3febffd7828c0d25083923" ], "author": { "name": "Carmelo Cascone", "email": "carmelo@opennetworking.org", "time": "Tue Jan 29 16:10:57 2019 -0800" }, "committer": { "name": "Carmelo Cascone", "email": "carmelo@opennetworking.org", "time": "Tue Jan 29 16:11:08 2019 -0800" }, "message": "Fix build of protobuf-related components to support Bazel 0.22\n\n- Bumped version of protobuf to 3.6.1.3 (includes fix for Bazel 0.22)\n- Removed all protobuf and grpc dependencies from deps.json. Instead,\n depends solely on what\u0027s provided by the external grpc and protobuf\n workspaces.\n- Use OSGi-wrapped protobuf and grpc JARs built with Bazel for runtime\n- Add missing netty-related bundles to onos-thirdparty-base (required\nby grpc)\n\nNote, build with Bazel 0.22 is still broken because of\nosgi_java_library.bzl, unless the following build arg is used:\nbuild --incompatible_string_is_not_iterable\u003dfalse\n\nIt seems the error is caused by dead code in osgi_java_library.bzl\nthat should be removed.\n\nChange-Id: I749f1de25902bf9df5242444380f7224bc99b4b5\n" }, { "commit": "fb503a7416e7d33c99a94f42698d733cd6e6ec8e", "tree": "bc2e5828bac586c40bf930e97c45084cc0c0c2e7", "parents": [ "82ccf068808922e647cc874901203e41dadadbd4" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Dec 19 14:03:17 2018 -0800" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Wed Dec 19 23:32:48 2018 +0000" }, "message": "Revert \"Re-enabled TLS netty\"\n\nThis reverts commit 1a37866929ca05acba71cdadad87dd563b6064dd.\n\nChange-Id: I04cdfe02f70b608b1951c4dee38cb4e345f198d5\n" }, { "commit": "1a37866929ca05acba71cdadad87dd563b6064dd", "tree": "d7fecbc5ac86c1ba6019d7802885af0a1a7b2428", "parents": [ "c6fe1eab6c47de808c5e7cb046ae7b326de23617" ], "author": { "name": "Brian O\u0027Connor", "email": "bocon@opennetworking.org", "time": "Wed Dec 12 17:27:11 2018 -0800" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Mon Dec 17 16:15:49 2018 -0800" }, "message": "Re-enabled TLS netty\n\ncreated netty specific feature separate from third-party-base\nrefactored boot features to ensure proper boot sequence for netty, sshd, and core-net\nmoved http codec to netty feature\n\nChange-Id: Ie6e0ce14fba71603086b7cfe62e1c90a77fd18f2\nCo-authored-by: Ray Milkey \u003cray@opennetworking.org\u003e\n" }, { "commit": "fa066ed2b0d9814c6bae91c65a017bbccd11ba56", "tree": "1c635cf8a253217e91874cb20ef6ac496375d9f1", "parents": [ "fdd04b879ad7a8b4a15323e33a7586b4a66e7435" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Fri Dec 14 21:53:12 2018 +0000" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Fri Dec 14 22:39:18 2018 +0000" }, "message": "Revert \"Adding support for TLS connections for gRPC clients\"\n\nThis reverts commit 47a3aa697049bf53e8dd4cb76cf9ca262762a175.\n\nChange-Id: I457594c3f423f276b9c49dbbaf068284a36ba9f1\n" }, { "commit": "47a3aa697049bf53e8dd4cb76cf9ca262762a175", "tree": "6311d19989eced61164dfb4befeabba2c35df083", "parents": [ "973d11e81cfbc29e14d954c7b39b34fd8e0e15ef" ], "author": { "name": "Brian O\u0027Connor", "email": "bocon@opennetworking.org", "time": "Wed Dec 12 17:27:11 2018 -0800" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Fri Dec 14 03:41:04 2018 +0000" }, "message": "Adding support for TLS connections for gRPC clients\n\nThis patch uses BoringSSL to negotiate TLS sessions under the hood.\n\nChange-Id: I45b6871eb341bd67a230035a930f6a016d105e97\n" }, { "commit": "4663da35a3892fb74788371f52466790ab70b5e9", "tree": "885180e9a027eeb48248fa21fc6229e33e12e359", "parents": [ "435ec7bd7435f95418b40d20391cc9d89b1c70bf" ], "author": { "name": "Ramon Casellas", "email": "ramon.casellas@cttc.es", "time": "Mon Nov 12 15:44:20 2018 +0100" }, "committer": { "name": "Andrea Campanella", "email": "andrea@opennetworking.org", "time": "Thu Nov 15 13:47:20 2018 +0000" }, "message": "Added commons_jxpath as bundle of osgi_feature.\nUsed in ODTN drivers\n\nChange-Id: If53dbc19f07ad065a6d99357d8b39af5973467be\n" }, { "commit": "52f2cd152040a8e39127de0acb6791e51997ea52", "tree": "dff1e6eddc9314f842231f4610e7cfc51665bd17", "parents": [ "0edf0b1df77da7abbd81fe99bbba6c5941ca2354" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Thu Nov 08 21:20:04 2018 -0800" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Nov 13 22:14:50 2018 +0000" }, "message": "Detangling incubator: virtual nets, tunnels, resource labels, oh my\n\n- virtual networking moved to /apps/virtual; with CLI \u0026 REST API\n- tunnels and labels moved to /apps/tunnel; with CLI \u0026 REST API; UI disabled for now\n- protobuf/models moved to /core/protobuf/models\n- defunct grpc/rpc registry stuff left under /graveyard\n- compile dependencies on /incubator moved to respective modules for compilation\n- run-time dependencies will need to be re-tested for dependent apps\n\n- /graveyard will be removed in not-too-distant future\n\nChange-Id: I0a0b995c635487edcf95a352f50dd162186b0b39\n" }, { "commit": "0faa721e80ae0868e62529e535b1613563475ebd", "tree": "764f5d3c91e4c562d4b7be4758775a698d6c4005", "parents": [ "c29f9077cfb84a7dc33ac53c2e7bb49ba256532f" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Nov 07 09:13:41 2018 -0800" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Nov 07 19:04:54 2018 +0000" }, "message": "Fix openstack app ignition problems\n\nChange-Id: Ide8411ac1cc857cfd48e0ff7757231b99a53878a\n" }, { "commit": "5a520c7e164689e754de8e71d71317983a684ee2", "tree": "37d84b210a23be6ac9adafa48d69ddda2850371e", "parents": [ "68032db27734cce5273d0679656e5242f70f2656" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Thu Nov 01 10:35:06 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Thu Nov 01 20:39:30 2018 +0000" }, "message": "Move modules.bzl from root down into the bazel tools directory\n\nChange-Id: I6ccaa07e88914537d07dea63b36ee243b152b41a\n" }, { "commit": "d0d7ea101e0451c453f497f880afe519729ec920", "tree": "b8f61101475f6dab965b8d56f446021674a7a5c3", "parents": [ "8753edebaa03184fda6a630d993da6eb6766539d" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Wed Oct 10 10:27:04 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Mon Oct 15 19:13:28 2018 -0700" }, "message": "Updating web socket stuff to for Karaf 4.2.1 migration.\n\nChange-Id: Ie4a354e4c28461bbaffc6f33d1dfa95bc7514a2b\n" }, { "commit": "2fd325f73a786ba690b6124e3580c500f48bc63b", "tree": "6355e77087bfa2d9aa792a7645575df041624054", "parents": [ "36f1df9c8da9e94de63c7ee5f3df983013786784" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Mon Oct 01 13:21:23 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Mon Oct 01 13:21:23 2018 -0700" }, "message": "Minor clean-up of the 4.2.1 migration.\n\n- eliminated annotations in a few remaining abstract component classes\n- cleaned up gui/gui2 feature bundle lists\n- added version to the karaf features patch\n- loading onos-rest by default in karaf features patch\n- onos-gui loading still WIP\n\nChange-Id: Ie5a74c0daee939a9d2de30e1737e4f88dd2ae478\n" }, { "commit": "d84f89ba3d18fb8e9c44fa0bab004d24c56b0a81", "tree": "687aacc51f41941321d07f3a4ded68b68d7d813d", "parents": [ "10216e4129e46816826c7288287230d3236de03a" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Fri Aug 17 14:54:17 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Fri Sep 28 11:20:57 2018 -0700" }, "message": "[WIP] Upgrade ONOS to karaf version 4.2.1\n\nChange-Id: I7cd40c995bdf1c80f94b1895fb3344e32404c7fa\n" }, { "commit": "f6af2a508c2617e2ec84409c68515a1747265ee9", "tree": "1909062f8d30a91b1acec98eb6642d0af1e5110a", "parents": [ "678767f36d933c0e9818819c5e463e0ae1175298" ], "author": { "name": "Sean Condon", "email": "sean.condon@microsemi.com", "time": "Sun Aug 19 10:43:24 2018 +0100" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Aug 28 16:12:10 2018 +0000" }, "message": "Adding GUI2 to the Bazel build system\n\nChange-Id: Ieb39ade1a8713a50fdf885e2bb43f53f8f725ea8\n" }, { "commit": "a01809a018afa6ebd277a4abd134086fdc784ad3", "tree": "bf778d88a6e3ab40f2e94157e07c01500e01fa42", "parents": [ "74d28d8f7cfe6df535725f374bbdaca4db81ecfd" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Thu Aug 09 09:20:06 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Thu Aug 09 22:55:06 2018 +0000" }, "message": "bazel file formatting\n\nChange-Id: Ib19ee630e383250b0e0ba43e6d864ff727069fab\n" }, { "commit": "72893b775523f8691c4d89963d1d4bdf54273e40", "tree": "5516bdac4f705304fc88e65046ef81dad1735045", "parents": [ "dda5ee77527972593077df90f50987e1d98001e9" ], "author": { "name": "Carmelo Cascone", "email": "carmelo@opennetworking.org", "time": "Thu Aug 09 00:59:06 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Thu Aug 09 20:33:39 2018 +0000" }, "message": "[WIP] Attempt at building grpc and p4runtime protocols with Bazel\n\nSTILL NOT WORKING AT RUNTIME\n\nChange-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35\n" }, { "commit": "0edb2c6a0ff15b782824d844e603ba63274d3e59", "tree": "6ee2c70f5fc43a2e8d2563ca84340734ce1cef8c", "parents": [ "a620b71e310954532a174c63ecb3bdb11097e98b" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Aug 07 14:53:29 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Aug 07 14:53:29 2018 -0700" }, "message": "Adding onos-security feature to the Bazel build.\n\nChange-Id: Ib7b94739df054b6663d49b6913f64b5a3c2079da\n" }, { "commit": "644fdbf65b511e324540b4772b48644dba88698a", "tree": "d7e9b924f06bef9aa86fbb0e2b8a666e4638dedd", "parents": [ "28d77f3fc246d08a57129d3ee4978bdc078583e7" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Fri Jul 27 15:24:31 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Fri Jul 27 23:18:23 2018 +0000" }, "message": "bazel implementation of the bucklet for ATOMIX primitives\n\nChange-Id: I0db54c031856d55cefe0fa8ab67237ed5a787595\n" }, { "commit": "6d94e9f260d9752fbced57cd1d95e0f8e7848f42", "tree": "ecbefd64de74918db81bb7fb0a0c9d86cc90d744", "parents": [ "c8b591ea1bef75289c09604c9df49f68d633962c" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Sun Jul 15 18:04:26 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Sun Jul 15 18:04:26 2018 -0700" }, "message": "Reformat some BUILD files according to the buildifier guidelines\n\nChange-Id: I8aa599f89fc14296275193475e50eb8f27b4bf0a\n" }, { "commit": "a4f8d9d9140d9a0ebe7cc241f346a9fa8a7ceae6", "tree": "4c7f95fcfe9d26729dc40d3fcc7dea2d64f8a923", "parents": [ "6b3775ada615de3e8c97980f993b13c8ea59d053" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Jul 11 10:36:23 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Jul 11 10:41:31 2018 -0700" }, "message": "Fix some test dependencies and pretty format all BUILD files\n\nChange-Id: I300e236c15491f8724f1e493e2414388217f2174\n" }, { "commit": "6b3775ada615de3e8c97980f993b13c8ea59d053", "tree": "010c868f05fed3c95784f4183f7a5b4813cb2436", "parents": [ "970b964b4187ebdc7cec09c03b93200f62229182" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Thu Jun 28 11:18:44 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Jul 11 09:35:13 2018 -0700" }, "message": "Bazel build of ONOS GUI package\n\nChange-Id: Id5f9931c38f82afcdcefc49171dd79f2f5bdad14\n" }, { "commit": "03c608ccfedf36f8c57a8aa69f64f9e520ed2c62", "tree": "f6f415a24d1e31010aec1e9fe184fd6538b625e0", "parents": [ "7d649b581e985431e310f00108ad105c9704f9b7" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Jul 10 16:45:08 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Jul 10 16:45:08 2018 -0700" }, "message": "Adding more features to Bazel built package\n\nChange-Id: I6ad1b7fddbac9c6d35f38a8adbcb7aa830a26bb1\n" }, { "commit": "2f380c74d3910232a6f2b70f2ad7e05cfeeff3bb", "tree": "e8fb9ddea1b1f23559f7ec0a58a4aec3b58eeefe", "parents": [ "f6911bde9b53b15ba6d6f51526fadafe8dde3c7d" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Tue Jul 10 09:28:32 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Tue Jul 10 09:28:32 2018 -0700" }, "message": "Pretty formatting of bazel files\n\nChange-Id: Ieaf9b3e92b1dab57394c4e18f1e70048c873b685\n" }, { "commit": "1ae26c6c2812ce247f608c0aa782015b361ffd76", "tree": "31242591dc85e9c7ac5274d08d46397bcecdacf6", "parents": [ "63192b0912583d5a71b0f9038243e3e2cc2f6239" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Mon Jul 09 13:40:16 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Tue Jul 10 16:01:53 2018 +0000" }, "message": "Tweaking Bazel packaging.\n\nChange-Id: I796f70e1324c40b5d21c3b784662138f2ec04655\n" }, { "commit": "15053f0fcaae077a593747974b9b6407f2eae7a1", "tree": "7a60b5b927171a0a4aa624a36f9bc7e523bfb744", "parents": [ "61ac5703fafd96e6e6522a3f7cb61cd4a5f40e55" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Jun 13 10:00:45 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Jun 13 17:57:14 2018 +0000" }, "message": "buildifier formatting of bazel files\n\nChange-Id: I8196aa52ee640d1c500307a50a0ab4921138b69b\n" }, { "commit": "f25c24872310ea02c8f29817ebda4d48bf70d938", "tree": "6ecd8dfa1fb3109514d6fc8953faee62e6bf87e6", "parents": [ "8fcd204151d4bf0c96b8dbe5cb8aea4a0d37c047" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Jun 12 13:18:45 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Jun 12 13:18:45 2018 -0700" }, "message": "Moved /features to /tools/package/features.\n\nChange-Id: I6b52c92b688a833b9e3813416b785533cb4dd829\n" }, { "commit": "a8e1bd4d7db7f20f866f2b44e885482cb850bc50", "tree": "f5c60e87da11347fd71b63f875689a2fa3118987", "parents": [ "1d52dddd417b69c9cb3503d0a83b844b35a96222" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Mon Jun 11 15:45:11 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Mon Jun 11 15:45:11 2018 -0700" }, "message": "Sketching out packaging via Bazel\n\n- modified onos-gen-lib to generate http_file properly\n- fixed deps.json entries for apache-karaf \u0026 patches .tar.gz files\n- sketching tools/package/BUILD file\n\nChange-Id: I311d66095e8d744b8f61a2f3b53a635a2a42732e\n" }, { "commit": "a8cf59e03acad9f591785ee3dcfd3678416536f5", "tree": "6181bf30d6b67310005ef0d76e51ca905e0c3d65", "parents": [ "51b844ce9c38474a05e475af91ac119f567f7a58" ], "author": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Wed Jun 06 16:39:45 2018 -0700" }, "committer": { "name": "Ray Milkey", "email": "ray@opennetworking.org", "time": "Thu Jun 07 16:35:10 2018 +0000" }, "message": "move osgi_feature() and wrapped_osgi_jar() out of the bazel prelude\n\nChange-Id: I0266ab4dbf0d0845ccbd940f2d0d3b230bd55260\n" }, { "commit": "aab45d17c74d784177c935023caf7bee6e2c97e8", "tree": "cfe5b4799d53877283794fce299593177eb253f9", "parents": [ "170d7fb9f521f7faa4812e1078f9935a4d7d113f" ], "author": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Tue Jun 05 16:39:46 2018 -0700" }, "committer": { "name": "Thomas Vachuska", "email": "tom@opennetworking.org", "time": "Wed Jun 06 12:02:54 2018 -0700" }, "message": "Adding feature file generation via Bazel\n\nChange-Id: Ifa9cdf01c3129e5cd6cb7b8f4aee956eef9055f8\n" } ] }