1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Kafka to Vagrant More... about 11 years ago
Fixed bad highlighting More... about 11 years ago
Renamed deployment doc to allow highlighting online More... about 11 years ago
Added deployment document describing packaging a kernel for IPython notebook usage More... about 11 years ago
Updated Vagrant CPUs from 1 to 2 to allow SparkStreaming to work More... about 11 years ago
Added organization name to build file and, also added capability to publish kernel jar to local maven repo. More... about 11 years ago
Added Marcy Rattner to pairs More... about 11 years ago
Added Kafka support for Spark Streaming More... about 11 years ago
Added pip installs for ipython notebook dependencies. More... about 11 years ago
Refactor SparkKernelClient API to be more user friendly and reduce scala object usage More... about 11 years ago
Added correct header and parent header field values for Status messages being sent to the client. Updated StatusDispatch to accept a tuple of KernelStatusType and Header. Refactored EmptyHeader and EmptyParentHeader to be DefaultHeader and DefaultParentHeader functions and include the Kernel Version. More... about 11 years ago
Refactored ClientToIOPubSpecForIntegration to use probes for test assertion and made a custom profile.json file More... about 11 years ago
Added SparkKernelClientOptions for specifying profile.json file More... about 11 years ago
Fixed Vagrantfile to properly install zeromq and pyzmq More... about 11 years ago
Added check in AddJar for empty input - TODO: check for invalid URL More... about 11 years ago
Refactored FileDownloadUtil into trait, added download functionality to AddJar magic More... about 11 years ago
Fixed broken MagicManager tests More... about 11 years ago
Several updates: More... about 11 years ago
Deleted old Relay SystemActorType that was causing KernelStatusMessages to not be sent More... about 11 years ago
Commented the FileDownloadUtil file. More... about 11 years ago
Added FileDownloadUtil to facilitate downloading of jar files More... about 11 years ago
Created IOPubClient and improved test coverage and quality for handlers and sockets More... about 11 years ago
Refactored ExecuteRequestHandler to use StatusDispatch More... about 11 years ago
Refactored ExecuteRequestHandlerSpec to isolate individual messages per test. Updated the v5Test package to include fixtures for testing. More... about 11 years ago
Fixed reflection feature in ScalaInterpreter, fixed bad 2-tuple warnings in addExternalJar tests More... about 11 years ago
Fixed warnings regarding converting to 2-tuple, fixed additional references to classServerUri() to classServerUri More... about 11 years ago
Fixed bad signatures for start/stop in ScalaInterpreter by updating signatures in trait - should have been defined with () More... about 11 years ago
Fixed warnings about implicit conversions by adding an import for that language feature More... about 11 years ago
Added scalac options to display various warnings and force compilation failure on warnings to get people to not check in warnings More... about 11 years ago
Added scalac options as defaults for our sbt compile process More... about 11 years ago