Simon Howe
0fcd7d3a2c
Increase terminal scrollback to hold onto more logs
2016-11-01 11:44:54 +01:00
Simon Howe
1b78427fb9
Keep scroll position if we scroll away from the bottom of the term
...
aka, scroll locking. Allows you to scroll back through logs without new
log data dragging the scroll back down to the next entries as they come
in.
2016-11-01 11:44:29 +01:00
Alfonso Acosta
f7c0b75eff
Quote properly
2016-10-31 19:29:05 +00:00
Mike Lang
96058b1137
Merge pull request #1958 from weaveworks/mike/middleware/errorhandler
...
middleware/errorhandler: Fix a bug which meant it never works
2016-10-31 08:33:08 -07:00
Jordan Pellizzari
654ba35be6
Merge pull request #1960 from weaveworks/1325-close-help-dialog
...
Close help dialog when the canvas is clicked
2016-10-28 07:55:21 -07:00
Jordan Pellizzari
0d8152fb33
Merge pull request #1959 from weaveworks/1947-node6-client-deps
...
Update client deps to use Node v6.9.0
2016-10-28 07:54:38 -07:00
Alfonso Acosta
b458c4c0c8
Merge pull request #1182 from weaveworks/1132-weave-topology
...
Add the basics for a Weave-specific topology.
2016-10-28 12:23:55 +02:00
Alfonso Acosta
b6b343cbfd
Review feedback
2016-10-28 08:58:45 +00:00
jpellizzari
52f7980f6f
Added logic to close help dialog when canvas is clicked
2016-10-27 18:04:38 -07:00
jpellizzari
2baf7d49b1
Changed client deps to work with Node v6.9
2016-10-27 17:10:08 -07:00
Mike Lang
6173e543c8
middleware/errorhandler: Fix a bug which meant it never works
...
Because methods operated on the value, not the reference, their changes
were discarded.
2016-10-27 17:08:42 -07:00
Jordan Pellizzari
ba2158057a
Merge pull request #1948 from weaveworks/1940-use-xterm
...
Change term.js library to xterm.js
2016-10-27 15:49:19 -07:00
Jordan Pellizzari
ca49cfdfe6
Changed term.js lib to xterm.js
2016-10-27 15:23:02 -07:00
Mike Lang
cbb37b690d
Merge pull request #1956 from weaveworks/1953-fix-query-string
...
Prevent querystrings from starting with &
2016-10-27 14:29:16 -07:00
David Kaltschmidt
60037c8c7c
Prevent querystrings from starting with &
...
Fixes #1953
2016-10-27 16:02:25 +02:00
Mike Lang
d2e8c4db0e
Merge pull request #1954 from weaveworks/mike/middleware/errorhandler
...
middleware: Add an ErrorHandler middleware used to serve an alternate handler on a certain error code
2016-10-26 14:16:50 -07:00
Mike Lang
0967bccaa2
appease linter
2016-10-26 13:48:10 -07:00
Alfonso Acosta
f906511ded
Add initial metadata in details panel and clarification comments
2016-10-26 09:09:01 +00:00
Alfonso Acosta
7771625a25
Change topology title to Weave Net
2016-10-26 08:28:45 +00:00
Alfonso Acosta
306ad68a81
Fix bug when parsing peer names
2016-10-26 07:47:17 +00:00
Alfonso Acosta
3023f4be80
Add Weave summary generator and fix Weave renderer
2016-10-26 07:40:14 +00:00
Mike Lang
7f528d1a78
middleware: Add an ErrorHandler middleware used to serve an alternate handler on a certain error code
2016-10-25 17:50:39 -07:00
Jordan Pellizzari
590f0078e7
Merge pull request #1927 from jpellizzari/1866-table-time-format
...
1866: Improve metadata table 'date' format
2016-10-25 14:31:27 -07:00
Bowen Li
98be7d2b10
Merge pull request #1946 from weaveworks/1945-sublabel-empty-span
...
fixes visual bug where empty span shows up
2016-10-25 09:21:05 -07:00
Alfonso Acosta
2ab1715a79
Merge pull request #1944 from weaveworks/1929-discard-shortlived-connections-to-pods-in-host-net
...
Discard short-lived connections to/from Pods in the host net
2016-10-25 18:04:27 +02:00
Alfonso Acosta
8b3c13c7cb
Merge pull request #1950 from weaveworks/fix-argument-escaping
...
Fix argument escaping in Scope
2016-10-25 18:01:17 +02:00
Alfonso Acosta
5433c256c7
Fix argument escaping in Scope
...
By naively using echo and cat to print to serialize/deserealize arguments we were garbling
arguments with special characters and whitespaces
2016-10-25 15:35:48 +00:00
Simon
06b83a4a4f
Merge pull request #1903 from weaveworks/1152-clarify-term-is-child-window
...
Clarify terminal is child window of details panel.
2016-10-25 12:40:41 +02:00
Alfonso Acosta
e80a01aab9
Filter out docker overlay peers
2016-10-24 17:37:53 +00:00
Bowen Li
1a4fab79ab
fixes visual bug where empty span shows up
2016-10-24 10:00:17 -07:00
Jordan Pellizzari
26a1d20f0d
Added formatted date strings to table and detail metadata values
2016-10-24 09:22:59 -07:00
Alfonso Acosta
8e4dfd7987
Add Weave peers view
2016-10-24 15:33:30 +00:00
Simon Howe
c56fcaccee
Change terminal aesthetic so it appears to float below details panel
2016-10-24 16:45:17 +02:00
Alfonso Acosta
9881a6b631
Fix tests
2016-10-24 09:41:53 +00:00
Alfonso Acosta
529759b603
Discard short-lived connections to/from Pods in the host net
2016-10-21 14:42:44 +00:00
Alfonso Acosta
405a705943
Merge pull request #1933 from weaveworks/1928-increase-timestamp-precision
...
Increase timestamp precision
2016-10-20 14:01:39 +02:00
David Kaltschmidt
a0f1b25a0b
Give datetime more space in the table
2016-10-20 13:17:34 +02:00
Alfonso Acosta
16ae11da77
Merge pull request #1922 from kinvolk/lorenzo/lint-untyped-keys
...
Fix linter errors on unkeyed fields
2016-10-20 11:32:59 +02:00
Alfonso Acosta
8c70630a74
Merge pull request #1921 from kinvolk/lint-ctx-key
...
Fix linter error for string in context.WithValue
2016-10-20 11:32:44 +02:00
Alfonso Acosta
8c86343a06
Merge pull request #1937 from kinvolk/update-tools
...
Update tools subtree
2016-10-20 11:30:52 +02: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 Howe
ec2551b6bb
Optimize re-rendering of help-panel > dynamic fields list
2016-10-19 15:49:17 +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
14164cc8b3
Review feedback on addition of search to help-panel
2016-10-19 14:30:22 +02:00
Lorenzo Manacorda
008b162c0a
Merge commit '7eb07eebff9bc1297c87a04ee4d703b491bc8ca2'
2016-10-19 12:37:12 +02:00
Lorenzo Manacorda
7eb07eebff
Squashed 'tools/' changes from e9e7e6b..b990f48
...
b990f48 Merge pull request #42 from kinvolk/lorenzo/fix-git-diff
224a145 Check if SHA1 exists before calling `git diff`
1c3000d Add auto_apply config for wcloud
0ebf5c0 Fix wcloud -serivice
4fe078a Merge pull request #39 from weaveworks/fix-wrong-subtree-use
3f4934d Remove generate_latest_map
48beb60 Sync changes done directly in scope/tools
45dcdd5 Merge pull request #37 from weaveworks/fix-mflag-missing
b895344 Use mflag package from weaveworks fork until we find a better solution
e030008 Merge pull request #36 from weaveworks/wcloud-service-flags
9cbab40 Add wcloud Makefile
ef55901 Review feedback, and build wcloud in circle.
3fe92f5 Add wcloud deploy --service flag
3527b56 Merge pull request #34 from weaveworks/repo-branch
92cd0b8 [wcloud] Add support for repo_branch option
9f760ab Allow wcloud users to override username
38037f8 Merge pull request #33 from weaveworks/wcloud-templates
7acfbd7 Propagate the local username
e6876d1 Add template fields to wcloud config.
f1bb537 Merge pull request #30 from weaveworks/mike/shell-lint/dont-error-if-empty
e60f5df Merge pull request #31 from weaveworks/mike/fix-shell-lint-errors
e8e2b69 integrations: Fix a shellcheck linter error
a781575 shell-lint: Don't fail if no shell scripts found
db5efc0 Merge pull request #28 from weaveworks/mike/add-image-tag
5312c40 Import image-tag script into build tools so it can be shared
7e850f8 Fix logs path
dda9785 Update deploy api
f2f4e5b Fix the wcloud client
3925eb6 Merge pull request #27 from weaveworks/wcloud-events
77355b9 Lint
d9a1c6c Add wcloud events, update flags and error nicely when there is no config
git-subtree-dir: tools
git-subtree-split: b990f488bdc7909b62d9245bc4b4caf58f5ae7ea
2016-10-19 12:36:22 +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
Alfonso Acosta
43f4da0ecc
Fix tests
2016-10-18 17:26:45 +00:00
Alfonso Acosta
bd3ececb11
Increase timestamp precision
2016-10-18 15:24:37 +00:00