1
0
Fork 0
Commit Graph

1121 Commits

Author SHA1 Message Date
Michael Hackstein 081ff35f5d GraphViewer: All tests pass again 2013-07-22 14:48:28 +02:00
Michael Hackstein 48cc20842d GraphViewer: Adapted the tests for the forceLayouter to community-nodes design 2013-07-22 14:38:58 +02:00
Michael Hackstein e9acd17bf5 GraphViewer: Adapted NodeReducer tests to new community-node design 2013-07-22 14:22:29 +02:00
Michael Hackstein f6f5039e7d GraphViewer: Fixed a bug in the JSONAdapter, which caused the UI Tests to Fail, as the _id was not generated properly anymore 2013-07-22 14:14:24 +02:00
Michael Hackstein 01dab07c3b GraphViewer: Adapted Event tests to new community-node design 2013-07-22 13:56:18 +02:00
Michael Hackstein f200d8cef0 GraphViewer: Adapted EdgeShaper test to new community-node design 2013-07-22 13:49:23 +02:00
Michael Hackstein 80b67d6e47 GraphViewer: Adapted NodeShaper test to new community-node design 2013-07-22 13:29:26 +02:00
Michael Hackstein 3246e14888 GraphViewer: Adapted ArangoAdapter test to new community-node design 2013-07-22 13:25:13 +02:00
Michael Hackstein ec729ddc64 GraphViewer: Adapted abstractAdapter tests to new community-node design 2013-07-22 13:10:33 +02:00
Michael Hackstein b02e8c2ecb GraphViewer: Fixed all tests for CommunityNode and added placeholders for Dissolve and Collapse buttons 2013-07-22 08:56:58 +02:00
Michael Hackstein 9937736929 GraphViewer: Now edges are connected to the correct nodels inside the community 2013-07-19 16:17:36 +02:00
Michael Hackstein d9cc1f0a18 GraphViewer: Added the DomObserverFactory to the index.html 2013-07-19 16:16:46 +02:00
Michael Hackstein 2d8ff5b99f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-19 14:07:53 +02:00
Michael Hackstein 0e90daa6b4 GraphViewer: Added a wrapper around the MutationObserver for Cross-Browser support 2013-07-19 14:07:34 +02:00
Michael Hackstein 3edd6deac0 GraphViewer: Each communityNode now creats its own ForceLayouter 2013-07-19 11:26:22 +02:00
Michael Hackstein ac5b224f9f GraphViewer: The communitynode now renders the size next to it 2013-07-19 10:34:10 +02:00
Michael Hackstein e1fd48c424 GraphViewer: The CommunityNodes are now able to expand and collapse themselfes. 2013-07-19 09:16:58 +02:00
Heiko Kernbach 5ce2b468c2 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-18 18:19:59 +02:00
Heiko Kernbach 7bd6f028fd hover for foxx icons, removed welcome msg 2013-07-18 18:19:52 +02:00
Jan Steemann 3a0b472784 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-18 16:43:40 +02:00
Michael Hackstein 3adfe55284 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-18 16:41:32 +02:00
Michael Hackstein d7345b1ed7 GraphViewer: Moved dissolve -> getDissolveInfo() in the communityNode. dissolve will be used to trigger the event internally, where getDissolveInfo() just collects necessary infos 2013-07-18 16:41:25 +02:00
Jan Steemann 6239e51341 fixed jslint warning 2013-07-18 16:32:19 +02:00
Heiko Kernbach 6e2fd2989a trim check aql, clear in&outputs 2013-07-18 16:11:27 +02:00
Michael Hackstein ed3fdeef39 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-18 14:29:33 +02:00
Michael Hackstein 5bbc36e3f7 GraphViewer: The CommunityNode is now responsible for expansion.Right now its just a callback 2013-07-18 14:29:24 +02:00
Heiko Kernbach 58b7a2ddf3 event bugfix 2013-07-18 14:02:19 +02:00
Heiko Kernbach 2989e85a40 safari event bugfix 2013-07-18 13:57:21 +02:00
Heiko Kernbach 309e66d2f4 added queryfocus + round option 2013-07-18 13:24:52 +02:00
Heiko Kernbach faeba8e740 added focus + jslint 2013-07-18 12:38:59 +02:00
Jan Steemann e359dc29dd INCOMPATIBLE CHANGE: changed AQL user function namespace resolution operator from `:` to `::`
AQL user-defined functions were introduced in ArangoDB 1.3, and the namespace resolution
operator for them was the single colon (`:`). A function call looked like this:

    RETURN mygroup:myfunc()

The single colon caused an ambiguity in the AQL grammar, making it indistinguishable from
named attributes or the ternary operator in some cases, e.g.

    { mygroup:myfunc ? mygroup:myfunc }

The change of the namespace resolution operator from `:` to `::` fixes this ambiguity.

Existing user functions in the database will be automatically fixed when starting ArangoDB
1.4 with the `--upgrade` option. However, queries using user-defined functions need to be
adjusted on the client side to use the new operator.
2013-07-18 12:02:28 +02:00
Michael Hackstein 71a48ea13a GraphViewer: The communityNode now can render its bounding box. 2013-07-18 08:34:31 +02:00
Michael Hackstein 045f53c648 GraphViewer: Added a test for shaping of community 2013-07-18 07:51:56 +02:00
Heiko Kernbach dad88314bc bugfix queries 2013-07-17 22:17:15 +02:00
Heiko Kernbach b75beccefb Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-17 20:48:23 +02:00
Heiko Kernbach 3aa8a084c0 new extras for aql shell 2013-07-17 20:48:16 +02:00
Michael Hackstein bdfe092523 GraphViewer: Added sections into the communityNode test, its getting quite complex now 2013-07-17 17:59:06 +02:00
Michael Hackstein 4cdf8f607b GraphViewer: The nodeShaper now lets the communityNode render itself, giving it required functions 2013-07-17 17:55:10 +02:00
Michael Hackstein 5d5c9183d7 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-17 15:41:05 +02:00
Michael Hackstein ea672e29fd GraphViewer: When collapsing community nodes the WebWorker for modularityJoiner is now informed properly, no duplicate edge removals or removals of communitynodes 2013-07-17 15:40:58 +02:00
Heiko Kernbach ca3a2f3358 fixed autoresizing query view 2013-07-17 15:23:46 +02:00
Heiko Kernbach 515a4c8934 added spelling errors 2013-07-17 15:19:12 +02:00
Heiko Kernbach 303de4e555 fixed jslint errors 2013-07-17 15:11:14 +02:00
Heiko Kernbach 9b59dc802a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-17 15:05:03 +02:00
Heiko Kernbach eb8ca374c6 added new options for editing aql statements 2013-07-17 15:04:53 +02:00
Michael Hackstein 480af37d9b GraphViewer: Fixed the bug with collapsing nodes within communities 2013-07-17 14:17:54 +02:00
Michael Hackstein 9b49b1dbdf Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-17 12:54:33 +02:00
Michael Hackstein 61d11de8c4 GraphViewer: Fixed the test for the Nodeshaper to use CommunityNodes instead of selfmade alternatives 2013-07-17 12:54:25 +02:00
Michael Hackstein 335bfbc70b GraphViewer: The community nodes are now collapsed more or less correctly. Still missing: a->b->c if b is in community c should be collapsed as well 2013-07-17 12:44:50 +02:00
Heiko Kernbach 9c12a30f14 documentview css 2013-07-17 11:12:27 +02:00