3426a07096
WIP #488 Added logs for graph plotting WIP #488 Added graph creation from cmdline logs WIP #488 Fixed JobEditor bugs exposed by metadata WIP #488 Removed old metadata on ExecuteJob WIP #488 Moved graph points to graph attribute WIP #488 Removed extra whitespace in points WIP #488 Fixed graph id collisions between jobs WIP #488 Created OutputViewer WIP #488 Added filtering for the metadata nodes WIP #488 Fixed visibility WIP #488 Adding auto hide when not relevant WIP #488 remove entries from pagination on delete WIP #488 Added initialization to the LineGraph WIP #488 Added LineGraph viz boilerplate WIP #488 Added basic linegraph WIP #488 Set LineGraph to use the 'Graph' node WIP #488 Fixed double-playing commands WIP #488 Fixed graph sizing and showing in the outputviewer WIP #488 Adding metadata updating support WIP #488 Updating graph w/ new data WIP #488 Added some multi-line support WIP #488 Added mult-line support for LineGraph WIP #488 Added Graph metadata type WIP #488 Fixed 'No Data Available' on quick graph open WIP #488 revert to console if active graph deleted WIP #488 Fixed graph update error WIP #488 Fixed JobEditor nodeId checking WIP #488 Removed 'points' from Graph WIP #488 Filtered out deepforge commands from stdout WIP #488 Fixed filtering deepforge cmds WIP #488 Fixed ExecutePipeline WIP #488 Added nvd3 to codeclimate ignore WIP #488. better error handling for incorrect node types WIP #488 Removed extra files and fixed code climate issues
37 linhas
636 B
YAML
37 linhas
636 B
YAML
---
|
|
engines:
|
|
csslint:
|
|
enabled: true
|
|
duplication:
|
|
enabled: true
|
|
exclude_fingerprints:
|
|
- 1e004cf4e49528a58a0ac3858112601c
|
|
config:
|
|
languages:
|
|
- ruby
|
|
- javascript
|
|
- python
|
|
- php
|
|
eslint:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.css"
|
|
- "**.inc"
|
|
- "**.js"
|
|
- "**.jsx"
|
|
- "**.module"
|
|
- "**.php"
|
|
- "**.py"
|
|
- "**.rb"
|
|
exclude_paths:
|
|
- config/
|
|
- test/
|
|
- src/common/lua.js
|
|
- src/common/js-yaml.min.js
|
|
- src/visualizers/widgets/TextEditor/lib/
|
|
- src/visualizers/widgets/PipelineIndex/styles/PipelineIndex.css
|
|
- src/visualizers/widgets/LineGraph/lib/
|