1
0
Fork 0
Commit Graph

1121 Commits

Author SHA1 Message Date
Michael Hackstein bfb6df11c3 GraphViewer: Added a test in the arangoAdapter to check that only new nodes are added into buckets 2013-07-09 10:29:12 +02:00
Michael Hackstein bdc8f23f9f GraphViewer: Removed unnecessary checks in the Previewer 2013-07-09 10:28:15 +02:00
Michael Hackstein a1feca735a GraphViewer: Fixed configuration in the UI Specs 2013-07-09 09:43:26 +02:00
Michael Hackstein 967f4656ef GraphViewer: Updated the event dispatcher 2013-07-09 09:20:56 +02:00
Michael Hackstein c9d8676116 GraphViewer: Inserted the new constructor of the abstract adapter into the other adapters 2013-07-09 09:05:25 +02:00
Michael Hackstein 615507c8e2 GraphViewer: Moved computation of expansion/collapsing of nodes from EventLib to Adapter for more consistency 2013-07-09 08:54:44 +02:00
Michael Hackstein d4079a3df4 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-08 15:04:09 +02:00
Michael Hackstein 772a1ab2f0 GraphViewer: Fixed a bug in the joining of communities. Deletion of edges was not properly propagated to the joiner 2013-07-08 15:04:04 +02:00
Heiko Kernbach 30c3f1ae5a css 2013-07-08 14:43:31 +02:00
Heiko Kernbach ffc13c5e59 #446 - fixed 2013-07-08 14:06:53 +02:00
Michael Hackstein 1a91aef78b GraphViewer: The ModularityJoiner properly reacts to insertion / deletion of edges 2013-07-08 13:22:05 +02:00
Michael Hackstein 8ce8de1b05 GraphViewer: The Abstract adapter now informs the MOdularityJoiner about Edge insertions and deletions. However the Joiner does not yet know about it 2013-07-08 13:05:43 +02:00
Michael Hackstein 5545846fef GraphViewer: Adapted ArangoAdapter check to ModularityJoiner 2013-07-08 10:39:12 +02:00
Michael Hackstein 83ed301e09 GraphViewer: Added Test + Implementation for Mod.Joiner in the abstract Adapter 2013-07-08 10:28:00 +02:00
Michael Hackstein 4e10a5aa76 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-08 08:45:55 +02:00
Michael Hackstein 3859e8e5b9 GraphViewer: ModularityJoiner as a worker is now fully tested and ready to go. Time to tell the adapter about it ;) 2013-07-05 18:40:45 +02:00
Michael Hackstein 49b14305ec GraphViewer: Copied relevant parts of underscore into ModularityJoiner. It can now be started as a worker yay 2013-07-05 17:59:53 +02:00
Michael Hackstein 2d16ac415e GraphViewer: ModularityJoiner is now independet from the nodes, just relying on edges. Did speed up setup process as iteration is only over connected nodes 2013-07-05 13:15:55 +02:00
Jan Steemann 701f087e8f Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-05 11:41:55 +02:00
Jan Steemann 054ed3ca3f apply collection data dumps 2013-07-05 11:41:37 +02:00
Michael Hackstein 2b7bb78fa6 GraphViewer: Community joining is now completely moved to modularity joiner again. NodeReducer requires shared memmory which is not available for workers. Adapters need to be adjusted 2013-07-05 11:22:35 +02:00
Michael Hackstein 8e8561ec75 GraphViewer: Merged ModularityJoiner back into NodeReducer to allow the Reducer to become a WebWorker more easily 2013-07-05 10:05:52 +02:00
Michael Hackstein 123cb3a101 GraphViewer: Finished WebWorker tests, all Browsers pass ecxept IE9, IE8 is not support because of SVG 2013-07-04 17:29:48 +02:00
Michael Hackstein 4dc2f049e0 GraphViewer: Construction is now tested with arbitrary paramteres 2013-07-04 17:02:02 +02:00
Michael Hackstein 2bc5bae3da GraphViewer: Construction of Worker now passes in Safari, Chrome, FF and Opera. The IE has to be tested 2013-07-04 16:37:32 +02:00
Michael Hackstein 2ef00806fb Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-04 16:31:25 +02:00
Michael Hackstein 6c47786795 GraphViewer: Started implementing the WebWorkers. Already build a wrapper which works for Safari, now adding tests to karma 2013-07-04 16:31:21 +02:00
Jan Steemann 0f72f2ec33 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-04 15:54:07 +02:00
Jan Steemann 230f0ddcc3 added errors 2013-07-04 15:51:24 +02:00
Michael Hackstein bf01f6b8a0 GraphViewer: Prepared the adapter to support NodeReducer as a worker 2013-07-04 12:37:31 +02:00
Michael Hackstein 630712c017 GraphViewer: JSLint fixes 2013-07-04 11:58:20 +02:00
Michael Hackstein c5ecd23b77 GraphViewer: Added karma configuration for automated testing 2013-07-04 11:46:00 +02:00
Michael Hackstein fd2ee1e553 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-04 11:16:30 +02:00
Jan Steemann f5968a4646 handle a master's state response 2013-07-04 10:13:09 +02:00
Michael Hackstein f5b9d8c1a1 GraphViewer: The Edit-Dialog is now more consistent with Collection-Tab dialog 2013-07-04 00:20:10 +02:00
Michael Hackstein 27b018c699 GraphViewer: Improved layout of Edit Dialog, but still the table is to large 2013-07-03 18:57:33 +02:00
Michael Hackstein 2c56f211f3 GraphViewer: New attribtues can now be added in the dialog 2013-07-03 18:36:05 +02:00
Michael Hackstein efbd8c673f GraphViewer: Now deletion of attributes is possible. Did forget to add that 2013-07-03 17:39:48 +02:00
Michael Hackstein 87112b9c0e GraphViewer: Nested Attributes are now displayed properly 2013-07-03 17:07:04 +02:00
Michael Hackstein 7fc969b8ea GraphViewer: Fixed JSLint warnings 2013-07-03 15:16:08 +02:00
Michael Hackstein 1d25c27a35 GraphViewer: Added a test for the modularity joiner simulating what is expected in the AdminUI in worst case (maxZoom, many nodes with only incomming edges 2013-07-03 14:57:24 +02:00
Michael Hackstein 616ee97440 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-03 14:53:41 +02:00
Michael Hackstein b3a8884514 GraphViewer: Updated the AdminInterface to contain ModularityJoiner. Now the graphViewer works again 2013-07-03 14:53:31 +02:00
Jan Steemann 750682053c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-03 14:11:46 +02:00
Jan Steemann 44c9ca4e90 issue #565, plus a few usability fixxes for aal.search() 2013-07-03 14:06:57 +02:00
Michael Hackstein ce2858b1aa GraphViewer: Fixed a bug in modularity joiner. It is now tested with a network of 1000 nodes -> finished in 1 sec. However 10.000 nodes are still too much. 2013-07-03 13:39:09 +02:00
Michael Hackstein caa4df602f GraphViewer: Massively improved the Community Joiner, runtime is reduced by factor 2 and result is closer to optimum. 2013-07-02 16:17:31 +02:00
Michael Hackstein 985119f5ae GraphViewer: Fixed Cross-Browser Issues. The Viewer is now tested with: IE9, Safari, Chrome, FF and Opera 2013-07-02 09:59:58 +02:00
Michael Hackstein b718365504 GraphViewer: Integrated the modularity joiner into the nodeReducer. All old tests pass now so joining seems to be quite good. yay ;) 2013-07-01 17:12:55 +02:00
Michael Hackstein 42e52ea2b8 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-01 16:33:00 +02:00
Michael Hackstein a443727e89 GraphViewer: Tested the modularity joiner with the famous Zachary Karate Club 2013-07-01 16:32:38 +02:00
Jan Steemann 9d2a016c5b make jslint happy 2013-07-01 15:50:51 +02:00
Michael Hackstein 510e7c2573 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-01 15:05:51 +02:00
Michael Hackstein 3c3e20056f GraphViewer: Implemented new version of modularity join taking into account directions and multiple edges between a pair of nodes 2013-07-01 15:05:19 +02:00
Jan Steemann af18b61539 increased update interval 2013-07-01 10:26:27 +02:00
Jan Steemann 1f68eaa221 issue #563: can aal become a default object? 2013-07-01 10:21:18 +02:00
Jan Steemann a0f34b3e2c git status
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-07-01 10:18:00 +02:00
Jan Steemann a1918ae9e3 added derived files 2013-07-01 10:09:22 +02:00
Michael Hackstein d7b61fd051 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-01 09:55:13 +02:00
Michael Hackstein c5fe80aa98 GraphViewer: Added getters to all values in the modulatiry joiner and added a setup function instead of calling a cascade of 4 functions 2013-07-01 09:54:44 +02:00
Jan Steemann 390bada835 added derived files 2013-06-28 19:15:10 +02:00
Michael Hackstein d0f1218a0d GraphViewer: Identified a bug in the community detection. Now started to externalize modularity computation s.t. it can be better tested 2013-06-28 15:50:27 +02:00
Michael Hackstein 243ba85dca GraphViewer: Added some cross-browser fixes. FF and Chrome pass all tests, Opera and Safari still fail a few 2013-06-27 15:26:34 +02:00
Michael Hackstein 65d266f367 GraphViewer: Added a check for the cursor-following edge when connnecting nodes, which did cause a crash in other browsers than FF 2013-06-27 14:10:23 +02:00
Michael Hackstein 2f4de281ec GraphViewer: The graphViewer preview will now overwrite given label and image-source attributes to match with hardcoded preview adapter 2013-06-27 13:32:22 +02:00
Michael Hackstein 4252513cfa GraphViewer: Added a Preview graphViewer Interface. 2013-06-27 12:49:37 +02:00
Michael Hackstein 4ba6422f2e GraphViewer: The main graphViewer class now knows about the preview adapter 2013-06-27 09:56:58 +02:00
Michael Hackstein 8dd44978cd GraphViewer: Added a previewAdapter for the Widget Generator. This returns a hardcoded set of nodes and alerts any outgoing actions 2013-06-27 09:51:35 +02:00
Michael Hackstein 7fb3e51b62 Web-Interface: Filters in Applications are now stored when using the navbar. 2013-06-27 08:49:18 +02:00
Michael Hackstein 4dc3682bee Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-27 08:39:48 +02:00
Michael Hackstein f553e1fb9d WebInterface: Added a margin to the container. Fixes an issue where the footer owas placed over the interface and f.e. hides the names of the last collections if you have many of them 2013-06-27 08:01:04 +02:00
Heiko Kernbach 054ea2d9a3 fixed css errors when server is offline 2013-06-27 01:31:18 +02:00
Jan Steemann e39bbea3f4 fixed jslint warnings 2013-06-26 16:52:50 +02:00
Michael Hackstein 31fca729f0 WebInterface: Apps can now be filtered by active/inactive/devel, also develapps now tell you that they are 2013-06-26 16:19:12 +02:00
Michael Hackstein c3e2d37d50 AdminInterface: Changed the Applications Tab. It is now a single tab and consistent with the dashboard and collections. However i have not yet an idea what could useful filters 2013-06-25 17:14:25 +02:00
Michael Hackstein 7ea3a30f68 GraphViewer: Changed accepted format of FoxxAdapter from Array to Object where it is much easier to identify equal nodes on server side 2013-06-25 15:05:44 +02:00
Michael Hackstein 60b540b231 GraphViewer: The nodeShaper now makes the html aware of xmlns:xlink and now the display of images is working finally 2013-06-25 10:53:15 +02:00
Michael Hackstein b2bdbaf8e1 GraphViewer: Now the image source really uses data stored in the document, forgot that it is encapsulated 2013-06-25 09:57:28 +02:00
Michael Hackstein a2696cb835 GraphViewer: Now images as nodes are also implemented including source 2013-06-25 09:51:12 +02:00
Michael Hackstein 440d65f4bd GraphViewer: The node shaper is now able to append images as nodes. But still need a proper href 2013-06-25 09:31:24 +02:00
Michael Hackstein 5bb74c01c2 GraphViewer: Widgets can now initially be bound with any action available in the toolbox 2013-06-25 08:04:34 +02:00
Michael Hackstein c33cb8c36a GraphViewer: Event dispatcher now offers rebind functions for buttons to the outside world. This is used to give an initial active tool without creating a toolbox. 2013-06-24 18:19:24 +02:00
Michael Hackstein 28ab756295 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-24 15:50:23 +02:00
Michael Hackstein 46e8aeabaa GraphViewer: In the Wodget it is now possible to initially bind the drag event 2013-06-24 15:49:56 +02:00
Jan Steemann 79399bff80 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-24 14:26:09 +02:00
Michael Hackstein aa0d8a8115 GraphViewer: Added Tests for toolbox in the Widget-UI 2013-06-24 14:00:59 +02:00
Michael Hackstein e8d3235a09 GraphViewer: Moved css definitions into graphViewer for better import in widgets 2013-06-24 13:59:47 +02:00
Jan Steemann 93f7122099 added missing count() method for server-side cursor 2013-06-24 13:50:03 +02:00
Michael Hackstein 96048586c3 Started implementing the Widget version of the UI. The SVG loading an optional given startNode is added till now. 2013-06-24 13:10:58 +02:00
Michael Hackstein 0bbf2cf4e5 Added a test for the FoxxAdapter in the graphViewer 2013-06-24 09:27:26 +02:00
Michael Hackstein 2f113aea14 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-24 09:02:03 +02:00
Michael Hackstein 98362f6f2c Added the foxx adapter into the graphViewer 2013-06-24 09:01:49 +02:00
Jan Steemann 654ea77f25 extended cap constraints with size constraints 2013-06-22 02:44:48 +02:00
Jan Steemann 2d7edbef96 added db._exists() 2013-06-21 21:50:00 +02:00
Jan Steemann ac1684b402 added derived file 2013-06-21 19:41:27 +02:00
Jan Steemann c74c80d5ff allow bind parameters in db._query() 2013-06-21 17:13:51 +02:00
Jan Steemann cae82f27e4 added `/_api/current-database` 2013-06-21 10:25:15 +02:00
Jan Steemann 30a747f3ef fixed client-side tests 2013-06-20 19:15:30 +02:00
Jan Steemann b1f243d296 fixed segfault for too big shapes, make shape collection filesize adaptive 2013-06-20 19:14:14 +02:00
Jan Steemann 955502b0e2 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-20 15:48:22 +02:00
Jan Steemann 3cd5facece removed console.log 2013-06-20 15:48:09 +02:00
Jan Steemann d9c0d588f9 added internal.adminDirectory 2013-06-20 15:47:48 +02:00
Heiko Kernbach d86004c626 added selectionfunction for db in router 2013-06-20 14:26:17 +02:00
Heiko Kernbach 97ce6c80fc added dashboard link @navigation 2013-06-20 12:59:24 +02:00
Jan Steemann 235abf1a46 added derived file 2013-06-19 14:04:39 +02:00
Thomas Richter ce80970a77 bug fixed in swagger footer 2013-06-17 10:32:42 +02:00
Jan Steemann 1cc0409258 do not console.log 2013-06-14 09:34:06 +02:00
Heiko Kernbach 5eed48e451 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-13 16:26:34 +02:00
Heiko Kernbach 4ac40289ad jslint + testsuite 2013-06-13 16:26:25 +02:00
Jan Steemann b1bc9b3285 adjust traversal docs and examples 2013-06-13 13:06:48 +02:00
Jan Steemann 9599a021b9 moved some graph traversal validation into the traversal module
- that simplifies some of the traversal-calling routines
- make returning error codes more consistent (specific 404 errors when
referring to unknown collections instead of simple 400 errors)
- optionally limit traversals to a certain number of iterations so they
  don't run endlessly in cyclic graphs
2013-06-12 17:04:47 +02:00
Thomas Richter 3440a5c594 swagger api view styled 2013-06-12 15:00:45 +02:00
Thomas Richter e294d1b8c4 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-12 10:42:41 +02:00
Oreste Panaia 81f20c7ba0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-12 17:03:29 +08:00
Thomas Richter 10dea3e18e droidsans.css path error fixed 2013-06-12 10:41:50 +02:00
Jan Steemann bb7445a547 fixed jslint warnings 2013-06-11 18:47:15 +02:00
Jan Steemann d6ff5ba1f9 moved "About" link into "Links" menu to save space 2013-06-11 18:35:02 +02:00
Jan Steemann e0aadd3e56 added generated docs 2013-06-11 16:12:26 +02:00
Michael Hackstein 87b31a54c1 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-11 15:59:40 +02:00
Michael Hackstein 4fd8565973 GraphViewer: Fixed import in index html 2013-06-11 15:59:11 +02:00
Thomas Richter 9b6017995c swagger core-api-documentation in html/admin included 2013-06-11 15:38:54 +02:00
Thomas Richter 11fc096873 admin interface swagger api added 2013-06-11 15:10:15 +02:00
Thomas Richter d43ed485bf swagger ui changed and alphabetical sorted 2013-06-11 14:22:23 +02:00
Thomas Richter d8e43c676b generated examples for api-aqlfunction.js 2013-06-10 14:43:19 +02:00
Michael Hackstein 804843d753 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-10 14:11:54 +02:00
Michael Hackstein 7b093d176c GraphViewer: Added first version of a generic Foxx Adapter 2013-06-10 14:11:32 +02:00
Oreste Panaia 35ab2e6f62 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-10 17:05:58 +08:00
Jan Steemann d66e959e62 issue #446: added resizability for JS Shell 2013-06-10 09:28:10 +02:00
Jan Steemann 8131c57ce0 updated CHANGELOG 2013-06-07 16:53:33 +02:00
Jan Steemann 3356055b64 derived files, jslint 2013-06-07 16:41:06 +02:00
Jan Steemann 947b3f9ead added derived file 2013-06-07 14:44:54 +02:00
Jan Steemann dd5c687552 added derived files 2013-06-07 14:21:09 +02:00
Thomas Richter ba498f93b1 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-07 12:47:46 +02:00
Thomas Richter 94757fd74f generated examples for api-transaction.js 2013-06-07 12:47:30 +02:00
Michael Hackstein 3e105873a9 GraphViewer: Added integration testsuite for abstract adapters 2013-06-07 11:08:50 +02:00
Michael Hackstein 0c4237cb23 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-06 16:31:31 +02:00
Michael Hackstein f719a32251 GraphViewer: Added a further abstraction layer for the adapters, makes it much easier to write adapters for different sources like FOXX 2013-06-06 16:30:51 +02:00
Heiko Kernbach 8b2527f572 checked jslint + added js files in makefile.files 2013-06-06 11:23:04 +02:00
Heiko Kernbach b247e9277b removed sourcedelete bug, removed sourcebox autoselection 2013-06-06 10:24:35 +02:00
Oreste Panaia 2afd8a742c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-05 19:53:25 +08:00
Oreste Panaia 8a95c1c2a8 update 2013-06-05 19:52:34 +08:00
Michael Hackstein e7b735fd9a GraphViewer: Added an abstract version of the adapter which does plain handling of nodes, server-connection is implemented in a more specific class 2013-06-04 16:19:56 +02:00
Michael Hackstein 555322214a GraphViewer: Create and Edit dialogs now the correct text on the submit button 2013-06-04 15:00:17 +02:00
Michael Hackstein 8a8dde506f GraphViewer: A add new node button is now contained in the toolbox 2013-06-04 14:46:00 +02:00
Michael Hackstein cbebd8e7ac GraphViewer: The Rectangular nodes now have rounded corners. yay 2013-06-04 13:40:11 +02:00
Michael Hackstein b1f012ef22 GraphViewer: The colour-mapper now also creates a foreground colour. All labels are now readable 2013-06-04 13:28:13 +02:00
Michael Hackstein 826c186de0 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-04 12:51:38 +02:00
Michael Hackstein d6a260d8b4 GraphViewer: The label<-> colour list is now displayed right to the SVG 2013-06-04 12:51:09 +02:00
Jan Steemann 9d31ee088f issue #547: prevent global event bindings 2013-06-04 11:58:24 +02:00
Michael Hackstein 70a5b0c0f9 GraphViewer: The NodeShaperUI is now able to generate the colour<-> label list. 2013-06-04 08:59:34 +02:00
Michael Hackstein 3b8a1fca81 GraphViewer: The colourmapper and NodeShaper can now return the mapping color -> label as a list 2013-06-03 16:06:41 +02:00
Michael Hackstein 19003f160f GraphViewer: Impoved layout of multiline labels 2013-06-03 15:12:04 +02:00
Michael Hackstein 7b1a519f81 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-03 14:59:02 +02:00
Michael Hackstein f80ddd0c09 GraphViewer: Labels are now splitted accordingly into two lines 2013-06-03 14:58:20 +02:00
Heiko Kernbach 591dd91c34 jasmine tests webif 2013-05-31 22:28:45 +02:00
Heiko Kernbach cc290b6504 jslint settings 2013-05-31 19:58:03 +02:00
Heiko Kernbach ed932e153f merging 2013-05-31 19:54:56 +02:00
Heiko Kernbach 771b6873e5 added dolphin test suite (incl. jslint) for webinterface 2013-05-31 19:52:46 +02:00
Michael Hackstein d9718e97a7 GraphViewer: Added a combined dialog to change displayed label and colour for nodes at the same time. This is added to general configuration menu 2013-05-31 18:51:17 +02:00
Michael Hackstein a2a9194b1e GraphViewer: Fixed several tests that did fail 2013-05-31 18:27:10 +02:00
Thomas Richter f59cf903b0 Examples generated for RestEdgeHandler.cpp 2013-05-31 15:42:33 +02:00
Michael Hackstein 195856216c GraphViewer: By default a rect node is now displayed for better readability of text 2013-05-31 09:07:52 +02:00
Michael Hackstein 5d2008d4bb GraphViewer: A line is now displayed to help connecting two nodes 2013-05-29 13:53:34 +02:00
Michael Hackstein 4ff14a0228 Front-End: Finially made the footer-bar stay as a footer bar 2013-05-29 10:57:56 +02:00
Michael Hackstein da8b1b759a GraphViewer: The other classes now use the better handleing for SVG events 2013-05-28 10:05:00 +02:00
Michael Hackstein b6e957a058 GraphViewer: EventDispatcher now has a better handling for events bound to SVG 2013-05-28 09:43:23 +02:00
Michael Hackstein e5ee030843 GraphViewer: Optical issues 2013-05-28 09:42:31 +02:00
Michael Hackstein 8c69be6a14 GraphViewer: Added scrolling for the CursorAddition 2013-05-27 15:34:15 +02:00
Michael Hackstein fb7647892a GraphViewer: Added extemporaneous cursor addition for actions 2013-05-27 15:18:55 +02:00
Michael Hackstein 25825bc164 GraphViewer: ArangoAdapter does not join single nodes into communities anymore 2013-05-27 12:29:40 +02:00
Michael Hackstein 4706bafd4c GraphViewer: The Adapter Dialog now offers all available collections 2013-05-27 11:42:05 +02:00
Michael Hackstein 81ba8c5ccb GraphViewer: JSLint issues 2013-05-27 11:11:43 +02:00
Michael Hackstein bad5fec046 GraphViewer: Fixed Optical Issue in admin-graph-tab 2013-05-27 11:08:27 +02:00
Michael Hackstein e024f1b0fe GraphViewer: Improved Similarity Join of Nodes 2013-05-27 10:50:24 +02:00
Michael Hackstein 133ca7c360 GraphViewer: The Arango-Adapter is now able to define a max. amount of children in one expansion step and join further into communities 2013-05-27 10:15:36 +02:00
Michael Hackstein 13bbbe6a03 Fixed test for button-label in GraphViewer UI 2013-05-27 08:50:32 +02:00
Michael Hackstein 6592881302 GraphViewer: The ArangoAdapter can now deliver the available collections 2013-05-24 16:51:58 +02:00
Michael Hackstein fe2825df88 GraphViewer: Optmized layout, there was a miss-typing of a class name 2013-05-24 15:54:37 +02:00
Michael Hackstein a814860c3f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-05-24 15:21:54 +02:00
Michael Hackstein 866b74d4b6 GraphViewer: Added a function to the node reducer to join nodes based on their similarity if too many child nodes aare added at once 2013-05-24 15:21:26 +02:00
Michael Hackstein 79efa0b2a9 GraphViewer: Changed default values a bit, which is more convenient for graphs with large 1-neighbourhoods 2013-05-24 15:20:15 +02:00
Jan Steemann f3bf3281a3 added js/models to jslint 2013-05-24 11:57:14 +02:00
Michael Hackstein facb80b172 Web-Interface: Fixed #541 2013-05-24 11:04:43 +02:00
Michael Hackstein 4597366eed GraphViewer: Further prefixed UI Element-Ids, they were only unique in scope of different lists 2013-05-23 15:51:01 +02:00
Michael Hackstein cbcad7db60 GraphViewer: Increased Default Min-size of NodeRadius from 1px to 4px 2013-05-23 15:07:59 +02:00
Michael Hackstein d77e78a3fe GraphViewer: The UI now offers the option to switch between directed and undirected graphs 2013-05-23 14:23:52 +02:00
Michael Hackstein cece6d5b4b GraphViewer: Added option to switch between directed and undirected traversals 2013-05-23 14:08:37 +02:00
Michael Hackstein 153e356693 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-05-23 11:00:06 +02:00
Michael Hackstein a67f7edb28 GraphViewer: In/Outbound counter for nodes is set correctly even after community joins. All Tests pass on usefull browsers and 99% on IE9 2013-05-23 10:59:10 +02:00
Michael Hackstein 65c959e9d6 GraphViewer: Edges are bound to community nodes correctly 2013-05-23 10:30:03 +02:00
Michael Hackstein f196496bd8 GraphViewer: Tests for CommunityNodes and adding edges to them 2013-05-23 09:13:33 +02:00
Heiko Kernbach bebef82c74 added ability for custom charts 2013-05-22 22:33:29 +02:00
Heiko Kernbach e5aef17523 css changes dashboard 2013-05-22 18:47:35 +02:00
Heiko Kernbach 0660035260 fix 2013-05-22 18:29:13 +02:00
Heiko Kernbach fef0d543aa faster detailgraph switching, changed checkbox img 2013-05-22 17:25:15 +02:00
Heiko Kernbach e0e4760abc changed css+radio buttons styling 2013-05-22 17:07:01 +02:00
Michael Hackstein 74179e697d GraphViewer: Added tests for expanding/collapsing of nodes if communitynodes are inside the graph 2013-05-22 16:46:49 +02:00
Heiko Kernbach 4c9dae7870 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-05-22 16:18:26 +02:00
Heiko Kernbach 6a80d3ca63 changed checkbox & graph styling 2013-05-22 16:18:19 +02:00
Michael Hackstein 276b3cf776 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-05-22 14:08:39 +02:00