1
0
Fork 0
Commit Graph

335 Commits

Author SHA1 Message Date
Jan Steemann f0d4728040 updated changelog 2013-03-28 16:59:31 +01:00
Jan Steemann c985646667 updated CHANGELOG for #454 2013-03-27 14:58:35 +01:00
Jan Steemann 6fd30f56fc updated changelog 2013-03-27 14:26:47 +01:00
Jan Steemann 9a60c46fac updated changelog 2013-03-25 17:03:32 +01:00
Jan Steemann b662b5ff39 updated CHANGELOG 2013-03-21 10:22:08 +01:00
Jan Steemann 79ceda1d51 issue #457 2013-03-20 16:53:21 +01:00
Jan Steemann 4799f3309d fixed ArangoStatement.explain() with bind variables 2013-03-20 16:52:25 +01:00
Jan Steemann 114acf1701 make datafile->_fid identical to datafile name for new datafiles 2013-03-20 12:41:36 +01:00
Jan Steemann 67c309d58f updated CHANGELOG 2013-03-20 12:22:32 +01:00
Jan Steemann 333e0880ea updated CHANGELOG 2013-03-20 12:03:36 +01:00
Jan Steemann 0e0282e48d updated documentation 2013-03-20 11:56:25 +01:00
Jan Steemann 3b4f04abbc updated CHANGELOG 2013-03-19 11:41:37 +01:00
Jan Steemann 61af5f27da added startup option `--database.force-sync-properties` 2013-03-14 13:48:58 +01:00
Jan Steemann b66a7492b9 addendum for issue #443 2013-03-08 22:30:35 +01:00
Jan Steemann 17e8ea3657 updated CHANGELOG 2013-03-08 15:25:50 +01:00
Jan Steemann ed8920ca0d updated CHANGELOG 2013-03-08 15:17:14 +01:00
Jan Steemann 7c29099b19 fixed version in CHANGELOG 2013-03-08 13:18:59 +01:00
Jan Steemann 7ad4cea138 issue #442: pls update post install info on osx 2013-03-08 13:16:20 +01:00
Jan Steemann 2b97f97765 issue #212 2013-03-08 12:18:32 +01:00
Jan Steemann 0fb397eabd adjusted startup output to be more compact, less verbose 2013-03-06 19:05:17 +01:00
Jan Steemann 8f48edb6d6 set minimum number of open files to 256 at server start 2013-03-06 18:26:31 +01:00
Jan Steemann c3141b45d5 updated the CHANGELOG 2013-03-06 18:03:07 +01:00
Jan Steemann df28db2210 updated CHANGELOG 2013-03-04 09:11:09 +01:00
Jan Steemann 8ec5735418 added tests for SUM(), MEDIAN() etc. 2013-02-28 10:56:52 +01:00
Jan Steemann 14c3863a17 added tests for LEFT(), RIGHT() 2013-02-28 09:38:03 +01:00
Jan Steemann 47bce0a0b4 issue #436 2013-02-27 14:47:05 +01:00
Jan Steemann 16586c6ee1 make AQL REVERSE() work on strings, too 2013-02-27 14:16:40 +01:00
Jan Steemann 2affe3125f updated CHANGELOG 2013-02-26 12:13:45 +01:00
Jan Steemann 54449494bc issue #432: added option to turn off statistics gathering
without recompilation
2013-02-25 17:43:13 +01:00
Jan Steemann edc3d9bac6 fix dropping indexes 2013-02-25 13:37:13 +01:00
Jan Steemann dfdf7a9bbb disable DOT generation in `make doxygen` 2013-02-25 09:43:51 +01:00
Jan Steemann f74da805ec fixed typo in option names 2013-02-25 09:17:36 +01:00
Jan Steemann b9cacff8df updated CHANGELOG 2013-02-25 09:12:49 +01:00
Jan Steemann 4707da53d0 updated documentation 2013-02-22 23:51:43 +01:00
Jan Steemann 71459b680f issue #426 2013-02-22 23:26:52 +01:00
Jan Steemann 81f79315d1 removed configure option --enable-zone-debug 2013-02-22 15:54:14 +01:00
Jan Steemann ade0e5bea0 removed configure option --enable-arangob 2013-02-22 15:40:47 +01:00
Jan Steemann dc6e7a7a48 issue #427 2013-02-22 09:00:11 +01:00
Frank Celler a20f0a9e70 issue #319: Documentation missing for Emergency console and incomplete for datafile debugger. 2013-02-21 13:52:47 +01:00
Frank Celler 9246faf9db issue #370: add documentation for reloadRouting and flushServerModules 2013-02-21 13:33:03 +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
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 e760627c83 closed issue #413
the problem seems to have been caused by issue #410
2013-02-18 16:46:24 +01:00
Jan Steemann ee1a5fc437 added note about v8 upgrade 2013-02-18 15:17:27 +01:00
Jan Steemann 382047dbd6 issue #404 2013-02-18 14:28:19 +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
Frank Celler 7b92dcc9bc fixed issue #405: 1.2 compile warnings 2013-02-15 11:57:35 +01:00
Frank Celler cf9a942417 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	CHANGELOG
2013-02-15 11:52:53 +01:00
Frank Celler b1bd5827ad fixed issue #333: [debian] Group arangodb is not used when starting vie init.d script 2013-02-15 11:52:17 +01:00
Jan Steemann 68986e068e added optional parameter "excludeSystem" for GET /_api/collection 2013-02-14 16:57:39 +01:00