1
0
Fork 0
Commit Graph

6847 Commits

Author SHA1 Message Date
Lucas Dohmen 2750ac46fa Add ramda to our standard library 2014-11-12 15:46:09 +01:00
Jan Steemann 7cd1eb5474 more warnings 2014-11-12 14:52:54 +01:00
Jan Steemann d4084e97e4 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-11-12 14:51:35 +01:00
Max Neunhoeffer 3fdcfe584e Revert "issue #1095: non-kaputtbar"
This reverts commit 2bbe73e1d3409e6345012d120fa7d550ee66ff9e.
2014-11-12 08:50:36 -05:00
scottashton f8bd383808 show warnings in aql result 2014-11-12 13:59:04 +01:00
Jan Steemann 81c1919f44 minor adjustments for task API 2014-11-12 11:27:47 +01:00
Jan Steemann d6c38f39ed minor test adjustments 2014-11-12 08:50:13 +01:00
Jan Steemann 2d2ad1b4c6 added tests for accessing _from and _to of a non-edge collection 2014-11-12 08:28:24 +01:00
Jan Steemann 8c08a3b24a make `CONCAT` and `CONCAT_SEPARATOR` more useful 2014-11-12 00:07:03 +01:00
Jan Steemann 04a78c95c4 added functions to highlighter 2014-11-11 23:14:24 +01:00
Jan Steemann 435016abcd added functions `VALUES` and `ASSEMBLE` 2014-11-11 23:07:45 +01:00
Jan Steemann 3ba00ca653 added `SUBSTITUTE` AQL function 2014-11-11 22:35:15 +01:00
Jan Steemann 40ae5728e0 issue #1032: added `FIND_FIRST` and `FIND_LAST` 2014-11-11 18:05:04 +01:00
Jan Steemann 9ccf7b85f4 issue #1033: added SPLIT function 2014-11-11 16:35:40 +01:00
Jan Steemann 537ec80dc1 issue #1044: added LTRIM, RTRIM 2014-11-11 14:58:03 +01:00
Willi Goesgens d96907d8da Implement tastks REST api
- Implement REST api for tasks
 - Implement wrappers in arangosh
 - Add API-documentation
 - move unittest from server to common
2014-11-11 12:39:09 +01:00
Jan Steemann fec001f1a7 issue #1095: non-kaputtbar 2014-11-11 08:33:02 +01:00
Jan Steemann ed8e06b88e added PERCENTILE function, draft 2014-11-10 18:10:59 +01:00
Jan Steemann 12d326d62b updated documentation and operators behavior 2014-11-10 18:05:11 +01:00
Jan Steemann 82331b290a issue #1083: do not show just 7 document attributes 2014-11-10 12:00:46 +01:00
scottashton 5743bb2b58 added tests for is-in-polygon 2014-11-10 11:31:57 +01:00
scottashton 1feb2df0c9 added tests for is-in-polygon 2014-11-10 11:29:45 +01:00
Jan Steemann 37751ecc7a updated tests
updated docs
2014-11-10 10:54:50 +01:00
Michael Hackstein fc2a4d82d0 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-11-08 22:38:00 +00:00
Heiko Kernbach d9d6d5a062 added new shortcut to shortcut list 2014-11-07 17:30:35 +01:00
Heiko Kernbach 8f62bd4e24 added tooltip help for importing documents 2014-11-07 16:52:56 +01:00
Heiko Kernbach 15dafec073 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-11-07 16:19:57 +01:00
Heiko Kernbach 6db183c681 bugfix: user extra attribuet now called userData 2014-11-07 16:19:24 +01:00
Heiko Kernbach 3c13953b23 added remove prog view button 2014-11-07 16:05:47 +01:00
Heiko Kernbach e7132b2009 removed download query button if current query is broken 2014-11-07 16:02:21 +01:00
scottashton f72554d01e added tests for aql functions within-rectangle and is-in-polygon 2014-11-07 15:55:41 +01:00
Heiko Kernbach 912a9d2026 changed docs progress view delay 2014-11-07 15:37:37 +01:00
Jan Steemann af257d45cd removed debug output 2014-11-07 15:28:40 +01:00
Heiko Kernbach 10368540ad added feature for truncating a collection 2014-11-07 14:49:45 +01:00
Heiko Kernbach 2e9a4a649a added feature for truncating a collection 2014-11-07 14:49:25 +01:00
Heiko Kernbach c13679e33d Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-11-07 14:19:39 +01:00
Heiko Kernbach 34e6ac17e7 added ctrl+return and cmd+return for saving a document using the json editor 2014-11-07 14:19:19 +01:00
Jan Steemann d56cbde03f include points on the boundary 2014-11-07 13:54:50 +01:00
Jan Steemann b0de1bb226 leaner and meaner error messages 2014-11-07 10:53:00 +01:00
Heiko Kernbach 9da7e32c16 added edit database menu for small navigation bar 2014-11-06 17:41:22 +01:00
Heiko Kernbach f2699f1304 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-11-06 17:38:04 +01:00
Heiko Kernbach e261ff5242 jslint 2014-11-06 17:37:48 +01:00
Heiko Kernbach afbec2aa2b added delay for progress view 2014-11-06 17:35:17 +01:00
Willi Goesgens 5ec01eca99 Split relevant test parts in non / cluster 2014-11-06 17:26:13 +01:00
Michael Hackstein 3fecf7d4cb Fixed document view tests 2014-11-06 14:54:11 +00:00
Michael Hackstein 166407d4f9 Fixed user management view test 2014-11-06 14:45:24 +00:00
Willi Goesgens 9f7b4c5daa Adjust server threads / javascript.v8-contexts to the new reality. 2014-11-06 15:39:06 +01:00
Michael Hackstein 8483a8bd45 Fixed aardvark router test 2014-11-06 14:36:09 +00:00
Heiko Kernbach c6f8e6c201 fixed wrong styling of active submenu 2014-11-06 15:35:35 +01:00
Heiko Kernbach afe860262b changed icons for importing and exporting json collections 2014-11-06 15:32:07 +01:00