Sérgio Ramos
e82b3f528c
setup staging deploy
...
fixes #368
2017-03-21 16:09:53 +00:00
Sérgio Ramos
bb8853bfe2
setup staging deploy
...
fixes #368
2017-03-21 15:42:37 +00:00
JUDIT GRESKOVITS
2ef8437e1c
Rename project for testing
2017-03-21 14:22:31 +00:00
JUDIT GRESKOVITS
72ad67ec06
Normalize normal data
2017-03-21 13:05:13 +00:00
JUDIT GRESKOVITS
211be1d054
Add triton logo
2017-03-21 11:50:19 +00:00
JUDIT GRESKOVITS
bb317169a4
Add links to non-marvel proto
2017-03-21 11:44:20 +00:00
Alex Windett
5459220c77
ensuring node can only be dragged within constraints
2017-03-21 11:22:54 +00:00
JUDIT GRESKOVITS
7a2a1f95a6
Add normal metrics data
2017-03-21 11:21:52 +00:00
JUDIT GRESKOVITS
c72bef0553
Add leak metrics data
2017-03-21 10:52:32 +00:00
Sérgio Ramos
2644adebbd
add no-leak example to get normal data
2017-03-21 10:07:19 +00:00
JUDIT GRESKOVITS
d1458e09ee
Add mock testing data
2017-03-21 09:41:08 +00:00
JUDIT GRESKOVITS
c06bbf4e31
Add icons to service list and tidy up
2017-03-20 16:33:31 +00:00
Alex Windett
9a1a84510f
adding in filter + add new inputs
...
fixes #374
fixes #373
2017-03-20 16:04:49 +00:00
JUDIT GRESKOVITS
263d1518af
playback metrics data
...
fixes #357
2017-03-20 11:46:50 +01:00
Sérgio Ramos
9f03c65f05
watch reachability of containers
2017-03-20 09:38:21 +01:00
Alex Windett
ffe6809390
hiding unmanaged instances
...
fixes #371
2017-03-17 11:16:04 +00:00
Sérgio Ramos
59ca154fd1
use percentage in leak mem metrics
...
also: move to a docker compose format that is compatible with triton
2017-03-16 16:15:07 +00:00
JUDIT GRESKOVITS
6ea7891194
Ensure index.htmls are consistent - dev / prod
2017-03-16 14:37:24 +00:00
JUDIT GRESKOVITS
ac5a43909e
Add viewport meta tag
2017-03-16 14:26:19 +00:00
JUDIT GRESKOVITS
2f0829a982
Reafactor metric and mini source
2017-03-16 11:45:22 +00:00
Sérgio Ramos
962bc85b28
implement "metric by interval" selector
...
fixes #356
implementation with @juditgreskovits
tests with @alex-windett
2017-03-14 15:13:06 +00:00
JUDIT GRESKOVITS
b229c7b63e
Add positionig for services tooltip
...
adding tooltip to store and passing props down to component
Add tooltip to services list
Add queck actions tooltip to services
2017-03-14 10:53:41 +00:00
Alex Windett
2bede6e669
Adding unmanaged instances and "paper" composer
...
fixes #284
fixes #273
2017-03-09 18:40:29 +00:00
Alex Windett
7a393278eb
adding pre-push hook to also push all git-lfs assets
2017-03-09 10:58:51 +00:00
Alex Windett
fc68ff4e2a
Testing updating .sketch file in CI and Desktop Client ( #362 )
2017-03-09 10:13:03 +00:00
JUDIT GRESKOVITS
ea1876d691
Restructure services containers for router push
...
Meow
Restructure services containers for router push
2017-03-08 14:34:11 +00:00
JUDIT GRESKOVITS
0bfe081a86
Fix react-router version
2017-03-08 13:02:26 +00:00
Sérgio Ramos
b11306038d
fix leak tree script
2017-03-07 17:06:25 +00:00
JUDIT GRESKOVITS
9cdfda0e64
Consul to display correctly
2017-03-06 17:17:23 +00:00
Sérgio Ramos
f33f91988d
fix leak<->prometheus integration
2017-03-06 17:15:16 +00:00
Sérgio Ramos
5e21ff1e64
add icons to ui ( #347 )
...
fixes #282
fixes #297
fixes #333
Not only adds icons (as svgs) but also removes the assets folder which adds some
side effects:
- move fonts to it's own component (currently only exposing libre-franlin)
- Base.global requires fonts and injects them
- update webpack and babelrc to ignore/include that new folder
Having to deal with those side effects, I took the opportunity to add some
improvements:
- rename "regular" to "normal" which conforms to the font-weight rule options
- apply family and weight to buttons (which default to system-ui)
- replace all font-weight to use the typography composer
- only use "Libra Franklin" as the family name, using weight to vary between
files
2017-03-03 15:29:03 +00:00
Sérgio Ramos
2589ad59a7
remove eslint-loader
...
fixes #349
2017-03-03 15:06:32 +00:00
Alex Windett
04911bdf5b
allowing tab title to recieve string or React element
2017-03-03 14:32:23 +00:00
JUDIT GRESKOVITS
677c80421b
Ensure arrows and lines are correct for large nodes too
2017-03-02 18:40:17 +00:00
Sérgio Ramos
900e9a4369
remove routerPush
...
fixes #337
2017-03-02 16:59:49 +00:00
JUDIT GRESKOVITS
e71b1e6fde
Add primary and secondaryto topology and refactor
2017-03-02 16:59:33 +00:00
Sérgio Ramos
62bd05ffb8
replace file-loader with babel-plugin-inline-react-svg
...
fixes #299
2017-03-02 14:23:18 +00:00
Alex Windett
3b1e116453
changing value for coditionally assigning org nav margin
2017-03-02 11:18:45 +00:00
Alex Windett
1a4e61782e
increasing z-index for tooltip to ensure its above all content
2017-03-02 11:18:45 +00:00
Alex Windett
e6cf423432
conditionally assigning margin based on avatar in org tabs
2017-03-02 11:18:44 +00:00
Sérgio Ramos
c648ca6878
don't use value's id
on radio instances
2017-03-01 17:27:04 +00:00
Sérgio Ramos
a8c4ca642c
add checkbox to service item
...
fixes #283
2017-03-01 17:08:18 +00:00
JUDIT GRESKOVITS
0f42f8021b
Selector to add primary and secondary to parent
...
Remove console log
Selector to add primary and secondary to parent
2017-03-01 17:07:39 +00:00
Alex Windett
ff2c70b7c5
ensuring drop shaddow is visible on all unselected tabs
2017-03-01 16:18:31 +00:00
JUDIT GRESKOVITS
8bd2190863
Colours from constants lagend for toggle
2017-03-01 15:23:20 +00:00
Alex Windett
702747d520
Merge branch 'feature/manage-org-tabs'
...
* feature/manage-org-tabs:
refactoring - created DumbTab for non routable tab
adding managable tabs for organistaion nav
2017-03-01 14:45:21 +00:00
Sérgio Ramos
7f2c92b730
fix list-item
...
fixes #281
2017-03-01 14:44:34 +00:00
Alex Windett
ea4b959c89
refactoring - created DumbTab for non routable tab
2017-03-01 12:07:52 +00:00
Alex Windett
dcc410bc17
adding managable tabs for organistaion nav
2017-03-01 12:01:14 +00:00
Alex Windett
017f133611
adding in off-click of element handler
2017-03-01 10:55:42 +00:00