embark-area-51/lib/modules
emizzle d4d7e3b8ac
Addressed PR comments
*Console.js*
- Moved `DEFAULT_PROCESS` const to outside of the `Console` class (but inside the module).
- Removed `(` and `)` from `.filter` in `getProcessLogs()`.
- Updated comments

*logger.js*
- Moved `dateFormat` and `logRegex` to constants outside of `Logger` class
- Moved the `parseLogFile` method inside of the `Logger` class (ES6 style)
- Added a log limit to the `parseLogFile` method
- Added the log path to the constants file and used inside of `Logger`

*cmd_controller.js*
- Defaulted `this.context` to `[constants.context.any]` in the constructor.
- Changed `’embark’` to split modules`coreProcess` and `loggerApi`.

*engine.js*
- Changed `’embark’` to split modules`coreProcess` and `loggerApi`.
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 Addressed PR comments 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