Michael Hackstein
|
52e198b59f
|
Fixed a bug in RestDocumentHandler. One VelocyPack did result in an illegal representation
|
2015-11-07 19:06:38 +01:00 |
Michael Hackstein
|
e20f0d9f11
|
RestDocumentHandler now uses VelocityPack instead of TRI_json_t
|
2015-11-06 15:12:24 +01:00 |
Jan Steemann
|
7eb93821a7
|
explicit
|
2015-09-16 17:15:37 +02:00 |
Willi Goesgens
|
ac2acabd5d
|
Work on formatting and grammer
|
2015-09-11 11:25:34 +02:00 |
Willi Goesgens
|
eb9e03f3f0
|
Upgrade the REST-API documentation to to swagger V2.0
Wrap lines in examples.
|
2015-09-09 15:21:18 +02:00 |
CoDEmanX
|
3a9648d78a
|
More Americanization
|
2015-09-03 22:25:43 +02:00 |
Jan Steemann
|
7ad99087ee
|
use unique_ptr
|
2015-08-03 09:18:20 +02:00 |
Jan Steemann
|
6d7ccd7699
|
move shaper to cxx
|
2015-07-28 17:38:31 +02:00 |
Jan Steemann
|
4dde6e49cd
|
goodbye barriers, welcome ditches
|
2015-05-28 10:23:30 +02:00 |
Jan Steemann
|
e93225d7f5
|
fix cluster document fetching
|
2015-05-06 11:00:41 +02:00 |
Jan Steemann
|
63138def67
|
fix location response headers with special characters
|
2015-05-05 14:00:06 +02:00 |
Jan Steemann
|
f09d8903a9
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
Conflicts:
Documentation/Scripts/generateExamples.py
|
2015-05-04 17:47:31 +02:00 |
Jan Steemann
|
244cc2d66d
|
added some batch processing methods
|
2015-05-04 17:46:47 +02:00 |
Willi Goesgens
|
312972a4ec
|
Modify examples so they clean up after their run.
|
2015-05-04 17:22:25 +02:00 |
Jan Steemann
|
0099fe260a
|
return value optimization for AQL
|
2015-04-30 23:38:27 +02:00 |
Jan Steemann
|
20e7fe7a7a
|
the great rename: array => object, list => array
|
2014-12-18 21:07:06 +01:00 |
Jan Steemann
|
4b12897026
|
issue #1184: return error codes more consistently
|
2014-12-15 16:18:49 +01:00 |
Tomas Bosak
|
d0b041842a
|
Update document API description.
Include information about _key attribute which is also returned along
with _id and _rev for replace, update and delete document operations.
|
2014-12-09 10:50:06 +01:00 |
Jan Steemann
|
12c155636a
|
updated docs for mergeObjects
|
2014-12-08 11:00:31 +01:00 |
Tomas Bosak
|
259c3152cd
|
Fix typo and add '_key' attribute description.
|
2014-12-04 17:57:13 +01:00 |
Alan Plum
|
41ab3aa4d6
|
Renamed mergeArrays->mergeObjects to make API less confusing.
|
2014-12-02 17:03:03 +01:00 |
Jan Steemann
|
ac36c0cd7a
|
added mergeArrays attribute
|
2014-11-28 13:58:49 +01:00 |
Jan Steemann
|
dcb9427b6f
|
rewrote transaction contexts
|
2014-10-16 15:53:28 +02:00 |
Jan Steemann
|
953b8cdfe3
|
renamed files
|
2014-09-13 00:34:48 +02:00 |
Jan Steemann
|
87afcf5e8d
|
the great rename
|
2014-09-13 00:10:11 +02:00 |
Jan Steemann
|
aadd0f9254
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/Utils/CollectionNameResolver.h
arangod/V8Server/v8-vocbase.cpp
|
2014-08-30 17:35:08 +02:00 |
Jan Steemann
|
c0463a1797
|
added `type` option for `GET /_api/document?collection=...`
Conflicts:
CHANGELOG
|
2014-08-30 17:26:24 +02:00 |
Max Neunhoeffer
|
28f0d7be05
|
Sort out TRI_CompareValuesJson to use UTF8 on demand.
|
2014-08-13 14:22:05 +02:00 |
Michael Hackstein
|
a5b35f224a
|
Fixed REST API documentation. Some values were not recognized as paramters by swagger script
|
2014-08-07 14:52:55 +02:00 |
Max Neunhoeffer
|
b2f7793c26
|
Let DBservers report the cluster-wide collection name instead of the
shard name in error messages for single document operations.
|
2014-07-01 15:55:41 +02:00 |
Thomas Schmidts
|
d9b733b997
|
Fixes some documentation pages for API. fixes #922
|
2014-06-30 14:22:17 +02:00 |
Jan Steemann
|
fc823938c0
|
nullptr
|
2014-06-21 03:27:38 +02:00 |
Frank Celler
|
4dcf5dc817
|
updated disclaimer
|
2014-06-20 16:40:35 +02:00 |
Jan Steemann
|
fabc51f889
|
fixed wrong ASSERT usage
|
2014-06-13 12:10:35 +02:00 |
Max Neunhoeffer
|
82ab5bc0ac
|
More checks for protected getShaper accesses.
Also: Make arangodump possible using fake trx objects.
|
2014-06-12 10:38:39 +02:00 |
Max Neunhoeffer
|
f0bef2496f
|
Make _shaper private and use getter/setter.
|
2014-06-11 11:18:22 +02:00 |
Max Neunhoeffer
|
c2bddb1c19
|
Let TRI_document_collection_t inherit from TRI_collection_t.
|
2014-06-11 10:51:47 +02:00 |
Jan Steemann
|
eba885d583
|
fixed member initialization in second constructor
|
2014-06-10 17:41:11 +02:00 |
Jan Steemann
|
7c599ef893
|
barriers
|
2014-06-10 16:42:15 +02:00 |
Jan Steemann
|
da9f8247fb
|
barriers are now created automatically by transactions
|
2014-06-10 11:56:40 +02:00 |
Jan Steemann
|
72a102e794
|
major internal changes
|
2014-06-08 00:12:53 +02:00 |
Jan Steemann
|
368091d7c3
|
function cleanup
|
2014-06-06 21:35:34 +02:00 |
Max Neunhoeffer
|
fd2c99443f
|
Introduce TRI_doc_mptr_copy_t for copies of master pointers.
Did not yet run through all occurrences of TRI_doc_mptr_t to see
whether they have to be TRI_doc_mptr_copy_t.
|
2014-06-06 16:59:32 +02:00 |
Jan Steemann
|
362838ae69
|
TRI_ASSERT
|
2014-06-06 11:25:19 +02:00 |
Jan Steemann
|
cb5bb4eb0e
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
Conflicts:
arangod/Makefile.files
arangod/RestHandler/RestEdgeHandler.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/voc-shaper.cpp
|
2014-06-05 22:58:49 +02:00 |
Jan Steemann
|
17981a92c2
|
more barriers
Conflicts:
arangod/V8Server/v8-vocbase.cpp
|
2014-06-05 22:23:48 +02:00 |
Max Neunhoeffer
|
2776dc78fa
|
Make TRI_doc_mptr_t a C++ struct.
|
2014-06-05 12:03:57 +02:00 |
Max Neunhoeffer
|
a7792a5306
|
Looked through TRI_EXTRACT_MARKER_KEY for protection.
|
2014-06-04 15:40:09 +02:00 |
Max Neunhoeffer
|
f3653015b6
|
First part of protection proof.
|
2014-06-04 14:31:38 +02:00 |
Max Neunhoeffer
|
13541cf4ec
|
Rename component _data -> _dataptr in master pointer.
|
2014-06-03 22:27:08 +02:00 |
Jan Steemann
|
fb87b35dec
|
initial implementation of wal logfile collection, scans markers only atm
|
2014-06-03 16:39:49 +02:00 |
Jan Steemann
|
d4dd58b264
|
merged primary-collection.cpp with document-collection.cpp
|
2014-05-31 00:22:32 +02:00 |
Jan Steemann
|
7b521a4c9e
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
Conflicts:
arangod/VocBase/document-collection.cpp
arangod/VocBase/document-collection.h
|
2014-05-30 12:51:20 +02:00 |
Jan Steemann
|
ed6a55abb9
|
specialized primary index for faster comparisons and less datafile lookups
|
2014-05-29 03:35:37 +02:00 |
Max Neunhoeffer
|
69353334eb
|
Get rid of TRI_ENABLE_CLUSTER everywhere.
|
2014-05-21 14:46:47 +02:00 |
Jan Steemann
|
897d6f4dcd
|
fixed cluster authentication
|
2014-02-27 17:45:03 +01:00 |
Jan Steemann
|
a0c554fa22
|
fixed tests
|
2014-02-27 14:58:01 +01:00 |
Frank Celler
|
f2121ff442
|
cleanup
|
2014-02-25 15:32:07 +01:00 |
Frank Celler
|
42fb8244e1
|
added requeue
|
2014-02-25 12:07:16 +01:00 |
Jan Steemann
|
7a0aac82e2
|
re-create database objects on coordinator now, and switch into them
|
2014-02-21 17:40:00 +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
|
10eb807366
|
fixed HTTP CRUD operations
|
2014-02-05 17:19:45 +01:00 |
Jan Steemann
|
58b3e0f99d
|
splitted a few tests
|
2014-02-05 15:15:51 +01:00 |
Jan Steemann
|
599a7edfda
|
return document etag in response to HTTP HEAD requests that return an HTTP 412 error
|
2014-02-04 12:01:28 +01:00 |
Jan Steemann
|
fbf6954bd7
|
updated documentation
|
2014-02-01 00:26:02 +01:00 |
Max Neunhoeffer
|
73f3dbc328
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into sharding
|
2014-01-31 18:56:47 +01:00 |
Jan Steemann
|
04d40c10e9
|
fixed wrong REST API parameter type in documentation
|
2014-01-31 13:56:24 +01:00 |
Jan Steemann
|
9a7781474f
|
fixed broken symbol
|
2014-01-31 13:20:39 +01:00 |
Jan Steemann
|
9643469631
|
do not allow changing shard key attributes
|
2014-01-31 13:19:03 +01:00 |
Max Neunhoeffer
|
f92456b851
|
Report URLs of edges correctly.
|
2014-01-31 11:02:51 +01:00 |
Max Neunhoeffer
|
4d3b747182
|
Add getAllDocumentsOnCoordinator and fix bugs.
|
2014-01-31 01:02:51 +01:00 |
Jan Steemann
|
e9c5af7895
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
CHANGELOG
js/apps/system/aardvark/frontend/css/collectionsView.css
js/apps/system/aardvark/frontend/css/layout.css
js/apps/system/aardvark/frontend/js/routers/router.js
|
2014-01-30 19:40:21 +01:00 |
Max Neunhoeffer
|
ed39834029
|
CRUD basically working on cluster.
|
2014-01-29 16:23:17 +01:00 |
Max Neunhoeffer
|
c3f01237b0
|
Implement replace and update on cluster.
This still has a freeing too early bug with TRI_json_t.
|
2014-01-28 16:49:44 +01:00 |
Jan Steemann
|
945031cfb5
|
updated documentation
|
2014-01-27 12:15:56 +01:00 |
Max Neunhoeffer
|
98df540266
|
Add support for GET and HEAD on cluster.
|
2014-01-27 10:41:35 +01:00 |
Max Neunhoeffer
|
7d5723756f
|
Implement DELETE REST method on the coordinator.
|
2014-01-24 21:31:58 +01:00 |
Max Neunhoeffer
|
4526181f82
|
Implement C of CRUD on cluster for V8 calls.
|
2014-01-24 13:11:20 +01:00 |
Max Neunhoeffer
|
f5c274e8c0
|
Fix error handling and another bug in create document for cluster.
|
2014-01-24 10:35:37 +01:00 |
Max Neunhoeffer
|
9230f5020c
|
First case of create document is working on cluster.
|
2014-01-23 16:16:06 +01:00 |
Max Neunhoeffer
|
165d98578a
|
First hack at create document via REST on cluster.
|
2014-01-23 13:00:44 +01:00 |
Max Neunhoeffer
|
3887303a82
|
Prepare creation of a document in the coordinator.
|
2014-01-22 23:57:41 +01:00 |
Jan Steemann
|
30b866405e
|
issue #732: Rest API GET revision number
|
2014-01-13 17:30:17 +01:00 |
Jan Steemann
|
7d11d1b172
|
updated documentation
|
2014-01-10 18:38:34 +01:00 |
Jan Steemann
|
0ae9a69c6a
|
updated documentation
|
2014-01-10 18:38:25 +01:00 |
Jan Steemann
|
fd334b14e1
|
fixed small typo in documentation
|
2014-01-10 16:45:20 +01:00 |
Jan Steemann
|
1bdf666da2
|
fixed multi-threading issues found during commando
|
2013-11-21 15:12:49 +01:00 |
Jan Steemann
|
04df715864
|
applied fixes that occurred during build
|
2013-09-30 18:03:52 +02:00 |
Jan Steemann
|
709198c340
|
updated docs for /_api/jobs
|
2013-09-28 00:44:03 +02:00 |
Jan Steemann
|
106fedd615
|
several errors fixed
|
2013-09-26 09:44:50 +02:00 |
Jan Steemann
|
ed163164c4
|
fixed queue naming
|
2013-09-20 13:17:32 +02:00 |
Jan Steemann
|
3a6cabfe44
|
creating/dropping
|
2013-09-11 17:16:43 +02:00 |
Jan Steemann
|
c22fd49d84
|
small cleanup
|
2013-09-11 14:21:54 +02:00 |
Jan Steemann
|
42441b208f
|
refactoring of multiple databases, intermediate commit
|
2013-09-11 11:42:34 +02:00 |
Jan Steemann
|
1af5aa6b45
|
block compaction & datafile removal while dumping
|
2013-08-30 17:25:09 +02:00 |
Frank Celler
|
487af3bc0d
|
fixed (hacked) display of swagger for dev apps
|
2013-08-07 13:30:28 +02:00 |
Jan Steemann
|
8a254ea230
|
replication API documentation
|
2013-07-24 17:37:16 +02:00 |
Jan Steemann
|
39195af4c5
|
easier generation of swagger API docs
|
2013-07-24 15:24:27 +02:00 |
Jan Steemann
|
054ed3ca3f
|
apply collection data dumps
|
2013-07-05 11:41:37 +02:00 |
Thomas Richter
|
33563c3d37
|
names changed in Examples
|
2013-05-31 10:08:39 +02:00 |
Jan Steemann
|
d7b64d4ae2
|
merged patches by @guidoreina
|
2013-05-21 11:33:43 +02:00 |
Jan Steemann
|
ac8e947fb6
|
typo
|
2013-05-16 20:53:04 +02:00 |
Thomas Richter
|
b09be801b9
|
swagger for RestDocumentHandler finished
|
2013-05-16 14:59:51 +02:00 |
Thomas Richter
|
a11a0633b8
|
examples created until document PUT
|
2013-05-15 16:07:05 +02:00 |
Jan Steemann
|
0d05d53670
|
switched examples back to English
|
2013-05-13 21:20:51 +02:00 |
Thomas Richter
|
dbdd9b2b80
|
some REST documentation adapted for swagger
|
2013-05-13 16:30:23 +02:00 |
Jan Steemann
|
841d7d7355
|
English
|
2013-05-10 14:06:15 +02:00 |
Thomas Richter
|
0562e5c94d
|
Header with 304 returncode fixed
|
2013-05-08 15:38:12 +02:00 |
Jan Steemann
|
fde26e6913
|
fixed doxygen errors
|
2013-05-03 11:25:24 +02:00 |
Jan Steemann
|
ee7ab712d6
|
issue #495
|
2013-05-03 11:08:58 +02:00 |
Thomas Richter
|
85a5f05c93
|
swagger documentation for api-grap.js
|
2013-04-30 14:52:35 +02:00 |
Thomas Richter
|
1d232d6967
|
some fixes in generateSwagger
|
2013-04-30 11:40:19 +02:00 |
Thomas Richter
|
cb940c85bd
|
added some query and header parameters to the swagger tags
|
2013-04-24 15:28:31 +02:00 |
Thomas Richter
|
2fdada8724
|
backtick problem in REST-URL fixed
|
2013-04-23 12:25:16 +02:00 |
Thomas Richter
|
874b855fe8
|
in REST-documentation @LIT{} and @FA{} replaced by backticks
|
2013-04-22 15:39:43 +02:00 |
Jan Steemann
|
30b2b2ef3e
|
adjusted locks
|
2013-04-16 11:23:21 +02:00 |
Jan Steemann
|
8e4af7a952
|
fixed some locking
|
2013-04-15 12:43:53 +02:00 |
Frank Celler
|
828b939053
|
fixed isolates, made ArangoError internal
|
2013-04-10 21:22:09 +02:00 |
Thomas Richter
|
f876e30816
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-04-02 09:38:45 +02:00 |
Jan Steemann
|
6b3b181930
|
pass transaction collection into CRUD operations
|
2013-03-28 13:26:49 +01:00 |
Thomas Richter
|
f77fa798c8
|
generateArangoshRun db._collections() error fixed
|
2013-03-27 14:37:28 +01:00 |
Jan Steemann
|
81d5c71cf3
|
fixed documentation
|
2013-03-26 10:08:26 +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 |
Thomas Richter
|
48df7ab80a
|
work in progress
|
2013-03-26 09:13:56 +01:00 |
Thomas Richter
|
f14efc0278
|
swagger added
|
2013-03-22 12:21:55 +01:00 |
Jan Steemann
|
ccc7c3665b
|
locking
|
2013-03-22 11:31:36 +01:00 |
Jan Steemann
|
9b282ab74c
|
some cleanup of transaction code
|
2013-03-21 18:54:38 +01:00 |
Frank Celler
|
1aa5109fa3
|
updated disclaimer
|
2013-03-13 17:03:18 +01:00 |
Jan Steemann
|
af2d966559
|
fixed a typo
|
2013-03-08 22:31:17 +01:00 |
a-brandt
|
e952b28aab
|
changed http return codes for document update and delete
|
2013-03-08 16:56:15 +01:00 |
Frank Celler
|
dd96bb4abd
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-03-03 22:40:55 +01:00 |
Jan Steemann
|
f613c3c4d9
|
fixed race conditions when reading/deleting documents
|
2013-03-01 16:44:40 +01:00 |
Frank Celler
|
f78dc0f5a6
|
added _admin/statistics and _admin/statistics-description
|
2013-03-01 13:40:49 +01:00 |
Jan Steemann
|
47bce0a0b4
|
issue #436
|
2013-02-27 14:47:05 +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
|
4f37fada0d
|
some mini-modifications for slightly higher throughput
|
2013-02-19 09:54:36 +01:00 |
Jan Steemann
|
d321f32523
|
moved some const value out of loop
|
2013-02-15 11:35:48 +01:00 |
Frank Celler
|
069dcdfc94
|
changed logging of fatal errors
|
2013-02-14 16:47:35 +01:00 |
Jan Steemann
|
0f29e2b7dd
|
pass request body to user-defined PATCH action
|
2013-02-12 18:17:07 +01:00 |
Jan Steemann
|
8365c4294c
|
small mods
|
2013-02-12 18:16:23 +01:00 |
Jan Steemann
|
8eea104b39
|
remove 1.2 & 1.1 travis builds
|
2013-02-07 17:19:58 +01:00 |
Jan Steemann
|
577941bf23
|
unify collection names returned by ArangoDB
|
2013-02-04 23:04:56 +01:00 |
Jan Steemann
|
923027bfdd
|
unify collection names returned by rest API
|
2013-02-04 19:52:05 +01:00 |
Jan Steemann
|
8a6225865f
|
removed lock classes
|
2013-02-04 14:40:14 +01:00 |
Jan Steemann
|
b12dda013c
|
removed transactioncollection
|
2013-02-04 13:26:23 +01:00 |
Jan Steemann
|
ca8935ae2a
|
fix collection name handling in the face of parallel renames
|
2013-02-01 13:43:14 +01:00 |
Jan Steemann
|
17098dd4ef
|
added support for HTTP OPTIONS method, pt 1
|
2013-01-25 19:11:33 +01:00 |
Jan Steemann
|
13953ddbd6
|
slightly adjusted
|
2013-01-25 17:51:49 +01:00 |
Jan Steemann
|
0ce5d965e7
|
some cleanup
|
2013-01-21 19:52:50 +01:00 |
Jan Steemann
|
187d8ecc69
|
some transaction rework
|
2013-01-08 17:26:16 +01:00 |
Jan Steemann
|
27883efbee
|
updated documentation
|
2012-11-29 10:44:14 +01:00 |
Jan Steemann
|
8d2db81042
|
document key handling
|
2012-11-29 09:49:11 +01:00 |
Jan Steemann
|
634768da20
|
do not return collection id in location
|
2012-11-28 17:29:44 +01:00 |
Jan Steemann
|
cbad6b526a
|
make collections accesible via name instead of id.
this allows using the collection name instead of ids in _from, _to, _id etc.
|
2012-11-28 13:16:15 +01:00 |
Jan Steemann
|
2466927764
|
force usage of collection names instead of collection ids
|
2012-11-27 17:19:17 +01:00 |
Jan Steemann
|
71b28c541d
|
return _bidirectional and _vertices
|
2012-11-22 16:50:56 +01:00 |
Jan Steemann
|
6e1fe6a423
|
delete now uses transaction semantics
|
2012-11-19 11:00:25 +01:00 |
Jan Steemann
|
3eda13c181
|
update and replace now use transaction semantics
|
2012-11-19 10:42:20 +01:00 |
Jan Steemann
|
b416bc1a4b
|
removed JsonContainer, introduced more general ResourceHolder class
|
2012-11-16 13:29:19 +01:00 |
Jan Steemann
|
fe7e061a27
|
transaction nesting
|
2012-11-15 18:14:20 +01:00 |
Jan Steemann
|
1ff2430e39
|
transaction refactoring
|
2012-11-15 13:53:11 +01:00 |
Jan Steemann
|
12d76b8306
|
introduced additional transaction type for import
|
2012-11-15 09:52:47 +01:00 |
Jan Steemann
|
9e40045025
|
changed document CRUD API signatures
|
2012-11-14 17:11:16 +01:00 |
Jan Steemann
|
57f0677d7b
|
split self-contained transactions into read & write transactions
|
2012-11-13 17:56:13 +01:00 |
Jan Steemann
|
b8655965f4
|
some transaction changes
|
2012-11-13 17:36:24 +01:00 |
Jan Steemann
|
64c6bc5cb0
|
renamed marker member _deletion to _validTo, some cleanup
|
2012-11-08 17:47:18 +01:00 |
Jan Steemann
|
d9f34fd88e
|
refactored and simplified document CRUD methods
|
2012-10-31 18:04:12 +01:00 |
Jan Steemann
|
6e22aef697
|
parameter reduction
|
2012-10-31 15:06:58 +01:00 |
Jan Steemann
|
b9008cbdd5
|
removed TRI_voc_did_t, removed some deprecated typedefs
|
2012-10-29 15:45:52 +01:00 |
a-brandt
|
7daa018969
|
removed "reuseID"
|
2012-10-26 12:36:13 +02:00 |
a-brandt
|
c2d0749178
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
arangod/RestHandler/RestDocumentHandler.cpp
arangod/RestHandler/RestEdgeHandler.cpp
arangod/RestHandler/RestImportHandler.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/document-collection.c
arangod/VocBase/document-collection.h
arangod/VocBase/primary-collection.c
arangod/VocBase/primary-collection.h
|
2012-10-24 10:46:38 +02:00 |
a-brandt
|
9a599e468a
|
added "_key" attribute
|
2012-10-23 15:58:09 +02:00 |
Jan Steemann
|
75c5a660ed
|
made target revision handling more clear
|
2012-10-23 10:11:06 +02:00 |
Jan Steemann
|
957d4d7402
|
documentation and some cleanup for issue #213
|
2012-10-09 17:56:31 +02:00 |
Jan Steemann
|
e51656767e
|
possible implementation for issue #213
|
2012-10-04 15:04:20 +02:00 |
Jan Steemann
|
43b14d0254
|
fixed compile warnings when compiled with --disable-logger
|
2012-09-28 14:29:32 +02:00 |
Jan Steemann
|
68b3d7e4f9
|
some multipart fixes
|
2012-09-24 17:35:07 +02:00 |
Frank Celler
|
e9b1e1c58f
|
Merge branch '1.0' of github.com:triAGENS/ArangoDB into devel
Conflicts:
3rdParty/mruby/include/mrbconf.h
3rdParty/mruby/include/mruby.h
3rdParty/mruby/include/mruby/array.h
3rdParty/mruby/include/mruby/khash.h
3rdParty/mruby/include/mruby/object.h
3rdParty/mruby/include/mruby/variable.h
3rdParty/mruby/mrblib/error.rb
3rdParty/mruby/mrblib/print.rb
3rdParty/mruby/src/array.c
3rdParty/mruby/src/cdump.c
3rdParty/mruby/src/class.c
3rdParty/mruby/src/codegen.c
3rdParty/mruby/src/error.c
3rdParty/mruby/src/gc.c
3rdParty/mruby/src/init.c
3rdParty/mruby/src/kernel.c
3rdParty/mruby/src/math.c
3rdParty/mruby/src/numeric.c
3rdParty/mruby/src/object.c
3rdParty/mruby/src/parse.y
3rdParty/mruby/src/pool.c
3rdParty/mruby/src/proc.c
3rdParty/mruby/src/range.c
3rdParty/mruby/src/sprintf.c
3rdParty/mruby/src/state.c
3rdParty/mruby/src/string.c
3rdParty/mruby/src/struct.c
3rdParty/mruby/src/symbol.c
3rdParty/mruby/src/time.c
3rdParty/mruby/src/variable.c
3rdParty/mruby/src/vm.c
3rdParty/mruby/src/y.tab.c
3rdParty/mruby/test/assert.rb
3rdParty/mruby/test/t/array.rb
3rdParty/mruby/test/t/exception.rb
3rdParty/mruby/test/t/kernel.rb
3rdParty/mruby/test/t/math.rb
3rdParty/mruby/test/t/module.rb
3rdParty/mruby/test/t/string.rb
3rdParty/mruby/test/t/struct.rb
3rdParty/mruby/test/t/time.rb
3rdParty/mruby/tools/mirb/mirb.c
3rdParty/mruby/tools/mruby/mruby.c
Doxygen/arango-html.doxy
Doxygen/arango.template
Makefile.am
Makefile.in
UnitTests/HttpInterface/api-http-spec.rb
aclocal.m4
arangod/RestHandler/RestDocumentHandler.cpp
arangod/RestServer/ArangoServer.cpp
arangod/V8Server/ApplicationV8.cpp
arangod/V8Server/ApplicationV8.h
arangod/V8Server/v8-actions.cpp
arangod/V8Server/v8-query.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/V8Server/v8-vocbase.h
arangod/VocBase/compactor.c
arangod/VocBase/compactor.h
arangod/VocBase/shadow-data.c
arangod/VocBase/simple-collection.c
arangod/VocBase/simple-collection.h
arangod/VocBase/synchroniser.c
arangod/VocBase/vocbase.c
arangoirb/MRClient/arangoirb.cpp
config/compile
config/depcomp
config/install-sh
config/missing
configure
js/actions/demo/geo.js
js/actions/demo/hallo-world.js
js/actions/system/api-collection.js
js/actions/system/api-edges.js
js/actions/system/api-system.js
js/actions/system/documents.js
lib/BasicsC/locks-posix.c
lib/BasicsC/operating-system.h
lib/HttpServer/HttpCommTask.cpp
lib/HttpServer/HttpCommTask.h
lib/MRuby/MRLineEditor.cpp
lib/MRuby/mr-utils.c
m4/Makefile.doxygen
m4/all-in-one.mruby
|
2012-09-20 16:39:59 +02:00 |
Jan Steemann
|
76674bad52
|
moved primaryIndex and lock from document-collection to primary-collection
|
2012-09-17 11:43:48 +02:00 |
Jan Steemann
|
1b1d7ba877
|
renamed simple_collection to document_collection
|
2012-09-14 14:46:37 +02:00 |
Jan Steemann
|
9bc99b7c9d
|
renamed document collection to primary collection
|
2012-09-14 10:19:41 +02:00 |
Jan Steemann
|
a932d335cb
|
added guards for collection locking and read/write transactions
|
2012-09-13 17:40:38 +02:00 |
Jan Steemann
|
daa43b467a
|
fixed dead-locking
|
2012-09-12 13:40:10 +02:00 |
Jan Steemann
|
c1d08176b5
|
fixed some edge cases in which no proper error messages got generated
|
2012-09-05 15:41:19 +02:00 |
Jan Steemann
|
febd5bfa8e
|
removed member TRI_doc_mptr_t->_document
|
2012-09-04 13:20:01 +02:00 |
Jan Steemann
|
ed395ab8ce
|
issue #153
|
2012-08-28 13:06:04 +02:00 |
Jan Steemann
|
bc56546f23
|
issue #110: allow partial updates
|
2012-08-21 11:50:55 +02:00 |
Jan Steemann
|
b36776efb3
|
issue #110: add PATCH method for documents
|
2012-08-20 19:16:45 +02:00 |
Jan Steemann
|
d602942925
|
preparation for issue #110: added HTTP patch method
|
2012-08-20 13:50:24 +02:00 |
Jan Steemann
|
7a0e9d350d
|
added documentation for endpoints, disable-authentication, fixed tests
|
2012-07-26 09:10:59 +02:00 |
Frank Celler
|
fb4a7618e4
|
the great Scheduler & Dispatcher refactoring
|
2012-06-30 23:52:49 +02:00 |
Jan Steemann
|
a7e3ac42b6
|
issue #116: fixed description of createCollection option
|
2012-06-27 13:19:33 +02:00 |
Jan Steemann
|
5a74e95f35
|
allow reusing ids and revision when creating collections and documents
|
2012-06-19 15:50:52 +02:00 |
Frank Celler
|
02e8d7382f
|
trying to get an abstact class for HttpRequest
|
2012-06-13 23:29:27 +02:00 |
Frank Celler
|
54826adb83
|
cleanup HttpRequest as prep for ZeroMQ
|
2012-06-13 21:51:27 +02:00 |
Frank Celler
|
d2c758d663
|
the great rename
|
2012-06-08 15:01:25 +02:00 |