Jan
1476ddbd0d
Bug fix/fix cluster upgrade ( #10411 )
2019-11-15 10:42:04 +01:00
Tobias Gödderz
6a3f50fb88
Enable AQL subquery optimization (only on getSome) ( #10267 )
...
Activate the Subquery Optimization rule in getSome only cases
2019-10-30 17:10:01 +01:00
Jan
46674831c9
Bug fix/improve stringutils performance ( #10208 )
2019-10-10 17:08:03 +02:00
Simran
e5fb446dea
Doc - Added "log-output" example ( #10207 )
...
* Uses file://
* On Windows backslashes but also forward slashes work
2019-10-10 16:33:07 +02:00
Dan Larkin-York
a83c2323c9
Refactor ApplicationServer stack ( #9965 )
2019-09-25 17:31:59 +02:00
Tobias Gödderz
7d091523e5
Fixed some problems found with IPO enabled ( #10020 )
2019-09-16 17:10:13 +02:00
Jan
ef371cf619
Automatically turn values for deprecated startup option parameters `--log.use-microtime` and `--log.use-local-time` into equivalent option values of the new, preferred option `--log.time-format`. ( #9913 )
2019-09-05 12:22:24 +02:00
Frank Celler
aa3d3f8e40
Feature/cleanup ccpcheck ( #9665 )
2019-08-12 11:11:49 +02:00
Dan Larkin-York
3d0246cb18
Decentralize includes ( #9623 )
2019-08-06 15:32:09 +02:00
Lars Maier
ed496fe5dd
Feature/hotbackup devel ( #9495 )
...
Hotbackup
2019-08-02 11:39:46 +02:00
Wilfried Goesgens
ca0f2b8b86
All hail to the SI ( #9445 )
2019-07-19 13:52:12 +02:00
Jan Christoph Uhde
3f603f024f
remove some containers from common.h ( #9223 )
...
* remove some containers from Common.h
* enterprise fixes
2019-06-07 13:27:24 +02:00
Wilfried Goesgens
1907a7211b
Bug fix/cleanup system includes ( #8962 )
2019-05-15 15:12:59 +02:00
Jan Christoph Uhde
057ba7130a
Feature/cluster comm logging ( #8971 )
2019-05-14 16:11:58 +02:00
Jan Christoph Uhde
f3a2eaf6d9
Bug fix/permission tests ( #8890 )
2019-05-07 15:07:59 +02:00
Jan
0cbdfe9289
Bug fix/vpack update ( #8875 )
2019-04-30 12:33:26 +02:00
Dan Larkin-York
48fb15e94f
Auth-related tests for audit logging ( #8790 )
2019-04-18 10:45:41 +02:00
Dan Larkin-York
777ba1a364
Improved audit logging ( #8740 )
2019-04-15 14:51:32 +02:00
Jan
5d83eb7442
this looks better ( #8680 )
2019-04-04 15:51:40 +02:00
Jan
531b55f225
introduce option `--log.time-format` ( #8604 )
2019-03-29 17:15:33 +01:00
Jan
dbcc9767fa
Feature/turn on unique log ids ( #8572 )
...
* turn on unique log message IDs by default
* add missing feature documentation
* update CHANGELOG
2019-03-26 09:18:32 +01:00
Jan Christoph Uhde
c3f7961b88
apply unique log ids ( #8561 )
2019-03-25 20:26:51 +01:00
Simran
b442e68fed
Doc - setIntroducedIn for log.file-group/mode ( #8486 )
2019-03-22 12:28:09 +01:00
jsteemann
11efed7510
fix compile warnings
2019-03-20 14:28:19 +01:00
jsteemann
2de5ca2e67
pretend to use result marked as warn-unused
2019-03-20 14:21:51 +01:00
Frank Celler
ea9be71998
added --log.file-mode and --log.file-group ( #8450 )
2019-03-20 14:21:18 +01:00
Jan
44c6a2d732
Feature/ttl index ( #8169 )
2019-02-19 14:12:21 +01:00
Manuel Pöter
ecf4d9d62a
Fix race conditions in thread management. ( #8032 )
2019-01-28 15:44:46 +01:00
Frank Celler
ac9f375fb5
big reformat
2018-12-26 00:54:03 +01:00
Jan
5bae3742e5
Feature/internal 3306 ( #7683 )
2018-12-06 16:19:28 +01:00
Jan
7c0d1e9349
don't make Logger write empty strings ( #7636 )
2018-12-04 19:24:10 +01:00
Jan
976cc38e7c
remove OpenFilesTracker ( #7189 )
2018-11-02 11:38:38 +01:00
Simon
10dc287eb3
Silence Tsan warnings ( #7075 )
2018-10-25 15:50:39 +02:00
Jan
e78d1aa541
Bug fix/even more ldap debugging ( #6736 )
2018-10-08 09:42:11 +02:00
Dan Larkin-York
b922d260bc
More cleanup and additional logging.
2018-10-02 07:50:26 -04:00
jsteemann
eac5f3edfd
better add this include
2018-09-28 15:21:50 +02:00
Jan
dade5b1bb1
fix race on Logger shutdown ( #6637 )
2018-09-27 19:30:27 +02:00
jsteemann
805a1c5d51
cache pid for logging
2018-09-27 17:38:41 +02:00
Wilfried Goesgens
a477df49cf
Feature/windows utf16 fileaccess ( #6534 )
2018-09-24 19:41:17 +02:00
Kaveh Vahedipour
28754cbf15
Feature/schmutz plus plus ( #5972 )
...
- Schmutz now called "Maintenance" and completely implemented in C++
- Fix index locking bug in mmfiles
- Fix a bug in mmfiles with silent option and repsert
- Slightly increase supervision okperiod and graceperiod
2018-08-24 12:15:35 +02:00
Vasiliy
6fd541d110
issue 427.5: use ApplicationServer reference instead of pointer ( #6145 )
...
* issue 427.5: use ApplicationServer reference instead of pointer
* address MSVC build failure
2018-08-15 12:16:02 +03:00
Michael Hackstein
f7373fe103
Bug fix/lock file cleanup ( #5960 )
...
* Added cleanup functions class that allows to execute functions on unexpected shutdown (like FATAL_EXIT). First use: delete the LOCK file. (#5218 )
* Removed superfluous log message
2018-07-24 09:43:15 +02:00
Jan
bf5caf210c
Bug fix/cleanup 2305 ( #5437 )
2018-05-23 15:45:55 +02:00
Jan Christoph Uhde
18a3663746
speed up replication ( #5226 )
2018-05-14 18:32:26 +02:00
Simon
17b1a2aafb
Rest middleware refactoring ( #5332 )
2018-05-14 17:43:10 +02:00
Jan
4703049c4e
added startup option `--log.escape` for unescaped logging ( #5315 )
2018-05-11 19:12:16 +02:00
jsteemann
52de92d334
add missing override specifiers, add final specifiers
2018-05-04 09:01:50 +02:00
Simon
828f1d423c
S2 based Geo-Spatial index ( #5249 )
2018-05-02 23:54:41 +02:00
Dan Larkin-York
b9d05351fb
Parallelize arangorestore using the tools developed for arangodump ( #5206 )
2018-05-01 10:56:11 +02:00
Jan
2b84348b77
remove call to requiresElevatedPrivileges with default value ( #5172 )
2018-04-23 11:28:24 +02:00