1
0
Fork 0
Commit Graph

3184 Commits

Author SHA1 Message Date
Alan Plum 7c4a3daeea Implemented aardvark test GUI. 2015-04-14 18:44:37 +02:00
Alan Plum decbc6dcea Fully implemented tests API. 2015-04-14 13:39:06 +02:00
Jan Steemann e8186a6ded issue #1308: ArangoDB Foxx Install via ZIP Frontend 2015-04-13 13:41:05 +02:00
Alan Plum 5deadef133 appCollection what? 2015-04-09 22:49:08 +02:00
Alan Plum c5cca6dccf More strict. 2015-04-09 22:47:45 +02:00
Alan Plum 69e63c2c64 Strict mode all the things. 2015-04-09 00:22:05 +02:00
Alan Plum 45ff33b404 More strictness. 2015-04-08 16:18:11 +02:00
Alan Plum 83b1b4596a Added module loader errors. 2015-04-08 13:12:43 +02:00
Alan Plum e4a2e5ddde Rebuilt aardvark. 2015-04-08 01:55:13 +02:00
Alan Plum 20fdb71e9c Exposed some tests. 2015-04-08 01:54:31 +02:00
Alan Plum 8133bd4c6a Linting 2015-04-07 20:04:59 +02:00
Alan Plum 8e94402b43 Fixed session errors. 2015-04-07 19:58:58 +02:00
Alan Plum f47c4a4572 Allow running tests. 2015-04-07 19:58:24 +02:00
Jan Steemann 748107b291 changed behavior of `db._query()` in the ArangoShell:
if the command's result is printed in the shell, the first 10 results will be printed. Previously
only a basic description of the underlying query result cursor was printed. Additionally, if the
cursor result contains more than 10 results, the cursor is assigned to a global variable `more`,
which can be used to iterate over the cursor result.

Example:

    arangosh [_system]> db._query("FOR i IN 1..15 RETURN i")
    [object ArangoQueryCursor, count: 15, hasMore: true]

    [
      1,
      2,
      3,
      4,
      5,
      6,
      7,
      8,
      9,
      10
    ]

    type 'more' to show more documents

    arangosh [_system]> more
    [object ArangoQueryCursor, count: 15, hasMore: false]

    [
      11,
      12,
      13,
      14,
      15
    ]
2015-04-04 19:42:55 +02:00
Jan Steemann bed9f44873 added missing files for web interface 2015-04-03 15:01:12 +02:00
Jan Steemann 37e0233d10 Revert "added missing files for JSH"
This reverts commit 99b80dd1e338ec122fea54e6af604f2310f1e080.
2015-04-03 14:57:52 +02:00
Jan Steemann 8b132ad60f added missing files for JSH 2015-04-03 14:57:12 +02:00
Alan Plum c23390360b Unbreak the build. 2015-04-02 01:49:00 +02:00
Alan Plum 8ffd5ddd1c Allow running arbitrary Foxx scripts. 2015-04-02 00:16:23 +02:00
Michael Hackstein 3c79b54330 Merge branch 'devel' of github.com:arangodb/arangodb into gos 2015-04-01 13:38:29 +02:00
Michael Hackstein e2fd4cdd65 Further improvements of graph queries. All queries should now be noticably faster. 2015-04-01 13:25:25 +02:00
Jan Steemann 33de89915c make graph viewer issue less expensive queries 2015-04-01 11:40:38 +02:00
Jan Steemann 3ddf23d093 hand-moved changes from other branch 2015-03-30 12:30:45 +02:00
Alan Plum b1822be3ad Fixed Aardvark PATCH configuration. 2015-03-25 17:38:50 +01:00
Jan Steemann 7ec3a18e04 added internal.options() 2015-03-25 17:08:29 +01:00
Jan Steemann 479a66c441 added generated file 2015-03-25 08:58:02 +01:00
Jan Steemann 7d5cc17d98 added tests 2015-03-23 22:28:26 +01:00
Jan Steemann 3b6dfc868e Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification 2015-03-20 23:23:13 +01:00
Jan Steemann d63f47e840 added possibility to kill JS traversals 2015-03-20 23:05:41 +01:00
Jan Steemann 8e48f98045 Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
Conflicts:
	arangod/Aql/Collection.cpp
	arangod/Aql/ExecutionBlock.cpp
2015-03-20 21:54:39 +01:00
Jan Steemann 8004a7be02 added derived file 2015-03-20 12:07:48 +01:00
Jan Steemann bdae982aa0 refuse to start the server when collection files or parameter.json files are not readable
Conflicts:
	js/apps/system/aardvark/frontend/js/bootstrap/errors.js
2015-03-18 17:44:06 +01:00
Jan Steemann 8aa9ef1f9c added derived file 2015-03-17 18:29:03 +01:00
Michael Hackstein e942f6252d Merge branch 'devel' of github.com:arangodb/arangodb into devel
Conflicts:
	js/apps/system/_admin/aardvark/APP/test/specs/views/documentViewSpec.js
2015-03-16 15:04:37 +01:00
Michael Hackstein 371702ceca Proved Document view and its tests. Adapted router along-side. This shall catch the bug that it is not possible to store valid json containing colons 2015-03-16 15:01:26 +01:00
Heiko Kernbach 02923a91ee fixed spec 2015-03-16 11:28:19 +01:00
Heiko Kernbach f16aa58852 fixed docs save bug in front-end 2015-03-16 11:18:51 +01:00
Heiko Kernbach a392fc6b0e added new query related files to karma tests 2015-03-13 10:34:38 +01:00
Michael Hackstein e314a6097c Fixed link to download API documentatioN 2015-03-13 09:44:34 +01:00
Michael Hackstein dec8a59073 Removed unused code 2015-03-13 09:44:02 +01:00
Heiko Kernbach 8a1e30b9d0 included 44fb5a554f1bbbf985724dbea92ed382f61a06be 2015-03-12 17:32:31 +01:00
Heiko Kernbach 449e3f1a18 added query management view, kill running queries and show slow queries 2015-03-12 16:42:20 +01:00
Michael Hackstein 5be310fc21 It is now possible to install Apps that are invalid if they are not configured correctly. If they get broken by configuration they are still routed and will display an errorpage. They also display an errorpage until configured. 2015-03-11 17:49:42 +01:00
Michael Hackstein 0a8e15749a Fixed scss-lint 2015-03-11 13:47:02 +01:00
Jan Steemann e368044036 fixed "line too long" 2015-03-10 14:44:31 +01:00
gschwab 7431ca0e86 fixed encoding bug 2015-03-10 14:08:15 +01:00
Heiko Kernbach 96ec4f3d7d larger modals for graph viewer 2015-03-10 11:43:55 +01:00
Michael Hackstein 21815a299d Added sharedlib 2015-03-10 11:39:23 +01:00
Michael Hackstein 2713df2aef Fixed frontend test 2015-03-10 10:40:03 +01:00
Michael Hackstein 82d58ddb19 Changed default document of Aardvark app 2015-03-10 10:38:27 +01:00
Michael Hackstein f70b8c66af Fixed the Web interface reachability test 2015-03-10 10:32:34 +01:00
Michael Hackstein d4848d3a42 Made foxx ready for clustering 2015-03-09 19:17:50 +01:00
Heiko Kernbach 2cb2f0b707 json editor now accepts keys without quotation marks 2015-03-09 15:40:26 +01:00
Michael Hackstein 5e363b3213 Fixed redirect for web interface 2015-03-09 11:42:43 +01:00
Michael Hackstein 9286c6211d Fixed Foxx Download test 2015-03-09 09:55:43 +01:00
Michael Hackstein 0513b043fd Fixed wrong download path for faxx apps #1259 2015-03-09 09:42:25 +01:00
Heiko Kernbach 6d418865b3 fixed frontend bug 2015-03-06 15:42:36 +01:00
Michael Hackstein 25d0df4049 Fixed frontend coverage tests and potentially fixed a ghost that from time to time kills Web Interface tests. 2015-03-05 15:18:16 +01:00
Michael Hackstein 6c7abc7310 Fixed Frontend tests 2015-03-04 15:55:40 +01:00
Michael Hackstein 4e20eeab33 Fixed dashboard behaviour in dashboard. #1259 2015-03-04 15:39:37 +01:00
Michael Hackstein 063f498e7f Fixed jslint warning 2015-03-04 15:31:26 +01:00
Michael Hackstein 7f509e2381 Added forgotten file for last commit. 2015-03-04 14:49:28 +01:00
Michael Hackstein 85aee07023 Fixed switching DBs dropdown. Still to do: Dashboard if authenticated and no _system user. #1259. 2015-03-04 14:21:11 +01:00
Alan Plum f5a5bac855 Fixed dashboard for disableAuthentication. 2015-03-03 18:02:26 +01:00
Alan Plum f0359b8b86 Added grunt script to aardvark package.json. 2015-03-03 18:01:31 +01:00
Michael Hackstein 03052263e9 Added a download App button for non System foxx applications 2015-03-03 16:20:39 +01:00
Michael Hackstein 2a2ecc220e Fixed tests 2015-03-03 14:49:34 +01:00
Michael Hackstein 00a6d31403 Fixed name of a spec file referenced in file list for karma 2015-03-03 14:37:50 +01:00
Michael Hackstein 691a1f75e6 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-03-03 14:18:40 +01:00
Michael Hackstein eca23b3814 Added an upgrade foxx dialog to the WebInterface 2015-03-03 14:18:35 +01:00
Jan Steemann 2ebf599736 added derived file 2015-03-02 19:40:35 +01:00
Michael Hackstein 0d09cf0759 Fixed SCSSLint 2015-03-02 14:30:30 +01:00
Michael Hackstein 8fc3fd2908 The webinterface will now print the path to a foxx in development mode 2015-03-02 14:23:03 +01:00
gschwab 285be2a7d3 fixed username bug 2015-02-27 15:23:43 +01:00
Heiko Kernbach 23a0e17018 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-26 14:18:38 +01:00
Heiko Kernbach 467cd60b07 added missing select2 retina picture 2015-02-26 14:18:28 +01:00
Michael Hackstein f0ab702b3f Proper description in the package.json. 2015-02-26 13:12:18 +01:00
Jan Steemann e8053b5fa1 added generated files 2015-02-25 11:01:26 +01:00
Michael Hackstein 5b6e9efde8 Fixed a bug disallowing the webinterface to install from github 2015-02-24 17:36:30 +01:00
Frank Celler 4f8ea3a208 Merge remote-tracking branch 'origin/2.5' into devel
Conflicts:
	CHANGELOG
	arangod/RestServer/arangod.cpp
	js/apps/system/_admin/aardvark/APP/package.json
2015-02-24 16:10:11 +01:00
Heiko Kernbach 2674b86e9f grunt now much faster 2015-02-24 13:00:05 +01:00
Michael Hackstein d57135c1b4 Fixed the sessions app, to create the _sessions collection if it is used on the internal mount point 2015-02-23 15:43:47 +01:00
Michael Hackstein 4d7f358e9e Added a devel task and removed watch form the default task of Grunt 2015-02-23 14:50:45 +01:00
Michael Hackstein 27253fde9c Added generated files in WebInterface 2015-02-23 14:50:21 +01:00
Michael Hackstein 4727a44b18 Typo fix in test output 2015-02-23 14:50:15 +01:00
Michael Hackstein 5dec680974 Added a test for the App install process, to avoid installing apps using the AppStore without giving a mountpoint. That caused undefined:undefined as an error message 2015-02-23 14:50:09 +01:00
Michael Hackstein c4d8e9edc0 Added newest versions of all libs to package.json 2015-02-23 14:50:02 +01:00
Michael Hackstein 683ae15ba5 Node modules in aardvark are contained in package.json. They can be installed locally if required by issuing npm install in APP folder 2015-02-23 14:49:22 +01:00
Michael Hackstein 9b702a8a9e Fixed query view spec 2015-02-23 14:49:14 +01:00
Michael Hackstein 271eb3cdeb Removed obsolete test files 2015-02-23 14:49:05 +01:00
Jan Steemann 8b76d3bf91 fixed repository URL 2015-02-23 11:20:29 +01:00
Frank Celler c3f64e6a25 release version 2.5.0-beta1 2015-02-23 10:47:30 +01:00
Michael Hackstein 0a0eec0cdb Added a devel task and removed watch form the default task of Grunt 2015-02-23 10:29:16 +01:00
Michael Hackstein 3ec41dbf26 Added generated files in WebInterface 2015-02-22 21:23:03 +01:00
Michael Hackstein 41b91043ae Typo fix in test output 2015-02-22 21:22:08 +01:00
Michael Hackstein 30fa8ef2d1 Added a test for the App install process, to avoid installing apps using the AppStore without giving a mountpoint. That caused undefined:undefined as an error message 2015-02-22 21:21:29 +01:00
Michael Hackstein ab5a5d643b Added newest versions of all libs to package.json 2015-02-22 21:20:17 +01:00
Michael Hackstein 21cfcb9b74 Node modules in aardvark are contained in package.json. They can be installed locally if required by issuing npm install in APP folder 2015-02-22 21:19:57 +01:00
Michael Hackstein 3f02e8829a Fixed query view spec 2015-02-21 15:26:09 +01:00
Michael Hackstein 72afc08ddb Removed obsolete test files 2015-02-21 15:24:04 +01:00
Frank Celler daadd697eb release version 2.5.0-alpha8 2015-02-20 12:59:39 +01:00
Frank Celler 5f2655c3d9 Merge branch 'devel' of github.com:arangodb/arangodb into 2.5 2015-02-20 12:49:56 +01:00
Heiko Kernbach b41008c336 added grunt build files 2015-02-20 10:52:55 +01:00
Frank Celler 3c7948451a release version 2.5.0-alpha7 2015-02-19 19:21:50 +01:00
Frank Celler 08239445f9 Merge branch 'devel' of github.com:arangodb/arangodb into 2.5 2015-02-19 18:46:41 +01:00
Michael Hackstein ca35d0c610 The foxx manager now reinstalls all system apps on startup 2015-02-19 18:39:01 +01:00
Michael Hackstein 5bede81469 The app.js is now requested with a differente version to avoid caching by browsers 2015-02-19 18:37:39 +01:00
Michael Hackstein 1370c28b4c Included grunt-text-replace module 2015-02-19 18:20:00 +01:00
Michael Hackstein 101985516a Removed not working code. Will be reincluded in future 2015-02-19 18:19:37 +01:00
Michael Hackstein a641df37cb Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-19 18:08:33 +01:00
Heiko Kernbach 5d971cf60f grunt support for cluster frontend 2015-02-19 18:07:51 +01:00
Michael Hackstein f2db5833ba Removed unused static file exports from manifest 2015-02-19 17:51:41 +01:00
Michael Hackstein be5352441f Added modified gruntfile and manifest for the query view fix 2015-02-19 17:16:03 +01:00
Michael Hackstein bc7b3e3a57 Fixed syntax highlighting of query editor and hide away the explainor 2015-02-19 17:07:33 +01:00
Michael Hackstein da436c8a8c Applied a fix to ace editor 2015-02-19 17:06:20 +01:00
Michael Hackstein 6920330009 Removed invalid *css properties. Compatbility to IE6 is not possible anyways with many other features 2015-02-19 16:31:49 +01:00
Michael Hackstein 1acc13ba8b Removed unnecessary files 2015-02-19 15:05:20 +01:00
Jan Steemann 871bfd4655 updated functions list 2015-02-19 14:51:32 +01:00
Frank Celler 6190bb7994 Merge branch 'devel' of github.com:arangodb/arangodb into 2.5 2015-02-18 21:50:33 +01:00
Michael Hackstein 7844b9eebd Fixed JSLint 2015-02-18 20:39:43 +01:00
Michael Hackstein a98975ad53 Fixed forgotten imports of files for karma 2015-02-18 19:29:10 +01:00
Michael Hackstein ce28642473 Changed label of the development /production button in WI. Suggested different mode 2015-02-18 19:19:41 +01:00
Michael Hackstein 9b592c1bd0 Added generated files from grunt 2015-02-18 19:14:44 +01:00
Michael Hackstein f5b1315066 Merge branch 'gruntingAardvark' of github.com:arangodb/arangodb into devel 2015-02-18 19:09:11 +01:00
Michael Hackstein 72f15f2ed0 Merge branch 'gruntingAardvark' of github.com:arangodb/arangodb into gruntingAardvark
Conflicts:
	js/apps/system/_admin/aardvark/APP/manifest.json
	js/apps/system/aardvark/frontend/html/scripts.html.part
	js/apps/system/aardvark/frontend/js/arango/templateEngine.js
	js/apps/system/aardvark/frontend/js/routers/startApp.js
	js/apps/system/aardvark/frontend/js/views/queryView.js
	js/apps/system/aardvark/test/karma/files.json
2015-02-18 19:07:03 +01:00
Michael Hackstein 9612ca2b5e Moved spec for coverage tests to concatenated files 2015-02-18 19:04:58 +01:00
Michael Hackstein ea148c895c Added a list of files for karma coverage tests 2015-02-18 19:04:00 +01:00
Michael Hackstein 82cf2cc531 Added Node modules for WebInterface 2015-02-18 19:03:33 +01:00
Michael Hackstein 4c17d7b211 Finished rebase of gruntingAardvark to devel. 2015-02-18 19:02:39 +01:00
Heiko Kernbach e2f32b631f fixed tests 2015-02-18 18:42:42 +01:00
Michael Hackstein 18550aa70e Started fixing documentsView specs. Most of them were broken 2015-02-18 17:58:48 +01:00
Michael Hackstein 066fdc398e Added build for coverage tests. We do not want to check coverage of libraries 2015-02-18 17:58:46 +01:00
Michael Hackstein fe9898ecb5 Test code probably overwrites library instead of the mock. Should be fixed now. 2015-02-18 17:58:45 +01:00
Michael Hackstein e70dabfdc1 JSHinting grunt 2015-02-18 17:58:43 +01:00
Michael Hackstein e32f1ea081 Adapted karma tests to use the combined file generated via grunt instead of a self concatenated file. The test is now much closer to reality and the files are not stored redundantly 2015-02-18 17:58:43 +01:00
Michael Hackstein 0516be7f64 Applied a fix to ace. Their implementation of require breaks arangodb require. They expect an additional argument at the beginning 2015-02-18 17:58:41 +01:00
Michael Hackstein 4721b445ec Modified karma tests to work with the same concatenated file delivered to the frontend. 2015-02-18 17:58:40 +01:00
Michael Hackstein 433be5bc0e Enabled concatenation and uglification of javascript code. If minified version is used, Foxx-Documentation is not working. Variable resolution not possible. 2015-02-18 17:57:48 +01:00
Michael Hackstein 29a2f505de Added a grunt task to build the css files for cluster and standalone interface 2015-02-18 17:56:34 +01:00
Michael Hackstein 301c2f0e44 Implemented a heatmap for querynodes to help optimizing the query. Increased font-size of descriptions. Now needs discussion what to do next 2015-02-18 17:56:33 +01:00
Michael Hackstein 2bee6660f5 Added first version of query plan viewer. Needs to be beautified. A node-only cost estimation is would be good 2015-02-18 17:56:31 +01:00
Michael Hackstein bdf62fac3b First draft to display the result of explain on a query. Not yet beutiful 2015-02-18 17:56:27 +01:00
Heiko Kernbach b1e4904a31 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-18 17:11:19 +01:00
Heiko Kernbach 87115f2559 stop ajax calls to _system if user has no permission 2015-02-18 17:10:16 +01:00
Michael Hackstein 5ddd5a7019 Fixed style of mountpoint input in modal view 2015-02-18 17:08:52 +01:00
Jan Steemann ea285705fa Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-18 16:40:54 +01:00
Jan Steemann 83ea75fa8f removed unused config options 2015-02-18 16:40:15 +01:00
Michael Hackstein 7dde898684 Added style to the setup and teardown triggers in web interface. 2015-02-18 15:53:39 +01:00
Heiko Kernbach 7864dbf50d font awesome upgrade 4.0.3 to 4.3.0 2015-02-18 15:31:24 +01:00
Jan Steemann f29591135a adjusted geo index API 2015-02-18 14:59:46 +01:00
Michael Hackstein 6641e0df7c JShint use strict not working... 2015-02-18 11:43:20 +01:00
Michael Hackstein df20a360d7 Added, implemented and tested setup and teardown buttons in web UI. Style to go 2015-02-18 11:24:46 +01:00
Frank Celler 15fb7131f1 Merge remote-tracking branch 'origin/devel' into 2.5
Conflicts:
	Documentation/Examples/CollectionUnload.generated
	Documentation/Examples/HttpGharialAddEdge.generated
	Documentation/Examples/HttpGharialAddEdgeCol.generated
	Documentation/Examples/HttpGharialAddVertex.generated
	Documentation/Examples/HttpGharialAddVertexCol.generated
	Documentation/Examples/HttpGharialCreate.generated
	Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated
	Documentation/Examples/HttpGharialGetEdge.generated
	Documentation/Examples/HttpGharialGetGraph.generated
	Documentation/Examples/HttpGharialGetVertex.generated
	Documentation/Examples/HttpGharialList.generated
	Documentation/Examples/HttpGharialModifyVertex.generated
	Documentation/Examples/HttpGharialPatchEdge.generated
	Documentation/Examples/HttpGharialPutEdge.generated
	Documentation/Examples/HttpGharialRemoveVertexCollection.generated
	Documentation/Examples/HttpGharialReplaceEdgeCol.generated
	Documentation/Examples/HttpGharialReplaceVertex.generated
	Documentation/Examples/RestAdminStatistics1.generated
	Documentation/Examples/RestBatchMultipartHeader.generated
	Documentation/Examples/RestCollectionCreateCollection.generated
	Documentation/Examples/RestCollectionCreateKeyopt.generated
	Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated
	Documentation/Examples/RestCollectionDeleteCollectionName.generated
	Documentation/Examples/RestCollectionGetAllCollections.generated
	Documentation/Examples/RestCollectionGetCollectionChecksum.generated
	Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
	Documentation/Examples/RestCollectionGetCollectionCount.generated
	Documentation/Examples/RestCollectionGetCollectionFigures.generated
	Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
	Documentation/Examples/RestCollectionGetCollectionName.generated
	Documentation/Examples/RestCollectionGetCollectionRevision.generated
	Documentation/Examples/RestCollectionIdentifierLoad.generated
	Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
	Documentation/Examples/RestCollectionIdentifierRename.generated
	Documentation/Examples/RestCollectionIdentifierTruncate.generated
	Documentation/Examples/RestCollectionIdentifierUnload.generated
	Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
	Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
	Documentation/Examples/RestCursorDelete.generated
	Documentation/Examples/RestCursorForLimitReturnCont.generated
	Documentation/Examples/RestDatabaseGetInfo.generated
	Documentation/Examples/RestDocumentHandlerDeleteDocument.generated
	Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
	Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated
	Documentation/Examples/RestDocumentHandlerPatchDocument.generated
	Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
	Documentation/Examples/RestDocumentHandlerPostAccept1.generated
	Documentation/Examples/RestDocumentHandlerPostCreate1.generated
	Documentation/Examples/RestDocumentHandlerPostCreate2.generated
	Documentation/Examples/RestDocumentHandlerPostWait1.generated
	Documentation/Examples/RestDocumentHandlerReadDocument.generated
	Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
	Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated
	Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated
	Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocument.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOtherLastWriteWins.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocumentRevOther.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated
	Documentation/Examples/RestEdgeCreateEdge.generated
	Documentation/Examples/RestEdgesReadEdgesAny.generated
	Documentation/Examples/RestEdgesReadEdgesIn.generated
	Documentation/Examples/RestEdgesReadEdgesOut.generated
	Documentation/Examples/RestEndpointGet.generated
	Documentation/Examples/RestExplainAllPlans.generated
	Documentation/Examples/RestExplainOptimizerRules.generated
	Documentation/Examples/RestExplainOptions.generated
	Documentation/Examples/RestGraphChangeEdge.generated
	Documentation/Examples/RestGraphChangeVertex.generated
	Documentation/Examples/RestGraphChangepEdge.generated
	Documentation/Examples/RestGraphChangepVertex.generated
	Documentation/Examples/RestGraphCreateEdge.generated
	Documentation/Examples/RestGraphCreateVertex.generated
	Documentation/Examples/RestGraphGetEdge.generated
	Documentation/Examples/RestGraphGetEdges.generated
	Documentation/Examples/RestGraphGetGraph.generated
	Documentation/Examples/RestGraphGetGraphs.generated
	Documentation/Examples/RestGraphGetVertex.generated
	Documentation/Examples/RestGraphGetVertexEdges.generated
	Documentation/Examples/RestGraphGetVertexVertices.generated
	Documentation/Examples/RestGraphGetVertexVertices2.generated
	Documentation/Examples/RestGraphGetVertices.generated
	Documentation/Examples/RestGraphPostGraph.generated
	Documentation/Examples/RestIndexAllIndexes.generated
	Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
	Documentation/Examples/RestIndexCreateGeoLocation.generated
	Documentation/Examples/RestIndexCreateNewCapConstraint.generated
	Documentation/Examples/RestIndexCreateNewFulltext.generated
	Documentation/Examples/RestIndexCreateNewHashIndex.generated
	Documentation/Examples/RestIndexCreateNewSkiplist.generated
	Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
	Documentation/Examples/RestIndexCreateSparseHashIndex.generated
	Documentation/Examples/RestIndexCreateSparseSkiplist.generated
	Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated
	Documentation/Examples/RestReplicationApplierStart.generated
	Documentation/Examples/RestReplicationApplierStateNotRunning.generated
	Documentation/Examples/RestReplicationApplierStateRunning.generated
	Documentation/Examples/RestReplicationApplierStop.generated
	Documentation/Examples/RestReplicationDump.generated
	Documentation/Examples/RestReplicationInventory.generated
	Documentation/Examples/RestReplicationInventoryIndexes.generated
	Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated
	Documentation/Examples/RestReplicationLoggerFollowEmpty.generated
	Documentation/Examples/RestReplicationLoggerFollowSome.generated
	Documentation/Examples/RestReplicationLoggerStateActive.generated
	Documentation/Examples/RestReplicationServerId.generated
	Documentation/Examples/RestSimpleAllBatch.generated
	Documentation/Examples/RestSimpleAllSkipLimit.generated
	Documentation/Examples/RestSimpleAny.generated
	Documentation/Examples/RestSimpleByExample.generated
	Documentation/Examples/RestSimpleByExample2.generated
	Documentation/Examples/RestSimpleByExample3.generated
	Documentation/Examples/RestSimpleFirst.generated
	Documentation/Examples/RestSimpleFirstExample.generated
	Documentation/Examples/RestSimpleFirstSingle.generated
	Documentation/Examples/RestSimpleFulltext.generated
	Documentation/Examples/RestSimpleLast.generated
	Documentation/Examples/RestSimpleLastSingle.generated
	Documentation/Examples/RestSimpleNear.generated
	Documentation/Examples/RestSimpleNearDistance.generated
	Documentation/Examples/RestSimpleRange.generated
	Documentation/Examples/RestSimpleWithin.generated
	Documentation/Examples/RestSimpleWithinDistance.generated
	Documentation/Examples/RestSimpleWithinRectangle.generated
	Documentation/Examples/RestTasksCreate.generated
	Documentation/Examples/RestTasksListAll.generated
	Documentation/Examples/RestTasksListOne.generated
	Documentation/Examples/RestTasksPutWithId.generated
	Documentation/Examples/RestTraversalAny.generated
	Documentation/Examples/RestTraversalBackwardItemOrder.generated
	Documentation/Examples/RestTraversalDepthFirst.generated
	Documentation/Examples/RestTraversalEdgeUniqueness.generated
	Documentation/Examples/RestTraversalFilterExclude.generated
	Documentation/Examples/RestTraversalFilterPrune.generated
	Documentation/Examples/RestTraversalInbound.generated
	Documentation/Examples/RestTraversalMaxDepth.generated
	Documentation/Examples/RestTraversalMinDepth.generated
	Documentation/Examples/RestTraversalOutbound.generated
	Documentation/Examples/RestTraversalPostorder.generated
	Documentation/Examples/RestTraversalVisitorCountAndList.generated
	Documentation/Examples/RestTraversalVisitorExpander.generated
	Documentation/Examples/RestVersion.generated
	Documentation/Examples/RestVersionDetails.generated
	Documentation/Examples/SaveEdgeCol.generated
	Documentation/Examples/collectionAll.generated
	Documentation/Examples/collectionAllNext.generated
	Documentation/Examples/collectionByExample.generated
	Documentation/Examples/collectionByExampleNext.generated
	Documentation/Examples/collectionClosedRange.generated
	Documentation/Examples/collectionDatabaseCollectionName.generated
	Documentation/Examples/collectionDatabaseCreate.generated
	Documentation/Examples/collectionDatabaseCreateKey.generated
	Documentation/Examples/collectionDatabaseCreateProperties.generated
	Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
	Documentation/Examples/collectionDatabaseDrop.generated
	Documentation/Examples/collectionDatabaseDropName.generated
	Documentation/Examples/collectionDatabaseName.generated
	Documentation/Examples/collectionDatabaseTruncate.generated
	Documentation/Examples/collectionDatabaseTruncateName.generated
	Documentation/Examples/collectionDrop.generated
	Documentation/Examples/collectionFigures.generated
	Documentation/Examples/collectionFirstExample.generated
	Documentation/Examples/collectionFulltext.generated
	Documentation/Examples/collectionLoad.generated
	Documentation/Examples/collectionNear.generated
	Documentation/Examples/collectionNearDistance.generated
	Documentation/Examples/collectionRange.generated
	Documentation/Examples/collectionRename.generated
	Documentation/Examples/collectionTruncate.generated
	Documentation/Examples/collectionWithin.generated
	Documentation/Examples/collectionsDatabaseName.generated
	Documentation/Examples/cursorHasNext.generated
	Documentation/Examples/cursorNext.generated
	Documentation/Examples/documentDocumentRemove.generated
	Documentation/Examples/documentDocumentRemoveConflict.generated
	Documentation/Examples/documentDocumentUpdate.generated
	Documentation/Examples/documentsCollectionFirst.generated
	Documentation/Examples/documentsCollectionFirstNull.generated
	Documentation/Examples/documentsCollectionInsert.generated
	Documentation/Examples/documentsCollectionLast.generated
	Documentation/Examples/documentsCollectionLastNull.generated
	Documentation/Examples/documentsCollectionName.generated
	Documentation/Examples/documentsCollectionRemove.generated
	Documentation/Examples/documentsCollectionRemoveConflict.generated
	Documentation/Examples/documentsCollectionRemoveSignature.generated
	Documentation/Examples/documentsCollectionReplace.generated
	Documentation/Examples/documentsCollectionReplaceHandle.generated
	Documentation/Examples/documentsCollectionUpdate.generated
	Documentation/Examples/documentsCollectionUpdateHandle.generated
	Documentation/Examples/documentsCollectionUpdateHandleArray.generated
	Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
	Documentation/Examples/documentsDocumentName.generated
	Documentation/Examples/documentsDocumentReplace.generated
	Documentation/Examples/executeQuery.generated
	Documentation/Examples/executeQueryBatchSize.generated
	Documentation/Examples/generalGraphAbsBetweenness1.generated
	Documentation/Examples/generalGraphAbsBetweenness2.generated
	Documentation/Examples/generalGraphAbsBetweenness3.generated
	Documentation/Examples/generalGraphAbsCloseness1.generated
	Documentation/Examples/generalGraphAbsCloseness2.generated
	Documentation/Examples/generalGraphAbsEccentricity2.generated
	Documentation/Examples/generalGraphBetweenness2.generated
	Documentation/Examples/generalGraphBetweenness3.generated
	Documentation/Examples/generalGraphCloseness1.generated
	Documentation/Examples/generalGraphCloseness3.generated
	Documentation/Examples/generalGraphCommonNeighbors1.generated
	Documentation/Examples/generalGraphCommonNeighbors2.generated
	Documentation/Examples/generalGraphDistanceTo1.generated
	Documentation/Examples/generalGraphDropGraphKeep.generated
	Documentation/Examples/generalGraphEccentricity1.generated
	Documentation/Examples/generalGraphEccentricity2.generated
	Documentation/Examples/generalGraphEdgeCollectionRemove.generated
	Documentation/Examples/generalGraphEdgeCollectionReplace.generated
	Documentation/Examples/generalGraphEdgeCollectionSave1.generated
	Documentation/Examples/generalGraphEdgeCollectionUpdate.generated
	Documentation/Examples/generalGraphEdges1.generated
	Documentation/Examples/generalGraphEdges2.generated
	Documentation/Examples/generalGraphEdgesFiltered.generated
	Documentation/Examples/generalGraphEdgesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLEdgesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLEdgesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLEdgesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLFromVerticesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLInEdgesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLInEdgesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLInEdgesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLNeighborsFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLNeighborsUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLNext.generated
	Documentation/Examples/generalGraphFluentAQLNextRecreate.generated
	Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLOutEdgesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLPathNeighbors.generated
	Documentation/Examples/generalGraphFluentAQLPathSimple.generated
	Documentation/Examples/generalGraphFluentAQLRestricted.generated
	Documentation/Examples/generalGraphFluentAQLToArray.generated
	Documentation/Examples/generalGraphFluentAQLToVerticesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLToVerticesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLToVerticesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLUnfilteredEdges.generated
	Documentation/Examples/generalGraphFluentAQLUnfilteredVertices.generated
	Documentation/Examples/generalGraphFluentAQLUnrestricted.generated
	Documentation/Examples/generalGraphFluentAQLVerticesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLVerticesUnfiltered.generated
	Documentation/Examples/generalGraphGetFromVertex.generated
	Documentation/Examples/generalGraphGetToVertex.generated
	Documentation/Examples/generalGraphModuleAbsBetweenness1.generated
	Documentation/Examples/generalGraphModuleAbsBetweenness2.generated
	Documentation/Examples/generalGraphModuleAbsBetweenness3.generated
	Documentation/Examples/generalGraphModuleAbsCloseness1.generated
	Documentation/Examples/generalGraphModuleAbsCloseness2.generated
	Documentation/Examples/generalGraphModuleAbsCloseness3.generated
	Documentation/Examples/generalGraphModuleAbsEccentricity2.generated
	Documentation/Examples/generalGraphModuleBetweenness1.generated
	Documentation/Examples/generalGraphModuleBetweenness2.generated
	Documentation/Examples/generalGraphModuleCloseness1.generated
	Documentation/Examples/generalGraphModuleCommonNeighbors1.generated
	Documentation/Examples/generalGraphModuleCommonNeighbors2.generated
	Documentation/Examples/generalGraphModuleConnectingEdges1.generated
	Documentation/Examples/generalGraphModuleDistanceTo1.generated
	Documentation/Examples/generalGraphModuleDistanceTo2.generated
	Documentation/Examples/generalGraphModuleEccentricity2.generated
	Documentation/Examples/generalGraphModuleEccentricity3.generated
	Documentation/Examples/generalGraphModuleNeighbors1.generated
	Documentation/Examples/generalGraphModuleNeighbors2.generated
	Documentation/Examples/generalGraphModulePaths.generated
	Documentation/Examples/generalGraphModulePaths2.generated
	Documentation/Examples/generalGraphModuleShortestPaths1.generated
	Documentation/Examples/generalGraphModuleShortestPaths2.generated
	Documentation/Examples/generalGraphNeighbors1.generated
	Documentation/Examples/generalGraphNeighbors2.generated
	Documentation/Examples/generalGraphPaths.generated
	Documentation/Examples/generalGraphPaths2.generated
	Documentation/Examples/generalGraphShortestPaths1.generated
	Documentation/Examples/generalGraphTraversal1.generated
	Documentation/Examples/generalGraphTraversal2.generated
	Documentation/Examples/generalGraphTraversalTree1.generated
	Documentation/Examples/generalGraphTraversalTree2.generated
	Documentation/Examples/generalGraphVertexCollectionRemove.generated
	Documentation/Examples/generalGraphVertexCollectionReplace.generated
	Documentation/Examples/generalGraphVertexCollectionSave.generated
	Documentation/Examples/generalGraphVertexCollectionUpdate.generated
	Documentation/Examples/generalGraphVertices1.generated
	Documentation/Examples/generalGraphVertices2.generated
	Documentation/Examples/generalGraphVerticesFiltered.generated
	Documentation/Examples/generalGraphVerticesUnfiltered.generated
	Documentation/Examples/general_graph__deleteEdgeDefinition.generated
	Documentation/Examples/queryLimit.generated
	Documentation/Examples/querySkip.generated
	build.h
	configure
	configure.ac
	js/common/tests/shell-database.js
2015-02-17 15:31:33 +01:00
Michael Hackstein c091996092 Fixed scss lint 2015-02-17 10:50:40 +01:00
Heiko Kernbach 12ccbb9cba fixed issue #1248 2015-02-17 10:01:02 +01:00
Michael Hackstein c6e9d98251 Added a force uninstall for foxx apps, to make sure they are removed from disk even if sth is unclear with mounting. Also created an error for foxx not found on file system has been added 2015-02-16 17:14:36 +01:00
Michael Hackstein 0c78629199 Merge branch 'foxx-pathes' of github.com:arangodb/arangodb into devel 2015-02-16 14:17:52 +01:00
Frank Celler eac5c18c7f release version 2.5.0-alpha3 2015-02-16 11:22:49 +01:00
Frank Celler 3b9b1510e5 release version 2.5.0-alpha2 2015-02-16 10:39:20 +01:00
Frank Celler 179a6ef8ff release version 2.5.0-alpha1 2015-02-16 09:59:06 +01:00
Jan Steemann 205736a028 added optimizer rule "propagate-constant-attributes" 2015-02-15 13:29:53 +01:00
Michael Hackstein 9d5ae45b10 Improved errors thrown when trying to install malformed applications 2015-02-13 22:11:54 +01:00
Michael Hackstein 5b3fae42aa Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes
Conflicts:
	js/apps/system/_admin/aardvark/APP/frontend/js/bootstrap/errors.js
	js/common/bootstrap/errors.js
	lib/Basics/voc-errors.cpp
	lib/Basics/voc-errors.h
2015-02-13 10:20:36 +01:00
Jan Steemann a0299f903b added generated file 2015-02-13 09:11:34 +01:00
Jan Steemann acf854342f added generated files 2015-02-13 09:10:38 +01:00
Michael Hackstein 2bb36889b2 Minor perfromance improvements for graph traversals 2015-02-12 14:10:13 +01:00
Michael Hackstein c79969f40f JSlintung 2015-02-12 11:14:10 +01:00
Jan Steemann 0e4f45f905 Merge branch 'devel' of https://github.com/arangodb/arangodb into sparse-indexes 2015-02-11 18:47:47 +01:00
Heiko Kernbach 67278bf281 force localhost param to be 127.0.0.1 2015-02-11 18:20:26 +01:00
Jan Steemann ec2b866200 Merge branch 'devel' of https://github.com/arangodb/arangodb into sparse-indexes
Conflicts:
	js/apps/system/aardvark/frontend/js/templates/documentsView.ejs
2015-02-11 17:53:23 +01:00
Heiko Kernbach 058df06b05 added mouseover event for customqueries 2015-02-11 15:15:59 +01:00
Jan Steemann 67f5cc0379 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-11 12:45:55 +01:00
Jan Steemann ce69be69bf increase default value for maxIterations 2015-02-11 12:45:41 +01:00
Heiko Kernbach 3404fd6aa6 added event when selecting a query from selectbox 2015-02-11 12:45:00 +01:00
Heiko Kernbach 8ea9d50a6f added more updates for custom queries, to prevent cross browser overwriting 2015-02-11 12:39:09 +01:00
Heiko Kernbach 6c94c1a3d4 frontend - table header was removed when adding a new index 2015-02-11 10:17:03 +01:00
Michael Hackstein 6c5396dfeb Fixed app documentation view. Browsers are unable to load the same url in an iframe, created a Documentation only html page
Conflicts:
	js/apps/system/_admin/aardvark/APP/frontend/js/templates/applicationDetailView.ejs
2015-02-10 16:29:09 +01:00
Jan Steemann b10b2bb9b0 Merge branch 'devel' of https://github.com/arangodb/arangodb into sparse-indexes 2015-02-10 10:36:45 +01:00
Jan Steemann 82c9d8cadd jslint, unglobalized functions 2015-02-10 10:04:56 +01:00
Jan Steemann 82c7522d4e test fixes 2015-02-09 20:08:06 +01:00
Michael Hackstein 67fcf3bec4 Fixed jslint 2015-02-09 08:54:13 +01:00
Jan Steemann 003d7e9112 sparse indexes, initial commit, untested 2015-02-07 03:07:41 +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
Michael Hackstein ec3bfa2dc1 Removed dead code and added more tests for the App install dialog 2015-02-06 16:58:06 +01:00
Michael Hackstein c44ed65736 Fixed generation of Apps via the web interface 2015-02-06 16:57:15 +01:00
Michael Hackstein 6ba7bf6918 Increased test coverage of new foxx views. All positive pathes are now covered. Error handling not yet 2015-02-06 08:22:57 +01:00
Heiko Kernbach 9bf1bf1db2 fixed pagination when filtering collections 2015-02-05 10:48:44 +01:00
Heiko Kernbach 631cd32b5e fixed pagination when filtering collections 2015-02-05 10:45:48 +01:00
Jan Steemann c18ff7f300 use-index-for-sort rule can now remove sorts in more cases 2015-02-02 22:53:25 +01:00
Jan Steemann 875a695b22 selectivity estimates 2015-02-02 20:14:36 +01:00
Michael Hackstein d4d82e332b The webinterface now also checks if the mountpoint is valid, e.g. does not contain /APP 2015-02-02 14:23:04 +01:00
Michael Hackstein 0b44a05a1b Fixed tests for newest frontend changes 2015-02-02 12:59:41 +01:00
Michael Hackstein 6aca853065 Added an indicator for development in the App overview 2015-02-02 12:10:11 +01:00
Michael Hackstein 9a2ccfce50 Style fixes for application detail view. Now indicating development mode and disabled the configure button, if nothing to configure. 2015-02-02 11:58:01 +01:00
Jan Steemann 39603ebaf4 added selectivity estimates for some index types 2015-01-30 23:04:46 +01:00
Michael Hackstein ab42378570 Fixed swagger in new Web Interface 2015-01-30 17:18:26 +01:00
Michael Hackstein f124b3d7c4 Switching an app form production to development and back again via a single click in the WI 2015-01-30 15:24:47 +01:00
Jan Steemann 7bcf2b54c0 make explainer display warnings, too 2015-01-29 21:30:42 +01:00
Michael Hackstein 919452e83e Apps can now be configured with the web interface during runtime. Included tests 2015-01-29 18:05:06 +01:00
Frank Celler c153f72af5 moved triAGENS/ArangoDB to arangodb/arangodb 2015-01-29 17:33:02 +01:00
Michael Hackstein 44dbb8d4cd A frontend foxx model can now overwrite it's configuration information 2015-01-29 15:46:13 +01:00
Michael Hackstein fd4d9ec116 A frontend foxx model can now request it's configuration information 2015-01-29 15:38:03 +01:00
Jan Steemann 3768ca23dc added derived file 2015-01-29 15:32:15 +01:00
Michael Hackstein 368f78cda1 Added tests for the open app button 2015-01-29 15:20:16 +01:00
Michael Hackstein 6bcce430ae THe application list i now properly reloaded after installing an app. 2015-01-29 15:09:55 +01:00
Michael Hackstein fdcda2fa66 Added a template for a simple Really delete dialog 2015-01-29 14:04:34 +01:00
Michael Hackstein e742ae607a Applied some fixes to foxxManager to make app uninstable. The WebInterface is now able to uninstall an App properly. Added a test for it. 2015-01-29 14:02:31 +01:00
Michael Hackstein 1e7414a43a Web interface app install dialog and collection. Both are under basic tests. 2015-01-29 09:59:45 +01:00
Michael Hackstein 5d8a16d287 Test base-line. All tests passing. 2015-01-28 14:53:14 +01:00
Michael Hackstein 54fd833041 Started moving aardvark to new foxx-manager functionality. Confirmed: listing all apps works. 2015-01-28 14:39:08 +01:00
Max Neunhoeffer e24278828c Changes to cluster startup for mesos cooperation.
This simplifies the cluster startup by introducing a further agency
lookup step using "local info" to find the "id". This allows an external
discovery process (see scripts/discover.js as an example) to configure
a new server in the cluster dynamically when it starts up.

New GNUmakefile targets
  pack-tar-config
  pack-tar
2015-01-28 12:58:24 +01:00
Jan Steemann b03a7a4c8f fun with custom visitors 2015-01-28 00:45:21 +01:00
Michael Hackstein 8cf4856adc Removed unused file 2015-01-27 14:00:28 +01:00
Jan Steemann 8a5d7d9085 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2015-01-27 09:25:02 +01:00
Frank Celler 6363011339 fixed routing 2015-01-26 11:59:05 +01:00
Michael Hackstein 6042b62482 Fixed imports in aardvark. It is not repaired yet but should not throw a mount error 2015-01-26 11:58:16 +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
Michael Hackstein be7b542e27 Fixed js makefile to new location of aardvark APP 2015-01-26 11:58:15 +01:00
Michael Hackstein f429c8af63 Moved all system apps to new folder structure 2015-01-26 11:57:08 +01:00
Michael Hackstein bf1750f589 Potential fix for the ghost, killing the frontend test from time to time. Go Jenkins, find it. 2015-01-26 09:37:58 +00:00
Michael Hackstein 6ba4e96a43 Started fixing documentsView specs. Most of them were broken 2015-01-26 09:36:30 +00:00
Michael Hackstein c19ee02a93 Added build for coverage tests. We do not want to check coverage of libraries 2015-01-26 09:35:49 +00:00
Michael Hackstein 72e1e949d7 Potential fix for the ghost, killing the frontend test from time to time. Go Jenkins, find it. 2015-01-26 09:33:37 +00:00
Michael Hackstein 31a990754c Potential fix for the ghost, killing the frontend test from time to time. Go Jenkins, find it 2015-01-25 16:18:37 +00:00
Michael Hackstein 090ebb8d0f Test code probably overwrites library instead of the mock. Should be fixed now. 2015-01-25 16:17:32 +00:00
Michael Hackstein 9f790f3aa1 Potential fix for the ghost, killing the frontend test from time to time. Go Jenkins, find it 2015-01-25 16:16:20 +00:00
Michael Hackstein fcf3760dea JSHinting grunt 2015-01-25 14:28:22 +00:00
Michael Hackstein 4e0dcba048 Adapted karma tests to use the combined file generated via grunt instead of a self concatenated file. The test is now much closer to reality and the files are not stored redundantly 2015-01-25 14:27:34 +00:00
Michael Hackstein b2fc293b63 Applied a fix to ace. Their implementation of require breaks arangodb require. They expect an additional argument at the beginning 2015-01-25 12:15:10 +00:00
Jan Steemann 58ddb95417 reduced number of monkeypatches affecting innocent regular objects 2015-01-24 14:23:53 +01:00
Michael Hackstein a4b34b2fe3 Modified karma tests to work with the same concatenated file delivered to the frontend. 2015-01-24 12:20:59 +00:00
Michael Hackstein cc1a52d159 Enabled concatenation and uglification of javascript code. If minified version is used, Foxx-Documentation is not working. Variable resolution not possible. 2015-01-24 12:17:04 +00:00
Michael Hackstein 274d8df801 Added a grunt task to build the css files for cluster and standalone interface 2015-01-24 12:17:04 +00:00
Michael Hackstein f540e02b26 Implemented a heatmap for querynodes to help optimizing the query. Increased font-size of descriptions. Now needs discussion what to do next 2015-01-24 12:17:03 +00:00
Michael Hackstein a4e92bc1dc Added first version of query plan viewer. Needs to be beautified. A node-only cost estimation is would be good 2015-01-24 12:17:03 +00:00
Michael Hackstein 3f5e1625bd First draft to display the result of explain on a query. Not yet beutiful 2015-01-24 12:17:03 +00:00
Jan Steemann 81db41763f foxx file upload 2015-01-23 11:23:58 +01:00
Jan Steemann f5aa621536 reverse index scan 2015-01-23 01:36:46 +01:00
Jan Steemann f9a43224cf added explainer
Conflicts:
	js/common/modules/org/arangodb/aql/explainer.js
2015-01-23 00:59:07 +01:00
Jan Steemann 4e7e9117bd added derived files 2015-01-22 10:30:54 +01:00
Michael Hackstein 3dbd479e7e Fixed scss lint 2015-01-20 10:36:19 +01:00
Michael Hackstein dd0f6a0e6b Added complete files list for frontend tests. Contains all deactivated files 2015-01-20 10:14:25 +01:00
Michael Hackstein 2a367c5462 Reactivated frontend tests. Fixed some tests. Excluded several tests, fix for them will be delivered later. 2015-01-20 10:13:59 +01:00
Jan Steemann b0fa21b0ce updated conventions documentation for AQL functions 2015-01-16 12:56:02 +01:00
Jan Steemann 36dab4113e stricter checking for AQL user functions 2015-01-16 12:44:59 +01:00
Michael Hackstein 6feed25079 The foxx generator in web interface will now also generate a read single document route 2015-01-15 15:52:33 +01:00
Jan Steemann 1e7a5218db fixed inability to create collections from the web ui 2015-01-13 17:11:36 +01:00
Michael Hackstein aaf8d70a83 Improved a generated general graph AQL. It now does not compute the complete set of vertices before filtering, instead it merges the examples before computing. 2015-01-13 13:19:56 +01:00
Jan Steemann acb02ad257 jslint 2015-01-09 19:51:58 +01:00
Michael Hackstein 8b1bf3b90e Style fixes for application view 2015-01-09 16:40:04 +01:00
Michael Hackstein 53aa7a6950 Improvements on the new Application Tab. It is now possible to filter all Apps by their type. It is also possible to install user mountable system apps via the App store 2015-01-09 16:40:03 +01:00
Michael Hackstein e813caaef8 Added more style to arango-store 2015-01-09 16:40:03 +01:00
Frank Celler 26d11822ab made path relative in order to avoid problems when using a different port 2015-01-07 13:43:39 +01:00
Frank Celler 49cb009186 fixed validation rules 2015-01-07 13:28:53 +01:00
Alan Plum 2b569e5db2 Ported legacy Foxx syntax to 2.4+. 2015-01-06 20:37:18 +01:00
Jan Steemann e76e649b27 added derived file 2015-01-05 09:42:24 +01:00
Max Neunhoeffer 9e7342c257 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-12-23 16:52:50 +01:00
Max Neunhoeffer 1cdf439845 Broken version, errors not yet fixed. 2014-12-23 16:51:48 +01:00
Heiko Kernbach 4ea60b80f0 jslint 2014-12-23 11:03:58 +01:00
Heiko Kernbach 3c0249a580 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-12-23 11:00:16 +01:00
Heiko Kernbach 09d14c1be4 #1065 - added option to add a key for a new document or edge 2014-12-23 11:00:08 +01:00
Heiko Kernbach bf076c8255 #1198 - added caching for user defined queries 2014-12-23 09:47:50 +01:00
Jan Steemann cc9a26c268 indicate at least some errors for failing uploads 2014-12-22 17:21:33 +01:00
Jan Steemann 406bd99800 added derived file 2014-12-22 16:15:16 +01:00
Jan Steemann cded2892ef ES6 2014-12-21 19:12:16 +01:00
Michael Hackstein 962dec57f2 The web interface now does not fail anymore if it cannot connect to github.com. Appropriate information is generated. 2014-12-20 22:40:05 +01:00
Jan Steemann 69e4665bf5 ES6 2014-12-20 21:57:30 +01:00
Jan Steemann b4454fa91a jslint 2014-12-20 21:56:42 +01:00
Michael Hackstein b076e92559 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-12-19 18:41:04 +01:00
Michael Hackstein c936105b04 Fixed validation of input in ModalViews. Added validation to new app tab. 2014-12-19 18:40:50 +01:00
Michael Hackstein 5a417fa209 Modal View now checks if all entries are valid before reactivating the success button 2014-12-19 17:40:28 +01:00
Jan Steemann fd5a723f30 removed deprecated methods 2014-12-19 14:00:58 +01:00
Michael Hackstein abfe71e8ce Style fixes for Application Tab. View as well as install dialog 2014-12-19 13:09:07 +01:00
Michael Hackstein 70354aee35 Replaced the AppStore with ArangoDB Store. Some minor style fixes 2014-12-19 10:49:07 +01:00
Jan Steemann d92057dd03 the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Willi Goesgens 419e3ece51 Make jslint happy. 2014-12-17 09:22:22 +01:00
Michael Hackstein e24ad86ba0 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	js/apps/system/aardvark/frontend/js/views/applicationsView.js
2014-12-16 17:06:49 +01:00
Michael Hackstein d9156bc921 Changed hardcoded error num in web interface to generated error object 2014-12-16 17:03:55 +01:00
Jan Steemann 61f799ecf0 satisfy jslint 2014-12-16 15:37:15 +01:00
Michael Hackstein d8ad93f1b6 Moved fishbowl update from client to common module of foxx manager. Offered update in server-side foxx manager and used it in Web Interface 2014-12-16 14:10:15 +01:00
Michael Hackstein 3fdffe3367 Added view templates for generated Foxx apps 2014-12-16 14:10:15 +01:00
Michael Hackstein 275503224e Added some Error notification for Foxx App install failures. Added download for Zipfile as well as information for your development path. 2014-12-16 14:10:15 +01:00
Michael Hackstein 520541fa7e Added styling for disabled buttons and the drag and drop upload dialog 2014-12-16 14:10:14 +01:00
Michael Hackstein 6bb51ab851 Added templates for setup and teardown. Added a model for the configuration 2014-12-16 14:10:14 +01:00
Michael Hackstein 88e304fce0 Added a drag & drop upload zip field. Added explaination texts for zip and github 2014-12-16 14:10:14 +01:00
Michael Hackstein 2c026cecb4 Fixed a forgotten todo variable name 2014-12-16 14:10:14 +01:00
Michael Hackstein 85da13197d Added an automatic dev app reloading. 2014-12-16 14:10:14 +01:00
Michael Hackstein 987dec185e Created code for setup and teardown. Also dev setup will be executed in development mode. 2014-12-16 14:10:13 +01:00
Michael Hackstein dc15329e64 Improved the optics of the Apllication install View. Also now shows Devel as version number for dev apps. 2014-12-16 14:10:13 +01:00
Lucas Dohmen d3987063a5 Bugfixing 2014-12-16 14:10:13 +01:00
Lucas Dohmen 51f3c853ad Build Manifest correctly 2014-12-16 14:10:13 +01:00
Lucas Dohmen 597e61b928 Generate controllers 2014-12-16 14:10:13 +01:00
Michael Hackstein 4f4b4c59da The web interface now sends information to fill the templates for generating an app 2014-12-16 14:10:13 +01:00
Lucas Dohmen 5e41c1798a Create folder structure, models and repositories 2014-12-16 14:10:12 +01:00
Michael Hackstein ca99f19d7d First draft of a create my own app template generator 2014-12-16 14:10:12 +01:00
Lucas Dohmen 0ad5395d53 Add paths to the manifest 2014-12-16 14:10:12 +01:00
Lucas Dohmen 7f20de5f41 Template Engine refactored 2014-12-16 14:10:12 +01:00
Michael Hackstein 13d0ff1169 Added the most complicated and non documented pluralizer npm module we ever found in Lucas life 2014-12-16 14:10:12 +01:00
Michael Hackstein ac6dee8011 Fixed attribute/s bug 2014-12-16 14:10:12 +01:00
Lucas Dohmen 93f520b723 First steps towards generating a Foxx app 2014-12-16 14:10:12 +01:00
Lucas Dohmen 8914c18561 applicationDetailView 2014-12-16 14:10:11 +01:00
Michael Hackstein 586382c010 The FoxxManager now updates before delivering the fishbowl list to the WebInterface 2014-12-16 14:10:11 +01:00
Lucas Dohmen 53ec81a101 Enable button if the app is neither devel nor system 2014-12-16 14:10:11 +01:00
Lucas Dohmen 0c5ca609da Delete Apps 2014-12-16 14:10:11 +01:00
Lucas Dohmen c0b6e801b1 Show link to download documentation for all non-development apps 2014-12-16 14:10:11 +01:00
Lucas Dohmen 8c08e6c8c6 Select menu item for applicationDetailView 2014-12-16 14:10:10 +01:00
Lucas Dohmen 6e6069a9bf Add Repository info to all system apps 2014-12-16 14:10:10 +01:00
Lucas Dohmen 2db72f990c Show Git Repositories 2014-12-16 14:10:10 +01:00
Lucas Dohmen e9153b0dbf Show Mountpath in title of application 2014-12-16 14:10:10 +01:00
Lucas Dohmen a0a04ade13 Rescue the case of missing contributors and authors 2014-12-16 14:10:10 +01:00
Michael Hackstein 7f74892480 Added a template for the fishbowl list of apps 2014-12-16 14:10:09 +01:00
Michael Hackstein 5e6e8caeaa Added proof of concept implementation of Foxx App template generator 2014-12-16 14:10:09 +01:00
Michael Hackstein 3ab1fcf4b6 Allows to install apps from fishbowl in web interface. 2014-12-16 14:10:09 +01:00
Michael Hackstein 38564a1709 Sorted list from fishbowl 2014-12-16 14:10:09 +01:00
Lucas Dohmen 303e4e6d94 Only one applicationDetailView 2014-12-16 14:10:09 +01:00
Lucas Dohmen cb5374e293 Disable open button when there's nothing to open 2014-12-16 14:10:09 +01:00
Lucas Dohmen 3154c1ae1b Open an app 2014-12-16 14:10:09 +01:00
Lucas Dohmen 03a827cf12 Design for applicationDetailView
* Open and Delete App Buttons Fake implementation
* Breadcrumb for applicationDetailView
2014-12-16 14:10:08 +01:00
Michael Hackstein c62cfb31cd Now shows all apps from appstore 2014-12-16 14:10:08 +01:00
Michael Hackstein 4363ae15be Implemented multiple repeated indentical zip file uploads 2014-12-16 14:10:08 +01:00
Lucas Dohmen 04ad61967b Starting design of applicationDetailView 2014-12-16 14:10:08 +01:00
Lucas Dohmen d0000ec0cb Add Documentation to the Foxx Detail View 2014-12-16 14:10:08 +01:00
Lucas Dohmen 392b6a6b1e Remove removed file from manifest 2014-12-16 14:10:08 +01:00
Lucas Dohmen ab0885f0ef Show License and Version for each of the apps 2014-12-16 14:10:07 +01:00
Lucas Dohmen 3b1c5b640e Show contributors 2014-12-16 14:10:07 +01:00
Lucas Dohmen 9726aebeba Adjusted authors and contributors for all system apps 2014-12-16 14:10:07 +01:00
Lucas Dohmen 14bc13bee6 Collect information for the applicationDetailView 2014-12-16 14:10:07 +01:00
Lucas Dohmen 552014bf2f Application View skeleton 2014-12-16 14:10:07 +01:00
Michael Hackstein 83004b08f4 Finished implementing upload and mount by github repo. This includes a checked dialog for configuration. This is reusable for zip / appstore as well 2014-12-16 14:10:06 +01:00
Michael Hackstein 37dd5cd218 Allowed foxxmanager to not throw an error if an app from github is already loaded but returns it id instead. Aardvark now pipes through the AppID plus a configuration 2014-12-16 14:10:06 +01:00
Lucas Dohmen 89b2283423 Cleanup foxxActiveView 2014-12-16 14:10:06 +01:00
Lucas Dohmen 111b89f1c6 foxxActiveView 2014-12-16 14:10:06 +01:00
Michael Hackstein 027bda9ded Adjusted to new plan 2014-12-16 14:10:06 +01:00
Lucas Dohmen e484afc93c Remove parts of the Application View we don't need anymore 2014-12-16 14:10:06 +01:00
Michael Hackstein 6d2b664883 Started implementing the new modal dialog to install foxx apps 2014-12-16 14:10:05 +01:00
Jan Steemann bcdeabd3ab Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
2014-12-15 21:53:51 +01:00
Heiko Kernbach c181bc7d9f issue: #1168 2014-12-12 11:05:26 +01:00
Heiko Kernbach e855e0faeb issue: #1161 fixed 2014-12-12 10:52:08 +01:00
Jan Steemann 9b15228676 fixed broken documentation 2014-12-11 12:30:41 +01:00
Lucas Dohmen a3a566bc87 Fix bug in the user app's storage 2014-12-10 15:14:43 +01:00
Jan Steemann 22928c1bb5 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
	arangod/Aql/OptimizerRules.cpp
2014-12-09 22:45:55 +01:00
Jan Steemann 959631c4d9 issue #1173: AQL Editor "Save current query" resets user password
Conflicts:
	CHANGELOG
2014-12-09 20:52:51 +01:00
Jan Steemann a86cf09f7f issue #1173: AQL Editor "Save current query" resets user password
Conflicts:
	CHANGELOG
2014-12-09 20:50:18 +01:00
Jan Steemann 5c9e52ea20 pass query parameters 2014-12-09 17:16:03 +01:00
Jan Steemann cd17c393ab Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
	arangod/Aql/OptimizerRules.cpp
	arangod/Aql/grammar.cpp
2014-12-08 12:37:13 +01:00
Jan Steemann a018ccaed7 added derived file 2014-12-08 11:23:53 +01:00
Jan Steemann 0203c8ca7c added derived files 2014-12-05 19:03:34 +01:00
Heiko Kernbach d85586a1de fixed issue: #1083 2014-12-04 15:48:46 +01:00
Frank Celler 77f544a554 Merge pull request #1144 from triAGENS/less-confusing-http-naming
Renamed mergeArrays->mergeObjects (because it's actually about objects, not arrays)
2014-12-03 14:48:04 +01:00
Jan Steemann 29cd807fe6 fixed caps 2014-12-03 12:23:17 +01:00