odlmicro.git
2020-12-04 VenkataSatya... ODL Micro failing to start. 21/94021/1 master
2020-11-28 VenkataSatya... odlmicro - RPC's are not supported. 66/93966/1
2020-11-23 Venkatrangan... Version Bump To Silicon. 85/93385/6
2020-09-23 Tejas NevrekarODLMICRO-44: Bump master version for Aluminium 19/92619/1
2020-09-22 VenkataSatya... ODLMicro response for GET follows old format (Pre-Neon). 92/92592/2
2020-09-18 Tejas NevrekarODLMICRO-41: Avoid exiting on CRLF 84/92484/1
2020-09-14 VenkataSatya... Move away from AAA JettyWebserver to ODL Micro JettyWeb... 45/92445/4
2020-09-14 VenkataSatya... Missing Yang-tools Binding and AAA binding in Netconf... 36/92436/8
2020-09-08 VenkataSatya... Bump up odlmicro from Neon to Aluminium. 48/92048/12
2020-08-06 Tejas NevrekarODLMICRO-31: Fix the running of micro 35/91935/1
2020-08-03 Tejas NevrekarMerge "Add committers as Ravi and Nikhil"
2020-08-03 Tejas NevrekarAdd committers as Ravi and Nikhil 48/91648/3
2020-07-30 VenkataSatya... Point to odl-guice in place of infrautils-guice 08/91708/6
2020-07-25 Tejas NevrekarPackage name fixes 91/91591/3
2020-07-24 Venkatrangan... Skip Javadoc generation 45/91645/1
2020-07-23 Tejas NevrekarINFRA-183: Fix JUnits for OFP 86/91586/2
2020-07-23 Thanh HaFix Checkstyle errors in odl-simple 85/91585/1
2020-07-23 Tejas NevrekarCreate multiple sub-projects for the different modules 84/91584/1
2020-07-23 Tejas NevrekarNETCONF: Added support for NETCONF to ODL-SIMPLE 82/91582/1
2020-07-21 Tejas NevrekarMerge "Add INFO.yaml for odlmicro"
2020-07-21 Anil BelurAdd INFO.yaml for odlmicro 52/91252/3
2020-07-11 Thanh HaExplicitly set the git-review defaultbranch 31/91231/1
2020-07-10 Anil BelurAdd .gitreview file for odlmicro
2020-07-10 Anil BelurMerge branch 'issue-102_Signed-off-by' of ../opendaylig...
2020-07-10 Anil BelurRevert "Initial code drop for odlmicro"
2020-07-02 Michael Vorburgerupdate README with Q&A link to https://github.com/vorbu...
2020-07-01 Michael Vorburger ⛑️Update README.md
2020-07-01 dependabot... Bump yangtools-artifacts from 2.1.7 to 2.1.8
2020-07-01 Michael Vorburgeradd testDiagStatus() to OpenFlowPluginWiringTest
2020-07-01 Michael Vorburgeradd OvsdbModule & OvsdbModuleTest
2020-07-01 Michael Vorburgeradd @fkautz's idea of a demo container to TODO
2020-07-01 Michael Vorburgerexclude AAA Shiro - it's bloated, and useless
2020-07-01 Michael Vorburgerswitch GeniusModule to be an AutoWiringModule, remove...
2020-07-01 Michael Vorburgeradd @Inject PacketProcessingService to OpenFlowPluginMo...
2020-07-01 dependabot... Bump maven-assembly-plugin from 3.1.0 to 3.1.1
2020-07-01 dependabot... Bump yangtools-artifacts from 2.1.5 to 2.1.7
2020-07-01 dependabot... Bump mdsal-artifacts from 3.0.2 to 3.0.6
2020-07-01 Michael Vorburgerreplace TestHttpClient with upstream TestWebClient
2020-07-01 Michael Vorburgeruse infrautils' TestHttpClient
2020-07-01 Michael Vorburgerremove the now upstreamed AutoWiringModule
2020-07-01 Michael Vorburgerremove the now upstreamed GuiceRule2 & ReadyModule
2020-07-01 Michael Vorburgerbind missing Routed RPC PacketProcessingService (see...
2020-07-01 Michael Vorburgerremove DiagStatusServletTest which is meanwhile in...
2020-07-01 Michael Vorburgeradd small inline comment in MdsalModule
2020-07-01 Michael Vorburgerfix 2/3 problems in GeniusModule, but now blocked by...
2020-07-01 Michael Vorburgerexclude bgpmanager-impl (due to Thrift usage; look...
2020-07-01 Michael VorburgerClassPathScanner now also scans for @Singleton without...
2020-07-01 Michael Vorburgerimprove ClassPathScannerTest to illustrate how it binds...
2020-07-01 Michael Vorburgerminor: @SuppressWarnings re. Java Generics warning...
2020-07-01 Michael Vorburgerminor: update ClassPathScanner JavaDoc (it was outdated)
2020-07-01 Michael Vorburgerminor: add TODO re AutoCloseable in MdsalModule
2020-07-01 Michael Vorburgerbind AAA Encrypt & Cert services (requires by upcoming...
2020-07-01 Michael Vorburgerbind mdsal @PingPong DataBroker
2020-07-01 Michael Vorburgerbind mdsal.DataBroker
2020-07-01 Michael Vorburgeradd binding for controller NotificationService
2020-07-01 Michael Vorburgerfix Error Prone problem in InMemoryControllerModuleTest
2020-07-01 Michael Vorburgerremove AutoWiringModule constructor without packagePrefix
2020-07-01 Michael Vorburgerimprove AutoWiringModule so that you don't have to...
2020-07-01 Michael Vorburgerprepare InMemoryMdsalModuleTest (but @Ignore TODO it)
2020-07-01 Michael Vorburgermake InMemoryControllerModuleTest actually test DataBroker
2020-07-01 Michael Vorburgerrename ControllerModule to InMemoryControllerModule
2020-07-01 Michael Vorburgerrename all *Wiring which are actually *Module accordingly
2020-07-01 Michael Vorburgeradd doc re. Guice, *Wiring & *Module to README
2020-07-01 Michael Vorburgermv infrautils.karaf -> infrautils.karaf.shell
2020-07-01 Michael Vorburgerfix OpenFlowPluginWiringTest to actually start OFP
2020-07-01 dependabot... Bump classgraph from 4.6.9 to 4.6.10
2020-07-01 Michael Vorburgeradd 'How to use in Dev' to README
2020-07-01 Michael Vorburgermake <dependency> org.osgi.compendium <scope>compile...
2020-07-01 Michael Vorburgerminor change to README re. poc-1.0.0 instead of 1.5.0
2020-07-01 Michael Vorburgerremove ClassPathScanner explicit bindings
2020-07-01 dependabot... Bump classgraph from 4.6.8 to 4.6.9
2020-07-01 Michael Vorburgerfix GeniusSimpleDistributionTest
2020-07-01 Michael Vorburgerremove bind(PacketProcessingService)
2020-07-01 Michael Vorburgerreplace hard-coded ForwardingRulesManagerConfig with...
2020-07-01 Michael Vorburgerreplace hard-coded OpenflowProviderConfig with XML...
2020-07-01 Michael Vorburgervery minor clean ups
2020-07-01 Michael Vorburgerinject OpenFlowPlugin via classpath scanning auto wiring
2020-07-01 Michael Vorburgerexclude odl-karaf-feat-jdbc so that we don't drag frigg...
2020-07-01 dependabot... Bump classgraph from 4.4.12 to 4.6.8
2020-07-01 Michael Vorburgerhandle the impacts of netconf using the mdsal instead...
2020-07-01 Michael Vorburgercomment out & disable DiagStatusCommand wiring
2020-07-01 Michael Vorburgerfix broken OpenFlowPluginWiring, due to ongoing WIP...
2020-07-01 dependabot... Bump classgraph from 4.4.3 to 4.4.12
2020-07-01 Michael Vorburgercomment out AAA cert & crypt services that are not...
2020-07-01 Michael Vorburgerintroduce an AutoWiringModule
2020-07-01 Michael Vorburgerintro. new bindAllSingletons()
2020-07-01 Michael Vorburgercopy configuration files to etc/ directory on start up
2020-07-01 Michael Vorburgerread UpgradeConfig from XML configuration file
2020-07-01 Michael Vorburgeradd UpgradeWiring & ServiceUtilsModuleTest
2020-07-01 Michael Vorburgerremove long un-used test web.xml
2020-07-01 Michael Vorburgerintro RESTCONF Version DRAFT_02 vs DRAFT_18
2020-07-01 Michael Vorburgeradd restconf
2020-07-01 Michael Vorburgeruse Truth instead of JUnit assertion in ClassPathScanne...
2020-07-01 Michael Vorburgerdeal with ODL Neon MRI base platform upgrade impacts
2020-07-01 dependabot... Bump classgraph from 4.2.12 to 4.4.3
2020-07-01 Michael Vorburgeradd Neutron (fully working & tested)
2020-07-01 Stephen KittSimplify ClassPathScanner tests
2020-07-01 Michael VorburgerTemporarily add -U to mvn to force fetch just merged...
2020-07-01 Michael Vorburgeradd "showSvcStatus" CLI command (#29)
2020-07-01 Michael Vorburger"Gotta catch'em all - Pokémon!"
next