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
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
80604b8d65
fixed typo
2013-11-23 22:28:29 +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
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
b75c66c2e4
fixed segfault in AQL optimiser when using IN on constant, non-list values
2013-11-21 22:56:37 +01:00
Jan Steemann
ca8c51eb9e
added favicon
2013-11-21 16:31:00 +01:00
Fernandos
dc83fddb50
adding favicon to ArangoDB web front-end
2013-11-21 16:26:11 +01:00
Jan Steemann
47fe516266
updated derived file
2013-11-20 23:06:38 +01:00
Lucas Dohmen
2024bdf941
Graph: Fixed `getVertices`
2013-11-20 15:37:56 +01:00
Jan Steemann
cf219d92d3
added debugSegfault
2013-11-20 13:15:45 +01:00
Jan Steemann
436b47eb0c
removed unnecessary shaper attribute from struct
2013-11-20 12:38:47 +01:00
Jan Steemann
0fe4c7b090
fixed shape compaction
2013-11-20 12:02:13 +01:00
Michael Hackstein
38ec615b7f
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-20 09:35:38 +01:00
Michael Hackstein
92198943a0
Fixed last tests of the graphViewer, all 699 pass now yeah
2013-11-20 09:35:16 +01:00
Jan Steemann
920d08d855
removed redundant startup options
2013-11-20 01:50:27 +01:00
Jan Steemann
586f0b4f59
fixed wrong comment header
2013-11-19 23:10:05 +01:00
Michael Hackstein
b6795df3fb
Removed plenty of unused variables, thx to @jsteemann for writing jshund. Helped me find those
2013-11-19 21:51:22 +01:00
Michael Hackstein
054218d95f
Updated GraphViewer CSS. It now has a filter dropdown and the suggestion box is adjusted accordingly
2013-11-19 17:14:46 +01:00
Michael Hackstein
0ea6800cd5
Started fixing GraphViewer UI spec, CSS test is not yet finished
2013-11-19 17:13:52 +01:00
Michael Hackstein
1cb74b404f
Fixed a bug in Event Library
2013-11-19 15:28:11 +01:00
Michael Hackstein
06b605e059
Fixed Layouter tests
2013-11-19 15:22:31 +01:00
Michael Hackstein
f710fba30a
Fixed arangoAdapter tests
2013-11-19 15:20:36 +01:00
Michael Hackstein
be1361e796
Fixed JSLint warning
2013-11-19 11:25:56 +01:00
Michael Hackstein
9e57022c18
Merge CHANGELOG
2013-11-18 16:52:47 +01:00
Michael Hackstein
2e16dc6648
Changed labels in GraphViewer
2013-11-18 16:31:07 +01:00
Michael Hackstein
2420bd893a
Modified dropdown menus, all of them share one class now reduces large parts of css. GraphViewer uses this dropdown also
2013-11-18 16:26:34 +01:00
Michael Hackstein
abd2400a1d
More css optimizations of the graph viewer. List of attributes this time.
2013-11-18 15:01:03 +01:00
Michael Hackstein
09961581ec
GraphViewer: Moved the label list into the graph viewer space and added a padding
2013-11-18 11:58:10 +01:00
Jan Steemann
42257ba2f6
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-18 11:42:08 +01:00
Jan Steemann
319f5f8dbd
removed unused variables
2013-11-18 11:41:57 +01:00
Lucas Dohmen
ec9459ef40
Removed unused assignments
2013-11-18 11:25:43 +01:00
Jan Steemann
9054e14232
removed unused variables
2013-11-18 11:22:09 +01:00
Jan Steemann
72aaacbb54
removed priority queues
...
this feature was never advertised nor documented nor tested.
2013-11-18 11:12:36 +01:00
Michael Hackstein
697debe01c
Removed unused image files
2013-11-18 10:43:15 +01:00
Michael Hackstein
b4915aed2d
Started updating CSS of graphViewer, increasead buttons
2013-11-18 10:41:27 +01:00
Jan Steemann
018bbaa01d
issue #671 : Method graph.measurement does not exist
2013-11-18 10:28:09 +01:00
Michael Hackstein
8b801e5745
Navigationbar tabs are now links again and they can be opened in seperate tabs
2013-11-17 00:10:21 +01:00
Michael Hackstein
045321b318
Moved the selection box from navigation bar back to footer bar
2013-11-17 00:02:08 +01:00
Michael Hackstein
29cb5f2d8b
Started implementation of the new document editing mask
2013-11-16 17:38:56 +01:00
Michael Hackstein
71a8db7a0c
JSLint cleanup
2013-11-16 17:37:44 +01:00
Michael Hackstein
e1ab9a55f9
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-16 01:43:56 +01:00
Michael Hackstein
e40dcf61b0
Modified NavigationView, it is now easier to render and tests
2013-11-16 01:42:54 +01:00
Jan Steemann
e23ba92b23
display internal attributes in document source view
2013-11-16 01:21:04 +01:00
Jan Steemann
4b7b0cabd3
use skiplist index in byExample
2013-11-16 01:20:33 +01:00
Michael Hackstein
dae6d03f38
Added parts of the navigation bar to the index.html this should make the other parts easier to rerender
2013-11-16 00:44:10 +01:00
Michael Hackstein
44d8e7e94e
DB Selection view is now managed by the router and not managed by navigationView any more
2013-11-16 00:43:37 +01:00
Michael Hackstein
73839cc593
Moved db selection to router
2013-11-15 23:50:11 +01:00
Michael Hackstein
e7b88943f0
Fixed JSLint and added JSLint to karma tests again.
2013-11-15 21:31:15 +01:00
Michael Hackstein
69c1e9c20d
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-15 00:06:06 +01:00
Michael Hackstein
15c2618033
Added tests for the router and fixed tests for capitalized view names
2013-11-15 00:05:30 +01:00
Michael Hackstein
68676ed217
Abstracted the app start from router, st. router can be tested without the app to be started
2013-11-15 00:01:09 +01:00
Michael Hackstein
20be7f0d4e
Implemented currentDatabase fetch and it will be fetched at app start
2013-11-15 00:00:12 +01:00
Jan Steemann
ab5f0c64c5
Merge remote-tracking branch 'origin/inline-shapes' into devel
2013-11-14 23:37:29 +01:00
Michael Hackstein
930234556c
Capitalized logs name
2013-11-14 23:30:43 +01:00
Michael Hackstein
9dfe7ec95a
Capitalized names of view classes.
2013-11-14 23:29:06 +01:00
Max Neunhoeffer
929ea7bbf8
Increase a threshold because a unittest failed by coincidence.
2013-11-14 14:22:20 +01:00
Michael Hackstein
0996649a6e
Added implementation for a current database model
2013-11-14 13:28:12 +01:00
Michael Hackstein
2e9f38f352
Added test and method stub for curent database model. Karma tests will fail by intention (jenkins test)
2013-11-14 12:04:57 +01:00
Michael Hackstein
fb922623c9
Modified Navigation bar, removed href from internal links and used the routing funtionality of backbone instead
2013-11-14 11:09:34 +01:00
Michael Hackstein
1ea85314bc
Added a route specificly for dashboard to the router, default route is now independent of all other routes
2013-11-14 10:01:15 +01:00
Michael Hackstein
843f7acfce
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-14 09:58:01 +01:00
Michael Hackstein
9f05b2800f
Added a test suite for the navigation bar. Right now tests all visible tabs and their navigation funcitonality
2013-11-14 09:57:55 +01:00
Jan Steemann
c5e9538547
Merge remote-tracking branch 'origin/devel' into inline-shapes
...
Conflicts:
arangod/VocBase/document-collection.c
2013-11-14 01:01:24 +01:00
Jan Steemann
d3f79dd700
removed unused code
2013-11-13 23:46:32 +01:00
Jan Steemann
922e4f35bf
show/hide database selector depending on number of dbs available
2013-11-13 23:40:53 +01:00
Jan Steemann
9f340c10d5
update database selector after adding/dropping databases
2013-11-13 23:18:43 +01:00
Jan Steemann
d05a2a050d
fixed jslint errors
2013-11-13 19:07:30 +01:00
Jan Steemann
8a5784ce87
updated derived file
2013-11-13 19:03:06 +01:00
Michael Hackstein
1aabc1ee3a
Test for Jenkins
2013-11-13 18:01:57 +01:00
Michael Hackstein
f411498cd1
Updated karma config for jenkins
2013-11-13 17:25:31 +01:00
Michael Hackstein
c6a90a6fbc
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-13 16:16:20 +01:00
Michael Hackstein
f387ba776f
Modified karma conf to support Jenkins
2013-11-13 16:16:06 +01:00
Max Neunhoeffer
2659c708d5
Enable stats in getIndexes in REST interface.
2013-11-13 15:33:03 +01:00
Michael Hackstein
1154c913c0
Fixed jslint warning for sync, (we are nt syncing but JSLint matches sync in parameternames
2013-11-12 16:14:57 +01:00
Michael Hackstein
13c74c1e1c
Fixed JSLint warnings, added JSLint to karma, will now be automatically checked. Wrapped all files in an anonymouse function and added usefull use strict
2013-11-12 16:09:40 +01:00
Michael Hackstein
20578ae5f5
Fixed jslint warnings, removed sloppy:true
2013-11-12 15:44:44 +01:00
Jan Steemann
ba25030fd7
disable caching of collection type when creating documents
2013-11-12 15:06:22 +01:00
Jan Steemann
1afe978304
fixed caching
2013-11-12 15:00:05 +01:00
Michael Hackstein
61ab284433
Removed swp files, sorry...
2013-11-12 14:02:53 +01:00
Michael Hackstein
ae7fdd5277
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-12 14:01:19 +01:00
Michael Hackstein
41ea74dca5
Fixed JSLint to work with karma now. Some JSLint errors still occur
2013-11-12 14:01:09 +01:00
Jan Steemann
d0335bb9a7
fixed caching of collection names in arangosh
...
this fixes a problem when a collection is dropped in the web interface and then re-created via arangosh
2013-11-12 13:49:36 +01:00
Michael Hackstein
87555c84ab
Added user info on mount point switch failures. closes #628
2013-11-12 11:03:28 +01:00
Michael Hackstein
e538be9955
Merge
2013-11-12 10:42:47 +01:00
Michael Hackstein
8fa752cd06
Fixed a bug where events from hidden modal have not been properly removed
2013-11-12 10:42:03 +01:00
Jan Steemann
86ccaaaf45
do not pollute global namespace
2013-11-11 21:07:38 +01:00
Jan Steemann
9de514d000
removed unused file
2013-11-11 21:07:24 +01:00
Jan Steemann
6a0d54f1ff
fixed test for Windows
2013-11-11 20:30:10 +01:00
Michael Hackstein
f26177e890
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-11 16:42:46 +01:00
Michael Hackstein
5001d91202
Removed debug output
2013-11-11 16:42:39 +01:00
Jan Steemann
0145d24b0c
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-11 16:39:20 +01:00
Jan Steemann
303abcc60d
issue #665 : Hash/skiplist combo madness bit my ass
2013-11-11 16:38:38 +01:00
Michael Hackstein
049fd03352
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-11 16:37:20 +01:00
Michael Hackstein
a037e7ba55
Added foxx mount move in the Web Interface
2013-11-11 16:37:09 +01:00
Jan Steemann
5c2dcf8f74
added database-directory test
2013-11-11 14:36:49 +01:00
Heiko Kernbach
a0d6157d0b
template engine
2013-11-08 10:47:52 +01:00
Heiko Kernbach
b740dbe7ab
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-08 10:34:00 +01:00
Heiko Kernbach
2cf6b7a2cf
css change for query selectbox
2013-11-08 10:33:47 +01:00
Michael Hackstein
f89a6f7690
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-08 10:31:49 +01:00
Michael Hackstein
f0603a9e3a
Fixed relocation url for sub urls in web interface
2013-11-08 10:31:00 +01:00
Heiko Kernbach
3a4f757da9
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-08 10:26:26 +01:00
Heiko Kernbach
90e4a0ef61
removed about view
2013-11-08 10:26:17 +01:00
Michael Hackstein
b0cf923110
GraphViewer fixed a bug where a broken node was returned if no matching node could be found
2013-11-08 10:18:30 +01:00
Michael Hackstein
2428afddd2
Adapted location change of database view to new version from dbSelectionView
2013-11-08 10:07:21 +01:00
Frank Celler
66e5ddc4ca
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-07 21:16:53 +01:00
Jan Steemann
e492cbda4d
fixed logs menu item
2013-11-07 18:46:45 +01:00
Jan Steemann
dc974244fc
fixed main menu
2013-11-07 18:23:25 +01:00
Michael Hackstein
0fe8afce38
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-07 17:09:55 +01:00
Michael Hackstein
5c470d8a67
JSLint fixes
2013-11-07 17:09:50 +01:00
Jan Steemann
3c3e89721f
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-07 16:25:07 +01:00
Jan Steemann
217e5f897b
fixed bitarray index access
2013-11-07 16:24:57 +01:00
Max Neunhoeffer
ba736d1b7a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-11-07 16:03:04 +01:00
Max Neunhoeffer
7d19f11a70
Add a test suite.
...
This is to test the performance of deletion with a skip-list index
and many documents with the same value in the attribute indexed
by the skip-list.
2013-11-07 16:00:26 +01:00
Michael Hackstein
e37aaf26af
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-07 15:37:05 +01:00
Michael Hackstein
638ba6c090
Fixed Selection box within the navigation bar and removed it from footer. Database tab is now functional
2013-11-07 15:36:59 +01:00
Frank Celler
443e012ae7
switch to -uid config
2013-11-07 15:36:36 +01:00
Michael Hackstein
bf64d4bd2b
Improved databases tab. It will now allow the user to create a new Database with an initial non-empty user. Also further label fixes
2013-11-07 14:32:08 +01:00
Jan Steemann
23a1fedd15
updated documentation
2013-11-07 13:59:14 +01:00
Jan Steemann
0384a17186
updated documentation for database creation
2013-11-07 13:46:34 +01:00
Jan Steemann
819e9a1cb6
fixed user creation on database creation
2013-11-07 13:32:42 +01:00
Jan Steemann
7055299a6e
removed shape collections
2013-11-06 17:05:16 +01:00
Jan Steemann
c46d6b99f4
add users when creating a database
2013-11-06 16:48:18 +01:00
Michael Hackstein
b23e163f60
Added selection view css
2013-11-06 15:46:05 +01:00
Jan Steemann
241ad73940
fixed test
2013-11-06 10:16:26 +01:00
Michael Hackstein
e118ba2e74
Added selection box in Admin interface to switch between databases. The user will only see databases where he has access to
2013-11-05 16:21:17 +01:00
Michael Hackstein
ed46b28f7c
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-04 23:01:36 +01:00
Michael Hackstein
792845af35
Moved resize check from navigation to router. And improved rendering of footer
2013-11-04 23:01:29 +01:00
Jan Steemann
9e78ab5af5
added NTH and POSITION
2013-11-04 18:24:03 +01:00
Michael Hackstein
172e23e310
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-04 16:31:26 +01:00
Michael Hackstein
60026f40f2
Removed debug console.log in tests
2013-11-04 16:31:20 +01:00
Michael Hackstein
62da3a22a2
Started wrapping EJS in several view
2013-11-04 16:30:58 +01:00