Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / neo4j /
2019-02-21 Jean PrivatMerge: Ci: move services to specific hostnames
2019-02-21 Jean Privatgitlab-ci: enable neo4j
2019-02-15 Alexis Laferrièreneo4j: remove unused curl handle (using a now private...
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-06-28 Jean PrivatMerge: neo4j: fix cypher syntax for `Neo4jClient::nodes...
2017-06-28 Jean Privatneo4j: fix cypher syntax for `Neo4jClient::nodes_with_l...
2017-06-17 Jean-Christophe... neo4j: Fix the example for `CypherQuery::set`
2017-06-15 Jean-Christophe... neo4j: Add a fluent interface to set queries’ parameters
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-09-19 Alexis Laferrièreneo4j: update expected test results with full serialize...
2016-09-16 Alexis Laferrière*: update redefs of `to_json`
2016-07-11 Lucas Bajoletlib/core: Remove RopeBuffer from lib
2016-04-20 Alexandre Terrasalib: fix more call on nullable receiver warnings
2016-02-19 Jean Privatcode: update clients of the former `recover_with`
2015-11-25 Alexis Laferrièrelib/neo4j: fix conflict on `data` in custom implementat...
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-07-14 Jean Privatlib/neo4j: use `nosuper` in named constructors to avoid...
2015-06-12 Jean PrivatMerge: nitunit: use the Markdown parser from `lib/markdown`
2015-06-10 Alexandre Terrasalib: fix whitespaces in misc files
2015-06-10 Alexandre Terrasalib: fix nitunits indentation
2015-06-07 Alexis Laferrièrelib/neo4j: fix and update usage of Curl
2015-05-28 Alexandre Terrasalib/neo4j: remove useless types
2015-05-19 Jean Privatlib: remove superfluous type declaration in signatures
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-29 Jean-Christophe... neo4j/graph: Enlarge in advance when loading from JSON.
2014-12-29 Jean-Christophe... neo4j/graph: Add a JSON storage mechanism.
2014-12-29 Jean-Christophe... neo4j/graph: Implement optimization services of `Sequen...
2014-12-29 Jean-Christophe... neo4j/graph: Optimize some services of `SequentialNodeC...
2014-12-29 Jean-Christophe... neo4j/graph: Add a sequential identification scheme.
2014-12-29 Jean-Christophe... neo4j/graph: Add Neo4j as a storage mechanism.
2014-12-29 Jean-Christophe... neo4j/graph: Add optimization methods.
2014-12-29 Jean-Christophe... neo4j/graph: Add node removal methods.
2014-12-29 Jean-Christophe... neo4j: Add an API for graphs.
2014-12-29 Jean-Christophe... neo4j: Remove `json_store`.
2014-12-17 Jean-Christophe... neo4j: Remove the old `jsonable` library.
2014-12-12 Alexandre Terrasalib/neo4j: fixes useless empty init
2014-11-25 Jean PrivatMerge: neo4j: Sanitize the inputs
2014-11-25 Jean PrivatMerge: standard: Clean warnings
2014-11-25 Alexandre Terrasaneo4j: fix malformed licence header in jsonable
2014-11-24 Jean-Christophe... neo4j: Accept URLs ending with a slash.
2014-11-24 Jean-Christophe... neo4j: Avoid injections.
2014-11-17 Jean-Christophe... neo4j: Use the `json` library.
2014-11-14 Jean-Christophe... neo4j: Add a class for errors that are specific to...
2014-11-08 Jean-Christophe... neo4j: Add a library to store graphs in JSON.
2014-11-07 Jean-Christophe... neo4j: Remove ambiguous `to_json` methods.
2014-11-03 Jean-Christophe... neo: Load the graph in chunks.
2014-10-30 Jean-Christophe... neo4j: Print an error message when the server is down.
2014-10-29 Jean-Christophe... neo4j: Implement missing methods in `JsonArray`.
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-07-23 Alexandre Terrasaneo4j: add `save_entity` shortcut in NeoBatch.
2014-07-23 Alexandre Terrasaneo4j: add `with_labels` to load node having multiple...
2014-07-22 Alexandre Terrasaneo4j: add nitunit for `Neo4jClient::nodes_with_label`
2014-07-20 Alexandre Terrasaneo4j: preload data from `nodes_with_label` response.
2014-07-20 Alexandre Terrasaneo4j: save and load edges separately from nodes.
2014-07-20 Alexandre Terrasaneo4j: try to load nodes from `local_nodes`
2014-07-18 Jean Privatneo4j: remove some as(notnull) to supress warnings
2014-07-17 Alexandre Terrasalib: introduce neo4j connector