Commit Graph

2894 Commits

Author SHA1 Message Date
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
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
Tom Wilkie
7d88279758 Add prometheus metrics endpoint to probes. (#1915) 2016-10-10 14:30:34 -07:00
Mike Lang
2bc31e8728 Fix circle.yml to actually deploy external ui changes (#1910)
Conditional was the wrong way around.
2016-10-07 18:20:39 -07:00
Tom Wilkie
727404c9b8 Extend logging middleware to optionally only log failed HTTP requests (#1909)
* Extend logging middleware to optionally only log failed HTTP requests

* Add a preconfigured logger for logging failed requests, use it in the app.

* Wide definition of success
2016-10-07 18:03:36 -07:00
Mike Lang
33ec1acf67 Merge pull request #1908 from weaveworks/mike/static-content-from-s3
Add option to scope to have static content served from S3 instead
2016-10-07 16:24:40 -07:00
Mike Lang
ce5fc17972 Add new generated content to gitignore 2016-10-06 18:58:39 -07:00
lukemarsden
a2f6090176 Merge pull request #1838 from weaveworks/faddats-doc-changes
{WIP} Faddats doc changes
2016-10-06 11:59:54 +02:00
Mike Lang
33a219bdbf Makefile: fix esc -include regex 2016-10-05 17:38:58 -07:00
Mike Lang
ec37214778 Add flag to allow using external ui, and ability to upload to bucket during CI 2016-10-05 17:27:18 -07:00
Mike Lang
2c9f6c197f Split prog/static.go into two versions, and have a shim choose between them
This allows us to have both normal and external resource versions of static content
in the same binary, and switch with a flag
2016-10-05 17:26:57 -07:00
Tom Wilkie
2a00fd2d78 Allow user to specify URLs on the command line, and use that to allow per-target tokens. (#1901)
Also:
- Parse targets on startup and catch badly formed ones before Scope can start.
- If no port is specified, use default port for scheme; if no scheme is specificed, use 4040.
- Use username as probe token
2016-10-05 10:59:56 -07:00
Simon
0cc794248b Merge pull request #1899 from weaveworks/1835-drop-image-id-from-details
Remove ContainerImage.imageID in the details panel
2016-09-29 15:57:09 +02:00
David
2ca26ba039 Added port gotchas to client/README 2016-09-28 13:04:55 -07:00
Simon Howe
0774496102 Remove ContainerImage.imageID in the details panel
It will be re-introduced later as imageIDs
2016-09-28 16:17:14 +02:00
lukemarsden
46b0aa9db8 Merge pull request #1886 from lukemarsden/simplify-k8s-docs
Simplify k8s instructions
2016-09-28 13:08:48 +01:00
Simon
b27dc99146 Merge pull request #1894 from weaveworks/1139-untruncate-docker-ids
Move truncation of docker ids to FE to allow full value in tooltips
2016-09-28 13:50:46 +02:00
Ilya Dmitrichenko
1ca09f0369 Change intro statement 2016-09-28 12:24:29 +01:00
Simon Howe
70681e4694 Fixes BE tests after exposing Truncate to the FE. 2016-09-28 12:18:12 +02: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
777c0baf2d Merge pull request #1892 from weaveworks/1882-tweak-col-widths
Drop our label-col width heuristic for less wasted col. space
2016-09-28 11:46:14 +02:00
Anita Buehrle
f270c97f9d changed wording for peering cluster
also clarified security note
2016-09-27 18:47:57 -04:00
Alfonso Acosta
6ed79a7427 Merge pull request #1897 from weaveworks/stricter-dns-over-tcp-snooping
Be more strict when snooping DNS over TCP traffic
2016-09-27 21:12:35 +02:00
David
d80b2ef900 Merge pull request #1893 from weaveworks/1880-fixes-ui-hang-on-absent-topo
Fixes UI hanging if currentTopology no longer exists for some reason
2016-09-27 11:35:44 -07:00
Alfonso Acosta
45a9367d97 Be more strict when snooping DNS over TCP traffic 2016-09-27 12:48:25 +00:00
Tom Wilkie
b130f1ba13 Allow users to specify conntrack buffer size. (#1896)
* Allow users to specify conntrack buffer size.

* Fix tests.

* Use a config struct.
2016-09-26 12:08:38 -07:00
Alfonso Acosta
e6bb6a4f74 Merge pull request #1888 from weaveworks/debug-shutdown-test
Print logs to debug shutdown integration test
2016-09-26 14:52:11 +02:00
Alfonso Acosta
58d8ae3ea4 Review comments 2016-09-26 10:53:59 +00:00
Simon Howe
b2837c21e8 Fixes UI hanging if currentTopology no longer exists for some reason
- Reasons: k8s was currentTopology but was then disabled while the UI
  was looking at that view.

Fallback to our default-topo-selection logic.
2016-09-26 12:19:36 +02:00
Simon Howe
f0a50b85e9 Metrics cols a little wider again 2016-09-26 11:02:32 +02:00
Simon Howe
51e4fc6d74 Drop our label-col width heuristic for less wasted col. space
- The label column now flexes to the available space. (Old behaviour:
  label width was a function of # of cols).
- Most columns other than the label now have a fixed width specified
  (some large ones are left to share the avaiable space w/ the label)
2016-09-26 10:48:06 +02:00
Alfonso Acosta
c15d071f88 Add sleep between scope launch and top 2016-09-26 08:11:20 +00:00
Luke Marsden
806d304b20 bullet points causing trouble 2016-09-25 22:12:50 +01:00
Luke Marsden
1203438494 fix markup 2016-09-25 22:10:47 +01:00
Alfonso Acosta
3fb3268559 Merge pull request #1887 from weaveworks/snoop-tcp-dns
Add support for snooping DNS over TCP
2016-09-23 18:29:11 +02:00
Alfonso Acosta
7fddaa9fd1 Print logs to debug shutdown integration test 2016-09-23 15:28:57 +00:00
Alfonso Acosta
326208c395 Skip DNS length field (only included over TCP) 2016-09-23 13:57:39 +00:00
Alfonso Acosta
6f95d05c59 Add support for snooping DNS over TCP 2016-09-23 12:41:32 +00:00
Luke Marsden
3b145f1c42 Remove out of date instructions. 2016-09-23 13:40:51 +01:00
Luke Marsden
9c3b21ff85 Simplify k8s instructions, removing workarounds no longer needed in modern clusters, and recommend Weave Cloud usage. 2016-09-23 13:39:31 +01:00
Matthias Radestock
090d33069d Merge pull request #1881 from weaveworks/show-internet-forward-dns
show forward DNS name for internet addresses
2016-09-22 22:06:02 +01:00
Matthias Radestock
5ce5d541d3 show forward DNS name for internet addresses
...if available.

Follow-up to #1863.
2016-09-22 21:01:44 +01:00
Simon
8462819a12 Merge pull request #1877 from weaveworks/1794-fixes-left-alignment-number-cols
Fixes left alignment of numbers in the details panel tables
2016-09-22 16:59:10 +02:00
Simon Howe
685a895dd5 gofmt the go 2016-09-22 16:05:37 +02:00
Simon Howe
fe1ba9cc4d Tidying up connectionrow.dataType
- Rename DataType -> Datatype for consisitency
- Remove Datatype from connection.metadata
- Change UI to read dataType from connection.columns rather than from
  connection.metadata (col header rather than "cell")
2016-09-22 15:36:36 +02:00
Simon Howe
ac741a034e Fixes tests after numberifying columns 2016-09-21 16:38:01 +02:00
Simon Howe
7c4654d45c Fixes left alignment of numbers in the details panel tables
- By declaring more things to be numbers
- Also fixes initial sort direction of number columns from asc to desc.
2016-09-21 16:18:26 +02:00