Indexer-cli feature request: Add bulk `id` filtering options to `graph indexer actions update...` command
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 38/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- cli
Research direction
Start at the graph indexer actions update... command and inspect how its existing bulk filters are implemented. Add coverage for --id_lt and --id_gt, confirming that queued reallocate actions outside the requested ID bounds are not selected.
Written by the indexing model from the issue text.
Description
Currently the update command supports some bulk filtering options which are very useful. However, if the user wants to filter on id the only option is to use the single id select option.
I propose adding the following optional flags:
- --id_lt (id less than)
- --id_gt (id greater than)
Example usage:
If I have 500 reallocate actions with status = queued and ids in the range of (100, 800), and I want to begin approving and executing them in small batches. I would like to be able to do something like graph indexer actions update --status queued --type reallocate --id_lt 150 to approve just some of the reallocate actions in the queue.
- Dominant language
- TypeScript
- Stars
- 262
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from graphprotocol/indexer
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
graphprotocol/indexer#1255 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
graphprotocol/indexer#1254 ·
-
DIPS
Difficulty 5/5 Over a week Newbie friendliness 38/100
graphprotocol/indexer#1198 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
graphprotocol/indexer#1179 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 58/100
graphprotocol/indexer#1171 · 2 comments ·
All issues in graphprotocol/indexer
Similar issues
-
comp/dashboard P3 type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
NousResearch/hermes-agent#117722 ·
-
clawsweeper:fix-shape-clear clawsweeper:queueable-fix clawsweeper:source-repro impact:ux-friction issue-rating: 🦞 diamond lobster no-stale P3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 76/100
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·