hkernbach
d245cda324
replaced grunt semistandard with eslint
2016-11-15 14:31:07 +01:00
Wilfried Goesgens
330ec1c5cb
fix lint
2016-11-15 12:55:03 +01:00
Jan Steemann
19f771fcd6
issue #2168
2016-11-14 17:30:19 +01:00
hkernbach
b8fd680df7
ui aql graph preview default is now canvas
2016-11-14 12:50:53 +01:00
Alan Plum
5788b2e3ca
Fix failing test
2016-11-13 15:08:40 +01:00
Alan Plum
c0a3f5a8a1
Better Foxx API error handling
2016-11-12 22:33:07 +01:00
jsteemann
ecaf2fd16b
when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned
2016-11-11 11:01:04 +01:00
jsteemann
fcacd76bca
display index usage of traversals in AQL explainer output (previously missing)
2016-11-10 12:49:02 +01:00
Jan Steemann
6d6d5b9a00
test for issue #2149 , issue #2159
2016-11-09 16:29:58 +01:00
hkernbach
22e63fe308
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-11-09 14:48:33 +01:00
hkernbach
e6a448230e
fixed part of #2067
2016-11-09 14:48:29 +01:00
Jan Steemann
a64127fdd8
added missing functions
2016-11-09 08:06:53 +01:00
Alan Plum
461cfdfcc2
Don't expose configuration in dev mode error page
...
Fixes #2156 .
2016-11-08 16:41:10 +01:00
Jan Steemann
836905d341
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-08 16:09:18 +01:00
Jan Steemann
f0f90bc914
small fixes for traversal explain output
2016-11-08 16:08:58 +01:00
hkernbach
4f7b5c2249
optimized resizing
2016-11-08 15:39:49 +01:00
Jan Steemann
8504246217
changed behavior of toJSON() function when serializing an object before saving it in the database
...
if an object provides a toJSON() function, this function is still called for serializing it.
the change is that the result of toJSON() is not stringified anymore, but saved as is. previous
versions of ArangoDB called toJSON() and after that additionally stringified its result.
2016-11-08 15:39:06 +01:00
Alan Plum
0779b99d99
Fix Foxx development mode HTTP API
2016-11-08 13:23:24 +01:00
hkernbach
fcabefbe12
optimized docs view
2016-11-08 11:42:26 +01:00
Alan Plum
3e49650d17
Bump graphql-sync to 0.6.x compat
2016-11-06 13:30:03 +01:00
Alan Plum
ccb251e1f5
Better handling of routers & middleware in Swagger
...
Fixes #2148 .
2016-11-04 20:06:08 +01:00
hkernbach
2dce0a9c8b
js semistandard
2016-11-04 14:51:06 +01:00
hkernbach
5efb3d2ce8
ui added regex filter
2016-11-04 09:47:15 +01:00
hkernbach
d19e314b04
fixed display of wrong version within the login screen
2016-11-03 17:05:36 +01:00
hkernbach
2fdaca29df
added aql graph preview fallback to json if graph engine fails
2016-11-03 16:30:33 +01:00
jsteemann
fa56edf192
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-03 12:20:40 +01:00
jsteemann
b7257b196d
safety first
2016-11-03 12:20:33 +01:00
hkernbach
cd00bd8d07
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-11-03 11:44:35 +01:00
hkernbach
8ba0ecc194
added shortcuts to in/decrease font size in aql editor
2016-11-03 11:44:28 +01:00
Alan Plum
735f0e5f6c
Resolve 'lib' for 3.x services
...
Fixes #2139 .
2016-11-03 10:35:06 +01:00
Alan Plum
ce79aa9d18
Bump dependencies to latest versions
...
Fixes #2138 .
2016-11-03 10:35:06 +01:00
hkernbach
e669d64b6a
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-11-03 09:37:17 +01:00
hkernbach
c345474bca
optimized version indicator
2016-11-03 09:37:11 +01:00
jsteemann
096c01af22
fix typo in message
2016-11-03 00:42:53 +01:00
jsteemann
68317bb4f2
added experimental `REGEX_REPLACE` AQL function
2016-11-03 00:40:19 +01:00
jsteemann
cae493f060
increase default number of results for AQL editor
2016-11-02 22:19:44 +01:00
jsteemann
cf27b1d5c5
fix bugs in front-end query builder
...
- filtering on multiple, different attributes did not work
- select boxes for filter operators did not contain IN, NOT IN and like for all but for the top-most select box
2016-11-02 22:06:03 +01:00
hkernbach
4ab8671bff
issue #2131 - display process and error of pending or failed index creations
2016-11-02 14:56:49 +01:00
Simran Brucherseifer
9f2ad47aa4
Aardvark: Prevent logo from touching main content
2016-11-01 13:03:30 +01:00
Alan Plum
f630020269
Expose static req.reverse as module.context.reverse
2016-10-31 17:38:11 +01:00
Alan Plum
41c0f6928d
Allow passing config & deps on install/upgrade/replace
2016-10-31 16:13:32 +01:00
jsteemann
62632a52c1
Merge branch 'unique-indexes-on-more-than-shardkeys' of https://github.com/arangodb/arangodb into devel
2016-10-31 16:00:34 +01:00
Michael Hackstein
8f0a1f47f8
Fix for ShoretestPath in Cluster. Does only show up with > 1 shards. Adapterd tests to use 4 shards instead of 1.
2016-10-31 09:19:49 +01:00
jsteemann
eb2ba21596
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-28 13:45:02 +02:00
jsteemann
5a4a8ede2a
jslint
2016-10-28 13:44:11 +02:00
jsteemann
2a371cbf9e
allow creating unique indexes on more attributes than present in shardKeys
...
The following combinations of shardKeys and indexKeys are allowed/not allowed:
shardKeys indexKeys
a a ok
a b not ok
a a b ok
a b a not ok
a b b not ok
a b a b ok
a b a b c ok
a b c a b not ok
a b c a b c ok
2016-10-28 13:04:12 +02:00
Andreas Streichardt
f9204cf71c
Remove useless debug output
2016-10-28 12:50:22 +02:00
Kaveh Vahedipour
32049dd2c5
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-27 15:18:23 +02:00
hkernbach
e5abaffa6d
removed console log, optimized offline view
2016-10-27 15:05:33 +02:00
Kaveh Vahedipour
5c38455fbd
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-27 15:04:43 +02:00