Commit Graph

354 Commits

Author SHA1 Message Date
Tom Gallacher
8f675e7911 Update Button and Checkbox 2016-12-12 10:28:48 +00:00
Tom Gallacher
0f6169ca5d Introduced storybook
This should make developing components much easier, I hope :D
2016-12-12 10:28:48 +00:00
Sérgio Ramos
557cd5a291 wip rm css 2016-12-12 10:28:47 +00:00
Raoul Millais
21ccfd80e3 Change license to MPL2 2016-12-09 17:39:42 +00:00
Sérgio Ramos
174aec625e Merge pull request #98 from yldio/architecture-react-d3
Architecture react d3
2016-12-07 11:28:55 +00:00
Tom Gallacher
d1a1362d2a Update README.md 2016-12-06 17:27:46 +00:00
Tom Gallacher
fb98af153a Update colour of warning 2016-12-06 17:13:21 +00:00
Tom Gallacher
d82a43d1e3 Implemented collisions on nodes
Also included in this is the implementation of stats as html foreign
objects in svgs.
2016-12-06 16:29:45 +00:00
Tom Gallacher
62aef3eec6 Implement multi-tier info boxes
These use HTML inside of SVG, this allows us to style the SVG's much
easier, it also enables us to reference the dom nodes from within react.
2016-12-06 12:38:17 +00:00
Sérgio Ramos
d44eeb2d70 fix Tab test 2016-12-06 11:37:18 +00:00
Sérgio Ramos
d6835361bc ignore frontend test (for now) 2016-12-06 11:28:30 +00:00
Sérgio Ramos
52b9645052 ignore css in test 2016-12-06 11:17:38 +00:00
Sérgio Ramos
9376818a4b handle aliases in webpack test 2016-12-06 11:14:48 +00:00
Sérgio Ramos
d055c3a540 fix ui/docs compilation 2016-12-06 10:25:20 +00:00
Sérgio Ramos
08ad220143 frontend compile depends on ui 2016-12-06 10:12:25 +00:00
Sérgio Ramos
3802784099 speedup stylelint 2016-12-05 20:34:17 +00:00
Sérgio Ramos
72317a79dc fix color api breakage 2016-12-05 20:31:39 +00:00
Sérgio Ramos
d63bea9571 use existing aliases in the requires 2016-12-05 20:28:10 +00:00
Sérgio Ramos
23dab7b6cf move webpack output to root static 2016-12-05 20:23:36 +00:00
Sérgio Ramos
34abad383a move /tab to /tabs/tab 2016-12-05 20:15:10 +00:00
Sérgio Ramos
0189d7d29a re-organize webpack configuration
- detach plugins configuration
 - use aliases
 - add project root to frontend module resolver
2016-12-05 20:11:55 +00:00
Sérgio Ramos
1d59d105ca remove redundant eslint rule 2016-12-05 20:06:22 +00:00
Sérgio Ramos
de2014335f update dependencies 2016-12-05 20:03:19 +00:00
Tom Gallacher
1f3c6c2e41 New pass as d3 2016-12-05 17:42:38 +00:00
Tom Gallacher
9d3903a1db Implement d3 avg rendering in react
This is an initial implement that at the moment constructs the required
SVG layout to be used by D3.
2016-12-02 11:02:58 +00:00
Alex Windett
7b30859223 removing clearfix and updating component 2016-11-29 14:11:32 +00:00
Alex Windett
12e59cae1e adding notification test 2016-11-28 18:05:07 +00:00
Alex Windett
bce2e8fc01 creating notification component and adding in shared values and new composer 2016-11-28 17:58:30 +00:00
Alex Windett
7fb2cb3131 creating button-icon component 2016-11-28 17:58:30 +00:00
Alex Windett
07e391bd37 correcting title 2016-11-28 17:58:30 +00:00
Tom Gallacher
bd63ca3c56 Merge pull request #91 from yldio/leak
spike a memory leak using our graphs
2016-11-28 10:15:02 +00:00
Sérgio Ramos
31edfb989a improve readme 2016-11-25 10:34:08 +00:00
Sérgio Ramos
47d8576bbb make fast leak linear 2016-11-25 10:32:59 +00:00
Sérgio Ramos
811b636a9f fix artillery start script 2016-11-25 10:31:38 +00:00
Sérgio Ramos
5984958dba consume prometheus API to display graphs 2016-11-25 09:26:54 +00:00
Sérgio Ramos
5fc7d4d132 leak client code 2016-11-25 09:26:53 +00:00
Tom Gallacher
6822feb508 B&W graphs: Implementing disk and memory 2016-11-25 09:26:53 +00:00
Tom Gallacher
fe99517cb3 bar and whisker: adding min and max 2016-11-25 09:26:53 +00:00
Tom Gallacher
dc98787e1e Box and whiskers, with no whiskers 2016-11-25 09:26:53 +00:00
Alex Windett
0bb2b495a7 adding default values to iconSet prop and icon name 2016-11-23 15:13:21 +00:00
Alex Windett
5fc507d9a9 adding in icon ui component and react-icon node module 2016-11-23 15:13:21 +00:00
Alex Windett
28d93159ec using new class name in rest of css 2016-11-23 15:13:21 +00:00
Alex Windett
d6b18a69a8 using a less generic class name 2016-11-23 15:13:21 +00:00
Tom Gallacher
97aafac05b deploy: disable tls 😭 2016-11-23 14:05:39 +00:00
Tom Gallacher
001cc0d502 circle: refresh certs before deploy 2016-11-23 12:51:40 +00:00
Alex Windett
9e0193de7d Adding modal to side nav and refactoring 2016-11-23 12:04:49 +00:00
Sérgio Ramos
01a527063e use docker-compose to run multiple leaked services 2016-11-22 23:05:16 +00:00
Alex Windett
79da2b5e54 fixing spelling of title 2016-11-22 16:52:26 +00:00
Alex Windett
96a8305b4a adding in modal 2016-11-22 16:45:22 +00:00
Alex Windett
958c27aeeb Updating Toggle component to use input instead of divs 2016-11-21 17:42:26 +00:00