1
0
Fork 0
Commit Graph

50 Commits

Author SHA1 Message Date
Michael Hackstein f95c3dfa79 First version of primary server view in the cluster 2014-01-16 15:23:28 +01:00
Michael Hackstein 3421822f0e First version of server view displaying pairs of db servers. Design missing 2014-01-15 17:13:59 +01:00
Michael Hackstein a4e500ebf5 Improved the overview and added a seperate coordinators view, it is actually completely different compared to db servers 2014-01-15 17:08:56 +01:00
Michael Hackstein bb1a12c76b Finished first version of Cluster Overview using fake data. User now gets a prominent overview over his cluster and can decide if coordinators or databases are effected by failures 2014-01-15 14:49:56 +01:00
Michael Hackstein 5622b1a1f4 Added Headlines to all cluster columns 2014-01-14 17:18:02 +01:00
Michael Hackstein 8816bfab14 Fixed merge confilct 2014-01-14 15:01:17 +01:00
Michael Hackstein 6b8333207b Added first implementation of the Cluster Dashboard. Functionality is basic, displayed data is faked and design is comming soon 2014-01-14 14:52:52 +01:00
Michael Hackstein 4bb630b030 Further additions to router tests 2014-01-12 22:05:41 +01:00
Michael Hackstein 93065b4a3d Added some more tests to web-interface router. Some routes are tested now. Fixed some minor bugs during tests 2014-01-12 14:44:21 +01:00
Michael Hackstein ec83539390 The start view of the graph viewer now offers support for multiple label/colour attributes 2013-12-18 09:36:05 +01:00
Michael Hackstein bf520f652f GraphViewer it is now possible to define a list of label attributes and colour attributes 2013-12-17 23:25:06 +01:00
Michael Hackstein d3be3c37b8 GraphViewer: Nodes can now be coloured by a list of attributes also. Still Missing Interface 2013-12-17 11:04:05 +01:00
Michael Hackstein 521314c73a The nodeshaper will now cut down long word labels. Also it is able internally use an array of label attributes. TODO: Add list to colours and offer interface for it 2013-12-17 09:57:40 +01:00
Michael Hackstein 3be384a624 Fixed all karma tests (especially JSLint in Browsers). Problem is that i had a test checking for location.replace which did fail but pointed the browser to some undefined location instead 2013-12-17 09:06:46 +01:00
Michael Hackstein 490417de31 Started with adding a context menu for nodes. Modified karma config. It now does not run JSLint and WebWorkers specific tests, they somhow fail on the jenkins server. Will be fixed again 2013-12-16 16:41:24 +01:00
Michael Hackstein 05a2baff05 The right-click context menu is now disabled in context of the SVG 2013-12-13 13:06:22 +01:00
Michael Hackstein 8624ab3278 GraphViewer: Whenever the content of the adapter is reseted now the content of the colourmap is reseted as well 2013-12-13 11:43:33 +01:00
Michael Hackstein 07cc648b55 Fixed a test in the dispatcher that failed unpredictibly 2013-12-13 11:17:03 +01:00
Michael Hackstein 18d2c3327b GraphVieweri: the abstract Adapter now propagetes a cleanUp call to the general viewer. 2013-12-13 11:16:19 +01:00
Michael Hackstein e6df75784f GraphViewer Added tests for the graphViewer object ot be passed arround through adapter instances, which is required for reset 2013-12-13 10:43:23 +01:00
Michael Hackstein 34b775086c Added test to reset the colourlist on attribute change 2013-12-12 09:43:37 +01:00
Michael Hackstein f04c25e051 Finally all GraphViewer Tests added and running under phantomjs and added to automatic test 2013-12-10 10:51:41 +01:00
Michael Hackstein 62e9a9d3d6 Fixed tests for arango ui component in graphviewer. It is now also added to PhantomJS test suite 2013-12-08 14:42:00 +01:00
Michael Hackstein cb854e8250 Fixed tests for modularityJoiner to run with phantomJS (different result because of different sorting order of object keys) 2013-12-08 13:23:34 +01:00
Michael Hackstein 0c4b20d4cb Internal modification of the graph viewer ui 2013-12-04 18:26:45 +01:00
Michael Hackstein 1697e3c326 Fixed bug for ArangoDB internal errors, they have not properly been presented to the user in the Graph Management 2013-12-02 15:36:33 +01:00
Michael Hackstein 242b02fe0f Added error messages to new graph management overview 2013-12-02 15:19:52 +01:00
Michael Hackstein 4fc67b7381 Fixed GraphViewer CSS check, changed to different class but forgot the test 2013-12-02 13:20:31 +01:00
Michael Hackstein 103f36f223 Functionality of the graph management implemented. CSS to go 2013-11-29 14:51:48 +01:00
Michael Hackstein e04ff0822f Started implementing the graph management in the Web Interface. Tests are implemented as well as method stubs. Not yet functional and CSS is missing. 2013-11-29 09:53:37 +01:00
Michael Hackstein bb89e43515 Added a button to create the Graph Management Dialog 2013-11-28 15:29:12 +01:00
Michael Hackstein ebb0ae026b Fixed ids that were given to multiple html elements. Added some tests for the graphView. Only Basics are tested, advanced options not yet 2013-11-28 13:25:27 +01:00
Michael Hackstein 4ec105f5e9 Made domObserver tests work with PhantomJS. Added to automatic tests 2013-11-28 09:48:03 +01:00
Michael Hackstein a79d9b5123 Moved karma tests for the GraphViewer to the central test repo. Made most of them work in Phantomjs, the others will follow. Now they are disabled for Jenkins 2013-11-28 00:48:19 +01:00
Michael Hackstein 7db1a72b0c Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-11-27 13:09:36 +01:00
Michael Hackstein 3a81265afd Improved GraphViewer Layout 2013-11-27 13:07:38 +01:00
Michael Hackstein 045321b318 Moved the selection box from navigation bar back to footer bar 2013-11-17 00:02:08 +01:00
Michael Hackstein 29cb5f2d8b Started implementation of the new document editing mask 2013-11-16 17:38:56 +01:00
Michael Hackstein e40dcf61b0 Modified NavigationView, it is now easier to render and tests 2013-11-16 01:42:54 +01:00
Michael Hackstein 44d8e7e94e DB Selection view is now managed by the router and not managed by navigationView any more 2013-11-16 00:43:37 +01:00
Michael Hackstein 73839cc593 Moved db selection to router 2013-11-15 23:50:11 +01:00
Michael Hackstein e7b88943f0 Fixed JSLint and added JSLint to karma tests again. 2013-11-15 21:31:15 +01:00
Michael Hackstein 15c2618033 Added tests for the router and fixed tests for capitalized view names 2013-11-15 00:05:30 +01:00
Michael Hackstein 0996649a6e Added implementation for a current database model 2013-11-14 13:28:12 +01:00
Michael Hackstein 2e9f38f352 Added test and method stub for curent database model. Karma tests will fail by intention (jenkins test) 2013-11-14 12:04:57 +01:00
Michael Hackstein 9f05b2800f Added a test suite for the navigation bar. Right now tests all visible tabs and their navigation funcitonality 2013-11-14 09:57:55 +01:00
Michael Hackstein 13c74c1e1c Fixed JSLint warnings, added JSLint to karma, will now be automatically checked. Wrapped all files in an anonymouse function and added usefull use strict 2013-11-12 16:09:40 +01:00
Michael Hackstein 61ab284433 Removed swp files, sorry... 2013-11-12 14:02:53 +01:00
Michael Hackstein 41ea74dca5 Fixed JSLint to work with karma now. Some JSLint errors still occur 2013-11-12 14:01:09 +01:00
Jan Steemann 729bbc44f0 use per-database directories for Foxx apps 2013-09-30 10:57:29 +02:00