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 |
Lucas Dohmen
|
c8385e4671
|
Use the connection directly
|
2013-06-19 10:29:42 +02:00 |
Lucas Dohmen
|
f1c17dd0d3
|
Graph Module (client): Pulled get and post graph to request
|
2013-06-19 10:29:42 +02:00 |
Lucas Dohmen
|
5697a7dd74
|
Graph module (client): Removed Duplication of Iterator
|
2013-06-19 10:29:42 +02:00 |
Lucas Dohmen
|
bb71d1391d
|
Graph Module (client): Moved Cursor creation to connection class
|
2013-06-19 10:29:42 +02:00 |
Lucas Dohmen
|
cc43747af8
|
Graph Module (Client): More extracted to the request class
|
2013-06-19 10:29:42 +02:00 |
Lucas Dohmen
|
9cd9b4046b
|
Graph Module (Client): _saveVertex and _saveEdge
|
2013-06-19 10:29:41 +02:00 |
Lucas Dohmen
|
27b3c0fe89
|
Graph Module (Client): Refactored drop
|
2013-06-19 10:29:41 +02:00 |
Lucas Dohmen
|
12271e7689
|
Tiny change
|
2013-06-19 10:29:41 +02:00 |
Lucas Dohmen
|
393b887aed
|
Graph Module (Client): First step of extracting shared getEdge behaviour
|
2013-06-19 10:29:41 +02:00 |
Lucas Dohmen
|
14e9279232
|
Graph Module (Client): Pulling out JSON.stringify to the request method
|
2013-06-19 10:29:41 +02:00 |
Lucas Dohmen
|
53abbdfb8b
|
Pulling out requests in the client Graph module
|
2013-06-19 10:29:41 +02:00 |
Lucas Dohmen
|
c357fa1133
|
Pulled addVertex into Common + tiny style fixes
|
2013-06-14 10:13:17 +02:00 |
Jan Steemann
|
3356055b64
|
derived files, jslint
|
2013-06-07 16:41:06 +02:00 |
Lucas Dohmen
|
567a548cff
|
Tearing appart Graph#addEdge and fixing the build even harder
|
2013-06-07 14:56:08 +02:00 |
Lucas Dohmen
|
5aadaf1b99
|
Restructering Graph Module, fixing the build
|
2013-06-07 13:51:22 +02:00 |
Lucas Dohmen
|
8e27de26a7
|
Fix for #546
|
2013-06-07 10:19:37 +02:00 |
Jan Steemann
|
af7866f238
|
made internal.download() function more flexible
required by @mchacki
can now send custom headers and use non-GET method
|
2013-06-05 00:25:36 +02:00 |
Jan Steemann
|
544e5909d0
|
issue #526
|
2013-05-15 10:06:49 +02:00 |
Thomas Richter
|
ff386e57aa
|
transfer headers to next functions
|
2013-05-08 15:39:19 +02:00 |
Frank Celler
|
49b5507b73
|
fixed issue #489: Bug in aal.install
Conflicts:
Makefile.in
|
2013-05-05 21:10:14 +02:00 |
Frank Celler
|
f4d17c2045
|
added priority
|
2013-05-05 21:08:54 +02:00 |
Jan Steemann
|
eef611b1da
|
fixed some compiler & jslint warnings
|
2013-05-03 11:09:45 +02:00 |
Frank Celler
|
cbc2ab93ba
|
fixed _shallowCopy, fixed creating of unknown attributes
|
2013-04-22 16:48:36 +02:00 |
Frank Celler
|
b801054111
|
added global Buffer
|
2013-04-21 23:10:00 +02:00 |
Frank Celler
|
7bfce45ece
|
added more node modules
|
2013-04-21 22:00:54 +02:00 |
Jan Steemann
|
c945dbd2cd
|
updated transaction API
|
2013-04-15 11:54:36 +02:00 |
Jan Steemann
|
6f1fe234c4
|
fixed test
|
2013-04-13 00:56:04 +02:00 |
Jan Steemann
|
dee5adb9f5
|
added client side API for transactions
|
2013-04-12 23:18:48 +02:00 |
Frank Celler
|
828b939053
|
fixed isolates, made ArangoError internal
|
2013-04-10 21:22:09 +02:00 |
Frank Celler
|
ee62ebefd8
|
added search within fishbowl
|
2013-04-09 16:12:06 +02:00 |
Frank Celler
|
a0278476da
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
lib/Basics/StringUtils.cpp
|
2013-04-06 10:19:09 +02:00 |
Frank Celler
|
1d7ee507e2
|
added TRI_ERROR_ARANGO_DOCUMENT_KEY_MISSING
|
2013-04-06 10:18:29 +02:00 |
Jan Steemann
|
3a8783b26a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-04-05 15:35:23 +02:00 |
Jan Steemann
|
edf513551f
|
error handling
|
2013-04-05 15:35:08 +02:00 |
Frank Celler
|
b50bc6dd24
|
added thumbnail
|
2013-04-05 14:48:15 +02:00 |
Jan Steemann
|
ed10d9b6aa
|
AQL user functions
|
2013-04-05 12:50:44 +02:00 |
Frank Celler
|
21589bc6c6
|
new foxx
|
2013-04-04 22:56:41 +02:00 |
Frank Celler
|
711b5884d3
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into HEAD
|
2013-04-02 17:47:33 +02:00 |
Frank Celler
|
42b92c794f
|
fixed error messages and tests
|
2013-04-02 17:46:19 +02:00 |
Frank Celler
|
576410df1c
|
changed to details
|
2013-04-02 10:09:07 +02:00 |
Thomas Richter
|
f876e30816
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-04-02 09:38:45 +02:00 |
Frank Celler
|
33ea5e0941
|
use printTable
|
2013-04-01 23:13:16 +02:00 |
Frank Celler
|
7031210a53
|
fixed browser
|
2013-03-31 00:10:48 +01:00 |
Frank Celler
|
1467b78676
|
cleanup of internal, fs, console
|
2013-03-31 00:10:48 +01:00 |
Frank Celler
|
17bcc80c69
|
fixed return value, no double path
|
2013-03-31 00:10:47 +01:00 |
Frank Celler
|
345d32c2cb
|
jslint bugs
|
2013-03-28 22:24:16 +01:00 |
Frank Celler
|
f9cbc00763
|
print fishbowl
|
2013-03-28 22:15:12 +01:00 |
Frank Celler
|
2ed6b0145f
|
changed app-path and dev-app-path to be just one directory
|
2013-03-28 21:48:52 +01:00 |
Frank Celler
|
4d07fce914
|
changed app-path and dev-app-path to be just one directory
|
2013-03-28 21:47:05 +01:00 |
Jan Steemann
|
014d8e4a6d
|
removed dead code
|
2013-03-28 09:56:22 +01:00 |
Frank Celler
|
a88cbde90d
|
added installDevApp
|
2013-03-27 16:31:00 +01:00 |
Thomas Richter
|
f77fa798c8
|
generateArangoshRun db._collections() error fixed
|
2013-03-27 14:37:28 +01:00 |
Frank Celler
|
be971602f2
|
added install and uninstall of FOXX apps
|
2013-03-27 11:32:39 +01:00 |
Frank Celler
|
0f6e48a38b
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
js/server/modules/org/arangodb/foxx.js
|
2013-03-26 10:01:39 +01:00 |
Thomas Richter
|
9a08a1d609
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
work in progress swagger
|
2013-03-26 09:14:05 +01:00 |
Frank Celler
|
5e473ad6df
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-03-25 14:10:20 +01:00 |
Frank Celler
|
877066392e
|
foxx manager cleanup
|
2013-03-25 14:10:10 +01:00 |
Jan Steemann
|
60fa94e5b4
|
fixed errors in arangosh (browser)
|
2013-03-25 12:00:15 +01:00 |
Jan Steemann
|
a2990be8da
|
jslintified
|
2013-03-24 18:40:02 +01:00 |
Frank Celler
|
44806229f7
|
fixed jslint errors
|
2013-03-23 21:57:33 +01:00 |
Frank Celler
|
8012a23744
|
added foxx api
|
2013-03-23 17:09:26 +01:00 |
Frank Celler
|
4059f31170
|
return error message
|
2013-03-23 16:42:52 +01:00 |
Frank Celler
|
8a54df7419
|
added .arangosh.rc, added /_admin/execute
|
2013-03-23 14:04:08 +01:00 |
Thomas Richter
|
f14efc0278
|
swagger added
|
2013-03-22 12:21:55 +01:00 |
Jan Steemann
|
4799f3309d
|
fixed ArangoStatement.explain() with bind variables
|
2013-03-20 16:52:25 +01:00 |
Jan Steemann
|
a5b96c36f6
|
fixed misleading message "cursor has been disposed" when calling `count()` for a client-side cursor
|
2013-03-20 12:10:54 +01:00 |
Jan Steemann
|
00fbda082d
|
fixed frontend bugs
|
2013-03-19 13:40:26 +01:00 |
Frank Celler
|
59184b39bd
|
added update disclaimer for JS files
|
2013-03-13 17:30:14 +01:00 |
Jan Steemann
|
e6c28d50b3
|
cleanup: removed TRI_HAVE_ICU and internal.HAVE_ICU (always true)
|
2013-03-08 16:09:47 +01:00 |
Jan Steemann
|
2b97f97765
|
issue #212
|
2013-03-08 12:18:32 +01:00 |
Jan Steemann
|
4e41e0def6
|
fixed arangosh printing "undefined"
|
2013-03-07 17:34:31 +01:00 |
Frank Celler
|
f78dc0f5a6
|
added _admin/statistics and _admin/statistics-description
|
2013-03-01 13:40:49 +01:00 |
Jan Steemann
|
3ef2ee9758
|
shut up jslint
|
2013-02-23 00:09:31 +01:00 |
Frank Celler
|
3af1f5c2e8
|
new documentation format for REST calls, hopefully allowing swagger.it like output
|
2013-02-22 21:36:11 +01:00 |
Jan Steemann
|
3e095ab0d0
|
split users module in client- and server-specific parts
|
2013-02-21 17:41:38 +01:00 |
Jan Steemann
|
d1edc4ddb2
|
added replaceByExample() and updateByExample() methods
added optional "limit" parameter for removeByExample() method
|
2013-02-19 11:38:55 +01:00 |
Jan Steemann
|
e760627c83
|
closed issue #413
the problem seems to have been caused by issue #410
|
2013-02-18 16:46:24 +01:00 |
Jan Steemann
|
4acd777b6c
|
fixed jslint warnings
|
2013-02-14 11:40:14 +01:00 |
Frank Celler
|
8cca06127c
|
moved .dox to .md
|
2013-02-09 13:15:28 +01:00 |
Jan Steemann
|
b451fd5f0a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-02-04 23:05:42 +01:00 |
Frank Celler
|
31baa7ae70
|
added GraphArray to make calls easier - no map needed
|
2013-02-02 15:57:03 +01:00 |
Jan Steemann
|
f9c14611a4
|
remove tabs
|
2013-02-01 15:46:27 +01:00 |
Jan Steemann
|
eaf4166b3e
|
more tests, less collection loading
|
2013-02-01 15:20:01 +01:00 |
Frank Celler
|
b10154ff25
|
fixed jslint
|
2013-01-30 09:48:42 +01:00 |
Frank Celler
|
307b125035
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
js/actions/system/api-graph.js
|
2013-01-29 14:17:13 +01:00 |
Frank Celler
|
6bd4bc5525
|
client side graph
|
2013-01-29 14:15:35 +01:00 |
Jan Steemann
|
6e81f7f6fa
|
return collection ids, cursor ids, and index ids as stringified integers, too
|
2013-01-28 20:11:29 +01:00 |
Jan Steemann
|
1de10d6ea4
|
make collection id be returned as a string so it cannot overflow
|
2013-01-28 18:30:48 +01:00 |
Jan Steemann
|
64377fb161
|
honor waitForSync parameter from arangosh, too
|
2013-01-25 11:47:43 +01:00 |
Jan Steemann
|
35c03ccf6b
|
renamed an internal function to not conflict with collection names
|
2013-01-25 09:46:04 +01:00 |
Frank Celler
|
3d3132dd87
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-01-22 19:39:48 +01:00 |
Frank Celler
|
3bc98a64b3
|
preload collections
|
2013-01-22 19:39:04 +01:00 |
Jan Steemann
|
7c5203cfea
|
added documentation and test cases for db.collection.removeByExample
|
2013-01-22 19:20:11 +01:00 |
Jan Steemann
|
765f0670af
|
added tests for collection.revision()
|
2013-01-21 10:17:31 +01:00 |
Frank Celler
|
75765bb939
|
fixed browser shell
|
2013-01-18 12:34:29 +01:00 |
Frank Celler
|
53487c8d62
|
fixed includes and help
|
2013-01-18 10:56:46 +01:00 |
Jan Steemann
|
752b9a4846
|
fixed tests
|
2013-01-18 03:45:24 +01:00 |
Frank Celler
|
a92d0c6b4a
|
fixed jslint warnings
|
2013-01-18 00:13:03 +01:00 |
Frank Celler
|
670dc221ab
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
js/client/client.js
js/common/bootstrap/module-internal.js
js/common/modules/org/arangodb/simple-query-common.js
js/server/ahuacatl.js
|
2013-01-17 23:56:31 +01:00 |
Frank Celler
|
edef5feacc
|
fixed tests
|
2013-01-17 23:45:19 +01:00 |
Frank Celler
|
159f613169
|
more cleanup
|
2013-01-17 18:24:58 +01:00 |
Frank Celler
|
cfadf6ca06
|
fixed comments
|
2013-01-17 16:10:42 +01:00 |
Jan Steemann
|
c6ea24ca24
|
fixed examples and client-side fulltext index creation
|
2013-01-17 16:06:28 +01:00 |
Frank Celler
|
3c21a87366
|
more cleanup
|
2013-01-17 16:01:15 +01:00 |
Frank Celler
|
250726ca00
|
reorganisation of modules
|
2013-01-17 10:30:35 +01:00 |
Frank Celler
|
ba9388e5a8
|
fixed .any on arangosh
|
2013-01-16 12:43:50 +01:00 |
Jan Steemann
|
32e91fddf6
|
renamed methods
|
2013-01-16 11:12:58 +01:00 |
Jan Steemann
|
d10d35bf4b
|
colors
|
2013-01-16 01:40:07 +01:00 |
Jan Steemann
|
7a6db16241
|
added db._version()
|
2013-01-15 16:44:48 +01:00 |
Jan Steemann
|
c22feb5963
|
fixed test
|
2013-01-15 14:37:08 +01:00 |
Jan Steemann
|
2058700697
|
issue #353
|
2013-01-15 14:35:05 +01:00 |
Frank Celler
|
3a5b66d840
|
added function action
|
2013-01-14 14:25:41 +01:00 |
Frank Celler
|
ab7849be44
|
fixed return
|
2013-01-13 23:25:31 +01:00 |
Frank Celler
|
4e3a118583
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-01-13 12:40:35 +01:00 |
Frank Celler
|
fe3e4e5b24
|
cosmetic changes
|
2013-01-13 12:40:22 +01:00 |
Jan Steemann
|
35a58d4a69
|
fixed db.collection.document(collection / key)
|
2013-01-13 12:38:12 +01:00 |
Frank Celler
|
12b611d102
|
Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
|
2013-01-12 21:08:35 +01:00 |
Frank Celler
|
3187fcb4f7
|
fixed iterate
|
2013-01-12 21:02:31 +01:00 |
Frank Celler
|
e95b2e0f7e
|
fixed batchSize
|
2013-01-11 23:40:02 +01:00 |
Frank Celler
|
db7596ed4a
|
added client iterator
|
2013-01-11 23:23:03 +01:00 |
Frank Celler
|
33e3031380
|
Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
Conflicts:
Makefile.in
VERSION
arangod/V8Server/v8-query.cpp
build_posix.h
configure
configure.ac
|
2013-01-10 18:00:25 +01:00 |
Jan Steemann
|
5286c636bb
|
make db.collection.document(_key) work in arangosh
|
2013-01-10 16:31:24 +01:00 |
Frank Celler
|
6e5b795a3a
|
better error message
|
2013-01-10 15:11:09 +01:00 |
Frank Celler
|
03f85fae23
|
added 'any' call for collections
|
2013-01-10 10:39:43 +01:00 |
Frank Celler
|
627e377a70
|
added dummy module
|
2013-01-09 22:50:10 +01:00 |
Frank Celler
|
128cb67c8b
|
Merge remote-tracking branch 'origin/1.1' into devel
Conflicts:
Documentation/Examples/shell-read-document-bad-handle
Makefile.in
arangod/Documentation/shell-document.dox
configure
js/actions/system/api-collection.js
js/actions/system/api-index.js
js/actions/system/api-system.js
js/common/bootstrap/modules.js
js/common/bootstrap/print.js
js/server/ArangoCollection.js
lib/V8/v8-utils.cpp
|
2013-01-09 15:30:21 +01:00 |
Frank Celler
|
812360145e
|
added flush
|
2013-01-09 11:47:17 +01:00 |
Frank Celler
|
46e0cc70bf
|
deployment tool
|
2013-01-08 11:02:57 +01:00 |
Jan Steemann
|
eda617fb09
|
fixed missing client-side implementation for isVolatile
|
2013-01-07 15:20:55 +01:00 |