Commit Graph
5754 Commits
Author SHA1 Message Date
Filip Barl 6e139c9408 Remove outdated terminalCellSize estimation code. 2018-05-18 16:52:38 +02:00
Filip Barl 43c23d2bc0 Adjusted character width/height estimation. 2018-05-18 16:52:38 +02:00
Filip BarlandGitHub 5e700d996b Merge pull request #3177 from weaveworks/212-enforce-theme-fonts
Enforce theme fonts
2018-05-18 14:40:36 +02:00
Filip Barl 941cf16cfd Customize terminal stylesheet. 2018-05-18 12:47:05 +02:00
Roland SchilterandGitHub f012c23ca1 Sentence cased text everywhere (#3166)
* Sentence cased text everywhere

Follows Weave Cloud's direction of sentence case on most things.

* More space between sorter caret and label

* Use full topology name for table header
2018-05-17 17:30:38 -07:00
Filip BarlandGitHub 2e8c9961fc Merge pull request #3173 from weaveworks/3161-show-image-tag
Show image tag in node details
2018-05-17 17:06:47 +02:00
Filip Barl bfb20a8f40 Addressed @LiliC's feedback. 2018-05-17 11:43:54 +02:00
Filip Barl 183aaea950 Fixed the tests. 2018-05-17 11:09:31 +02:00
Filip Barl 4382deb39b Show image tag separate from image name in Node Details. 2018-05-17 11:09:31 +02:00
Filip Barl 0bd9cc640d Enforce theme fonts. 2018-05-17 11:04:08 +02:00
Jordan PellizzariandGitHub 0b3ee4647a Merge pull request #3175 from weaveworks/2348-change-urls
Change URL resolution to accomodate Weave Cloud paths
2018-05-16 14:24:24 -07:00
jpellizzari 109667bcdb Change URL resolution to accomodate Weave Cloud paths 2018-05-15 12:00:17 -07:00
Filip BarlandGitHub 7384e24e63 Merge pull request #3170 from weaveworks/208-theme-border-radius
Enforce theme border radius
2018-05-15 12:42:58 +02:00
Filip BarlandGitHub e059845efd Merge pull request #3172 from weaveworks/3160-close-terminal-on-exit
Close xterm on exit
2018-05-14 18:29:16 +02:00
Filip Barl 07c851178c Fix spelling. 2018-05-14 17:58:11 +02:00
Filip Barl e9cafc634a Close xterm on exit. 2018-05-14 16:39:58 +02:00
Marc CarréandGitHub 206aa5c434 Merge pull request #3171 from weaveworks/add-opencontainers-labels-to-dockerfiles
Add org.opencontainers.image.* labels to Dockerfiles
2018-05-14 14:29:55 +01:00
Marc Carré 4e58b83024 Add org.opencontainers.image.* labels to Dockerfiles
- This should ultimately help for image-to-code back references.
- `org.label-schema.*` labels are now deprecated, in favour of `org.opencontainers.image.*` labels.
  See also: https://github.com/opencontainers/image-spec/blob/master/annotations.md#back-compatibility-with-label-schema
- Git revision (`git rev-parse HEAD`) is now injected at `docker build` time.
2018-05-14 11:54:33 +01:00
Filip Barl 72d8e58c63 Enforce theme border radius. 2018-05-14 12:11:51 +02:00
Roland SchilterandGitHub daccb6648d Dynamic table header width according to scrollbar (#3169)
Sizes the fixed table header of `NodeDetailsTable` width dynamically
depending on the content's scrollbar width. Makes sure the table header
cells align with the table body cells.

This also widens the "Parent PID" cell to make sure the text is not cut
off. Alternatively, could be renamed to "PPID".

Fixes #3158.
2018-05-11 13:26:45 -07:00
Filip BarlandGitHub 25415f7cba Merge pull request #3167 from weaveworks/202-theme-fonts
Enforce theme font sizes
2018-05-11 18:29:08 +02:00
Filip Barl 154a54e3f5 Use theme font sizes. 2018-05-11 16:56:08 +02:00
Filip Barl c837804371 Enforce theme fonts. 2018-05-11 16:26:27 +02:00
Bryan Boreham a64db66010 Use the default value for an APITopologyOption if omitted 2018-05-09 19:21:03 +00:00
Bryan Boreham 7da7183a37 Refactor: simplify default type of option 2018-05-09 19:07:38 +00:00
Filip BarlandGitHub 5adb73c561 Merge pull request #3159 from weaveworks/162-use-standard-z-indices
Use only z-index values from the theme
2018-05-07 18:05:13 +02:00
Filip Barl c82f59c121 Use only z-index values from the theme. 2018-05-07 17:06:44 +02:00
Marcus CobdenandGitHub 324173f3d0 Merge pull request #3157 from weaveworks/lower-rpc-timeout
Add CLI flag for SQS RPC timeout
2018-05-04 11:19:11 +01:00
Marcus Cobden ba81924278 Add CLI flag for SQS RPC timeout 2018-05-04 10:11:25 +01:00
Marcus Cobden 0dfbe8b10f Fix tests broken by hasty merging 2018-05-03 19:27:50 +01:00
Marcus CobdenandGitHub 4fae760b06 Merge pull request #3156 from weaveworks/fix-panic-maybe
Add null check to fix querier panic
2018-05-03 17:25:33 +01:00
Marcus Cobden 8eb9fc86ae Add null checks to fix querier panic 2018-05-03 17:23:58 +01:00
Tasdik Rahman eb849432a1 examples: k8s: added manifest for scope deployment
- closes https://github.com/weaveworks/scope/issues/3153
2018-05-02 17:39:26 +05:30
Bryan Boreham 9eb8078944 Put critbitgo library back to master branch
Undo the local override introduced in 04ceb0cc87
because https://github.com/k-sone/critbitgo/pull/7 has been merged.
2018-04-28 09:54:03 +00:00
Filip BarlandGitHub d19b0293f6 Merge pull request #3148 from weaveworks/176-remove-some-colors
Stop using dropped theme colors
2018-04-18 08:32:44 +02:00
Filip Barl 35499f0fb8 Bump ui-components to v0.4.58 2018-04-17 17:51:52 +02:00
Filip Barl 5ae802fc29 Stop using dropped theme colors. 2018-04-17 16:48:58 +02:00
Bryan BorehamandGitHub 1455597a48 Merge pull request #3142 from weaveworks/faster-critbit
Faster path to check an IP address against known networks
2018-04-16 20:51:22 +01:00
Bryan BorehamandGitHub e21844165a Merge pull request #3147 from weaveworks/release-1.9
Release 1.9.0
2018-04-16 18:11:32 +01:00
Bryan Boreham bf35031617 Add version 1.9.0 v1.9.0 2018-04-16 16:40:51 +00:00
Filip Barl 2f5fb66cd1 Bump ui-components to v0.4.56 2018-04-16 17:37:58 +02:00
Filip BarlandGitHub 65bb232c36 Merge pull request #3146 from weaveworks/175-merge-neutral-theme-colors
Merge neutral theme colors
2018-04-16 16:41:20 +02:00
Filip Barl d812e14987 Bump ui-components to v0.4.55 2018-04-16 16:37:34 +02:00
Filip Barl a4f9641bd6 Merge neutral theme colors. 2018-04-16 16:35:51 +02:00
Matthias RadestockandGitHub 4b85be0d7e Merge pull request #3141 from kinvolk/schu/workaround-ubuntu-kernel-oops
Workaround Ubuntu kernel oops

Fixes #3131
2018-04-16 07:56:02 +01:00
Matthias RadestockandGitHub 82cd367379 Merge pull request #3139 from weaveworks/3127-no-truncate
do not truncate tables

Fixes #3127.
2018-04-15 21:49:19 +01:00
Bryan BorehamandGitHub 994493b2e0 Merge pull request #3143 from weaveworks/unsafe-add-children
Use unsafe merge in joinResults.addChildAndChildren()
2018-04-15 21:46:23 +01:00
Bryan Boreham e1c418884e Comment inconsistency between calls in joinResults 2018-04-15 09:39:43 +00:00
Bryan Boreham 3711876194 Use unsafe merge in joinResults.addChildAndChildren(), for performance 2018-04-15 09:39:21 +00:00
Bryan Boreham 04ceb0cc87 Faster path to check an IP address against known networks
We modify the critbitgo library to skip creating a route object we don't use.

The weaveworks-local modification can be removed if
https://github.com/k-sone/critbitgo/pull/7 is merged.
2018-04-14 20:44:09 +00:00