graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

[Feature] Add graphman unlink

Open SozinM opened this issue 1 year ago • 4 comments

Complete part of https://github.com/graphprotocol/graph-node/issues/4947

  • [x] Implement unlink command
  • [ ] Add auditing
  • [ ] Add auditing table creation

Introducing the private function subgraphs_info_by_deployment_hash is done to keep the complex query in a single place and add another function (subgraph_ids_by_deployment_hash) to get different fields. I didn't want to change the interface and logic of subgraphs_by_deployment_hash because it is used in other places and will cause cascade refactoring.

SozinM avatar Jan 05 '24 19:01 SozinM

Hey @SozinM thanks so much for picking this up! Are you still working on this PR?

azf20 avatar Feb 02 '24 12:02 azf20

Hi @azf20 Yes, I'll speed up :)

SozinM avatar Feb 06 '24 13:02 SozinM

@lutter Could you provide concrete fields for the auditing table? I cannot find any mention of it anywhere. Or we could add auditing in another PR.

SozinM avatar Feb 09 '24 15:02 SozinM

This pull request hasn't had any activity for the last 90 days. If there's no more activity over the course of the next 14 days, it will automatically be closed.

github-actions[bot] avatar May 10 '24 00:05 github-actions[bot]

@SozinM I will close this PR for the moment as it seems to be stale, feel free to re-open it later.

mangas avatar May 28 '24 16:05 mangas