1
0
Fork 0
Commit Graph

156 Commits

Author SHA1 Message Date
Alan Plum 0d6c70b4ee Remove ramda from npm deps 2015-12-16 00:10:19 +01:00
Alan Plum 53a9c96456 Update qs module to 5.x
Versions 6.0.0 and up use currently unsupported ES6 features.
2015-12-16 00:09:44 +01:00
Alan Plum 3285a8082b Update npm deps (safe semver-major only) 2015-12-16 00:09:44 +01:00
Alan Plum 88af09f4ec Update npm deps (semver-minor only) 2015-12-15 23:48:38 +01:00
Alan Plum 8853ede355 org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
Alan Plum 125f825420 Add process to system modules (because it's global) 2015-12-01 19:53:34 +01:00
Alan Plum 252cba5e9f Implemented FoxxService 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
Alan Plum 798b4fc521 Added more Node stubs 2015-09-24 13:46:13 +02:00
Alan Plum 52f1cf6e2c Updated util to 4.1.0 2015-09-24 13:46:13 +02:00
Alan Plum e57c383dea Updated path to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum 69a4352394 Added unmentioned modules to VERSIONS 2015-09-24 13:46:12 +02:00
Alan Plum de7b507dea Updated querystring to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum 77cca88c50 Updated string_decoder to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum af7c11132a Updated url to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum ae310b0696 Updated punycode to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum 47f691ed36 Updated events to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum ca793a3f5d Added http, https stubs 2015-09-24 13:46:12 +02:00
Alan Plum fb2d334741 Resolved merge conflict introduced in b6995ba. 2015-09-18 17:39:22 +02:00
CoDEmanX 6fba9c5284 Additional AQL date functions: DATE_DAYOFYEAR, DATE_ISOWEEK, DATE_LEAPYEAR, DATE_QUARTER, DATE_ADD, DATE_SUBTRACT, DATE_DIFF, DATE_COMPARE and DATE_FORMAT.
Unit tests incomplete and untested. Behavior of some functions might need adjustments. ISO duration cache needs to be cleared on every AQL query to avoid a memory leak.

Please rebuild Aardvark and see TODOs in code. Also added Windows shortcuts to ignore list.
2015-09-11 06:23:36 +02:00
Alan Plum 4d49afa4fe Updated AQB. 2015-09-08 19:08:21 +02:00
CoDEmanX 86d58c241d Remove doc building readme, fix typos 2015-09-05 03:47:06 +02:00
CoDEmanX 3a9648d78a More Americanization 2015-09-03 22:25:43 +02:00
Alan Plum ac0e465499 Added highlight.js 2015-07-21 14:46:43 +02:00
Alan Plum 2f029810c1 Added marked. 2015-07-21 13:29:54 +02:00
Frank Celler b6995ba412 fixed packaging of JS files 2015-07-04 21:54:59 +02:00
Alan Plum b38e0fb9c7 Added missing core folder. 2015-07-03 18:21:24 +02:00
Alan Plum b04c8b2ebd Updated npm deps. 2015-07-01 16:39:24 +02:00
Jan Steemann 4e33128092 adjusted links 2015-06-05 10:08:52 +02:00
Alan Plum 6170c19c56 Updated npm deps. 2015-06-03 20:23:42 +02:00
Alan Plum be913280f2 Updated AQB to 1.11.0. 2015-06-03 20:23:41 +02:00
Alan Plum fe281e2699 Updated AQB to 1.10.0. 2015-04-18 11:42:15 +02:00
Alan Plum 1be7717f0a Added chai support. 2015-04-15 13:04:49 +02:00
Alan Plum 044669cdac Hardcore stubbing action. 2015-04-14 13:39:06 +02:00
Alan Plum 3dcb0f52e5 Reconstructed stubs. 2015-04-14 13:39:05 +02:00
Alan Plum 4ff33f6f4d Updated deps. 2015-04-10 00:36:13 +02:00
Alan Plum 501f5a3f51 Removed unused modules. 2015-04-10 00:33:47 +02:00
Alan Plum 3c089a6d50 Added minimatch for globbing. 2015-04-09 23:24:44 +02:00
Alan Plum 69e63c2c64 Strict mode all the things. 2015-04-09 00:22:05 +02:00
Alan Plum 3b48230976 More stubs. 2015-04-07 19:55:01 +02:00
Alan Plum c7994a1b3c Added mocha. 2015-04-07 13:10:59 +02:00
Alan Plum 9afb093e84 Replace bundled backbone extend with npm dep. 2015-03-24 22:58:45 +01:00
Alan Plum e287a1ec7b Updated deps. 2015-03-24 21:51:05 +01:00
Alan Plum 13c3cb9a5e Updated joi to 6.0.8. 2015-03-24 13:33:42 +01:00
Alan Plum 0a2e213c7a Updated joi. 2015-03-24 13:18:57 +01:00
Willi Goesgens 7b438b3968 lintify 2015-03-23 14:27:11 +01:00
Willi Goesgens 108fccdbf7 Add environment variable to V8 wrapping. 2015-03-20 11:55:32 +01:00
Michael Hackstein a820ce4777 Updated JSHint 2015-03-09 12:07:23 +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
Alan Plum f9744eb761 Don't re-invent the wheel. 2015-02-03 11:56:37 +01:00
Frank Celler 418a673f2b Merge branch 'devel' of github.com:triAGENS/ArangoDB into request-module
Conflicts:
	js/node/package.json
2015-01-29 17:20:15 +01:00
Alan Plum 48abd07dc8 Tests for the testgod! 2015-01-28 15:32:19 +01:00
Michael Hackstein d744425043 Moved the foxx generator into a server module. It is now possible to generate a new app from command line 2015-01-26 11:58:15 +01:00
Alan Plum dd1dd2d9e0 ArangoDB-ified util.format/util.inspect. 2015-01-21 18:46:05 +01:00
Alan Plum fd99940dff Ported node util module. 2015-01-21 18:40:07 +01:00
Alan Plum d6a46773cd Removed unused deps. 2015-01-20 17:27:56 +01:00
Alan Plum 95faeab3c0 Added expect.js. 2015-01-20 17:16:34 +01:00
Alan Plum 15435982f6 Added content-disposition module. 2015-01-20 17:16:33 +01:00
Alan Plum 4e2b454d54 Added http-errors, media-typer, qs as deps. 2015-01-20 17:16:32 +01:00
Alan Plum c651ca1f82 Lock ramda version. 2015-01-13 18:44:38 +01:00
Alan Plum 8e538c4a1d Updated AQB to 1.8.0. 2015-01-13 18:23:28 +01:00
Alan Plum bab4c8310f Updated AQB to 1.7.0. 2015-01-13 17:54:24 +01:00
Alan Plum b0517096f3 Updated aqb to 1.6.0. 2015-01-13 13:55:37 +01:00
Jan Steemann 8aa1748f8b updated aqb 2015-01-02 16:01:10 +01:00
Alan Plum 7cf6f4954f Updated AQB to 1.5. 2014-12-23 21:34:11 +01:00
Jan Steemann 4912cbe9fe updated AQB version 2014-12-08 10:22:20 +01:00
Lucas Dohmen 919e6c5d0f Update to FoxxGenerator 0.5.1 2014-11-27 11:52:00 +01:00
Alan Plum d4ee5dbc0b Updated joi to 4.9.0. 2014-11-26 15:53:47 +01:00
Lucas Dohmen 8ff4b4fa03 Foxx Generator 0.5 is now part of the ArangoDB standard library 2014-11-19 15:27:08 +01:00
Lucas Dohmen 2750ac46fa Add ramda to our standard library 2014-11-12 15:46:09 +01:00
Jan Steemann c19060da27 changed www.arangodb.org to www.arangodb.org 2014-10-30 19:17:25 +01:00
Alan Plum 23d9350d5e Updated AQB to 1.4.0. 2014-10-21 15:44:24 +02:00
Alan Plum c683de0cd8 Updated aqb. 2014-10-21 14:46:38 +02:00
Jan Steemann 6bd448be46 added support for reading / writing binary data in fs.readFileSync && fs.write 2014-10-14 19:07:16 +02:00
Alan Plum 75ef83e747 Added crypto stub. 2014-10-10 12:37:27 +02:00
Jan Steemann 8f27ef531c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
	scripts/run
2014-09-15 09:51:04 +02:00
Alan Plum c34ff6130b Updated AQB. 2014-09-14 16:39:10 +02:00
Jan Steemann c16ddedc83 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
	arangod/V8Server/v8-vocbase.cpp
	js/apps/system/aardvark/frontend/js/bootstrap/errors.js
	js/common/bootstrap/errors.js
	js/server/modules/org/arangodb/ahuacatl.js
	js/server/modules/org/arangodb/aql-helper.js
	js/server/tests/shell-skiplist-index.js
2014-09-09 22:18:52 +02:00
Alan Plum dfe193b1a4 Updated AQB. 2014-09-09 13:18:31 +02:00
Jan Steemann 72cc344935 fixed buffer memleak 2014-09-08 12:05:28 +02:00
Willi Goesgens 31adea628c Add YAML Parser/Dumper 2014-09-08 09:48:05 +02:00
Alan Plum 8b1f955bb0 Added AQB to deps. 2014-09-03 11:27:37 +02:00
Alan Plum 6a3386e55a Fixed jshint headers. 2014-09-02 22:12:45 +02:00
Alan Plum b665e038be Switched jslint to jshint. Broke everything. 2014-09-02 22:10:24 +02:00
Frank Celler be06ef7f25 new upgrade-database (formely known as version-check) and new startup procedure 2014-08-07 14:12:19 +02:00
Alan Plum abbb9ec146 Added node net, sys. 2014-07-08 14:17:46 +02:00
Alan Plum fbe136b5c1 Added joi. 2014-07-08 14:15:03 +02:00
Alan Plum 6326f6dcc6 Formatting. 2014-07-07 15:44:09 +02:00
Alan Plum b0a44312fa Added package.json 2014-07-07 15:05:07 +02:00
Frank Celler 678d126f43 cleanup of modules 2014-06-28 14:03:58 +02:00
Lucas Dohmen ec43e21fb7 Move `util` to node, because it is only used there 2014-06-20 16:40:33 +02:00
Frank Celler b395ecc15b changed eol 2014-06-06 15:11:49 +02:00
Frank Celler 443cc769ac updated node modules 2014-05-29 10:03:18 +02:00
Jan Steemann e45f4ba20e fix coffee script parse error error 2014-03-04 18:45:40 +01:00
Frank Celler 00490ef26d removed unnessary files 2014-02-20 20:02:00 +01:00
Frank Celler 16f7d558ba added node modules semver, numeral, moment, marked 2014-02-13 15:31:48 +01:00
Frank Celler 5b7eb66c9d added iced coffee script 2014-02-11 14:49:01 +01:00
Frank Celler 4d707a7758 fixed doc for require 2014-02-11 14:38:56 +01:00
Frank Celler b017cc04b1 added process module 2014-02-11 14:15:27 +01:00
Frank Celler c6ce5c7406 made module loader more node compatible, added coffee script support 2014-02-11 13:26:11 +01:00