Jan Steemann
29d37eb346
added diagnosis functions
2015-09-07 20:48:42 +02:00
CoDEmanX
8aa78dcb7f
Fix some more typos
2015-09-05 17:18:04 +02:00
CoDEmanX
3a9648d78a
More Americanization
2015-09-03 22:25:43 +02:00
TJ Walker
0c854bdc42
Fixes #1469
2015-09-02 17:59:02 -07:00
Jan Steemann
2e617ac0cc
Merge branch 'american-english' of https://github.com/CoDEmanX/ArangoDB into devel
...
Conflicts:
arangod/Wal/Slots.cpp
lib/Basics/debugging.cpp
lib/Basics/files.cpp
2015-09-02 13:14:49 +02:00
Jan Steemann
a80d6635ab
create fat datafiles
...
This prevents SIGBUS when a sparse datafile is accessed and the disk is full. In
this case the mmapped region is not necessarily backed by physical memory, and
accessing the memory may crash the program
2015-09-02 10:18:24 +02:00
CoDEmanX
956b396e43
Change spelling of 'initialize' to American English (actual code and files)
2015-09-01 17:29:22 +02:00
CoDEmanX
b4593a7e82
Change spelling of 'initialize' to American English (comments and log messages only)
2015-09-01 17:07:21 +02:00
Jan Steemann
9c713ce181
fixed installing of Foxx apps from store
2015-08-31 23:38:19 +02:00
Jan Steemann
dd9cd8f472
made `aqlQuery` run in web interface
2015-08-30 23:12:26 +02:00
hkernbach
5c9bab6802
web ui: css, validation bug, graph view optimized
2015-08-28 14:50:40 +02:00
hkernbach
e30d6d42b9
web ui: css, scss-lint, services bugfix & optimization
2015-08-28 09:47:02 +02:00
hkernbach
ebe1c36561
web ui: css, bugfixes
2015-08-27 18:39:57 +02:00
hkernbach
8d563ee7f9
web ui: css, updated font awesome to 4.4, dropdown bug, graph viewer
2015-08-27 17:13:54 +02:00
hkernbach
b3b2b235c8
web ui: css, query editor, scss
2015-08-27 14:44:02 +02:00
Alan Plum
aca2072477
Fixed session default values.
2015-08-27 13:41:24 +02:00
hkernbach
443a30742a
css
2015-08-26 09:25:14 +02:00
Jan Steemann
9374a25822
removed unused error code
2015-08-25 19:55:48 +02:00
hkernbach
5c83c6d7c5
web ui: css, design
2015-08-25 18:57:42 +02:00
hkernbach
9ed2e4b3b1
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-08-25 13:54:00 +02:00
hkernbach
63903bc1bf
webui: loginView, css
2015-08-25 13:53:46 +02:00
Jan Steemann
b71c880bbd
Merge branch 'replication' of https://github.com/arangodb/arangodb into devel
2015-08-25 13:19:24 +02:00
hkernbach
98a5108a27
scss lint
2015-08-25 09:17:51 +02:00
hkernbach
b5c3c1b09a
web ui radio, checkboxes
2015-08-24 18:37:18 +02:00
Jan Steemann
0cbff7b75a
Merge branch 'devel' of https://github.com/arangodb/arangodb into replication
2015-08-24 17:40:19 +02:00
hkernbach
b2e9fa4576
login view, authentication web ui bug, scss-lint
2015-08-24 16:39:00 +02:00
hkernbach
8d49d01cb2
userlogo web ui bugfix, scss lint
2015-08-24 15:36:22 +02:00
hkernbach
4d9d3f4c07
scss lint
2015-08-24 15:22:43 +02:00
Jan Steemann
91b8ad757a
Merge branch 'devel' of https://github.com/arangodb/arangodb into replication
2015-08-24 15:20:28 +02:00
hkernbach
0d154ea124
web ui, scss lint
2015-08-24 14:52:24 +02:00
hkernbach
5988f06377
updated jsoneditor lib, fixed issue 1446
2015-08-24 11:44:13 +02:00
Jan Steemann
b08713d768
added tests and documentation
2015-08-24 11:05:26 +02:00
Jan Steemann
893f9592f8
Merge branch 'devel' of https://github.com/arangodb/arangodb into replication
2015-08-24 09:58:04 +02:00
hkernbach
15876a591e
web ui design
2015-08-24 09:54:41 +02:00
Jan Steemann
b58ecfe206
added firstTick()
2015-08-21 17:11:40 +02:00
Jan Steemann
9e08b1ebc5
add tickRanges() function
2015-08-21 17:00:32 +02:00
Willi Goesgens
b785c44a5d
fix docublock syntax.
2015-08-20 18:30:30 +02:00
Jan Steemann
4b7d04de47
added missing whitespace
2015-08-20 01:46:21 +02:00
Jan Steemann
cb434ea863
added derived file
2015-08-19 11:20:23 +02:00
Jan Steemann
4e771b2728
replication improvements
2015-08-17 18:41:05 +02:00
Jan Steemann
15b5d89e10
added derived file
2015-08-13 21:26:54 +02:00
Jan Steemann
589e67357f
issue #1434 : return more meaningful error message from org/arangodb/general-graph::_fromVertex()
2015-08-12 21:36:27 +02:00
Jan Steemann
33c2e9a8cc
issue #1434 : graph traversal config: collection _graphs does not exist?! (Aardvark JS Shell)
2015-08-12 19:45:43 +02:00
Willi Goesgens
f5d301a814
Move documentation into the source files.
2015-08-12 17:38:41 +02:00
Jan Steemann
d2b1305d36
issue #1435 : Aardvark: Collection settings toggles broken?
2015-08-12 16:46:29 +02:00
Michael Hackstein
36cd02065f
Fixed a bug where it was not possible to get any error information from Foxx Apps being installed through the WebInterface.
2015-08-12 13:08:49 +02:00
Jan Steemann
68465ebba5
Merge branch 'collection-not-loaded' of https://github.com/arangodb/arangodb into devel
...
Conflicts:
js/apps/system/_admin/aardvark/APP/frontend/build/app.js.gz
js/apps/system/_admin/aardvark/APP/frontend/build/app.min.js
js/apps/system/_admin/aardvark/APP/frontend/build/app.min.js.gz
js/apps/system/_admin/aardvark/APP/frontend/build/scripts.html.part
js/apps/system/_admin/aardvark/APP/frontend/build/standalone-min.html
js/apps/system/_admin/aardvark/APP/frontend/build/standalone-min.html.gz
js/apps/system/_admin/aardvark/APP/frontend/build/standalone.html
2015-08-11 14:16:12 +02:00
Jan Steemann
6a26f9bc55
display indexBuckets in web interface
2015-08-11 14:00:15 +02:00
Alan Plum
ae103ac39f
Rebuilt aardvark.
2015-08-11 13:08:06 +02:00
Alan Plum
1031a3d4e9
Added optional Foxx deps.
2015-08-11 13:08:06 +02:00