Lucas Dohmen
|
f6a89cf1d6
|
Code Review: Client Graph Module
|
2013-06-28 19:38:29 +02:00 |
Jan Steemann
|
63d739b0aa
|
added objLock
|
2013-06-28 19:15:42 +02:00 |
Jan Steemann
|
390bada835
|
added derived files
|
2013-06-28 19:15:10 +02:00 |
Jan Steemann
|
26040a3c21
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-06-28 19:14:45 +02:00 |
Jan Steemann
|
64f01e9a7b
|
prevent logging deadlock
|
2013-06-28 19:14:33 +02:00 |
Jan Steemann
|
b13e13fec2
|
check oom
|
2013-06-28 19:06:25 +02:00 |
Jan Steemann
|
1f68cb50a0
|
replaced LOG_ERROR with fprintf to not run into logging deadlock
|
2013-06-28 19:04:56 +02:00 |
Jan Steemann
|
0a98279259
|
replaced LOGGER_ with LOG_ (better control over memory allocation)
|
2013-06-28 19:04:32 +02:00 |
Jan Steemann
|
7a7d833b18
|
intermediate commit
|
2013-06-28 19:04:08 +02:00 |
Jan Steemann
|
c2de84fd45
|
improved error message
|
2013-06-28 19:02:40 +02:00 |
Jan Steemann
|
5a2b68d814
|
Merge pull request #561 from luebbert42/devel
New section on Fishbowl added to the manual
|
2013-06-28 09:59:30 -07:00 |
Lucas Dohmen
|
ef86205751
|
Code Review: Server Graph Module
|
2013-06-28 18:34:52 +02:00 |
Lucas Dohmen
|
ccf56dd702
|
Fix the build
|
2013-06-28 18:34:26 +02:00 |
Lucas Dohmen
|
79a6772667
|
Code Review: Common Graph Module
|
2013-06-28 18:14:23 +02:00 |
Doerthe Luebbert
|
27512f7088
|
added section on Fishbowl and how to install apps from the repo. Removed some German words
|
2013-06-28 18:05:02 +02:00 |
Jan Steemann
|
7d613259f1
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-06-28 17:10:54 +02:00 |
Jan Steemann
|
64cfc7ccae
|
fixed compiler warnings
|
2013-06-28 17:10:42 +02:00 |
Lucas Dohmen
|
476ec2aaa0
|
Introducing: GraphAPI
Graph API is wrapping the Graph REST interface for the clientside
ArangoDB module.
|
2013-06-28 16:39:18 +02:00 |
Michael Hackstein
|
5023bd223d
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-06-28 15:50:57 +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 |
Jan Steemann
|
594af99ad8
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-06-28 15:47:57 +02:00 |
Jan Steemann
|
dcc3de5d81
|
fixed type declaration (fixes compiler warning)
|
2013-06-28 15:47:40 +02:00 |
Jan Steemann
|
5ba876978b
|
removed unused private variable (fixes compiler warning)
|
2013-06-28 15:44:59 +02:00 |
Thomas Richter
|
54c8435f1f
|
format shell_reference_card fixed
|
2013-06-28 13:28:43 +02:00 |
Jan Steemann
|
d89262dc6a
|
incremental collection dump
|
2013-06-28 12:07:13 +02:00 |
Jan Steemann
|
3b3ac02559
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-06-28 10:26:06 +02:00 |
Jan Steemann
|
cf2cb53386
|
fixed test
|
2013-06-28 10:25:56 +02:00 |
Jan Steemann
|
4b758eb0e8
|
moved functions
|
2013-06-28 10:25:45 +02:00 |
a-brandt
|
7bb3704335
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-06-28 10:17:46 +02:00 |
a-brandt
|
93a8c574bd
|
added a check
|
2013-06-28 10:17:39 +02:00 |
Jan Steemann
|
bb86a0b2d5
|
speed up simple queries testing
|
2013-06-28 09:54:20 +02:00 |
Jan Steemann
|
61c43a47b7
|
fixed queries
|
2013-06-28 09:54:05 +02:00 |
Jan Steemann
|
cf10b0e8ff
|
added missing ifdefs
|
2013-06-27 19:28:53 +02:00 |
Jan Steemann
|
3ce2998666
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-06-27 19:26:22 +02:00 |
Jan Steemann
|
b643ff4b43
|
added dump command
|
2013-06-27 19:26:10 +02:00 |
Jan Steemann
|
1cb3296e70
|
implemented start/stop HTTP methods for replication
|
2013-06-27 16:10:01 +02:00 |
Michael Hackstein
|
1c37e35430
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-06-27 15:27:06 +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 |
Jan Steemann
|
2115d97036
|
added simple start/stop functionality for replication
|
2013-06-27 15:21:14 +02:00 |
Jan Steemann
|
4ed7ac6376
|
improved error messages
|
2013-06-27 14:49:33 +02:00 |
Jan Steemann
|
1e88b00e0c
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-06-27 14:16:23 +02:00 |
Jan Steemann
|
97f875a69d
|
prepared the manual for 1.4
|
2013-06-27 14:16:12 +02:00 |
Michael Hackstein
|
202c1bfa30
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-06-27 14:10:51 +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 |
Jan Steemann
|
58b89a8fdd
|
updated version to devel
|
2013-06-27 14:08:12 +02:00 |
Jan Steemann
|
7c0e6521fe
|
updated manual
|
2013-06-27 14:07:55 +02:00 |
Jan Steemann
|
52e0f4320f
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-06-27 13:54:25 +02:00 |
Jan Steemann
|
7cc7f2d28e
|
added authentication tests, fixed authentication
|
2013-06-27 13:53:19 +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
|
2f7aadf1f5
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-06-27 12:50:03 +02:00 |