You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
I think duplicating that schema between here and src-cli is fine for now. If we can find a better solution that has src-cli fetch the schema from Sourcegraph: great.
Create changesetSpecs with the createChangesetSpec mutation (see schema here), remembering their IDs
Create campaignSpec, using the IDs as input
Print preview URL if user doesn't want to apply
Call applyCampaign if user wants to apply
Plus: clean up the code, possibly add tests, move code to smaller packages instead of the ./cmd folder, etc.
First deliverable
A draft PR that implements the new command and flow for us to test to validate how the UX feels.
The text was updated successfully, but these errors were encountered:
Docs/Schema in PR #10921
Tasks
src campaigns apply
(see this comment https://github.com/sourcegraph/sourcegraph/pull/10921#issuecomment-648599857)src-cli
is fine for now. If we can find a better solution that hassrc-cli
fetch the schema from Sourcegraph: great.changesetSpecs
with thecreateChangesetSpec
mutation (see schema here), remembering their IDscampaignSpec
, using the IDs as inputapplyCampaign
if user wants to applyPlus: clean up the code, possibly add tests, move code to smaller packages instead of the
./cmd
folder, etc.First deliverable
A draft PR that implements the new command and flow for us to test to validate how the UX feels.
The text was updated successfully, but these errors were encountered: