1
0
Fork 0
Commit Graph

48 Commits

Author SHA1 Message Date
Jan bf187f4b50 Bug fix 3.5/issue 10193 (#10194)
* fixed issue #10193: Arangoexport does not handle line feeds when exporting as csvi

* escape \r too
2019-10-09 16:01:51 +03:00
Matthew Von-Maszewski 0832c6d546 Feature 3.5: add gzip and encryption support to arangoexport and arangoimport (#9579)
* port gzip/encryption for arangoexport/import from devel branch

* revert Dump default use of gzip from true to false.

* Stylefix in changelog.
2019-07-27 00:06:33 +03:00
Jan 2addc34f73
fix error messages @matthewvon (#9213) 2019-06-07 10:06:39 +02:00
Wilfried Goesgens 1907a7211b Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
Jan Christoph Uhde 677a79026c Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Jan Christoph Uhde c3f7961b88 apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
Frank Celler ac9f375fb5 big reformat 2018-12-26 00:54:03 +01:00
Wilfried Goesgens c0f9e8125a Bug fix/allow tcp connection to finish (#7635) 2018-12-10 10:38:34 +01:00
Jan 976cc38e7c
remove OpenFilesTracker (#7189) 2018-11-02 11:38:38 +01:00
Wilfried Goesgens a477df49cf Feature/windows utf16 fileaccess (#6534) 2018-09-24 19:41:17 +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 7a95c5e675
Feature/feature phases (#5272)
* Added feature phases

* BasicsPhase and DatabasePhase to the required files. Server now has Feature circles and does not boot. Will be sorted out later on.

* Added ClusterPhase to features

* Added V8Phase to the required features

* Added AQLPhase to the affected features

* Added ServerPhase to Features

* Added FoxxPhase to the relevant features

* Added AgencyPhase to the relevant features

* Moved registration from local variable SYS_SYSTEM_REPLICATION_FACTOR from cluster to V8 as their ordering is now vice versa

* Moved Bootstrap feature into FoxxPhase. It could be moved to ServerPhase easily if the FoxxQueue dependency would be removed

* Final movement of Startup Phases. Now solved all circles.

* Removed merge conflict

* Moved ReplicationTimeout into cluster phase and fixed cross-phase requirements

* Added greetings phase. This phase separates the Basics Phase and is the first to be run. Includes Logger and Hello/Goodbye

* Added the GreetingsPhase in the corresponding features. Now all BasicsPhase features start after greetings Phase. There is some issue in this branch which prevents the Agency from Gossipping right now. Will be fixed next

* Moved creation of the Agent into the prepare phase of the feature. THereby it is guaranteed that agents at least exists before the GeneralServer is activating endpoints

* Recovery needs to be started after the ServerID

* Moved log output of FeaturePhases to DEBUG instead of ERROR.

* Added feature phases for clients

* ClusterFeature now does not directly require AgencyFeature any more

* Added requirement of TravEngineRegistryFeature in AQL feature. Otherwise shutdown may be undefined

* The ApplicationServer can now handout the list of ordered features. Used for testing purposes

* Fixed IResearchVew Tests Setup to honor new feature ordering

* Fixed IResearchViewDBServer Tests Setup to honor new feature ordering

* Started fixing IResearchView Coordinator tests with startup ordering. Not finished yet

* Added startup phases to ViewCoordinator test

* Disabled expected logoutput in ClusterRepairsTest

* Fixed indention in test code

* LinkCoordinator now honors startup ordering

* Link meta now honors startup rdering

* Supress expected cluster logs in ViewTest

* Removed '#' accidentially added.
2018-07-16 14:09:36 +02:00
Simon 828f1d423c S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
Jan 8b9eb13925
forward port branch feature-3.3/allow-jwt-in-arangosh (#5009) 2018-04-03 17:37:01 +02:00
Simon eb709e0dd8 Using stream cursor in arangoexport and arangosh (#4807) 2018-03-12 09:41:43 +01:00
Jan f6a90c4879 some cleanup (#3583) 2017-11-07 10:27:21 +01:00
Manuel B fe8b9b70c4 Feature/planning 580 arangoexport with query (#2882)
* added query export capability

* test for export --query

* docu

* document export with query

* Update CHANGELOG
2017-07-28 08:41:53 +02:00
Simon Grätzer 36503af230 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
# Conflicts:
#	arangod/RocksDBEngine/RocksDBReplicationTailing.cpp
2017-05-24 18:38:34 +02:00
Simon Grätzer 2f2d07ab9a Multihreaded import 2017-05-24 18:37:45 +02:00
jsteemann 27a8adf9b8 moved shell colors into their own feature 2017-05-23 16:53:43 +02:00
jsteemann 53fa66e60d move parts from ProgramOptions from headers into cpp files 2017-05-23 10:30:36 +02:00
jsteemann e3ca787992 warn before we run out of file descriptors 2017-03-29 02:35:46 +02:00
jsteemann 97b5b2f5df fix issues reported by coverity scan 2017-03-23 19:40:39 +01:00
Frank Celler 7eefdf547b simplification: FileResult does only support ok, no additional result
header only, added FileResultString class for Result that return a string
2017-03-08 13:01:20 +01:00
baslr ed8e939a10 arangoexport fix csv export escaping 2017-03-01 17:10:22 +01:00
jsteemann 0ac29eb177 don't fail when using optional features as dependencies 2017-03-01 12:52:51 +01:00
baslr d3010b1934 arangoexport: csv 2017-02-27 11:52:18 +01:00
jsteemann 7c67d64179 cppcheck 2017-02-15 00:07:14 +01:00
jsteemann 0aaa097fa6 added generic XML export 2017-02-14 22:57:58 +01:00
jsteemann 6bc5cc7294 simplify handling of possible values 2017-02-14 22:21:15 +01:00
jsteemann e60b774ae7 constified some parameters, fixed escaping of some values 2017-02-14 22:11:56 +01:00
baslr aee918f964 arangoexport: refix xml attribute escaping 2017-02-13 12:04:59 +01:00
baslr d313bbc121 arangoexport: switch to LOG_TOPIC 2017-02-13 12:04:59 +01:00
baslr 15b23e3479 arangoexport: xgmml encode attribute values 2017-02-13 12:04:58 +01:00
baslr dc40ac04b8 arangoexport: remove unnecessary xmlns declaration 2017-02-13 12:04:58 +01:00
baslr a2ca3efe91 arangoexport: added stats http, written size 2017-02-13 12:04:58 +01:00
baslr 74c161eb7b arangoexport: take --xgmml-label-attribute into account 2017-02-13 12:04:58 +01:00
baslr 6034ed6d25 arangoexport: xgmml set label attribute 2017-02-13 12:04:58 +01:00
baslr b77bbaeb96 arangoexport: error msgs improvements, dont create file if collection or graph are 404 2017-02-13 12:04:58 +01:00
baslr 0c9c76e709 arangoexport: fix variable naming 2017-02-13 12:04:57 +01:00
baslr 98b0920b65 arangoexport: xgmml warn user if deep nested objects / arrays are skipped 2017-02-13 12:04:57 +01:00
baslr 74693fa8be arangoexport: xgmml export, option to export only labels 2017-02-13 12:04:56 +01:00
baslr a318e41c4f arangoexport: initial work on xgmml 2017-02-13 12:04:56 +01:00
baslr b1ed0ff007 arangoexport: begin xgmml export 2017-02-13 12:04:56 +01:00
baslr c161da35a1 arangoexport: added jsonl to --help 2017-02-13 12:04:56 +01:00
baslr 77045d7551 export collections to json, jsonl 2017-02-13 12:04:56 +01:00
baslr 3e9fc9302a initial linewise json export 2017-02-13 12:04:56 +01:00
baslr ff73c5bdc0 adding initial arangoexport 2017-02-13 12:04:56 +01:00