Max Neunhoeffer
3cb1784430
Reorganise unit tests.
...
In JS framework we now find the available test files by directory
listing. This means one can simply drop a file in the right
directory to add a test.
We use a naming convention for filenames which is explained
in the README files in the corresponding directories.
Old unit tests do not yet use this but do use the new names and
should still work as usual.
2014-02-21 11:24:31 +01:00
Jan Steemann
3fd053eb1e
updated tests
2014-02-14 18:44:36 +01:00
Jan Steemann
0f0ef8a33f
updated index docs
2014-02-14 10:30:05 +01:00
Jan Steemann
f8476ce0b0
fixed tests
2014-02-13 18:14:53 +01:00
Jan Steemann
74d419cc3d
jshund
2014-02-12 17:15:12 +01:00
Max Neunhoeffer
733e94ad0a
Improve error reporting in arangosh with kickstarter.
2014-02-12 09:36:35 +01:00
Max Neunhoeffer
97ff9d086d
Forward planner and kickstarter to arangosh.
2014-02-11 15:40:33 +01:00
Jan Steemann
c38c038492
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
CHANGELOG
js/apps/system/aardvark/frontend/css/collectionsItemView.css
js/apps/system/aardvark/frontend/css/graphlayout.css
2014-02-06 13:18:52 +01:00
Jan Steemann
4a99cde395
jslintified several tests
2014-02-01 01:50:58 +01:00
Jan Steemann
48e3a5828c
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
CHANGELOG
2014-01-31 11:31:09 +01:00
Jan Steemann
4ead86d0f7
removed some unused variables
2014-01-31 11:23:27 +01:00
Jan Steemann
64417d4423
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
arangod/V8Server/v8-vocbase.cpp
2014-01-21 09:29:45 +01:00
Jan Steemann
0bbbd53d4d
added fm.rescan() method
...
Conflicts:
CHANGELOG
2014-01-17 14:06:27 +01:00
Jan Steemann
c9dabaca86
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-16 15:02:44 +01:00
Jan Steemann
db0c6dacae
added test
2014-01-15 18:09:56 +01:00
Jan Steemann
d8ac4046f8
added fm.configJson method
2014-01-15 18:07:47 +01:00
Michael Hackstein
9f3479f5b6
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
utils/Makefile.files
2014-01-10 17:41:52 +01:00
Jan Steemann
9ce78430ac
create collections, v0.0.0
2014-01-07 16:28:12 +01:00
Jan Steemann
1dd385f52d
use `--data-binary` instead of `--data` in curl examples
2014-01-03 12:12:54 +01:00
Jan Steemann
705efbfb07
improved error and help messages
2013-12-04 22:42:05 +01:00
Jan Steemann
44b3237882
moved server-only tests to js/server/tests
...
this hopefully removes some future confusion about the tests
also moved some graph stuff into js/common as client-side graphs did not fully work
make logfile path accessible
2013-12-04 22:05:00 +01:00
Jan Steemann
32a247aa2f
added tests for creating / dropping graphs
2013-12-02 15:12:07 +01:00
Jan Steemann
a5f6faaae4
issue #675 : Dropping a collection used in "graph" module breaks the graph
2013-12-02 13:58:29 +01:00
Jan Steemann
3623cd4292
fixed issue #701 : ArangoStatement undefined in arangosh
2013-12-02 09:53:49 +01:00
Jan Steemann
28110b01e3
issue #671 : make more graph-methods work client-side, too
2013-11-25 10:23:46 +01:00
Lucas Dohmen
2024bdf941
Graph: Fixed `getVertices`
2013-11-20 15:37:56 +01:00
Jan Steemann
319f5f8dbd
removed unused variables
2013-11-18 11:41:57 +01:00
Jan Steemann
018bbaa01d
issue #671 : Method graph.measurement does not exist
2013-11-18 10:28:09 +01:00
Max Neunhoeffer
2659c708d5
Enable stats in getIndexes in REST interface.
2013-11-13 15:33:03 +01:00
Jan Steemann
1afe978304
fixed caching
2013-11-12 15:00:05 +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
Jan Steemann
819e9a1cb6
fixed user creation on database creation
2013-11-07 13:32:42 +01:00
Jan Steemann
ffba2ef70b
show correct filename in error message
2013-11-01 14:45:01 +01:00
Lucas Dohmen
6049ef11fb
Graph: Replace a given edge by ID
2013-10-31 15:16:58 +01:00
Lucas Dohmen
04c7cfce33
Graph: Replace a given vertex by ID
2013-10-31 15:16:58 +01:00
Lucas Dohmen
c7b5549b08
Graph Refactoring: Determination of ID pushed to Common
2013-10-31 12:30:14 +01:00
Lucas Dohmen
f019dcd293
Graph Module / Client: It has to send the ID, not the key
2013-10-31 12:26:33 +01:00
Jan Steemann
2b8d89fbda
more help
2013-10-30 19:33:26 +01:00
Jan Steemann
e59968e70a
added `replace` command for foxx-manager, updated docs
2013-10-18 01:09:26 +02:00
Jan Steemann
ee2b4fc8bb
create less collections for a new databases
...
this is achieved by creating some seldomly used collections (`_structures`, `_fishbowl`) only when required.
2013-10-16 15:30:41 +02:00
Jan Steemann
81b18e1018
fixed #607 : console was redefined
2013-10-15 15:35:57 +02:00
Jan Steemann
c0dd3aba28
adjusted message
2013-10-15 11:49:36 +02:00
Jan Steemann
089caeebcd
make console a default object
2013-10-14 13:47:49 +02:00
Jan Steemann
b5f8b27e47
updated docs
2013-10-11 14:35:59 +02:00
Jan Steemann
ab4f5aad69
fixed foxx manager for windows
2013-10-08 14:53:16 +02:00
Jan Steemann
4c8e0db434
fixed typo in method name
2013-10-08 13:56:20 +02:00
Jan Steemann
b844782d44
updated help texts for arangosh
2013-10-08 09:01:38 +02:00
Jan Steemann
dc69d6fa60
updated documentation
2013-10-02 17:54:39 +02:00
Jan Steemann
b4cdc79697
added db._id()
2013-09-30 13:44:28 +02:00
Jan Steemann
729bbc44f0
use per-database directories for Foxx apps
2013-09-30 10:57:29 +02:00
Jan Steemann
709198c340
updated docs for /_api/jobs
2013-09-28 00:44:03 +02:00
Jan Steemann
288f318d5e
removed debug output
2013-09-26 18:47:28 +02:00
Jan Steemann
137e1672ba
delete previous foxx-application descriptions when updating from fishbowl
2013-09-26 14:39:10 +02:00
Jan Steemann
5c1554061f
added foxx-manager.config() method
2013-09-26 13:20:29 +02:00
Jan Steemann
6422be9fc7
changed repository name to arangodb/foxx-apps
2013-09-26 12:02:00 +02:00
Jan Steemann
7a1f3ae756
updated documentation, added tests
2013-09-24 17:27:52 +02:00
Jan Steemann
aec7b1f8e8
fixed cursors for use in multi-database env
2013-09-17 09:23:05 +02:00
Jan Steemann
894180dc20
added test cases
2013-09-13 18:25:28 +02:00
Jan Steemann
b97e4c014a
reset vocbase earlier in requests
2013-09-13 15:29:05 +02:00
Jan Steemann
64741f8a8d
added test cases for endpoints
2013-09-13 14:07:30 +02:00
Jan Steemann
b9fbbc85ea
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-09-05 12:43:17 +02:00
Frank Celler
bbab760a54
renamed foxx-manager to foxx/manager
2013-09-05 10:02:31 +02:00
Jan Steemann
435e949462
fixed redirections in web interface
2013-09-04 15:58:41 +02:00
Jan Steemann
42660cbb5a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-09-04 13:04:30 +02:00
Jan Steemann
897412b4de
initial dropping of databases
2013-09-04 13:04:13 +02:00
Frank Celler
bde36da436
fixed collection prefix
2013-09-03 21:35:43 +02:00
Jan Steemann
bae9f097fc
added _dropDatabase()
2013-09-02 18:04:19 +02:00
Jan Steemann
0b3a0e7cc0
added exclusive lock for database creation
2013-09-02 14:50:30 +02:00
Jan Steemann
618499c2b1
adjusted client tools and documentation
2013-09-02 14:07:38 +02:00
Jan Steemann
42b8dfca49
added --server.database option for client tools
2013-09-02 13:02:53 +02:00
Jan Steemann
41acd59698
added _createDatabase(), _listDatabases()
2013-09-02 10:55:41 +02:00
Jan Steemann
4b36f1422c
allow incremental dumping using tick-start and tick-end
2013-08-29 21:47:29 +02:00
Jan Steemann
d30e407c4a
only create new journal file when requested
...
make collection.rotate() publicly available
2013-08-27 14:39:28 +02:00
Jan Steemann
e19f2354a8
made paths absolute
2013-08-26 16:14:14 +02:00
Jan Steemann
9b8b030a8a
added several tests for authentication
2013-08-22 11:18:11 +02:00
Jan Steemann
5a7e47f0e5
issue #587
2013-08-21 11:55:40 +02:00
Jan Steemann
d5a9fe3578
fixed some test fails
2013-08-19 19:46:22 +02:00
Jan Steemann
9eb1752a7e
use AQL LIMIT but still return the unlimited count value
...
Still needs documentation and tests
2013-08-19 18:41:00 +02:00
Frank Celler
ca15e530c0
fixed purge by id, added install from dir, setup
2013-08-06 19:49:06 +02:00
Jan Steemann
a7c5350455
added server-id method
2013-08-01 18:27:42 +02:00
Jan Steemann
78601319fb
updated replication API
2013-07-30 18:40:35 +02:00
Jan Steemann
461001efd2
split of initial and continuous sync, currently not working
2013-07-30 14:13:49 +02:00
Jan Steemann
002ebd48bc
removed all replication conditionals
2013-07-30 13:16:37 +02:00
Jan Steemann
6b5900e8e0
updated replication api
2013-07-30 09:54:39 +02:00
Frank Celler
d4115c60ba
removed deployment tool
2013-07-28 14:15:38 +02:00
Frank Celler
e6acd403ac
updated documentation
2013-07-27 19:59:28 +02:00
Jan Steemann
7fa878b015
updated online docs for arangosh
2013-07-27 14:42:07 +02:00
Jan Steemann
b4d88f3484
added tests
2013-07-27 00:28:24 +02:00
Jan Steemann
e906c8750c
tests for fm
2013-07-27 00:09:42 +02:00
Jan Steemann
cc5ae9d1bc
added purge()
2013-07-26 23:57:00 +02:00
Frank Celler
a20db01143
fixed install
2013-07-26 23:13:11 +02:00
Frank Celler
5820afd507
merged
2013-07-26 23:01:22 +02:00
Frank Celler
37fdbd9413
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-07-26 22:53:02 +02:00
Jan Steemann
5c4bb665f1
added info about prefab fm object
2013-07-26 22:47:14 +02:00
Jan Steemann
6d4a58e625
generate foxx-manager man page
2013-07-26 22:46:58 +02:00
Frank Celler
f5016a2ce9
cleanup
2013-07-26 22:46:53 +02:00
Jan Steemann
6380485007
unified column order
2013-07-26 17:03:51 +02:00
Jan Steemann
52e3578f09
sort versions in info
2013-07-26 16:58:07 +02:00
Jan Steemann
26f4a467f0
system applications
2013-07-26 16:36:24 +02:00
Jan Steemann
75232bd11a
less output for help
2013-07-26 15:49:32 +02:00
Jan Steemann
528563caf1
improved output
2013-07-26 15:48:16 +02:00
Jan Steemann
916c1bc685
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-07-26 15:21:49 +02:00
Jan Steemann
1d0addcee0
jslint
2013-07-26 15:21:28 +02:00
Frank Celler
56215083e0
erge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-07-26 15:16:56 +02:00
Frank Celler
780ae83d58
fixed teardown
2013-07-26 15:16:50 +02:00
Jan Steemann
1bdc4fad8d
make update() transactional
2013-07-26 15:14:51 +02:00
Jan Steemann
5fa759a1e5
make jslint happy
2013-07-26 15:10:55 +02:00
Jan Steemann
fc3df1aded
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-07-26 14:58:22 +02:00
Jan Steemann
94051a74c3
return error code from foxx-manager
2013-07-26 14:58:03 +02:00
Frank Celler
ee6c43e2a9
fixed context
2013-07-26 14:24:10 +02:00
Frank Celler
fc96e7fe9c
add uninstall
2013-07-26 13:47:22 +02:00
Jan Steemann
bb39e04d09
make fm available globally
2013-07-26 13:43:32 +02:00
Jan Steemann
8ebedc5b8e
switched to arangodb
2013-07-26 13:14:02 +02:00
Jan Steemann
4dfdb13d4d
improved tabular output
2013-07-26 13:03:59 +02:00
Jan Steemann
550bedacbb
jslint
2013-07-26 12:24:44 +02:00
Jan Steemann
4761885899
added help()
2013-07-26 12:23:16 +02:00
Frank Celler
45aff333da
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-07-25 18:33:32 +02:00
Frank Celler
709e09d04e
added install command
2013-07-25 18:33:24 +02:00
Frank Celler
1b6dfad627
new name convention
2013-07-25 17:25:39 +02:00
Jan Steemann
95a0f9dfb4
added GET /_api/graph
2013-07-25 15:56:08 +02:00
Frank Celler
c213c57837
added dev teardown and setup
2013-07-25 13:34:59 +02:00
Jan Steemann
8a254ea230
replication API documentation
2013-07-24 17:37:16 +02:00
Jan Steemann
4f14062d10
replication tests
2013-07-24 15:22:45 +02:00
Jan Steemann
5fe1844ee1
replication tests
2013-07-23 15:03:59 +02:00
Jan Steemann
bf12b6ec5a
fixed journalSize
2013-07-23 11:57:56 +02:00
Jan Steemann
f49ae77bc5
include replication tests
2013-07-23 11:19:41 +02:00
Jan Steemann
c4f82088dd
replication tests
2013-07-22 18:12:56 +02:00
Jan Steemann
cdc57aea83
added arango.reconnect() method for arangosh
2013-07-22 09:57:39 +02:00
Jan Steemann
54b8bd9d94
fixed jslint warnings
2013-07-19 14:47:08 +02:00
Jan Steemann
3ab117de67
added collection.first() and collection.last()
2013-07-19 14:21:46 +02:00
Jan Steemann
08b9f57166
stoppable replication applier
2013-07-17 10:58:10 +02:00
Jan Steemann
9b0c904dca
issue #570 : updateFishbowl() fails once
2013-07-16 10:07:12 +02:00
Jan Steemann
3cc4405c18
added collection.checksum()
2013-07-10 11:10:00 +02:00
Lucas Dohmen
e93dae9632
Fixed JSLint
2013-07-03 14:36:02 +02:00
Jan Steemann
c6ea2c417e
fixed jslint warnings
2013-07-03 14:11:33 +02:00
Jan Steemann
44c9ca4e90
issue #565 , plus a few usability fixxes for aal.search()
2013-07-03 14:06:57 +02:00
Lucas Dohmen
bb83987178
Fixing JSLint errors
2013-07-02 14:21:59 +02:00
Jan Steemann
1f68eaa221
issue #563 : can aal become a default object?
2013-07-01 10:21:18 +02:00
Lucas Dohmen
f6a89cf1d6
Code Review: Client Graph Module
2013-06-28 19:38:29 +02:00
Lucas Dohmen
476ec2aaa0
Introducing: GraphAPI
...
Graph API is wrapping the Graph REST interface for the clientside
ArangoDB module.
2013-06-28 16:39:18 +02:00
Jan Steemann
654ea77f25
extended cap constraints with size constraints
2013-06-22 02:44:48 +02:00
Jan Steemann
2d7edbef96
added db._exists()
2013-06-21 21:50:00 +02:00
Jan Steemann
c74c80d5ff
allow bind parameters in db._query()
2013-06-21 17:13:51 +02:00
Jan Steemann
cae82f27e4
added `/_api/current-database`
2013-06-21 10:25:15 +02:00
Jan Steemann
30a747f3ef
fixed client-side tests
2013-06-20 19:15:30 +02:00
Lucas Dohmen
f64c227b16
Graph Module: Even more in Graph Common
2013-06-19 17:09:19 +02:00
Lucas Dohmen
6a84d4726b
Graph Module: Pulled Iterator into Common
...
Also adjusted it to be useful for the Server Side.
2013-06-19 17:09:19 +02:00
Lucas Dohmen
38327183e8
Graph Module: Edge almost entirely pulled into Common
2013-06-19 17:09:18 +02:00
Lucas Dohmen
1771c581b7
Graph Module (Client): GraphAPI refined
...
* Restructering of GraphAPI
* No more feature envy from GraphAPI
2013-06-19 10:29:42 +02:00
Lucas Dohmen
7966657ac0
Graph Module (client): Introducing the GraphAPI
...
Also some reordering of the methods inside of it.
2013-06-19 10:29:42 +02:00