Heiko Kernbach
|
ff3d95746f
|
changed keywords in aql-theme for ace editor
|
2014-07-31 19:10:49 +02:00 |
Heiko Kernbach
|
4a3796186d
|
added new functions and keywords into aql theme for ace editor
|
2014-07-31 18:40:41 +02:00 |
Heiko Kernbach
|
198b152970
|
fixed dbselectionviewspec
|
2014-07-31 18:25:33 +02:00 |
Heiko Kernbach
|
cee3035d70
|
manage dbs: removed unnecessary divider if not needed
|
2014-07-31 17:53:09 +02:00 |
Heiko Kernbach
|
ad51f9797f
|
changed Graph Management label to Graphs
|
2014-07-31 17:47:30 +02:00 |
Heiko Kernbach
|
134975f5f1
|
changed copyright to arangodb gmbh
|
2014-07-31 17:37:46 +02:00 |
scottashton
|
fba85a7c6c
|
GRAPH_VERTICES now returns orphans
|
2014-07-30 11:23:10 +02:00 |
Michael Hackstein
|
83d49c0d9d
|
Fixed a minor bug where it was not allowed to remove a vertex from a graph by its key
|
2014-07-30 09:41:57 +02:00 |
Alan Plum
|
0f5c65e636
|
gharial: added missing body params.
|
2014-07-25 16:23:34 +02:00 |
scottashton
|
6d2e3acd13
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-07-25 16:09:45 +02:00 |
scottashton
|
0a15993322
|
jslinted filed
|
2014-07-25 16:09:40 +02:00 |
Michael Hackstein
|
516fdaa3dc
|
Added a cleanup before empty graph test
|
2014-07-25 16:04:59 +02:00 |
Michael Hackstein
|
28f2ca58ac
|
Added a regression test for restricted edges on non existing edges. Yes
|
2014-07-25 16:04:29 +02:00 |
scottashton
|
8776a84447
|
fixed bug with edgeCollectionRestrictions
|
2014-07-25 15:55:45 +02:00 |
Alan Plum
|
edccd22286
|
Fixed aardvark config not showing falsey defaults and formatting.
|
2014-07-25 15:36:45 +02:00 |
Frank Celler
|
026121dadd
|
fixed sandbox
|
2014-07-24 16:06:06 +02:00 |
Frank Celler
|
55e1ee43bd
|
added createLocations
|
2014-07-24 16:06:06 +02:00 |
Alan Plum
|
05ce0037da
|
Fixed printRecursive for null.
|
2014-07-24 15:56:27 +02:00 |
Heiko Kernbach
|
83ccb3c339
|
changed lib to minified version
|
2014-07-24 14:14:05 +02:00 |
Heiko Kernbach
|
a0648b9f86
|
merge
|
2014-07-24 14:13:02 +02:00 |
Heiko Kernbach
|
a09f66cb4f
|
fixed select2 modal bug
|
2014-07-24 14:06:06 +02:00 |
Heiko Kernbach
|
796b407d51
|
moved back to previous version
|
2014-07-24 14:05:51 +02:00 |
Alan Plum
|
facd7dc515
|
Fixed #961. Undocumented bodies should never throw.
|
2014-07-24 11:22:30 +02:00 |
Heiko Kernbach
|
e7f4d396a6
|
new select2 version, fixed a bug where using backspace results in frontend inusability
|
2014-07-24 10:38:01 +02:00 |
Jan Steemann
|
2943ac073c
|
added derived file
|
2014-07-24 09:15:13 +02:00 |
Frank Celler
|
5f695d327b
|
Merge pull request #942 from triAGENS/enjoi-all-the-apps
Convert gharial and aardvark to joi
|
2014-07-23 20:25:57 +02:00 |
Frank Celler
|
a8bccbf8e3
|
Merge pull request #959 from triAGENS/saner-recursive-print
Allow printing any object recursively that doesn't override toString.
|
2014-07-23 20:24:14 +02:00 |
Alan Plum
|
28cd18a8dd
|
Linting.
|
2014-07-23 19:41:59 +02:00 |
Jan Steemann
|
328e3c209c
|
fixed another test
|
2014-07-23 18:50:45 +02:00 |
Jan Steemann
|
a91af39243
|
make test succeed after Max's optimization
|
2014-07-23 17:15:13 +02:00 |
Jan Steemann
|
8cb85fd973
|
optimization for AQL queries with limit
|
2014-07-23 17:15:01 +02:00 |
Alan Plum
|
9e13e84b31
|
Workaround for booleans-as-numbers (thank you, PHP).
|
2014-07-23 17:05:04 +02:00 |
Alan Plum
|
e7e9ec33c5
|
Handle Object.create(null).
|
2014-07-23 16:29:48 +02:00 |
Alan Plum
|
80070b9e83
|
Allow printing any object recursively that doesn't override toString.
|
2014-07-23 16:15:04 +02:00 |
scottashton
|
db5887f2b5
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-07-23 13:49:06 +02:00 |
scottashton
|
a30c8fe8ec
|
performance boost for GRAPH_EDGES and GRAPH_NEIGHBORS
|
2014-07-23 13:49:00 +02:00 |
gschwab
|
0df37812e2
|
initial check in
|
2014-07-23 13:39:16 +02:00 |
Jan Steemann
|
e7c18b40a6
|
fixed statistics interval
|
2014-07-23 11:39:15 +02:00 |
Alan Plum
|
760938c238
|
Removed unused pathParam to prevent breakage.
|
2014-07-23 11:20:35 +02:00 |
Alan Plum
|
9d752c951f
|
Converted gharial and aardvark to joi.
|
2014-07-23 11:20:35 +02:00 |
Max Neunhoeffer
|
7b889bd3bf
|
Merge branch 'maxmh' into devel
Conflicts:
arangod/VocBase/document-collection.cpp
|
2014-07-23 10:39:31 +02:00 |
Jan Steemann
|
55a3bb5929
|
style
|
2014-07-22 17:39:29 +02:00 |
Max Neunhoeffer
|
a8e3236560
|
Snapshot, legend cache started.
|
2014-07-22 16:59:19 +02:00 |
Jan Steemann
|
6ca37dd0eb
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-07-22 15:17:02 +02:00 |
Jan Steemann
|
b36ad17cc6
|
finished --wal.suppress-shape-information
|
2014-07-22 15:16:49 +02:00 |
Michael Hackstein
|
04b7958e00
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-07-22 13:36:01 +02:00 |
Michael Hackstein
|
330e73289a
|
The application view will now always sort your apps by name
|
2014-07-22 13:35:49 +02:00 |
Thomas Schmidts
|
2afd5cc356
|
Fixed some wrong references
|
2014-07-21 18:06:02 +02:00 |
Jan Steemann
|
712358d069
|
added optional `ttl` attribute to specify result cursor expiration for HTTP API method `POST /_api/cursor`
The `ttl` attribute can be used to prevent cursor results from timing out too early.
|
2014-07-21 15:48:43 +02:00 |
Michael Hackstein
|
472240948a
|
Fixed JSLint warning in gharial
|
2014-07-21 14:41:34 +02:00 |