Tom Wilkie
7e2e4c9c45
Fix spelling mistakes in the codebase.
2016-03-23 10:51:27 +00:00
David Kaltschmidt
c517a6cf5d
Downgrade react-motion
...
* caused lots of lag when dev tools were open
2016-03-17 18:11:53 +01:00
David
46cb13548d
Merge pull request #1173 from weaveworks/immutablejs-highlights
...
Make node/edge highlighter objects immutable in app store
2016-03-16 14:27:15 +01:00
David Kaltschmidt
f7ff70f913
Own adjacency was already included
2016-03-16 13:15:04 +01:00
David Kaltschmidt
9fa086d4b6
Getting both directions in edge highlighting
2016-03-16 13:09:37 +01:00
Simon Howe
17c8bc2b12
Fixes term error handling
2016-03-16 11:33:56 +01:00
David Kaltschmidt
2ce5a39d45
Make node/edge highlighter objects immutable in app store
...
* refactor, no functionality changed
2016-03-16 11:29:40 +01:00
David
d9938c80bb
Merge pull request #1171 from weaveworks/npm-updates
...
React/lodash/babel upgrades + updated linting (linted)
2016-03-16 10:19:16 +01:00
Tom Wilkie
581b711eb4
Websocket and pipe fixes.
2016-03-15 17:13:49 +00:00
David Kaltschmidt
e4270f69b7
Upgraded dev deps and linted JS according to latest airbnb rules
2016-03-15 18:09:45 +01:00
David Kaltschmidt
658a38f40a
Upgrade npm app dependencies
2016-03-15 13:45:57 +01:00
David Kaltschmidt
3f8a26d551
Make app-store's topologies object immutable
...
* refactoring, functionality should be the same
* adapted tests
2016-03-15 10:02:05 +01:00
David Kaltschmidt
4b4b27e6a8
Handle server disconnects gracefully in the UI
...
Keeps the scope UI's CPU usage low in the browser when the backend is
not reachable
* dont update app state when repeated errors come in
* dont update app state when websocket keeps failing
* adjust first loading text, and show icon to draw attention
2016-03-07 19:52:52 +01:00
David Kaltschmidt
c7cd11bf1a
Extracted footer into own component, moved pause into icon
2016-03-07 16:55:51 +01:00
David Kaltschmidt
d7507cf67c
Pause Button
...
* pauses topology and details panel updates
* buffers requests
* un-pause plays back the buffered requests
* automatically un-pauses when topology is changed, or other node is
clicked (then discards buffer)
Fixes #1025
2016-03-07 15:26:22 +01:00
David
b3c5dc0513
Merge pull request #1120 from weaveworks/node-borders
...
Adjust node borders
2016-03-07 15:13:25 +01:00
David Kaltschmidt
f8850058b6
Simplify cloud selection
2016-03-07 15:12:51 +01:00
David Kaltschmidt
9163846c5a
Review feedback for node borders
2016-03-07 13:44:29 +01:00
Paul Bellamy
c74cefba86
Merge pull request #1017 from weaveworks/680-connections-table
...
Add connection tables to details panel
2016-03-04 16:42:08 +00:00
Tom Wilkie
2e604657a5
Merge pull request #1101 from weaveworks/release-0.13.0
...
Release 0.13.1
2016-03-04 11:04:50 +00:00
David Kaltschmidt
53d873124f
Adjust node borders
...
* increase stack node borders by 0.5px (fixes #1080 )
* space out stacks in contrast mode (fixes #1020 )
* fix cloud border stroke-width setting (exlude from CSS styling)
* adjust cloud border for contrast mode
2016-03-04 11:50:25 +01:00
David Kaltschmidt
a40b5a31a8
Default sorter specified by table columns
2016-03-03 15:53:15 +00:00
David Kaltschmidt
7b77210108
Render connection table as nodes table
...
Also:
- Make metadata fields sortable as numbers
- Sort by selected metadata column
2016-03-03 15:53:15 +00:00
Simon Howe
186a45e052
Fixes the pipe-alive check when running scope-ui under a path
2016-03-03 14:44:43 +01:00
Alfonso Acosta
b9393e9e39
Review feedback
2016-03-03 12:35:04 +00:00
Alfonso Acosta
579001059a
Add pipe/{pipeID}/check endpoint
2016-03-03 11:22:31 +00:00
David Kaltschmidt
833b78c2e7
Fix embedded logo size
...
* CSS transform is ignored in Safari, using SVG transform instead
Fixes #1071
2016-03-01 16:12:38 +01:00
David Kaltschmidt
f3351cf440
Fix columns for pods in service details panel
2016-02-26 16:34:59 +01:00
Simon Howe
569ca9d3d9
Pentagon -> Heptagon!
2016-02-25 16:27:13 +01:00
Simon Howe
292a56dc1d
Adds support for the septagon node shape
2016-02-25 16:05:50 +01:00
David
9fa3b1936b
Merge pull request #1027 from weaveworks/555-svg-export
...
SVG export button
2016-02-25 14:09:34 +01:00
David Kaltschmidt
f411b9c437
Review feedback
2016-02-25 14:02:32 +01:00
David Kaltschmidt
4ad74183b1
Inline styles in cloned svg sub tree, skip default styles
2016-02-25 10:14:34 +01:00
David Kaltschmidt
cdf2c21057
Replace Show More buttons with carets w/ counts
2016-02-24 18:58:26 +01:00
David Kaltschmidt
bd821c159e
Inject weavescope logo into exported SVG
2016-02-24 17:03:27 +01:00
David Kaltschmidt
1566727e45
SVG export button
...
* applies CSS styles inline
* exports SVG chart node
* injects A tag to download
* based on SVG-crowbar
Fixes #555
2016-02-24 16:17:45 +01:00
David Kaltschmidt
9dafaef9a9
Force-relayout button
...
* new button in footer
* when clicked, forces a relayout that could help with degraded graphs
* sets a store flag that will be unset on next nodes delta update
* fixes #863
2016-02-24 15:55:36 +01:00
Simon Howe
36e6b2e4a8
Increase space between stacked nodes and their labels
...
Fixes #1003 .
2016-02-22 17:21:03 +01:00
Simon
88684aa0b6
Merge pull request #884 from weaveworks/node-shapes
...
Node shapes
2016-02-22 14:13:14 +01:00
Simon Howe
96c34507d6
Back to a parallel proj. for stacks
2016-02-22 12:42:37 +01:00
Simon Howe
46e29c3f15
No grey stacks for now
...
- May give the feeling something is not there when it should be, or
incomplete.
- They create visual noise
2016-02-22 12:42:37 +01:00
Simon Howe
2c626776a1
Grey out bottom of stack when there aren't 3 nodes in the stack
...
E.g. greying out the bottom 2/3 visual nodes if the stack actually only
has a single node.
- Server returns "node_count" for agg nodes.
2016-02-22 12:42:37 +01:00
Simon Howe
24d06d534f
Gentle perspective in the nodestacks.
...
- They get a little bit smaller as they go down.
- Small tweak for shape stacks + high contrast mode.
2016-02-22 12:42:37 +01:00
Simon Howe
54988c1101
Revert "Testing out more shapes."
...
This reverts commit 9a2504119def6b9afb1ac5897655793a84754152.
2016-02-22 12:42:37 +01:00
Simon Howe
d3283555b9
Testing out more shapes.
2016-02-22 12:42:36 +01:00
David Kaltschmidt
476b7917e4
Let shape be determined by backend
2016-02-22 12:42:36 +01:00
Simon Howe
a34d9c97b8
Adds node-shapes to the canvas
...
- circle
- rect (w/ radius)
- fluffy cloud shape
- hexagons
- stacks
2016-02-22 12:42:36 +01:00
Simon Howe
ac5d258378
Fixes scope working under a path
...
- Adds proxy server for easy testing of scope under a path.
2016-02-18 14:17:51 +01:00
Paul Bellamy
611f933f4d
Merge pull request #961 from weaveworks/729-open-fds-metric
...
Gather file descriptors as process metric
2016-02-17 10:13:42 +00:00
David Kaltschmidt
bfc1e29fb6
Review feedback
2016-02-15 18:03:41 +00:00