Sara Taha
7ef0008b4f
fix linting issue for trailing spaces
2020-03-13 05:19:20 +02:00
Sara Taha
70a818bff8
remove trailing space
2020-03-13 05:15:08 +02:00
Sara Taha
112fd5616b
remove trailing zeros in large numbers in UI
...
Added ~ option to d3Format which trims trailing zeros across format types.
Fixes #3741
2020-03-13 04:51:44 +02:00
Oleg Utkin
ae112d05f3
script: replace JSON.stringify with json-stable-stringify
...
resolves issue #3133
2019-10-06 00:34:43 +03:00
Simon Howe
a18827f2f0
Fixes "45undefined" in node memory overlay
...
- Seems like the filesize lib subtley changed their API
2019-09-13 16:38:19 +02:00
Filip Barl
478e325755
Resolved dependency cycle between actions and web utils
2019-08-02 20:02:30 +02:00
Filip Barl
c2fa42f514
Resolved router utils dependency cycle
2019-08-02 15:31:19 +02:00
Filip Barl
183bf0f8bd
Moved doControlRequest function into actions
2019-08-01 16:11:32 +02:00
Filip Barl
f27d1337c8
Resolved a buncher of simple(r) eslint errors
2019-08-01 08:39:42 +02:00
Daniel Holbach
a494f00964
run 'eslint app server.js --fix'
2019-08-01 08:39:42 +02:00
Filip Barl
0b1a1f4858
Bumped jest and fixed the feature storage.
2019-03-26 12:28:57 +01:00
Filip Barl
019ab0ff80
Update some node deps.
2019-03-26 12:01:58 +01:00
Filip Barl
050017085e
Use Time Travel context when downloading raw reports.
2019-03-14 15:54:50 +01:00
guyfedwards
272b9a5d6a
add eslint sort-keys rule and run codemod
2019-01-09 13:59:15 +00:00
Roland Schilter
f8412c3204
Rename :orgId to :instanceId in metrics graph url
...
- Renames placeholders `:orgId` to `:instanceId` in
`--app.metrics-graph`
- Adjusts frontend client to use the provided instanceId by its host
application (Weave Cloud)
2018-12-17 17:57:00 -08:00
Simon Howe
d5c49e5277
Fixes tests: add sessionStorage mock
2018-08-27 18:50:10 +02:00
Simon Howe
1906e319a9
Read from sessionStorage before localStorage when loading view state
2018-08-27 16:20:40 +02:00
Simon Howe
3791198edc
Adds a scope-cmp prop to disable storing the view state in localStorage
...
- Scope will forget where it was last opened.
2018-08-23 15:44:33 +02:00
Filip Barl
af99a95100
Update localStorage with Scope state also on initial router hook.
2018-08-13 17:56:16 +02:00
Filip Barl
65dad7242e
Removed old graph nodes obsolete code.
2018-08-09 12:31:12 +02:00
Filip Barl
b05563d9ab
Made searching and metric fills work.
2018-08-09 12:31:12 +02:00
Filip Barl
ecc5f5ed63
Separate API endpoint namespace from URL path part.
2018-06-11 15:56:28 +02:00
Bryan Boreham
8c18a785e7
Merge pull request #3132 from openebs/add-pv-pvc-support
...
Add Kubernetes Storage (pv and pvc) support in Weave Scope
2018-06-08 12:41:21 +01:00
Satyam Zode
d26b2c3805
Add Kubernetes storage class resource to weave scope
...
This will:
- Add StorageClass resource. Storage classes are mentioned
in the PVC spec. We're using storage class name from PVC spec to
add adjacency to the PVC node.
- Add square sheet shape for StorageClass.
- Add storage filter in the PODS topology.
Storage Filter will allow user to see distinct view of
stateful applications.
- Add visually distinct edge to show storage adjacency.
Signed-off-by: Satyam Zode <satyam.zode@openebs.io >
2018-06-08 16:36:29 +05:30
Satyam Zode
2f69973de6
Add adjacencies for kubernetes storage components
...
- Kubernetes storage components such as PV and PVC are connected based on two
parameters Persistent volume claim name and Persistent Volume name.
- PVC contains the volume name which is, PV name itself. Hence, we can
show edge for PVC and PV.
- This will bring higher level visibility for kubernetes storage components.
Signed-off-by: Satyam Zode <satyam.zode@openebs.io >
2018-06-07 17:04:56 +05:30
Satyam Zode
23210a6a77
Add Kubernetes volumes support in Weave Scope
...
This will
- Add Kubernetes volume resources such as PV, PVC.
- Add shapes for Kubernetes PV and PVC
- Add `Cylinder` shape for PV and `Dotted Cylinder` shape for PVC.
Signed-off-by: Satyam Zode <satyam.zode@openebs.io >
2018-06-07 17:01:29 +05:30
jpellizzari
109667bcdb
Change URL resolution to accomodate Weave Cloud paths
2018-05-15 12:00:17 -07:00
Filip Barl
99e4870d99
Don't update route if it hasn't changed.
2018-04-09 09:42:43 +02:00
Roland Schilter
6ddc57d047
Only modify document title if running standalone ( #3071 )
2018-02-20 18:16:04 +00:00
Filip Barl
4b4a861f7a
Remove all the default Scope state values from the URL.
2018-01-22 15:52:52 +01:00
Roland Schilter
f96dd4a532
client: Fix uptime sort in table view ( #3038 )
...
* client: Fix uptime sort in table view
Duration dataType for table columns is now sorted as numeric value.
Default sorting is kept as ascending and text is left-aligned, unlike
numbers.
* Make non-second unit show up in tests
2018-01-22 15:31:44 +01:00
Filip Barl
77b691ca0b
Change pausedAt format from moment() back to ISO string for easier handling.
2018-01-19 19:26:39 +01:00
Filip Barl
4bd7fc759a
Store the pausedAt state in the app URL.
2017-11-10 16:46:56 +01:00
Filip Barl
e233e64279
Improved the duration parsing on frontend.
2017-11-03 10:43:41 +01:00
Filip Barl
f5bfa506d6
Verified the TODO comments and make durations be in seconds.
2017-11-03 10:43:41 +01:00
Filip Barl
6c0194b832
Show uptime durations in a more human format.
2017-11-03 10:43:41 +01:00
Filip Barl
397b839678
Removed all legacy TimeTravel code.
2017-10-20 11:50:40 +02:00
Filip Barl
228c9c4ab3
Updated all possible devDependencies.
2017-10-18 14:54:45 +02:00
Filip Barl
c26914087f
Use destructuring instead of deep assignment whenever possible.
2017-10-17 19:07:14 +02:00
Filip Barl
2fcbdb7e16
Applied autofix for object-curly-newline rule.
2017-10-17 19:07:14 +02:00
Filip Barl
d9a8afe81d
No restricted globals.
2017-10-17 19:07:14 +02:00
Filip Barl
58922730f5
Fixed function-paren-newline.
2017-10-17 19:04:41 +02:00
Filip Barl
659c9b1304
Fixed spaced-comment.
2017-10-17 19:03:44 +02:00
Filip Barl
dfe4944ec7
Fixed indentation.
2017-10-17 19:03:44 +02:00
Damien Lespiau
cbfe63dc78
tracking: Fix now out of date comment
2017-09-25 14:03:09 +01:00
Damien Lespiau
a205f6ecb7
tracking: Rename trackMixpanelEvent() to trackAnalyticsEvent()
...
Might as well not mention Mixpanel now that we're sending all events to
Segment.
Commit done with:
git grep trackMixpanelEvent | cut -d : -f 1 | sort -u | \
xargs sed -e s/trackMixpanelEvent/trackAnalyticsEvent/g
2017-09-25 13:57:00 +01:00
Damien Lespiau
3f6faa5371
tracking: Use segment for tracking
...
Align scope to the rest of the platform.
2017-09-22 16:51:37 +01:00
Filip Barl
75e0d383fe
Simplified spring usage.
2017-09-11 18:50:23 +02:00
Filip Barl
c159315245
Split between topology API polling & one time calls.
2017-08-24 18:11:46 +02:00
Filip Barl
a51d34f1e5
Introduced translation limits to the graph view.
2017-08-23 15:04:50 +02:00