This message was deleted.
# report-bugs
s
This message was deleted.
j
If you
gt repo sync --restack
and resubmit, these conflicts will go away 🙂
p
so what is the point of merging from graphite's ui instead of directly from github if we have to execute this command manually anyways?
j
merging a single pr from our UI is equivalent to from GitHub's — merging multiple PRs in a stack in a single operation is what we handle for you
p
seems we are running into some bug. our stacked PRs suddenly disappeared from the graphite PR ui ...
clicking on the menu items on the left does nothing
j
I think that clicking the names of the sections isn't doing anything because those sections are already visible so there is nothing to scroll to. We'll take a look at why your PRs might not be showing up in the inbox though,
p
another question: if i need to modify one of the prs in the middle of the stack, do i need to then run
gt repo sync --restack
to let the child branches know about the modifications?
j
`gt commit amend`/`gt commit create` automatically restack the dependent branches locally, you'll need to push the updated branches with
gt stack submit
though
p
what if someone on the team accidentally used
git
instead of
gt
for some of the commits and pushed. how do they then get everything back in sync with graphite in that case?
j
gt upstack restack
will handle that
✅ 1
a
Hey @Prashant Deva what is your GitHub handle? I can investigate why you are seeing weirdness on the Review Queue sections.
p
@pdeva
a
And you are still seeing PRs missing from your Review Queue? Could you DM me a PR you don't see and what section you expect to see it in?
p
folks, this remains an issue
the PR on the left in github is nowhere to be found in graphite
a
The PR is in draft status. Do you want to see draft PRs from others on the review queue?
p
well the 'drafts' section in the Graphite window shows 0. i do want to see the PRs..
a
I see. The "Drafts" section only shows PRs you have authored as configured right now.
You can update the settings by clicking the gear icon, and remove the filter where it looks for just your PRs.
For example, these are the settings on my "Drafts" section. I can hit the
X
button next to the "Author's username is aryamannaik" filter, and then it will show me draft PRs from all authors.
p
that works. thanks.