Michael Hackstein
|
c4dd542a82
|
Merge branch 'foxx-pathes' of github.com:arangodb/arangodb into foxx-pathes
|
2015-02-03 15:46:23 +01:00 |
Michael Hackstein
|
acc4aabdad
|
Renamed App folder from databases to _db. It is now consistent with url
|
2015-02-03 15:45:00 +01:00 |
Michael Hackstein
|
aa72dacefd
|
Improved upgrade procedure, it now runs smoothly, at least once
|
2015-02-03 15:44:29 +01:00 |
Michael Hackstein
|
1f2f33cf17
|
More informative output if tempfiles cannot be removed during app installation processes
|
2015-02-03 14:16:30 +01:00 |
Michael Hackstein
|
ef82315288
|
First attempt for upgrade script, moving existing foxx apps into new structure
|
2015-02-03 14:03:58 +01:00 |
Frank Celler
|
f44c11440d
|
fixed test
|
2015-02-02 18:28:45 +01:00 |
Michael Hackstein
|
9df4fc8121
|
Removed mount validation for switching from devel to production. This dissallowed to put system apps in development mode
|
2015-02-02 16:56:59 +01:00 |
Michael Hackstein
|
cf5e3db098
|
Fixed base middleware routing match. It now ignores a trailing slash
|
2015-02-02 16:55:58 +01:00 |
Michael Hackstein
|
7c3b7b02f6
|
Executed shell routing tests. Internals tested there have been changed dramatically
|
2015-02-02 16:54:25 +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
|
34458bad92
|
Added a check to validate the foxx mount point
|
2015-02-02 13:36:12 +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 |
Michael Hackstein
|
ab42378570
|
Fixed swagger in new Web Interface
|
2015-01-30 17:18:26 +01:00 |
Michael Hackstein
|
7d30e543fb
|
App not found is now an error object and keeps the stack trace if triggered
|
2015-01-30 17:13:37 +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 |
Michael Hackstein
|
919452e83e
|
Apps can now be configured with the web interface during runtime. Included tests
|
2015-01-29 18:05:06 +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 |
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 |
Michael Hackstein
|
8cf4856adc
|
Removed unused file
|
2015-01-27 14:00:28 +01:00 |
Michael Hackstein
|
8e562b2268
|
Merge branch 'foxx-pathes' of github.com:triAGENS/ArangoDB into foxx-pathes
Conflicts:
js/client/modules/org/arangodb/foxx/manager.js
js/common/modules/org/arangodb/foxx/manager-utils.js
js/common/modules/org/arangodb/foxx/store.js
js/server/modules/org/arangodb/foxx/manager.js
|
2015-01-26 16:53:34 +01:00 |
Michael Hackstein
|
c72a967e0d
|
Fixed a bug in foxx manager install local file/directory behaviour. It always loaded file from server not from client when using shell.
|
2015-01-26 15:34:42 +01:00 |
Michael Hackstein
|
6b2b459423
|
Removed leftovers from rebase
|
2015-01-26 13:03:06 +01:00 |
Michael Hackstein
|
ac9c931fe2
|
Removed debug output
|
2015-01-26 11:59:06 +01:00 |
Michael Hackstein
|
924de5edca
|
Started writing documentation for new foxx-manager
|
2015-01-26 11:59:06 +01:00 |
Michael Hackstein
|
3e39372f0d
|
Whenever there is an error during launch of the application it is now returned by the route
|
2015-01-26 11:59:06 +01:00 |
Michael Hackstein
|
c988add0b8
|
Fixed a reloading problem in development mode
|
2015-01-26 11:59:06 +01:00 |
Michael Hackstein
|
9620680d7f
|
Improved output for client foxx manager. Also the serverside foxx manager will now return a simplified json version of the app
|
2015-01-26 11:59:06 +01:00 |
Frank Celler
|
128afd20d9
|
added development mode
|
2015-01-26 11:59:06 +01:00 |
Frank Celler
|
fdf9935b0a
|
more splits
|
2015-01-26 11:59:05 +01:00 |
Frank Celler
|
cb4aa8fe97
|
use split as startDocuBlock
|
2015-01-26 11:59:05 +01:00 |
Frank Celler
|
c8e8a2ac71
|
use all files in tree
|
2015-01-26 11:59:05 +01:00 |
Frank Celler
|
a25025ba79
|
splitted into files
|
2015-01-26 11:59:05 +01:00 |
Frank Celler
|
1b722fe368
|
generated files
|
2015-01-26 11:59:05 +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
|
900fce9f4a
|
Installing a foxx app is now possible from App store.
|
2015-01-26 11:58:16 +01:00 |
Michael Hackstein
|
c9b92ecf23
|
Now allows to configure an App during runtime and get its configuration options. Configure will trigger reload routing.
|
2015-01-26 11:58:16 +01:00 |
Michael Hackstein
|
802167cea7
|
Added triggers for to activate development and production mode of Apps
|
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 |