This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
chore: improve UX of forc index
plugin commands
#1142
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deekerno
force-pushed
the
deekerno/1135-polish-plugin
branch
from
July 31, 2023 21:48
1188c63
to
e89da3a
Compare
ra0x3
reviewed
Aug 1, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Cleanup looks fine.
- Left some small pieces of feedback.
- Also remember to update the
--help
output in the README with the newforc index --help
. - Finally, remember to update the
--help
commands of each individual command in the docs (if we have those)
deekerno
force-pushed
the
deekerno/1135-polish-plugin
branch
from
August 1, 2023 17:21
7387dc1
to
1d584df
Compare
deekerno
force-pushed
the
deekerno/1135-polish-plugin
branch
from
August 1, 2023 17:22
1d584df
to
bed24ab
Compare
deekerno
force-pushed
the
deekerno/1135-polish-plugin
branch
from
August 1, 2023 17:26
bed24ab
to
beb2a6b
Compare
ra0x3
approved these changes
Aug 1, 2023
ra0x3
added a commit
that referenced
this pull request
Aug 2, 2023
* fix: add sql endpoint auth + make `run_query` fail gracefully (#1136) * fix: add sql endpoint auth * retrigger ci? --------- Co-authored-by: Rashad Alston <[email protected]> * chore: switch to manual sqlx query logging (#1138) * chore: switch to manual sqlx query logging * fix test * uat * add rustdoc --------- Co-authored-by: Rashad Alston <[email protected]> * fix: update readme (#1141) * enhancement: make `NODE_BLOCK_PAGE_SIZE` configurable (#1147) * Replace blocking `reqwest` usage with async (#1148) * Revert "Replace blocking `reqwest` usage with async" (#1151) Revert "Replace blocking `reqwest` usage with async (#1148)" This reverts commit 19dbf2a. * docs: adjust docs to include `--block-page-size` on start commands (#1153) Adjust docs for start commands * Replace blocking `reqwest` usage with async (#1152) * fix: don't skip blocks on constraint error (#1154) * fix: don't skip blocks on constraint error * fix test --------- Co-authored-by: Rashad Alston <[email protected]> * Adding resources to helm chart (#1160) * Update --replace-indexer and add --remove-data (#1146) * remove debug info message (#1163) * docs: update non-book docs (#1161) * docs: update non-book docs * updates * markdownrc * update contributing.md * update release schedule * update example readmes --------- Co-authored-by: Rashad Alston <[email protected]> * Fix incorrect schema digest (#1165) * forc index deploy: register correct schema * bugfix: we are removing the schema and registering it again * log registered asset version * add docs CI (#1158) * enhancement: implement many-to-many relationships (#1140) * enhancement: impl m2m inserts * update implementation * get the explorer working * update native exec * cleanup + updates * get union types working * use multiple queries * rebase origin/develop * fix test --------- Co-authored-by: Rashad Alston <[email protected]> * chore: improve UX of `forc index` plugin commands (#1142) * Remove forc index new * Allow for optional namespace in forc index init * Remove profile and target flags from forc index build; change release bool to debug * Remove service check from forc index check * Move service check into forc index status * Cleanup * Remove short arg collision from forc index postgres * Fix CI * Replace forc_index_init with forc_index_new * Adjust tests and documentation * Address feedback; clean up some other things * Address everything for real this time * ci: streamline develop <> master merges (#1166) * ci: use new formatter + fix master<>develop merging (#1169) fix: new ci formatting + fix master<>develop merge Co-authored-by: Rashad Alston <[email protected]> * v0.19.0 (#1172) Co-authored-by: Rashad Alston <[email protected]> --------- Co-authored-by: Rashad Alston <[email protected]> Co-authored-by: Alexander <[email protected]> Co-authored-by: JC <[email protected]> Co-authored-by: roy_fuel <[email protected]> Co-authored-by: Maciej Woś <[email protected]> Co-authored-by: Sarah Schwartz <[email protected]>
ra0x3
added a commit
that referenced
this pull request
Aug 2, 2023
master <> develop (#1177) * fix: add sql endpoint auth + make `run_query` fail gracefully (#1136) * fix: add sql endpoint auth * retrigger ci? --------- * chore: switch to manual sqlx query logging (#1138) * chore: switch to manual sqlx query logging * fix test * uat * add rustdoc --------- * fix: update readme (#1141) * enhancement: make `NODE_BLOCK_PAGE_SIZE` configurable (#1147) * Replace blocking `reqwest` usage with async (#1148) * Revert "Replace blocking `reqwest` usage with async" (#1151) Revert "Replace blocking `reqwest` usage with async (#1148)" This reverts commit 19dbf2a. * docs: adjust docs to include `--block-page-size` on start commands (#1153) Adjust docs for start commands * Replace blocking `reqwest` usage with async (#1152) * fix: don't skip blocks on constraint error (#1154) * fix: don't skip blocks on constraint error * fix test --------- * Adding resources to helm chart (#1160) * Update --replace-indexer and add --remove-data (#1146) * remove debug info message (#1163) * docs: update non-book docs (#1161) * docs: update non-book docs * updates * markdownrc * update contributing.md * update release schedule * update example readmes --------- * Fix incorrect schema digest (#1165) * forc index deploy: register correct schema * bugfix: we are removing the schema and registering it again * log registered asset version * add docs CI (#1158) * enhancement: implement many-to-many relationships (#1140) * enhancement: impl m2m inserts * update implementation * get the explorer working * update native exec * cleanup + updates * get union types working * use multiple queries * rebase origin/develop * fix test --------- * chore: improve UX of `forc index` plugin commands (#1142) * Remove forc index new * Allow for optional namespace in forc index init * Remove profile and target flags from forc index build; change release bool to debug * Remove service check from forc index check * Move service check into forc index status * Cleanup * Remove short arg collision from forc index postgres * Fix CI * Replace forc_index_init with forc_index_new * Adjust tests and documentation * Address feedback; clean up some other things * Address everything for real this time * ci: streamline develop <> master merges (#1166) * ci: use new formatter + fix master<>develop merging (#1169) fix: new ci formatting + fix master<>develop merge * v0.19.0 (#1172) --------- Co-authored-by: Rashad Alston <[email protected]> Co-authored-by: Alexander <[email protected]> Co-authored-by: JC <[email protected]> Co-authored-by: roy_fuel <[email protected]> Co-authored-by: Maciej Woś <[email protected]> Co-authored-by: Sarah Schwartz <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #1135.
Description
forc index
commandsforc index postgres create --help
forc index init
commandforc index new
Testing steps
forc index new
and ensure that all given values are respected:--
forc index new [path]
--
forc index new [path] --name [name] --namespace [namespace] --native
forc index check
to ensure that components are still detected.