Andreas Streichardt
9d03f85e9b
Fix dump authentication test
2016-06-03 11:19:42 +02:00
Frank Celler
c57ba92de3
fixed access
2016-06-02 11:12:35 +02:00
Frank Celler
397623460e
WIP
2016-06-02 09:49:36 +02:00
Max Neunhoeffer
d6b9643a8e
Temporarily use replicationFactor 1 for system collections.
...
This is to avoid bugs which are still in the synchronous replication.
2016-05-25 23:36:18 +02:00
Max Neunhoeffer
a73c617da2
Revert "Temporarily go back to unresilient system collections."
...
This reverts commit bf2642c7bf
.
2016-05-20 15:07:25 +02:00
Max Neunhoeffer
bf2642c7bf
Temporarily go back to unresilient system collections.
2016-05-20 14:24:20 +02:00
Max Neunhoeffer
d90e31eb71
System collections now resilient. :-)
2016-05-20 12:53:39 +02:00
Jan Steemann
b6bde419a4
fix handling of version 0
2016-05-19 15:51:59 +02:00
Kaveh Vahedipour
049cc8602e
careful with loops :(
2016-04-27 16:53:09 +02:00
jsteemann
fe42176772
make system collections a bit smaller
2016-04-24 16:34:40 +02:00
Alan Plum
777848472d
standalone.html -> index.html
2016-04-18 18:01:05 +02:00
Andreas Streichardt
d2d7af67fe
Kickstarter and planner are dead
2016-04-05 17:45:39 +02:00
Frank Celler
0d13d6609a
renamed to _frontend
2016-03-01 11:25:07 +01:00
Jan Steemann
8390793699
moved docu blocks into their own files
2016-01-07 16:39:19 +01:00
Alan Plum
8853ede355
org/arangodb -> @arangodb
2015-12-15 15:51:44 +01:00
Jan Steemann
229e71b332
do not execute obsolete startup tasks
2015-11-05 11:48:13 +01:00
Jan Steemann
0d2197e77f
changed documentation for index creation methods
2015-10-21 14:59:45 +02:00
Jan Steemann
beaf3acbd3
simplifications
2015-10-06 11:58:23 +02:00
Jan Steemann
3f622d71fb
fixed some require issues
2015-10-05 10:28:44 +02:00
Frank Celler
3f8b2a4925
changed to dot notation
2015-09-29 14:14:57 +02:00
Frank Celler
f8c79f1ab0
added ARANGODB_DEFAULT_ROOT_PASSWORD
2015-09-29 13:15:25 +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
CoDEmanX
b4593a7e82
Change spelling of 'initialize' to American English (comments and log messages only)
2015-09-01 17:07:21 +02:00
Jan Steemann
ad59242822
fixed ambiguous attribute name "version" for collections
2015-05-28 11:54:57 +02:00
Jan Steemann
4dde6e49cd
goodbye barriers, welcome ditches
2015-05-28 10:23:30 +02:00
Jan Steemann
e774866f4b
decrease the default size of some system collections
2015-04-20 18:17:04 +02:00
Willi Goesgens
950e05787b
Instead of zip'ing for move, copy recursive & remove original.
2015-04-14 18:30:03 +02:00
Willi Goesgens
6450d2a3b2
We have to detect for 'undefined' rather then empty string in the dev-AppPath
2015-04-14 17:17:52 +02:00
Max Neunhoeffer
1c9d348e0f
Do not do waitForSync in upgrade-database.js.
2015-04-13 12:07:34 +02:00
Max Neunhoeffer
358714599a
Do not initialise statistics collections on each coordinator.
2015-04-13 11:57:58 +02:00
Alan Plum
e0b21f6823
Revert "Create default queue in setup, not on module load."
...
This reverts commit 6c391827c707216a10183ea3b40ac58f7030b428.
2015-04-10 11:50:27 +02:00
Alan Plum
a94b333a26
Create default queue in setup, not on module load.
2015-04-10 10:57:17 +02:00
Alan Plum
69e63c2c64
Strict mode all the things.
2015-04-09 00:22:05 +02:00
Michael Hackstein
c1f463cdbb
Fixed the upgrade script to maintain configuration of Apps
2015-03-13 08:55:38 +01:00
Michael Hackstein
acfaa59ea0
Disabled -Werror flag in v8 for mac build
2015-03-04 15:23:59 +01:00
Michael Hackstein
d84463aae7
Improved output of upgrade script for app migration
2015-02-18 16:57:45 +01:00
Jan Steemann
83ea75fa8f
removed unused config options
2015-02-18 16:40:15 +01:00
Michael Hackstein
76bb6a52c9
Fixed upgrade script. Now moves and mounts dev apps correctly
2015-02-18 14:39:04 +01:00
Michael Hackstein
d9bc1be027
Fixed upgrade script. Did print some lines in an unreadable format
2015-02-17 16:45:19 +01:00
Michael Hackstein
5b3fae42aa
Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes
...
Conflicts:
js/apps/system/_admin/aardvark/APP/frontend/js/bootstrap/errors.js
js/common/bootstrap/errors.js
lib/Basics/voc-errors.cpp
lib/Basics/voc-errors.h
2015-02-13 10:20:36 +01:00
Jan Steemann
aa8741d5f1
unique constraints
2015-02-09 20:48:02 +01:00
Michael Hackstein
449f6dfc6c
Fixed bugs for app path movement
2015-02-09 08:53:51 +01:00
Michael Hackstein
aad7e46f10
Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes
...
Conflicts:
Documentation/Books/Users/SUMMARY.md
js/actions/api-system.js
js/common/bootstrap/modules.js
js/server/modules/org/arangodb/foxx/manager.js
js/server/tests/shell-routing.js
2015-02-06 17:22:01 +01:00
Willi Goesgens
2e912ef0ff
Add message portion of exception to log messages so the user can get a better insight into the root error cause.
2015-02-04 15:10:01 +01:00
Michael Hackstein
aa72dacefd
Improved upgrade procedure, it now runs smoothly, at least once
2015-02-03 15:44:29 +01:00
Michael Hackstein
ef82315288
First attempt for upgrade script, moving existing foxx apps into new structure
2015-02-03 14:03:58 +01:00
Frank Celler
7c8b0228da
recreate password if missing
2014-12-01 15:36:47 +01:00
Alan Plum
e86c98dfe2
Enabled unused: true, ported aardvark jslint to jshint.
2014-09-02 22:18:18 +02:00
Alan Plum
7b24bdba8d
Enabled strict: true.
2014-09-02 22:16:07 +02:00
Alan Plum
606da1e3e8
Removed jslint headers from server/client/common modules.
2014-09-02 22:14:56 +02:00