Alfonso Acosta
cfb686b546
Merge pull request #1774 from weaveworks/1759-remove-k8s-id-col
...
Remove kubernetes_id column from the grid view.
2016-08-11 17:43:21 +01:00
Alfonso Acosta
22434616fa
Merge pull request #1782 from weaveworks/1779-elide-service-token
...
Elide service-token when logging commandline arguments
2016-08-11 17:12:27 +01:00
Alfonso Acosta
04349cc86d
Merge pull request #1783 from weaveworks/1777-do-not-bitch-on-stop
...
Don't complain when stopping Scope if it wasn't running
2016-08-11 16:57:05 +01:00
Alfonso Acosta
0c3235ae3d
Review feedback
2016-08-11 15:41:07 +00:00
Alfonso Acosta
0a1232ec3c
Don't complain when stopping Scope if it wasn't running
2016-08-11 15:21:06 +00:00
Alfonso Acosta
276ffa338e
Elide service-token when logging commandline arguments
2016-08-11 15:07:08 +00:00
Alfonso Acosta
77bb186039
Review feedback
2016-08-10 16:19:58 +00:00
Alfonso Acosta
166bdf13f3
Remove redundant kubernetes ID
2016-08-10 16:01:28 +00:00
Simon
1d4904d56f
Merge pull request #1775 from weaveworks/1749-filter-by-relatives
...
Adds support for filtering graph/table by relatives
2016-08-10 16:01:25 +02:00
Alfonso Acosta
9320b10a2e
Merge pull request #1780 from weaveworks/1733-scope-loopback-connections
...
Handle loopback addresses correctly when tracking connections
2016-08-10 14:52:44 +01:00
Simon
718bf5b3a0
Merge pull request #1773 from weaveworks/1692-scale-node-labels-with-nodes
...
Scale node labels with the node's size.
2016-08-10 14:32:45 +02:00
Simon Howe
5cf8ee2a6b
Move chrome-css-fix out of js into css w/ comment
2016-08-10 14:10:10 +02:00
Alfonso Acosta
94eb7454ff
Do not attribute connections to containers based on loopback addresses
2016-08-10 10:56:37 +00:00
Alfonso Acosta
3892273096
Append namespace to endpoint scope for loopback connections
2016-08-10 10:43:04 +00:00
Mike Lang
d0f0e8d92e
Merge pull request #1776 from weaveworks/mike/launcher/fix-whitespace
...
launcher script: Fix inconsistent whitespace
2016-08-09 12:18:49 -07:00
Simon Howe
4d5d0d5dc2
Fixes origin of node-details-panel expanding animation
2016-08-09 20:16:23 +02:00
Simon Howe
8f4b3ab97d
Fixes animation of node labels on focus.
...
Was a bit janky there for a bit.
2016-08-09 20:00:39 +02:00
Mike Lang
7aec1e172d
launcher script: Fix inconsistent whitespace
2016-08-09 09:57:12 -07:00
Simon Howe
fc2fcfb298
Adds support for filtering node/table by relatives
...
Now that they are available in the summary data.
2016-08-09 18:20:43 +02:00
Alfonso Acosta
b8c99ed7cc
Revert "Cache generated ids to relieve pressure on the GC"
...
It wasn't working as noticed by @rade (note the err != nil) and was complicating
the code.
This reverts commit 2f760f2f33 .
2016-08-09 14:59:28 +00:00
Simon Howe
564c64ec21
Fixes truncating of labels
2016-08-09 16:07:25 +02:00
Simon Howe
5846222fe1
Scale node labels with the node's size.
...
- Within certain bounds. Still have min-label size, mainly effects nodes
that get really big.
- Set a max size on nodes too, really big ones lose their border.
2016-08-09 14:57:13 +02:00
Alfonso Acosta
d06547e596
Merge pull request #1770 from weaveworks/1750-extend-k8s-pause-containers
...
Identify kubernetes pause containers more broadly
2016-08-09 11:26:07 +01:00
Paul Bellamy
c40a1b0c3d
Merge pull request #1751 from kinvolk/krnowak/lint
...
Lint fixes
2016-08-09 09:45:10 +01:00
David
a11ddfbaa6
Merge pull request #1766 from weaveworks/1715-search-label
...
Fixes search icon position on chrome
2016-08-08 18:39:27 +02:00
Alfonso Acosta
b64686ffc3
Identify kubernetes pause containers more broadly
2016-08-08 14:16:07 +00:00
David Kaltschmidt
4c5ac4fc33
Fixes search icon position on chrome
...
* simplify search icon and label markup
Fixes #1715
2016-08-05 19:29:59 +02:00
Alfonso Acosta
9740fcca40
Merge pull request #1765 from weaveworks/release-0.16
...
Release 0.16.2
2016-08-05 16:38:43 +01:00
Alfonso Acosta
b00c942089
Release 0.16.2
v0.16.2
2016-08-05 15:04:52 +00:00
Alfonso Acosta
a5a015ea6b
Merge pull request #1764 from weaveworks/fix-1755
...
Docker for Mac 1.12 has only one network mode (close #1755 )
2016-08-05 15:33:09 +01:00
Ilya Dmitrichenko
d7c40827c8
Docker for Mac 1.12 has only one network mode ( close #1755 )
2016-08-05 15:06:07 +01:00
David
cbb13503d5
Merge pull request #1742 from weaveworks/profile-websocket-render
...
Add browser console logging for websocket to render times
2016-08-05 13:35:12 +02:00
David
74efec83bc
Merge pull request #1756 from weaveworks/tighter-node-bounding-boxes-1520
...
Tighter node bounding boxes
2016-08-05 13:34:47 +02:00
Simon Howe
4e2b2028f0
Tighten up grid-mode-selector pointer-event bounding box
2016-08-04 17:42:57 +02:00
Simon Howe
bf8791b9d5
Header no longer prevents node hover/click
...
This introduces an inverse thingy, whenever you add something to the
header you have to be aware that by default you won't get any pointer
events and that you'll have to enable them for the dom elements you
wanna make interactive.
2016-08-04 17:38:27 +02:00
Simon Howe
d786a075f6
Fixes foreignObject preventing other nodes from receiving hover
2016-08-04 17:36:14 +02:00
Simon Howe
bf8d8a89e7
Smaller node bounding boxes for onHover/onClick
...
foreignObject was huge on firefox.
2016-08-04 17:36:14 +02:00
Tom Wilkie
1d3ad9e12b
Also serve UI under /ui ( #1752 )
2016-08-04 15:35:46 +01:00
David
df6d1de0dd
Merge pull request #1753 from weaveworks/1743-grid-selector-position
...
Move grid selector to top menu
2016-08-04 16:34:52 +02:00
David Kaltschmidt
38083b5965
Move grid selector to top menu
...
* move to top right, to bookend topologies
* hierarchically similar to search, so similar positioning
Fixes #1743
2016-08-04 14:49:28 +02:00
Simon
f1487433a8
Merge pull request #1748 from weaveworks/wider-port-column-1711
...
Make the port column a little wider to stop truncation
2016-08-04 14:39:37 +02:00
Simon Howe
aaee43a76b
Make the port column a little wider to stop truncation
...
- Set kubernetes_ip width too to stop truncation
2016-08-04 14:03:41 +02:00
Krzesimir Nowak
97eb8d033d
Do not spell check Makefiles and JSON files
...
Spell check does not handle JSON files very well. It finds misspelled
words in hexadecimal hashes (like misspelled "dead" in "123daed456").
Ignore Makefiles too - there is not so much free text to spell check
and the spell check complains about words it was told by Makefile to
ignore.
2016-08-04 12:02:39 +02:00
Krzesimir Nowak
dcaa7503b8
Fix a typo
...
The typo is here from March, 2016. It is strange that it wasn't
detected earlier.
2016-08-04 11:36:04 +02:00
Simon
8ce5bdb00d
Merge pull request #1747 from weaveworks/sort-nodes-nicely-1744
...
table-mode: handle nodes w/ no value for sorted column gracefully
2016-08-03 17:47:48 +02:00
Simon Howe
d02cb25495
Tidyup JS: make keys in grouping dict more sensible
...
true/false are confusing.
2016-08-03 17:25:09 +02:00
Paul Bellamy
2bba18dbfa
Merge pull request #1710 from kinvolk/alban/hub2
...
circle.yml: another fix for deploy master with non-upstream hub accounts
2016-08-03 13:48:59 +01:00
Simon Howe
6c0f8ba638
table-mode: handle nodes w/ no value for sorted column gracefully
...
- put empty values below those that have a value.
+-----+-----+
|3 |5 |
|4 |4 |
|5 |3 |
|null |null |
|null |null |
+-----+-----+
2016-08-03 14:21:33 +02:00
Simon
5a872da0cf
Merge pull request #1673 from weaveworks/grid-view
...
Grid Mode
2016-08-03 09:48:23 +02:00
Simon Howe
504eb7f6e3
Fixes after rebasing onto master (loading-indicator)
2016-08-03 09:11:17 +02:00