Skip to content

Commit

Permalink
NO AUTO Renames full to extended (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon authored Aug 12, 2022
1 parent 417fb36 commit b4b9f18
Show file tree
Hide file tree
Showing 636 changed files with 753 additions and 753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: |
common/build/reports/tests/test/
core/build/reports/tests/test/
full/build/reports/tests/test/
extended/build/reports/tests/test/
processor/build/reports/tests/test/
test-startup/build/reports/tests/test/
test-utils/build/reports/tests/test/
2 changes: 1 addition & 1 deletion core/src/test/java/apoc/ApocSplitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import org.neo4j.driver.Session;

/*
This test is just to verify the split of core and full
This test is just to verify the split of core and extended
*/
public class ApocSplitTest {
public static final Set<String> CORE_PROCEDURES = Set.of(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

apoc.bolt.execute(url-or-key, kernelTransaction, params, config) - access to other databases via bolt for read
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.bolt/apoc.bolt.adoc[apoc.bolt.load icon:book[]]

apoc.bolt.load(url-or-key, kernelTransaction, params, config) - access to other databases via bolt for read
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.bolt.execute(url-or-key, kernelTransaction, params, config)` - access to other databases via bolt for reads and writes
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.bolt.load(url-or-key, kernelTransaction, params, config)` - access to other databases via bolt for read
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

``
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.coll.avgDuration([duration('P2DT3H'), duration('PT1H45S'), ...])` - returns the average of a list of duration values
¦label:function[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apoc.coll.avg([0.5,1,2.3])

apoc.coll.avgDuration([duration('P2DT3H'), duration('PT1H45S'), ...]) - returns the average of a list of duration values
|label:function[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.coll/apoc.coll.adoc[apoc.coll.combinations icon:book[]]

apoc.coll.combinations(coll, minSelect, maxSelect:minSelect) - Returns collection of all combinations of list elements of selection size between minSelect and maxSelect (default:minSelect), inclusive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

apoc.config.list \| Lists the Neo4j configuration as key,value table
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.config/apoc.config.adoc[apoc.config.map icon:book[]]

apoc.config.map \| Lists the Neo4j configuration as map
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.config.list | Lists the Neo4j configuration as key,value table`
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.config.map | Lists the Neo4j configuration as map`
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.append(hostOrKey, bucket, documentId, jsonDocument) yield id, expiry, cas, mutationToken, content` - append a couchbase json document to an existing one.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,54 @@

apoc.couchbase.append(hostOrKey, bucket, documentId, content, config) yield id, expiry, cas, mutationToken, content - append a couchbase json document to an existing one.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.exists icon:book[]]

apoc.couchbase.exists(hostOrKey, bucket, documentId, config) yield value - check whether a couchbase json document with the given ID does exist.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.get icon:book[]]

apoc.couchbase.get(hostOrKey, bucket, documentId, config) yield id, expiry, cas, mutationToken, content - retrieves a couchbase json document by its unique ID.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.insert icon:book[]]

apoc.couchbase.insert(hostOrKey, bucket, documentId, jsonDocument, config) yield id, expiry, cas, mutationToken, content - insert a couchbase json document with its unique ID.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.namedParamsQuery icon:book[]]

apoc.couchbase.namedParamsQuery(hostkOrKey, bucket, statement, paramNames, paramValues, config) yield queryResult - executes a N1QL statement with named parameters.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.posParamsQuery icon:book[]]

apoc.couchbase.posParamsQuery(hostOrKey, bucket, statement, params, config) yield queryResult - executes a N1QL statement with positional parameters.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.prepend icon:book[]]

apoc.couchbase.prepend(hostOrKey, bucket, documentId, content, config) yield id, expiry, cas, mutationToken, content - prepend a couchbase json document to an existing one.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.query icon:book[]]

apoc.couchbase.query(hostOrKey, bucket, statement, config) yield queryResult - executes a plain un-parameterized N1QL statement.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.remove icon:book[]]

apoc.couchbase.remove(hostOrKey, bucket, documentId, config) yield id, expiry, cas, mutationToken, content - remove the couchbase json document identified by its unique ID.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.replace icon:book[]]

apoc.couchbase.replace(hostOrKey, bucket, documentId, jsonDocument, config) yield id, expiry, cas, mutationToken, content - replace the content of the couchbase json document identified by its unique ID.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.couchbase/apoc.couchbase.adoc[apoc.couchbase.upsert icon:book[]]

apoc.couchbase.upsert(hostOrKey, bucket, documentId, jsonDocument) yield id, expiry, cas, mutationToken, content - insert or overwrite a couchbase json document with its unique ID.
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.exists(hostOrKey, bucket, documentId) yield value` - check whether a couchbase json document with the given ID does exist.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.get(hostOrKey, bucket, documentId) yield id, expiry, cas, mutationToken, content` - retrieves a couchbase json document by its unique ID.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.insert(hostOrKey, bucket, documentId, jsonDocument) yield id, expiry, cas, mutationToken, content` - insert a couchbase json document with its unique ID.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.namedParamsQuery(hostkOrKey, bucket, statement, paramNames, paramValues) yield queryResult` - executes a N1QL statement with named parameters.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.posParamsQuery(hostOrKey, bucket, statement, params) yield queryResult` - executes a N1QL statement with positional parameters.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.prepend(hostOrKey, bucket, documentId, jsonDocument) yield id, expiry, cas, mutationToken, content` - prepend a couchbase json document to an existing one.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.query(hostOrKey, bucket, statement) yield queryResult` - executes a plain un-parameterized N1QL statement.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.remove(hostOrKey, bucket, documentId) yield id, expiry, cas, mutationToken, content` - remove the couchbase json document identified by its unique ID.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.replace(hostOrKey, bucket, documentId, jsonDocument) yield id, expiry, cas, mutationToken, content` - replace the content of the couchbase json document identified by its unique ID.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.couchbase.upsert(hostOrKey, bucket, documentId, jsonDocument) yield id, expiry, cas, mutationToken, content` - insert or overwrite a couchbase json document with its unique ID.
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@

apoc.custom.declareFunction(signature, statement, forceSingle, description) - register a custom cypher function
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.custom/apoc.custom.adoc[apoc.custom.declareProcedure icon:book[]]

apoc.custom.declareProcedure(signature, statement, mode, description) - register a custom cypher procedure
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.custom/apoc.custom.adoc[apoc.custom.list icon:book[]]

apoc.custom.list() - provide a list of custom procedures/function registered
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.custom/apoc.custom.adoc[apoc.custom.removeFunction icon:book[]]

apoc.custom.removeFunction(name, type) - remove the targeted custom function
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.custom/apoc.custom.adoc[apoc.custom.removeProcedure icon:book[]]

apoc.custom.removeProcedure(name) - remove the targeted custom procedure
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.declareFunction(signature, statement, forceSingle, description)` - register a custom cypher function
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.declareProcedure(signature, statement, mode, description)` - register a custom cypher procedure
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.list()` - provide a list of custom procedures/function registered
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.removeFunction(name, type)` - remove the targeted custom function
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.custom.removeProcedure(name)` - remove the targeted custom procedure
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ apoc.cypher.doIt(fragment, params) yield value - executes writing fragment with

apoc.cypher.mapParallel(fragment, params, list-to-parallelize) yield value - executes fragment in parallel batches with the list segments being assigned to _
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.cypher/apoc.cypher.adoc[apoc.cypher.mapParallel2 icon:book[]]

apoc.cypher.mapParallel2(fragment, params, list-to-parallelize) yield value - executes fragment in parallel batches with the list segments being assigned to _
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.cypher/apoc.cypher.adoc[apoc.cypher.parallel icon:book[]]

apoc.cypher.parallel(fragment, `paramMap`, `keyList`) yield value - executes fragments in parallel through a list defined in `paramMap` with a key `keyList`
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.cypher/apoc.cypher.adoc[apoc.cypher.parallel2 icon:book[]]

apoc.cypher.parallel2(fragment, `paramMap`, `keyList`) yield value - executes fragments in parallel batches through a list defined in `paramMap` with a key `keyList`
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.cypher/apoc.cypher.adoc[apoc.cypher.run icon:book[]]

apoc.cypher.run(fragment, params) yield value - executes reading fragment with the given parameters - currently no schema operations
Expand All @@ -33,12 +33,12 @@ apoc.cypher.run(fragment, params) yield value - executes reading fragment with t

apoc.cypher.runFile(file or url,[{statistics:true,timeout:10,parameters:{}}]) - runs each statement in the file, all semicolon separated - currently no schema operations
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.cypher/apoc.cypher.adoc[apoc.cypher.runFiles icon:book[]]

apoc.cypher.runFiles([files or urls],[{statistics:true,timeout:10,parameters:{}}])) - runs each statement in the files, all semicolon separated
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.cypher/apoc.cypher.adoc[apoc.cypher.runMany icon:book[]]

apoc.cypher.runMany('cypher;\nstatements;', $params, [{statistics:true,timeout:10}]) - runs each semicolon separated statement and returns summary - currently no schema operations
Expand Down Expand Up @@ -68,12 +68,12 @@ apoc.cypher.runSchema(statement, params) yield value - executes query schema sta

apoc.cypher.runSchemaFile(file or url,[{statistics:true,timeout:10}]) - allows only schema operations, runs each schema statement in the file, all semicolon separated
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.cypher/apoc.cypher.adoc[apoc.cypher.runSchemaFiles icon:book[]]

apoc.cypher.runSchemaFiles([files or urls],{statistics:true,timeout:10}) - allows only schema operations, runs each schema statement in the files, all semicolon separated
|label:procedure[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.cypher/apoc.cypher.adoc[apoc.cypher.runTimeboxed icon:book[]]

apoc.cypher.runTimeboxed('cypherStatement',\{params}, timeout) - abort kernelTransaction after timeout ms if not finished
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.cypher.mapParallel(fragment, params, list-to-parallelize) yield value` - executes fragment in parallel batches with the list segments being assigned to _
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.cypher.mapParallel2(fragment, params, list-to-parallelize) yield value` - executes fragment in parallel batches with the list segments being assigned to _
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- executes fragments in parallel through a list defined in `paramMap` with a key `keyList`
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- executes fragments in parallel batches through a list defined in `paramMap` with a key `keyList`
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.cypher.runFile(file or url,[{statistics:true,timeout:10,parameters:{}}])` - runs each statement in the file, all semicolon separated
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.cypher.runFiles([files or urls],[{statistics:true,timeout:10,parameters:{}}]))` - runs each statement in the files, all semicolon separated
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.cypher.runSchemaFile(file or url,[{statistics:true,timeout:10}])` - allows only schema operations, runs each schema statement in the file, all semicolon separated
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

`apoc.cypher.runSchemaFiles([files or urls],{statistics:true,timeout:10})` - allows only schema operations, runs each schema statement in the files, all semicolon separated
¦label:procedure[]
¦label:apoc-full[]
¦label:apoc-extended[]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apoc.data.email('email_address') as {personal,user,domain} - extract the personal name, user and domain as a map
|label:function[]
|label:apoc-full[]
|label:apoc-extended[]
|xref::overview/apoc.data/apoc.data.adoc[apoc.data.url icon:book[]]

apoc.data.url('url') as {protocol,host,port,path,query,file,anchor,user} \| turn URL into map structure
Expand Down
Loading

0 comments on commit b4b9f18

Please sign in to comment.