1
0
Fork 0
Commit Graph

1276 Commits

Author SHA1 Message Date
Frank Celler 1e200d361a Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-02-27 14:40:37 +01:00
Frank Celler 1834f288ca Merge branch 'feature/npm-modules' into devel 2013-02-27 14:40:22 +01:00
Frank Celler eb8eafa4ef fixed global modules in packages 2013-02-27 14:39:07 +01:00
Jan Steemann 16586c6ee1 make AQL REVERSE() work on strings, too 2013-02-27 14:16:40 +01:00
Frank Celler a79279445a Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-02-26 18:20:27 +01:00
Frank Celler c9226054fc added tests, fixed unloadAll 2013-02-26 18:12:28 +01:00
Frank Celler 85d2e87154 added new package option 2013-02-25 18:15:32 +01:00
Jan Steemann bed09cbbe2 fixed deleting indexes by numeric id 2013-02-25 13:52:50 +01:00
Jan Steemann 3ef2ee9758 shut up jslint 2013-02-23 00:09:31 +01:00
Jan Steemann 4b1de6fa36 fixed typo in test name 2013-02-23 00:03:36 +01:00
Jan Steemann 13d1ff0057 issue #425 2013-02-22 23:43:52 +01:00
Jan Steemann 71459b680f issue #426 2013-02-22 23:26:52 +01:00
Frank Celler 3af1f5c2e8 new documentation format for REST calls, hopefully allowing swagger.it like output 2013-02-22 21:36:11 +01:00
Jan Steemann f2e3ac9528 fixed doxygen errors 2013-02-22 08:56:52 +01:00
Jan Steemann 71e5014792 test for a simple route 2013-02-21 18:44:06 +01:00
Jan Steemann 3e095ab0d0 split users module in client- and server-specific parts 2013-02-21 17:41:38 +01:00
Jan Steemann 35f6b3f054 fix cloning 2013-02-21 15:12:50 +01:00
Frank Celler fe9f10af8d Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
Conflicts:
	CHANGELOG
	Documentation/Manual/arangodb_1.2_shell_reference_card.pdf
	Makefile.in
	aclocal.m4
	config/compile
	config/config.guess
	config/config.sub
	config/depcomp
	config/missing
	configure
	lib/JsonParser/json-parser.c
2013-02-21 14:21:59 +01:00
Frank Celler 9246faf9db issue #370: add documentation for reloadRouting and flushServerModules 2013-02-21 13:33:03 +01:00
Frank Celler aec2fd2b86 added flush server module documentation 2013-02-21 13:09:04 +01:00
Jan Steemann 73505b0bf9 clone routes so the underlying collection can be unloaded 2013-02-20 18:55:25 +01:00
Frank Celler 36da27ac6f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	Documentation/DbaManual/Authentication.md
	Documentation/DbaManual/UserManagementTOC.md
	js/common/modules/org/arangodb/users.js
2013-02-20 13:52:20 +01:00
Frank Celler a259580989 documentation cleanup 2013-02-20 13:47:28 +01:00
Jan Steemann 3fdebb38ee issue #393, issue #128
Added a REST API for user management
The REST API exposes the functionality available in module "users" for HTTP access.

The following methods are available:
* GET /_api/user/username: fetch user information
* POST /_api/user: create new user
* PUT /_api/user: replace an existing user
* PATCH /_api/user: (partially) update an existing user
* DELETE /_api/user: remove an existing user

Additionally, a module "crypto" is introduced and exposed for Javascript actions.
The crypto module provides the following functions:
* require("org/arangodb/crypto").md5();
* require("org/arangodb/crypto").sha256();
* require("org/arangodb/crypto").rand();
2013-02-20 11:56:26 +01:00
Oreste Panaia 8f18904ecb Merge branch '1.2' of https://github.com/triAGENS/ArangoDB into 1.2 2013-02-19 20:59:00 +08:00
Oreste Panaia 2c12f63d7f libev interface 2013-02-19 20:58:21 +08:00
Jan Steemann d1edc4ddb2 added replaceByExample() and updateByExample() methods
added optional "limit" parameter for removeByExample() method
2013-02-19 11:38:55 +01:00
Jan Steemann 1e517c4792 commented test 2013-02-18 17:23:06 +01:00
Jan Steemann a5c1862cf7 test case for issue #411 2013-02-18 17:21:45 +01:00
Jan Steemann e760627c83 closed issue #413
the problem seems to have been caused by issue #410
2013-02-18 16:46:24 +01:00
a-brandt 25882a3cd0 bugfix #410: Graph REST API returns "400:Bad request" instead of "404:Not found" 2013-02-18 09:28:03 +01:00
a-brandt 59bd0c54c3 bugfix #410: Graph REST API returns "400:Bad request" instead of "404:Not found" 2013-02-18 09:27:55 +01:00
Jan Steemann c96dfba3ff make jslint happy 2013-02-15 13:44:43 +01:00
Frank Celler cf2888b4fc Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
Conflicts:
	CHANGELOG
	Documentation/Manual/Upgrading12.md
	Installation/Linux/rc.arangod.OpenSuSE
2013-02-15 12:59:16 +01:00
Jan Steemann 68986e068e added optional parameter "excludeSystem" for GET /_api/collection 2013-02-14 16:57:39 +01:00
Jan Steemann 3e04acf3ee added AQL functions KEEP() and UNSET() 2013-02-14 16:14:22 +01:00
Jan Steemann 3d47748434 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-02-14 15:19:22 +01:00
a-brandt 4f244e9096 bugfix #396: Creating a Graph with an existing graph's name _key doesn't throw an error 2013-02-14 15:12:59 +01:00
a-brandt 46c5d66f8e bugfix #396: Creating a Graph with an existing graph's name _key doesn't throw an error 2013-02-14 15:12:11 +01:00
Jan Steemann 494586af2b exit arango-dfdb if there are no collections 2013-02-14 15:11:08 +01:00
Jan Steemann 4acd777b6c fixed jslint warnings 2013-02-14 11:40:14 +01:00
a-brandt 067a8d54fb Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-02-13 13:29:03 +01:00
a-brandt d6426107f3 dded PATCH to graph api 2013-02-13 13:28:24 +01:00
a-brandt 0ea18150ff added PATCH to graph api 2013-02-13 13:27:43 +01:00
Jan Steemann f00bf9c8d2 be more strict with numeric limits 2013-02-13 12:08:59 +01:00
a-brandt cce1e6bc02 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-02-12 13:28:20 +01:00
a-brandt 7cb58ca920 fixed wrong http return code 2013-02-12 12:56:00 +01:00
a-brandt 01729482ad fixed wrong http return code 2013-02-12 12:55:38 +01:00
Jan Steemann 672a5c6c0f issue #395 2013-02-12 12:05:04 +01:00
Jan Steemann 861a2e6b25 issue #395 2013-02-12 11:46:55 +01:00
Frank Celler d461356c67 Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
Conflicts:
	CHANGELOG
	Documentation/Makefile.files
	VERSION
	arangod/Documentation/api-graph.dox
	arangod/Documentation/api-simple.dox
	arangod/Documentation/aql.dox
	arangod/Documentation/implementor-manual.dox
	arangod/Documentation/index-cap.dox
	arangod/Documentation/index-fulltext.dox
	arangod/Documentation/index-geo.dox
	arangod/Documentation/index-hash.dox
	arangod/Documentation/index-skiplist.dox
	build_posix.h
	configure.ac
	js/common/tests/shell-database.js
2013-02-10 16:22:55 +01:00
Frank Celler 3f9869ab27 fixed issue #350: XMLMISSING in wiki references 2013-02-10 16:11:35 +01:00
Frank Celler 77c3b233dc moved .dox to .md 2013-02-09 23:37:34 +01:00
Frank Celler 9bf9862f2b Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-02-09 13:15:34 +01:00
Frank Celler 8cca06127c moved .dox to .md 2013-02-09 13:15:28 +01:00
a-brandt 7c0dd75415 use colors in jsunity tests 2013-02-08 15:40:34 +01:00
Jan Steemann 723164ffed added AQL function EDGES() 2013-02-08 00:11:44 +01:00
Jan Steemann ca81913abb added AQL function EDGES() 2013-02-07 22:53:50 +01:00
Jan Steemann 68c77ac8b1 re-added location headers 2013-02-07 14:45:30 +01:00
Jan Steemann 87b6e147d7 re-added location headers 2013-02-07 12:55:32 +01:00
Jan Steemann e268ba2aa6 fixed arango-dfdb to not segfault that often when reading corrupt datafile 2013-02-06 14:26:59 +01:00
Jan Steemann 7273af5c53 fixed arango-dfdb to not segfault that often when reading corrupt datafile 2013-02-06 14:26:18 +01:00
Jan Steemann a4eb737dbe fixed some jslint warnings 2013-02-06 11:46:59 +01:00
Jan Steemann b3b914dd9b added documentation for CONTAINS(), added LIKE() 2013-02-06 11:46:21 +01:00
Jan Steemann e67a0d6b91 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-02-06 11:42:25 +01:00
Jan Steemann f16f88a2e6 added docs for CONTAINS(), added LIKE() 2013-02-06 11:40:45 +01:00
a-brandt e1e32f0e3b changed version number to 1.3.alpha 2013-02-06 10:22:58 +01:00
Jan Steemann 878ba2bef8 issue #383: updated documentation 2013-02-05 17:56:33 +01:00
Jan Steemann adebe5429c issue #383: updated documentation 2013-02-05 17:54:00 +01:00
Jan Steemann cae80dfa45 applied Franks fix 2013-02-05 14:08:25 +01:00
Jan Steemann ae36ce63b6 fixed test 2013-02-05 14:05:55 +01:00
Frank Celler d643015acf fixed length 2013-02-05 13:56:31 +01:00
Jan Steemann ff67ef15b2 fixed test 2013-02-05 13:08:00 +01:00
Jan Steemann e06329db48 fix cross-collection queries in AQL 2013-02-05 10:56:28 +01:00
Jan Steemann 2263e959fe added tests for cross-collection queries 2013-02-05 09:26:05 +01:00
Jan Steemann b451fd5f0a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-02-04 23:05:42 +01:00
Jan Steemann 3fd6373c2f removed error 1520, replaced with standard error 1203 2013-02-04 23:04:37 +01:00
Jan Steemann d17628e28b adjusted test 2013-02-04 22:19:40 +01:00
Jan Steemann de0b290bcd moved AQL to use AhuacatlTransaction 2013-02-04 11:25:03 +01:00
Frank Celler e66a466966 fixed gui 2013-02-02 16:09:15 +01:00
Frank Celler 31baa7ae70 added GraphArray to make calls easier - no map needed 2013-02-02 15:57:03 +01:00
Jan Steemann f9c14611a4 remove tabs 2013-02-01 15:46:27 +01:00
Jan Steemann eaf4166b3e more tests, less collection loading 2013-02-01 15:20:01 +01:00
Jan Steemann 9a1bac1d69 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-02-01 13:43:48 +01:00
Jan Steemann ca8935ae2a fix collection name handling in the face of parallel renames 2013-02-01 13:43:14 +01:00
Frank Celler 695303e432 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-02-01 10:52:24 +01:00
Frank Celler 4466ccc06a cosmetics 2013-01-31 13:52:41 +01:00
Jan Steemann a31306ff90 issue #381: additional test case 2013-01-31 13:25:07 +01:00
Jan Steemann 088f1c628e issue #381: one more test case 2013-01-31 13:24:26 +01:00
Jan Steemann d43e9b89ca issue #381: lifted restrictions on usernames 2013-01-31 13:20:39 +01:00
Jan Steemann 3c0b197170 issue #381 2013-01-30 21:35:00 +01:00
Jan Steemann 68d2eab647 issue #381 2013-01-30 21:16:05 +01:00
Jan Steemann 8989bc398c added more test cases for over/underflow 2013-01-30 20:58:40 +01:00
Jan Steemann e6eca506d4 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-30 10:03:06 +01:00
Jan Steemann 8136f40f79 added more test cases 2013-01-30 10:02:54 +01:00
Frank Celler f795cec345 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-30 09:48:59 +01:00
Frank Celler b10154ff25 fixed jslint 2013-01-30 09:48:42 +01:00
Jan Steemann e46417bba1 fixed a typo 2013-01-30 09:44:23 +01:00
Jan Steemann 67a9608ce6 added test cases 2013-01-30 09:42:18 +01:00
Jan Steemann 5e719dc242 adjust function names too after rename in traversal.js 2013-01-30 09:39:33 +01:00