Frank Celler
c9c20a8f08
only push matching tag
2018-08-28 15:39:46 +02:00
Frank Celler
50f665e445
added README generation
2018-08-28 15:35:00 +02:00
Frank Celler
7c39a1255f
fixed version computation
2018-08-28 15:18:23 +02:00
Frank Celler
39fc6f6196
resetted version to 3.4.devel
2018-08-28 15:18:22 +02:00
jsteemann
05cbc5a9ec
jslint
2018-08-28 15:12:28 +02:00
Jan
494764b95c
Bug fix/fiddle version string into test paths ( #6267 )
2018-08-28 14:58:35 +02:00
Alan Plum
cfa0e0db55
Better foxx errors ( #6264 )
...
* Fix codeFrame formatting
Pushing the codeFrame first results in ugly line breaks or extra spaces.
* Include cause in MODULE_FAILURE message
The error is always a wrapper for an underlying cause so it should be easier to determine what caused it.
* Add a codeFrame for failed _install
We normally only want this in dev mode but service CRUD should always provide detailed info.
* Expose codeFrame in Foxx CRUD
The codeFrame can only come from a failed _install, so let's make it visible to Foxx CLI and friends.
* Add codeFrame to runScript
Scripts can also only be executed with access to the Foxx API so we can provide the same info as during CRUD.
* Trim codeFrame fileName to basePath
If we have a basePath, we don't need to expose the full path to the user for the codeFrame to be meaningful.
* Fix getReadableName
Previously 'catch-fire' would become 'Catch Ire'.
* Add to changelog
2018-08-28 14:36:33 +02:00
Frank Celler
08cb05df94
release version 3.4.0-preview.1
2018-08-28 10:25:24 +02:00
Vasiliy
953027ba63
issue 458.1: move SystemDatabaseFeature from IResearch to RestServer ( #6260 )
...
* issue 458.1: move SystemDatabaseFeature from IResearch to RestServer
* Add modified tests.
2018-08-28 09:48:09 +02:00
Jan
0a73e64b0b
Bug fix/fiddle version string into test paths ( #6266 )
...
* fiddle version string into test paths
2018-08-28 09:27:32 +02:00
Frank Celler
35e6590072
release version 3.4.0-preview.1
2018-08-28 01:16:21 +02:00
jsteemann
df53e1ea82
make test not immediately fail
2018-08-28 01:10:04 +02:00
jsteemann
6fc8b43fe2
start the correct test
2018-08-28 01:01:02 +02:00
jsteemann
44eae59dc0
remove functions that are not called anymore
2018-08-28 01:00:40 +02:00
Frank Celler
7c299415f5
revert temp fix
2018-08-28 00:07:15 +02:00
Frank Celler
aa3f0eab05
Merge branch 'devel' of https://github.com/arangodb/arangodb into 3.4
2018-08-28 00:04:29 +02:00
Frank Celler
be712b6fb6
added version check
2018-08-28 00:03:02 +02:00
Frank Celler
53978b6b93
Feature/semantic versioning ( #6265 )
2018-08-27 23:25:21 +02:00
jsteemann
1093c00cd1
add path to error message
2018-08-27 22:31:57 +02:00
jsteemann
1aa162d6d6
add error message
2018-08-27 22:20:34 +02:00
Jan
5022ccc24d
Bug fix/fixes 2508 ( #6254 )
2018-08-27 21:36:39 +02:00
Lars Maier
5555bd2fad
Schmutz++ Improved ( #6259 )
...
* Fixed startup order. Don't start maintenance threads in single-server or agent.
Added range check for `--server.maintenance-threads`.
Fixed invalid array access, when shard exists locally but not in plan.
* Removed unused header imports.
* Added CHANGELOG entry
* Fixed shutdown bug. Startup fixed.
* Fixed catch test.
* Add Maintenance improvements to NewFeature34.md.
2018-08-27 20:25:09 +02:00
Simon
7d1c0a1b17
Fix possible hang on OSX ( #6263 )
2018-08-27 19:24:54 +02:00
Jan
34e6362e3e
append version string to js directory name ( #6262 )
...
* append version string to js directory name
* add version-directory support for arangosh
2018-08-27 18:23:30 +02:00
Jan
601e2ccbc6
Feature/aql 1808 ( #6191 )
2018-08-27 14:56:57 +02:00
KVS85
e41a854f59
Move testInTokensFilterSortTFIDF test to nondetermenistic module. ( #6246 )
...
* Move testInTokensFilterSortTFIDF test to nondetermenistic module.
* Lost file.
* Rename to conform with other named test modules.
* Resolve conflicts
2018-08-27 15:50:28 +03:00
Heiko
9e65bf03c8
Bug fix/reducing gharial vpack usage ( #6233 )
...
* removed todo notification
* removed unused variable
* fixed compile error
* optimized addOrphanCollection
* optimized eraseOrphanCollection function
* optimized eraseEdgeDefinition
* removed unused function
* cleanup
* added addEdgeDefinition by class EdgeDefinition
* removal of this
* simplified rebuildOrphans function
* removed not needed helper function
* applied requested changes
* tri assert
* removed check
* res fail
2018-08-27 11:33:31 +02:00
jsteemann
e975604feb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2018-08-27 10:28:18 +02:00
jsteemann
4488558a5f
fix documentation building
2018-08-27 10:27:56 +02:00
Jan
791eaba873
Bug fix/planning 2865 ( #6252 )
...
* potential bugfix for planning/#2865
* speed up dump tests setup
* enable authentication for backup tests
* make arangodump provide a "serverId" to the server
this allows the server to track arangodump as an active dump client
so any data required for the dumping may be retained while the
dump is ongoing
* don't log binary stuff into the logfile
2018-08-27 10:21:34 +02:00
ArangoDB Release Bot
d776c18479
nightly frontend build
2018-08-26 23:58:12 +00:00
Andrey Abramov
615e1cf7de
Feature/add options to view ( #6255 )
...
* added OPTIONS for views
* pass options too
* validation for OPTIONS
* fix OPTIONS validation
* removed debug log message
* add forceSync options
* add forceSync view option
* fix comments
* fix some memleaks
* fix typo
* fix integration tests
* fix integration tests
* fix another integration test
* rename 'forceSync' option to 'waitForSync'
* another attempt to fix test
* ensure query caches are properly invalidated
* address integration test failures
* another attempt to fix test
2018-08-26 22:30:23 +03:00
Vasiliy
5d14775de8
issue 459.3: ensure collection permissions are checked before updating/dropping an IResearch view ( #6253 )
...
* issue 459.3: ensure collection permissions are checked before updating/dropping an IResearch view
* backport: ensure collection permissions are checked before updating/dropping an IResearch view on cluster
* backport: address test failures
* backport: address more test failures
* reuse existing classes for scoping ExecContext
2018-08-26 18:00:16 +03:00
KVS85
f7d85edef9
Doc - Internal issue 448 + fix build ( #6229 )
2018-08-26 09:32:57 +02:00
jsteemann
ebba4fd55a
fix memory errors and crashes
2018-08-25 20:17:59 +02:00
jsteemann
dbfbfd3a8c
added documentation for "number of documents" caching
2018-08-25 11:43:32 +02:00
jsteemann
a14940df54
fix memleak
2018-08-25 11:32:16 +02:00
jsteemann
3c031895c6
fixed compile warning
2018-08-25 11:29:09 +02:00
jsteemann
0d767fcabe
removed unused type
2018-08-25 11:28:58 +02:00
jsteemann
c154dd95ce
fix overrun
2018-08-25 11:28:22 +02:00
Simon
568a09f177
Disable JS on DBServer, fix race in UserManager ( #6244 )
2018-08-24 22:20:49 +02:00
Jan
73e44bc605
invalidate query cache after modification of views ( #6198 )
2018-08-24 19:54:10 +02:00
Jana Volkova
554ea18db2
Included Link to Graph Course ( #6248 )
2018-08-24 16:57:24 +02:00
Frank Celler
f8fb41118d
temnporary fix for api-docs
2018-08-24 16:33:08 +02:00
Frank Celler
d3f3f4d68c
temporary fix for version
2018-08-24 15:47:54 +02:00
Frank Celler
86f7783c9a
Revert "release version 3.4.0-preview.1"
...
This reverts commit da09b22308
.
2018-08-24 15:44:49 +02:00
Frank Celler
da09b22308
release version 3.4.0-preview.1
2018-08-24 15:28:11 +02:00
Frank Celler
7b8c3d7369
fixed missing EXIT
2018-08-24 14:40:01 +02:00
jsteemann
08ee458608
blind attempt to fix MacOS compile error
2018-08-24 13:57:33 +02:00
Jan
0d48677619
Bug fix/aql optimizer improvements 2308 ( #6241 )
2018-08-24 13:42:22 +02:00