embark-area-51/lib/modules
emizzle 46511bcfe8
Rebase updates
After the code was rebased, there were some additional changes for getting websockets logs that needed to be catered for.

When there is a call to get all logs for a process, the state entity is updated with a new array item containing all the logs (this is then reduced and selected for rendering). In the case of a websocket log that simply returns only one log item, the latest full log for the process is found in the state entities, and it’s logs are appending to with the data from the websocket.

Additionally, log limits were updated to be passed in as a parameter to the API calls from the frontend. Parameter validation (for `limit`) was also added in this commit.
2018-10-23 10:57:04 +02:00
..
authenticator Add ability to logout 2018-10-23 10:42:00 +02:00
blockchain_connector watch oracle changes 2018-10-23 10:40:13 +02:00
blockchain_process log message after connecting in case of disconnect 2018-10-23 10:47:26 +02:00
code_generator use constants instead of magic numbers 2018-10-22 19:54:47 +02:00
compiler remove console log 2018-10-23 10:15:46 +02:00
console Handle string 2018-10-23 10:37:28 +02:00
console_listener resolve conflict in api and saga 2018-10-23 10:48:35 +02:00
contracts_manager Adding file contracts 2018-10-23 10:51:24 +02:00
core_process Addressed PR comments 2018-10-23 10:57:04 +02:00
coverage fix linting 2018-10-23 10:41:22 +02:00
deployment rebase fixes 2018-10-23 10:44:13 +02:00
deploytracker Reduce coupling by using action for event 2018-09-22 15:08:50 +01:00
ens fix most rebase issues 2018-10-23 10:36:57 +02:00
graph fix eslint on EVERYTHING 2018-10-23 10:26:14 +02:00
ipfs rebase fixes 2018-10-23 10:44:13 +02:00
library_manager Add plugins and versions to backend tab 2018-10-23 10:32:02 +02:00
logger_api Rebase updates 2018-10-23 10:57:04 +02:00
pipeline Moved `fileTreeSort()` to `utils` 2018-10-23 10:50:39 +02:00
plugin_cmd preprend embark to plugin name 2018-09-13 10:29:03 -04:00
profiler fix linting 2018-10-23 10:41:22 +02:00
scaffolding Changed scaffolding to service 2018-10-23 10:50:37 +02:00
scaffolding-react Changed scaffolding to service 2018-10-23 10:50:37 +02:00
solidity Fix backend tab request cached: 2018-10-23 10:47:24 +02:00
specialconfigs fix a couple of bugs caused by bounties 2018-10-22 19:54:48 +02:00
storage chore(modules/storage): make process launcher callback optional 2018-10-23 10:50:41 +02:00
swarm add missing self 2018-10-23 10:26:14 +02:00
tests add transactionTracker to track transactions and their time 2018-10-23 10:38:13 +02:00
transactionTracker fix avergae not calculated correctly 2018-10-23 10:41:20 +02:00
vyper Fix the way we pass compiler options instead of assuming via the environment 2018-08-30 13:27:18 -04:00
watcher Do not run webpack for file changes that do not need webpack 2018-10-22 19:54:48 +02:00
webserver remove unneded console logs 2018-10-23 10:50:37 +02:00
whisper Add plugins and versions to backend tab 2018-10-23 10:32:02 +02:00