Michael Hackstein
a5822c0987
Started merging duplicate css rules for queryView
2013-11-29 16:25:04 +01:00
Michael Hackstein
9f54e62a83
Removed graph viewers search class. It is identical to normal searchInput
2013-11-29 16:24:38 +01:00
Michael Hackstein
dd89f32a51
Merged two almost equal CSS entries
2013-11-29 16:23:44 +01:00
Michael Hackstein
103f36f223
Functionality of the graph management implemented. CSS to go
2013-11-29 14:51:48 +01:00
Michael Hackstein
e04ff0822f
Started implementing the graph management in the Web Interface. Tests are implemented as well as method stubs. Not yet functional and CSS is missing.
2013-11-29 09:53:37 +01:00
Michael Hackstein
bb89e43515
Added a button to create the Graph Management Dialog
2013-11-28 15:29:12 +01:00
Michael Hackstein
aa06036a1b
Fixed karma config to load graph model and collection
2013-11-28 14:59:00 +01:00
Michael Hackstein
7b8d4e6f35
Added a collection for graphs data, right now this collection can only fetch graphs and is only used in graphs interface
2013-11-28 14:50:44 +01:00
Michael Hackstein
ebb0ae026b
Fixed ids that were given to multiple html elements. Added some tests for the graphView. Only Basics are tested, advanced options not yet
2013-11-28 13:25:27 +01:00
Michael Hackstein
fd494a81f3
Removed debug output
2013-11-28 10:42:01 +01:00
Michael Hackstein
a81cd3d321
Fixed a bug where a graph could not be selected for the viewer
2013-11-28 10:31:54 +01:00
Michael Hackstein
4ec105f5e9
Made domObserver tests work with PhantomJS. Added to automatic tests
2013-11-28 09:48:03 +01:00
Michael Hackstein
fed5b288e5
Fixed a bug in karma config, required a file with small caps name which actuall had capital letters
2013-11-28 09:10:07 +01:00
Michael Hackstein
a495fb4157
Made the create vertex option of GraphViewer aware of the mouse location. Not yet tested, hence disabled at some point before actual node positioning
2013-11-28 00:49:51 +01:00
Michael Hackstein
a79d9b5123
Moved karma tests for the GraphViewer to the central test repo. Made most of them work in Phantomjs, the others will follow. Now they are disabled for Jenkins
2013-11-28 00:48:19 +01:00
Michael Hackstein
e52a8159ce
Possible fix for #638
2013-11-27 23:51:13 +01:00
Michael Hackstein
b5e61471b4
Fixed query view drop down
2013-11-27 15:39:34 +01:00
Michael Hackstein
09e789e6d6
Fixed the Navigation bar in the browser
2013-11-27 15:07:13 +01:00
Michael Hackstein
709c44ecc1
Moved screensize adaption to different css file
2013-11-27 13:41:45 +01:00
Michael Hackstein
037d8acfca
Changed layout of configuration buttons in GraphViewer
2013-11-27 13:12:31 +01:00
Michael Hackstein
e8a7a2a0da
Added a missing px in inline css
2013-11-27 13:11:30 +01:00
Michael Hackstein
7db1a72b0c
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-27 13:09:36 +01:00
Michael Hackstein
b49ade8e58
Css fixes
2013-11-27 13:09:30 +01:00
Michael Hackstein
3a81265afd
Improved GraphViewer Layout
2013-11-27 13:07:38 +01:00
Max Neunhoeffer
ddce3a4457
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2013-11-27 12:52:43 +01:00
Frank Celler
46f15f8947
use variables not replacement
2013-11-25 13:50:34 +01:00
Max Neunhoeffer
317304542a
Remove index garbage collector.
2013-11-25 10:57:23 +01:00
Jan Steemann
ba2ddb8382
replaced if with ifdef
2013-11-25 10:56:08 +01:00
Max Neunhoeffer
0d267e4549
Remove remaining traces of skiplistEx
2013-11-25 10:39:02 +01:00
Jan Steemann
28110b01e3
issue #671 : make more graph-methods work client-side, too
2013-11-25 10:23:46 +01:00
Jan Steemann
13b8b293bc
increased test threshold
2013-11-25 09:40:51 +01:00
Frank Celler
abe0722e77
do not verify ssl
2013-11-23 23:06:47 +01:00
Frank Celler
80604b8d65
fixed typo
2013-11-23 22:28:29 +01:00
Frank Celler
cfac4ecf9c
fixed typo in arg
2013-11-23 20:48:07 +01:00
Frank Celler
1ce14d32b1
use ::
2013-11-23 16:38:50 +01:00
Frank Celler
e1652be8d2
install only system, do not create directory
...
Conflicts:
Makefile.in
2013-11-23 15:54:35 +01:00
Frank Celler
1de66c6942
added tmp-path
2013-11-23 15:53:26 +01:00
Frank Celler
8a4a08ed84
fixed issue #681 : Problem with ArchLinux PKGBUILD configuration
...
Conflicts:
CHANGELOG
Makefile.am
Makefile.in
etc/arangodb/arangod.conf.in
utils/arango-dfdb.in
2013-11-22 21:58:52 +01:00
Jan Steemann
ab0632fd95
added platform hints
2013-11-22 19:02:24 +01:00
Heiko Kernbach
1283f43e4a
arangodb icon font
2013-11-22 16:43:50 +01:00
Jan Steemann
9a1aa7a4cc
removed superfluous error codes
2013-11-22 13:49:05 +01:00
Jan Steemann
0eeac02a91
removed unused error codes
2013-11-22 13:23:23 +01:00
Max Neunhoeffer
082dce4f81
Report a unique constraint violation via TRI_set_errno.
2013-11-22 13:14:59 +01:00
Jan Steemann
ff648799fe
Fix a forgotten malloc and replace it with TRI_Allocate.
2013-11-22 12:28:07 +01:00
Max Neunhoeffer
8d37c937bf
Fix a memory leak introduced by the skip list index cleanup.
2013-11-22 11:37:59 +01:00
Max Neunhoeffer
3aa1b12a45
Merge branch 'skiplist-cleanup' into devel
...
This implements a considerable cleanup of the skip list index code:
- Replace implementation of skip lists by a generic one using
callbacks for comparisons
- The new implementation resides in lib/BasicsC/skip-list.*
- It uses a singly linked list (unidirectional) as opposed to the
previous implementation which used a doubly linked list
- Adjust skip list index code in arangod/SkipLists/skiplistIndex.* to
use the generic skip list implementation
- Unify unique skip lists and non-unique ones into one code base
- Cleanup in skip list index code, in particular with respect to
iterators
- Prepare the scene for sparse skip list indices
2013-11-22 10:47:04 +01:00
Max Neunhoeffer
b23f299aaa
Add unittest for correctness of skiplist index.
2013-11-22 10:40:13 +01:00
Jan Steemann
54b5a74530
added shapes test
2013-11-22 02:42:11 +01:00
Jan Steemann
e79134799c
mini optimisations for shaping
2013-11-22 02:41:39 +01:00
Jan Steemann
edb356f403
print warning message w/ reason
2013-11-21 23:57:51 +01:00