gschwab
dd1ce6b79b
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-11 11:10:53 +02:00
gschwab
92da0f254d
refactored collection info modal
2014-04-11 11:10:49 +02:00
Michael Hackstein
138c296295
The web interface will now check for available updates and will inform the user if thereis one available
2014-04-11 11:07:07 +02:00
Michael Hackstein
11f280b22c
Removed console output
2014-04-11 10:41:11 +02:00
Michael Hackstein
353fe04b83
Fixed indention of router
2014-04-11 10:34:38 +02:00
Michael Hackstein
5bcc334c45
Further improvements of dashboard style
2014-04-11 10:31:09 +02:00
Michael Hackstein
c88729ba76
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-04-11 08:54:57 +02:00
Michael Hackstein
a89ab0d76d
Applied scss fixes to new dashboard
2014-04-11 08:54:51 +02:00
scottashton
fcc382de9d
dashboard refactoring
2014-04-11 08:52:16 +02:00
Michael Hackstein
6d970741e4
Fixed some js tests
2014-04-10 22:11:24 +02:00
Heiko Kernbach
bcbc2375ea
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-04-10 21:36:26 +02:00
Heiko Kernbach
9ed0f874ac
new logs view spec
2014-04-10 21:35:52 +02:00
scottashton
c4b3b3293b
dashboard refactoring
2014-04-10 17:32:01 +02:00
scottashton
fae1c057d5
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-10 16:55:25 +02:00
scottashton
457edf6221
newDyGraph
2014-04-10 16:54:43 +02:00
gschwab
d488aca451
deleted dead code
2014-04-10 16:37:46 +02:00
gschwab
f95fdc099e
some more fixes
2014-04-10 16:22:11 +02:00
gschwab
6a24749a1e
hopefully fixed some tests...
2014-04-10 16:12:28 +02:00
gschwab
bdfaf0916c
removed newCollectionView.*
2014-04-10 14:35:10 +02:00
gschwab
149aee2bc7
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-10 13:03:17 +02:00
gschwab
89e85926cd
Strating with '_' is no longer defined as 'isSystem'
2014-04-10 13:03:05 +02:00
Frank Celler
8bd9ab4537
added missing deletes, pathes, others
2014-04-10 12:54:27 +02:00
Frank Celler
08484ce292
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-04-10 11:48:41 +02:00
Frank Celler
fc0ffd40b6
added missing figures
2014-04-10 11:48:35 +02:00
gschwab
9b3f22e2da
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-10 09:50:41 +02:00
gschwab
7bde55b23a
added caret to show if advanced button in modal view is collapsed or not
2014-04-10 09:49:17 +02:00
Michael Hackstein
4bdc90b6cb
Added test for AppDocumentationView, almost equal to ApiView
2014-04-10 01:46:52 +02:00
Michael Hackstein
b8206ec8e0
Removed unused function and renamed ApiView according to standard
2014-04-10 01:45:54 +02:00
Michael Hackstein
85094878ad
Added a test for API view
2014-04-10 01:31:39 +02:00
Michael Hackstein
967a2eed50
Added full test of graphViewer under coverage
2014-04-10 00:57:04 +02:00
Frank Celler
4acbffe372
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-04-10 00:01:06 +02:00
Frank Celler
725ee27028
added first version of statistics
2014-04-10 00:00:59 +02:00
Michael Hackstein
2427e85cd2
Added the new dashboard template
2014-04-09 16:41:23 +02:00
Michael Hackstein
bcf1878888
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-04-09 16:06:47 +02:00
Michael Hackstein
d39e306d38
First version of newest dashboard design
2014-04-09 16:06:43 +02:00
gschwab
51ff024337
removed userProfileView.*
2014-04-09 09:48:36 +02:00
gschwab
83da043073
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-09 09:42:48 +02:00
gschwab
eb0b685bd4
refactored modals of manage graph
2014-04-09 09:42:35 +02:00
Jan Steemann
ba8e38d6e5
bugfix for AQL query optimiser
...
the following type of query was too eagerly optimised, leading to errors in code-generation:
LET a = (FOR i IN [] RETURN i) LET b = (FOR i IN [] RETURN i) RETURN 1
the problem occurred when both lists in the subqueries were empty. In this case invalid code
was generated and the query couldn't be executed.
2014-04-08 23:26:55 +02:00
Michael Hackstein
0829bc490b
Fixed JSLint warnings
2014-04-08 18:26:56 +02:00
scottashton
ab3da3d2ce
removed window.* from documentsView and refactored router
2014-04-08 18:07:56 +02:00
scottashton
9143834bc3
100% coverage of _paginationView
2014-04-08 14:58:33 +02:00
scottashton
cead527a19
fixed merge conflict
2014-04-08 14:38:45 +02:00
scottashton
7c0c57c914
view refactoring
2014-04-08 14:32:54 +02:00
gschwab
0cbec72e9e
fixed some css for modals (info icon)
2014-04-08 14:11:34 +02:00
Jan Steemann
3711669d90
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-08 13:21:16 +02:00
Jan Steemann
ad64c52e28
issue #796 : fixed potential issue with newlines treated slightly differently in different parts of AQL
2014-04-08 13:20:26 +02:00
gschwab
acf585df22
fixed modal layout
2014-04-08 13:06:57 +02:00
Michael Hackstein
58baf0fbfe
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-04-08 10:22:58 +02:00
Michael Hackstein
f47673752b
Fixed karma tests
2014-04-08 10:22:55 +02:00