1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed wrong Json reference, added SignatureProducer actor More... about 11 years ago
Added SignatureCheckerActor, fixed Hmac tests - do not use matchers outside of verification/stubbing More... about 11 years ago
Added HMAC security class More... about 11 years ago
Fixed bad error reference for compile-time errors (there is no lastException bind) - using internal reporter as check for now More... about 11 years ago
Added pack plugin since assembly for uber jar is going to be a nightmare More... about 11 years ago
Added handler for Status of kernel allowing for multiple code segments to be executed. More... about 11 years ago
Added reply message for ExecuteInput. More... about 11 years ago
Fixes for getting tests to pass. More... about 11 years ago
Added Relay to KernelInfoRequestHandler for relaying messages, added parent message ids to response message, and added us of MessageType for building response More... about 11 years ago
Edited ExecuteRequestHandler to use enum values for message types and to include parent message ids in response messages More... about 11 years ago
Added GenericSocketMessageHandler to handle routing of response messages, Updated SparkKernelBootStrap to add handlers for current set of reply messages, Added logging to Relay More... about 11 years ago
Fixed implicit conversion of ZMQMessage to KernelMessage to handle empty ParentHeaders More... about 11 years ago
Added .DS_Store to gitignore More... about 11 years ago
Added highlighting for code coverage report More... about 11 years ago
Removed ExperimentWithActorsSpec test to be a snippet in git repo More... about 11 years ago
Added forwarding of shell ZMQ Messages to Relay and reception of kernel messages back to socket, added TODOs regarding failure due to empty {} representing parent header More... about 11 years ago
Added application.conf resource for akka, added various print statements due to logging issues in Akka More... about 11 years ago
Updated init/shutdown bootstrap methods to be chainable, added await termination for bootstrap (also chainable), rewrote SparkKernel bootstrap to use awaitTermination() of actor system as blocker More... about 11 years ago
Refactored ExecutionOutput and ExecutionError to be Execute* due to IntelliJ issues More... about 11 years ago
Fixed bad reference to actor name More... about 11 years ago
SparkKernelBootstrap-related updates: More... about 11 years ago
Create ExecuteRequestHandler and associated unit test More... about 11 years ago
Merged in changes from master More... about 11 years ago
Several updates: More... about 11 years ago
Created ExecuteRequestHandler, added ActorLoader methods for interpreter and relay. More... about 11 years ago
Implemented ActorLoader with SimpleActorLoader More... about 11 years ago
Restored SparkKernel back to form before I began using it for dirty testing More... about 11 years ago
Added scratch test information to README More... about 11 years ago
Updated ScalaInterpreter to mask Console and System for output-related functionality, refactored MultiWrite references to MultiOutputStream, added some tests in the SparkKernel application More... about 11 years ago
Added WrapperConsole that overwrites Console print-related functionality and passes all additional calls to underlying Console object, added WrapperSystem that overwrites stream access and passes all additional calls to underlying System object More... about 11 years ago