1
0
Fork 0
Commit Graph

856 Commits

Author SHA1 Message Date
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
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
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
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