Jan Steemann
0ffb11c25e
do not use sparse indexes for sorting
2015-10-14 12:03:52 +02:00
Jan Steemann
8f150e942e
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
...
Conflicts:
CHANGELOG
2015-10-14 09:57:24 +02:00
hkernbach
3f4e6cb982
grunt build
2015-10-14 00:42:30 +02:00
hkernbach
81df6ddda1
cleanup web interface
2015-10-14 00:36:05 +02:00
Jan Steemann
bb0051b739
fixed hard-coded `incremental` parameter in shell implementation of `syncCollection` function in replication module
2015-10-13 09:33:15 +02:00
jsteemann
29b3741156
reworked cost calculations
2015-10-12 22:23:03 +02:00
Jan Steemann
ffa777979c
make IN values unique and sort em
2015-10-12 15:34:41 +02:00
Jan Steemann
8c6d284cc3
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
2015-10-09 16:17:18 +02:00
Jan Steemann
e49064e5c4
hide `fm` variable in web interface shell
2015-10-09 15:25:56 +02:00
Jan Steemann
e71dde08b7
added derived files
2015-10-09 14:28:02 +02:00
Jan Steemann
23ae3a9693
fixes for front end
...
Conflicts:
js/apps/system/_admin/aardvark/APP/GruntFile.js
2015-10-09 14:26:46 +02:00
Frank Celler
a85c44b25e
removed commented out lines, less verbose help
2015-10-09 13:51:18 +02:00
hkernbach
6cc0d4d184
new webui grunt build
2015-10-09 10:30:14 +02:00
Jan Steemann
7bfbbfd77f
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
2015-10-09 09:42:28 +02:00
Jan Steemann
d572655d84
fixed compile warning
2015-10-08 16:28:04 +02:00
Jan Steemann
6a4e9658c5
fixes for explainer and condition
2015-10-08 16:22:52 +02:00
Jan Steemann
0d80a17002
generalize condition handling
2015-10-08 15:10:28 +02:00
hkernbach
d066a4283c
issue: #1446
2015-10-08 14:02:36 +02:00
Jan Steemann
a1de2bfcc1
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
...
Conflicts:
CHANGELOG
2015-10-07 10:18:21 +02:00
Alan Plum
ea44c7710c
Rebuild aardvark
2015-10-06 16:35:00 +02:00
Alan Plum
3325d46211
Unbreak aardvark shell
2015-10-06 16:18:23 +02:00
Jan Steemann
7d4c379598
small modifications, temporarily disabled interchange-adjacent-enumerations
2015-10-02 19:53:35 +02:00
Jan Steemann
8247ec0dff
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
2015-10-02 12:59:13 +02:00
hkernbach
db7533acf8
jslint fix
2015-10-02 10:23:08 +02:00
hkernbach
3beb6a280f
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-10-02 10:02:30 +02:00
hkernbach
51a20beef3
graph test view
2015-10-02 10:02:25 +02:00
Jan Steemann
4175463248
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
2015-10-01 16:00:13 +02:00
Wilfried Goesgens
c9cee71b2c
Fresh swagger docu
2015-10-01 13:30:55 +02:00
Wilfried Goesgens
aa12514b5c
Fix links; currently links in REST-documentation only work in the RESTDESCRIPTION :-(
2015-10-01 13:30:55 +02:00
Jan Steemann
9205739f6a
added IndexNode
2015-09-30 14:10:04 +02:00
Jan Steemann
1ee1a87ae0
return proper errors to caller
2015-09-30 13:49:03 +02:00
Jan Steemann
3b0b04b179
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-29 14:59:03 +02:00
Jan Steemann
96d8c24c61
fix app thumbnails
2015-09-29 14:58:35 +02:00
Frank Celler
f8c79f1ab0
added ARANGODB_DEFAULT_ROOT_PASSWORD
2015-09-29 13:15:25 +02:00
Jan Steemann
7bd9f03cb1
issue #1510 : Fix bug in the user app's storage in resolve function
2015-09-28 12:54:04 +02:00
Alan Plum
8c24b0c28b
Fixed missing thumbnail
2015-09-25 16:40:03 +02:00
Jan Steemann
3ce21453c3
added derived files
2015-09-25 16:01:36 +02:00
Jan Steemann
ace5bd8ec2
some fixes for the web interface
2015-09-25 16:01:13 +02:00
Jan Steemann
0ebf0be777
fixed Gruntfile to include cluster stuff
2015-09-25 15:07:24 +02:00
Jan Steemann
7c992a5d51
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-24 16:05:15 +02:00
Jan Steemann
71f8d89eeb
allow installing Foxx applications in /_open/
2015-09-24 15:59:42 +02:00
Jan Steemann
a430cb9f6c
allow installing Foxx apps in /_open/
2015-09-24 15:54:09 +02:00
Alan Plum
252cba5e9f
Implemented FoxxService
2015-09-24 13:46:14 +02:00
Alan Plum
763d206c40
Rebuilt aardvark shell
2015-09-24 13:46:14 +02:00
Alan Plum
038267cb06
Re-implemented require/module based on Node 4.1.0
...
The require function should now behave as expected and treat ArangoDB's module paths as sources for "external" modules.
The "assert", "buffer" and "path" modules have been moved out of ./js/node into the bootstrap modules.
The module "org/arangodb/foxx/arangoApp" (as well as any modules depending on it) is incompatible with the new module loading behaviour and will be have to be rewritten from scratch.
The "Package" class has been removed entirely and is no longer needed.
Support for the database-stored modules is currently missing and needs to be re-implemented within the module loader.
2015-09-24 13:46:13 +02:00
Jan
ebfdf38c08
Merge pull request #1505 from jsteemann/devel
...
added generated files
2015-09-24 12:04:56 +02:00
hkernbach
d21f375ade
scss
2015-09-23 16:40:09 +02:00
Wilfried Goesgens
44c2063662
Add information about the graph the samples are querying so the user has a better overview.
2015-09-23 14:12:18 +02:00
hkernbach
1b8e6ddfec
renamed a graph viewer label
2015-09-22 15:58:31 +02:00
hkernbach
9e79c27b64
finalized issue #1433
2015-09-22 15:22:51 +02:00