jpellizzari
71485db4df
Removed leading slash from getAllNodes() api request
2017-01-11 14:20:18 -08:00
Simon Howe
9f9148ac24
Prioritize ecs topologies on initial load if available
...
Global topo order priority:
- Check url for topoid
- Check localStorage for topoid
- Check topo-utils.js for what to show first!
2016-12-22 10:08:06 +01:00
Jordan Pellizzari
32bb7c37aa
Merge pull request #2087 from weaveworks/1982-control-indicator
...
Add control status icon to Terminal header
2016-12-20 07:39:30 -08:00
Filip Barl
26b3e9efc9
Reapplied all the eslint upgrade changes
2016-12-15 15:04:53 +01:00
jpellizzari
2b83ebd74c
Added control status icon to Terminal header
2016-12-13 10:04:05 -08:00
David
99bfab89b7
Revert "Upgraded eslint & eslint-config-airbnb"
2016-12-12 16:06:13 +01:00
Filip Barl
a1d1b49aeb
Addressed @jpellizzari's comment
2016-12-12 11:23:09 +01:00
Filip Barl
776b4d72eb
Applied no-mixed-operators linting rule
2016-12-12 11:03:16 +01:00
Filip Barl
3fdcd9b5e7
Applied arrow-parens linting rule
2016-12-12 11:02:18 +01:00
Filip Barl
f5ae864fa2
Made all lines less than 100 characters
2016-12-12 10:58:29 +01:00
fbarl
e47c3e0973
Applied a couple of simpler rules
2016-12-12 10:56:56 +01:00
fbarl
0cb48f6d71
Upgraded eslint, airbnb linting rules, and made trivial fixes
2016-12-12 10:55:45 +01:00
jpellizzari
70960cc67a
Fixed client linting errors
2016-12-09 10:11:58 -08:00
Jordan Pellizzari
b5a720e17c
Merge pull request #2076 from weaveworks/2075-client-linting
...
Add client linting to CI config
2016-12-09 08:04:01 -08:00
fbarl
524e2e2e9a
Importing lodash util functions explicitly.
2016-12-09 14:03:31 +01:00
jpellizzari
7fba78c7b3
Liniting fixes
2016-12-08 11:08:48 -08:00
fbarl
e8eba61c37
Remove the dagre waypoints limitation for edges and replace it with WAYPOINTS_CAP constant for fine tunning ( fix #1187 )
2016-12-02 17:00:46 +01:00
fbarl
34033ee46e
Implemented round function as a replacement for d3.round
...
Removed d3 from vendors
2016-11-28 17:32:10 +01:00
fbarl
7442ff3f41
Switched to D3 version 4.4.0
2016-11-28 13:16:10 +01:00
David Kaltschmidt
beed39f13e
Add feature flags to test
2016-11-24 17:07:12 +01:00
David Kaltschmidt
faa8ee098c
Adapted feature check to allow only some features
2016-11-24 17:07:12 +01:00
David Kaltschmidt
afe177cdba
Support for feature flags
2016-11-24 17:07:12 +01:00
Filip Barl
d15e884cb1
Table-mode: sort ips numerically ( #2007 )
...
Fix #1746 - sort IPs numerically in the table mode
2016-11-22 11:05:59 +01:00
jpellizzari
ee0bb8ef40
Added graph complexity check on page load
2016-11-10 09:42:06 -08:00
Simon Howe
4004b21fa2
Allow resizing on attached pipes too.
2016-11-04 10:03:51 +01:00
Simon Howe
d3878cc8df
Don't resize terminal if we don't receive a resize control (e.g. onAttach)
...
- Fix text selection in terminal (was our force focus stuff, introduced
if you clicked on the black border that was not actually the terminal
2016-11-03 10:24:38 +01:00
Simon Howe
487635cb62
Adds terminal resizing on hosts.
...
Adds terminal resizing on popped out windows
2016-10-31 18:11:10 +01:00
Simon Howe
305bf7680a
Resizing working w/ containers!
2016-10-31 15:29:53 +01:00
jpellizzari
2baf7d49b1
Changed client deps to work with Node v6.9
2016-10-27 17:10:08 -07:00
David Kaltschmidt
60037c8c7c
Prevent querystrings from starting with &
...
Fixes #1953
2016-10-27 16:02:25 +02:00
Jordan Pellizzari
26a1d20f0d
Added formatted date strings to table and detail metadata values
2016-10-24 09:22:59 -07:00
Simon
816224a761
Merge pull request #1919 from weaveworks/1762-improve-search-docs
...
Add a new search section to the help popover
2016-10-20 10:30:33 +02:00
Simon
f6e81cf4d6
Merge pull request #1912 from weaveworks/1844-visually-duplicate-rows
...
Add label_minor to tooltips in connections table
2016-10-19 15:03:38 +02:00
Simon Howe
c99f4dbfa2
Fixes search tests, forgot to include 0-9 when switching from \W
2016-10-19 11:59:56 +02:00
Simon Howe
2ca23507de
label_minor -> labelMinor, closer to all camelCase api
2016-10-19 10:50:11 +02:00
Simon Howe
db5baabeee
Add a new search section to the help popover
2016-10-12 17:35:26 +02:00
Simon Howe
1d3ae9576d
Revert "Add a search section to the help-popup"
...
This reverts commit cc4c71faf0 .
A careless push
2016-10-12 17:26:00 +02:00
Simon Howe
cc4c71faf0
Add a search section to the help-popup
2016-10-12 17:25:08 +02:00
Alfonso Acosta
ffdcc2367e
Only send filters to nodes from the current topology
...
This reverts commit 699fe45e65 .
2016-10-05 16:54:36 +00:00
Simon Howe
699fe45e65
Details panel: send topology options of node type being loaded
2016-10-05 12:23:31 +02:00
Alfonso Acosta
7a3dad2ceb
Add filters to details panel request
2016-10-04 17:35:28 +00:00
Simon Howe
3c393c7808
Move truncation of docker ids to FE to allow full value in tooltips
...
- Reveals full id if you search for it.
- Difficult to copy and paste the full id if you want it for some reason
2016-09-28 12:18:12 +02:00
Simon
a3c5e1f153
Merge pull request #1831 from weaveworks/1829-fixes-moc-updating
...
Fixes metrics-on-canvas updating.
2016-09-28 11:47:40 +02:00
Simon Howe
7b51f97818
Fixes after rebase
2016-09-15 11:55:48 +02:00
Simon Howe
a1b8e963dc
nodes-chart only re-rendered on prop updates!!!
2016-09-15 11:55:25 +02:00
Simon Howe
b3f05ae97b
Tidy up unused imports
2016-09-15 11:55:24 +02:00
Simon Howe
cf6d703c18
Fixes metrics-on-canvas updating.
...
- We were being a bit overzealous w/ our layout caching.
2016-09-15 11:54:01 +02:00
David Kaltschmidt
d9fe7eb32c
Add localstorage support for saving view state
...
This PR adds support to remember the view state even after the browser
tab has been closed. This helps someone who is always looking at the
table view of a certain topology to which currently they have to perform
a minimum of 2 clicks.
* app view state is backed up in localStorage
* when visiting Scope with no URL view state, the localStorage state is
used (i.e. the URL state has priority)
2016-09-06 15:32:06 +02:00
Simon Howe
343a986951
Check for all k8s topos before defaulting to container topo
...
- Show something from k8s by default if its around.
2016-09-01 14:15:52 +02:00
Simon Howe
eeeb1385c5
Makes services the initial topology if available
...
- Otherwise reverts to containers
2016-09-01 14:15:52 +02:00