process0

Results 24 issues of process0

The `__db_push__` function in `RelatedObjects` class will delete any existing relationships for a node that are not represented by the current set of nodes on push. This creates orphan nodes...

feature request

https://github.com/technige/py2neo/issues/896

Example CVE: CVE-2022-22707 CVE-Search returns: ``` cpe:2.3:a:lighttpd:lighttpd:1.4.46:*:*:*:*:*:*:* cpe:2.3:a:lighttpd:lighttpd:1.4.47:*:*:*:*:*:*:* cpe:2.3:a:lighttpd:lighttpd:1.4.48:*:*:*:*:*:*:* cpe:2.3:a:lighttpd:lighttpd:1.4.49:*:*:*:*:*:*:* cpe:2.3:a:lighttpd:lighttpd:1.4.50:*:*:*:*:*:*:* cpe:2.3:a:lighttpd:lighttpd:1.4.51:*:*:*:*:*:*:* cpe:2.3:a:lighttpd:lighttpd:1.4.52:*:*:*:*:*:*:* cpe:2.3:a:lighttpd:lighttpd:1.4.53:*:*:*:*:*:*:* cpe:2.3:a:lighttpd:lighttpd:1.4.63:*:*:*:*:*:*:* ``` NVD returns: ``` cpe:2.3:a:lighttpd:lighttpd:1.4.46:*:*:*:*:*:*:* [ cpe:2.3:a:lighttpd:lighttpd:1.4.47:*:*:*:*:*:*:*](https://nvd.nist.gov/products/cpe/detail/350803?keyword=cpe%3A2.3%3Aa%3Alighttpd%3Alighttpd%3A1.4.47%3A*%3A*%3A*%3A*%3A*%3A*%3A*&status=FINAL,DEPRECATED&orderBy=CPEURI&namingFormat=2.3) [ cpe:2.3:a:lighttpd:lighttpd:1.4.48:*:*:*:*:*:*:*](https://nvd.nist.gov/products/cpe/detail/350804?keyword=cpe%3A2.3%3Aa%3Alighttpd%3Alighttpd%3A1.4.48%3A*%3A*%3A*%3A*%3A*%3A*%3A*&status=FINAL,DEPRECATED&orderBy=CPEURI&namingFormat=2.3) [ cpe:2.3:a:lighttpd:lighttpd:1.4.49:*:*:*:*:*:*:*](https://nvd.nist.gov/products/cpe/detail/394841?keyword=cpe%3A2.3%3Aa%3Alighttpd%3Alighttpd%3A1.4.49%3A*%3A*%3A*%3A*%3A*%3A*%3A*&status=FINAL,DEPRECATED&orderBy=CPEURI&namingFormat=2.3) [ cpe:2.3:a:lighttpd:lighttpd:1.4.50:*:*:*:*:*:*:*](https://nvd.nist.gov/products/cpe/detail/394842?keyword=cpe%3A2.3%3Aa%3Alighttpd%3Alighttpd%3A1.4.50%3A*%3A*%3A*%3A*%3A*%3A*%3A*&status=FINAL,DEPRECATED&orderBy=CPEURI&namingFormat=2.3) [ cpe:2.3:a:lighttpd:lighttpd:1.4.51:*:*:*:*:*:*:*](https://nvd.nist.gov/products/cpe/detail/394843?keyword=cpe%3A2.3%3Aa%3Alighttpd%3Alighttpd%3A1.4.51%3A*%3A*%3A*%3A*%3A*%3A*%3A*&status=FINAL,DEPRECATED&orderBy=CPEURI&namingFormat=2.3)...

# Problem Using triggers, `CALL apoc.trigger.add('test', "CALL apoc.log.info('OK') RETURN 1", { phase: 'afterAsync' });` will fail when deleting nodes (e.g `MATCH (n:Something) DELETE n`) with `Neo.DatabaseError.Transaction.TransactionCommitFailed`. ## Expected Behavior (Mandatory)...

When wrapping Celery tasks with `@db.transaction` as in https://neomodel.readthedocs.io/en/latest/transactions.html, the wrapped tasks end up as `neomodel.util.wrapper` instead of their actual name. This causes problems for multiple tasks with this decorator....

The ability to specify a `subnet_id` exists but there is no documentation about how to retrieve this ID. The `hcloud` tool does not list this identifier in the `hcloud network...

Is there a way to define a route to a backend bucket on GCP using the MCI yaml file? I know I can edit the Load Balancer to add the...

**Is your feature request related to a problem? Please describe.** Support resolving references when using GraphQL Federation. This existed in `neo4j-graphql-js`. https://github.com/neo4j-graphql/neo4j-graphql-js/blob/dev/docs/apollo-federation.md **Describe the solution you'd like** Automatically generate the...

feature request

### Description Browser fails to connect using firefox-esr on debian. Using chromium, it works fine. ### Reproduce Steps Use firefox, unable to connect ### Expected Behavior Able to connect ###...

### Description When exploring the graph returned from a query, for some nodes expanding their relationships will cause an error that renders the graph exploration mode unusable for the current...