Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster #3943

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Feb 7, 2024

Similar to new uuid and trigger procedures

  • Added procedures apoc.custom.installProcedure and apoc.custom.installFunction analogous to apoc.custom.declareProcedure and apoc.custom.declareFunction
  • Added procedures apoc.custom.dropProcedure and apoc.custom.dropFunction analogous to apoc.custom.removeProcedure and apoc.custom.removeFunction
  • Added apoc.custom.dropAll
  • Added apoc.custom.show
  • Moved methods that only affect writing to systemdb to CypherHandlerNewProcedure
  • Moved common methods from CypherHandler that do not pertain to writing to the sys-db to CypherProceduresUtil
  • Moved common methods from uuid to Util classes.

@vga91 vga91 force-pushed the custom-procs-with-cluster branch from 8ca405e to a088ba9 Compare February 16, 2024 11:22
@vga91 vga91 force-pushed the custom-procs-with-cluster branch from 93ebc2c to 68f8be5 Compare February 22, 2024 09:32
@vga91 vga91 merged commit 16c5d93 into dev Feb 22, 2024
7 checks passed
@vga91 vga91 deleted the custom-procs-with-cluster branch February 22, 2024 14:18
vga91 added a commit that referenced this pull request Apr 2, 2024
…ith Cluster (#3943)

* Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster

* removed unused imports

* changed writeTransaction to executeWrite
vga91 added a commit that referenced this pull request Apr 2, 2024
…ith Cluster (#3943)

* Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster

* removed unused imports

* changed writeTransaction to executeWrite
vga91 added a commit that referenced this pull request Apr 3, 2024
…rking with Cluster (#3943)

* Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster

* removed unused imports

* changed writeTransaction to executeWrite
vga91 added a commit that referenced this pull request Jun 26, 2024
…rking with Cluster (#3943)

* Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster

* removed unused imports

* changed writeTransaction to executeWrite
vga91 added a commit that referenced this pull request Sep 10, 2024
…rking with Cluster (#3943)

* Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster

* removed unused imports

* changed writeTransaction to executeWrite
vga91 added a commit that referenced this pull request Sep 10, 2024
…rking with Cluster (#3943) (#4030)

* [NOID] Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster (#3943)

* Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster

* removed unused imports

* changed writeTransaction to executeWrite

* [NOID] code formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant