1
0
Fork 0
Commit Graph

126 Commits

Author SHA1 Message Date
Alan Plum 774a47a185
Add joi-to-json-schema dep 2016-04-18 18:00:27 +02:00
Alan Plum 8a9dffd360
Add GraphQL-sync as dependency 2016-04-18 12:42:49 +02:00
Kaveh Vahedipour 1293c9301a agency's own endpoint is now derived from server.endpoint 2016-04-04 11:23:46 +00:00
Frank Celler 72ff21f526 fixed jshint and shallowCopy 2016-03-09 10:16:34 +01:00
Alan Plum 77b0c9c6bf Add dedent dependency 2016-02-03 16:35:14 +01:00
Alan Plum 0a80bcd17d Add stub implementation of node timers module 2016-01-19 17:57:23 +01:00
Frank Celler 9840280637 added vm 2016-01-15 12:36:57 +01:00
Alan Plum 3bee70759e Add accepts dependency 2016-01-09 19:05:27 +01:00
Alan Plum c9cae6cca1 Revert "Move underscore from bundled deps to frontend"
This reverts commit d886b2cf69.
2016-01-08 19:49:17 +01:00
Alan Plum 3e8b719969 Add type-is dependency 2016-01-08 18:28:29 +01:00
Alan Plum c18f350584 Add mime-types, range-parser & vary dependencies 2016-01-08 18:22:41 +01:00
Alan Plum d886b2cf69 Move underscore from bundled deps to frontend 2016-01-08 16:52:36 +01:00
Alan Plum 98ef24b670 Add content-disposition dependency 2016-01-08 16:31:04 +01:00
Alan Plum fc9d7b345f Add statuses dependency 2016-01-08 16:31:04 +01:00
Alan Plum cc3c2af4eb Add media-typer dependency
Will be needed by FOTF.
2016-01-06 18:57:08 +01:00
Alan Plum b39a02b691 Add lodash module 2015-12-18 18:05:08 +01:00
Alan Plum 00efc386de Remove foxx_generator module 2015-12-16 02:03:45 +01:00
Alan Plum 34843b76fb Remove CoffeeScript support 2015-12-16 02:03:44 +01:00
Alan Plum 675ae8d0bc Update highlight.js module to latest 2015-12-16 00:42:23 +01:00
Alan Plum b281024195 Update mocha module to latest 2015-12-16 00:14:56 +01:00
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