1
0
Fork 0
Commit Graph

2781 Commits

Author SHA1 Message Date
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
Heiko Kernbach b41008c336 added grunt build files 2015-02-20 10:52:55 +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
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