mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Fix grouping bar for topologies that don't support grouping
- fixes #61 - dont clear nodes cache if topo is the same - combined stores that were interdependent - dont show topology grouping menu if unsupported - also harmonized some variable names - removed old grouping switcher - moved topo actions to app actions, removed search - get correct topology url - first JS test using Jest - make tests run on circle using the build container. - replaced jest test runner with karma/jasmine - Use debian for UI build and test container. - updated karma-browserify
This commit is contained in:
committed by
Tom Wilkie
parent
8dae139bdf
commit
66d66a4d01
7
client/test/preprocessor.js
Normal file
7
client/test/preprocessor.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var ReactTools = require('react-tools');
|
||||
|
||||
module.exports = {
|
||||
process: function(src) {
|
||||
return ReactTools.transform(src);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user