https://linen.dev logo
Join Slack
Powered by
# bug-reports
  • u

    user

    04/19/2023, 5:11 PM
    Graphite - Dashboard failing to load and CLI submits being rejected ​*[Identified]*​ We are continuing to work on a fix for this incident. ​*Affected:*​ CLI, Dashboard View incident
  • u

    user

    04/19/2023, 5:13 PM
    Graphite - Dashboard failing to load and CLI submits being rejected ​*[Monitoring]*​ We implemented a fix and are currently monitoring the result. ​*Affected:*​ CLI, Dashboard View incident
  • g

    Greg

    04/19/2023, 5:15 PM
    We had a bad DB index migration - we’ve since rolled back the DB operation. One server pod is online, and the remainder are rebooting now. Apologies for the downtime folks!
  • u

    user

    04/19/2023, 5:15 PM
    Graphite - Dashboard failing to load and CLI submits being rejected ​*[Resolved]*​ This incident has been resolved. ​*Affected:*​ CLI, Dashboard View incident
  • s

    Slackbot

    04/20/2023, 2:32 PM
    This message was deleted.
    ✅ 1
    j
    j
    j
    • 4
    • 3
  • s

    Slackbot

    04/20/2023, 3:30 PM
    This message was deleted.
    a
    m
    • 3
    • 3
  • s

    Slackbot

    04/20/2023, 3:56 PM
    This message was deleted.
    j
    p
    v
    • 4
    • 4
  • s

    Slackbot

    04/20/2023, 11:52 PM
    This message was deleted.
    a
    m
    +2
    • 5
    • 9
  • s

    Slackbot

    04/21/2023, 9:06 AM
    This message was deleted.
    p
    d
    • 3
    • 3
  • s

    Slackbot

    04/21/2023, 1:01 PM
    This message was deleted.
    p
    m
    • 3
    • 3
  • s

    Slackbot

    04/21/2023, 3:23 PM
    This message was deleted.
    p
    • 2
    • 1
  • v

    Vampire

    04/22/2023, 12:42 AM
    On Windows (without WSL, in Git Bash), the generated completion script is broken. I'm not talking about
    index.js
    being used as mentioned in another thread here. But it also has
    type_list=$(./C:\Users\redacted\AppData\Roaming\npm\node_modules\@withgraphite\graphite-cli\dist\src\index.js --get-yargs-completions "${args[@]}")
    which cannot work properly. With
    type_list=$(/C/Users/redacted/AppData/Roaming/npm/node_modules/@withgraphite/graphite-cli/dist/src/index.js --get-yargs-completions "${args[@]}")
    it works. As well as with
    type_list=$('C:\Users\bkautler\AppData\Roaming\npm\node_modules\@withgraphite\graphite-cli\dist\src\index.js' --get-yargs-completions "${args[@]}")
    . As well as with simply
    type_list=$(gt --get-yargs-completions "${args[@]}")
    .
  • s

    Slackbot

    04/22/2023, 12:53 AM
    This message was deleted.
    ➕ 2
    m
    l
    p
    • 4
    • 4
  • s

    Slackbot

    04/22/2023, 12:59 AM
    This message was deleted.
    p
    • 2
    • 1
  • v

    Vampire

    04/22/2023, 2:44 AM
    Typo on https://graphite.dev/docs/viewing-a-stack
    commmit
    ->
    commit
    ✅ 1
  • s

    Slackbot

    04/22/2023, 3:05 AM
    This message was deleted.
    ✅ 1
    p
    v
    • 3
    • 4
  • v

    Vampire

    04/22/2023, 3:10 AM
    Typo on https://graphite.dev/docs/creating-and-submitting-pull-requests
    make's
    ->
    makes
    ✅ 1
  • s

    Slackbot

    04/22/2023, 3:17 AM
    This message was deleted.
    ✅ 1
    v
    • 2
    • 1
  • d

    Dahyun(김다현)

    04/22/2023, 6:49 AM
    Creating a lightweight git tag with the same name as the branch causes the Graphite to lose track of the branch and can't re-track it via
    gt branch track
    .
  • s

    Slackbot

    04/22/2023, 10:33 AM
    This message was deleted.
    p
    • 2
    • 1
  • s

    Slackbot

    04/22/2023, 3:26 PM
    This message was deleted.
    ✅ 1
    p
    • 2
    • 1
  • v

    Vampire

    04/22/2023, 3:36 PM
    https://graphite.dev/docs/syncing-with-a-remote-repository leaves off with "part 3" being current and says next page continues. Next page, i.e. https://graphite.dev/docs/restacking-branches, also says it picks up from where last page left off. But it assumes we are at "part 2", doing
    gt upstack restack
    to restack parts 2 and 3.
    ✅ 1
  • v

    Vampire

    04/22/2023, 11:01 PM
    Either doc or even code typo on https://graphite.dev/docs/updating-mid-stack-branches
    continye
    ->
    continue
    ✅ 1
  • v

    Vampire

    04/22/2023, 11:04 PM
    Typo on https://graphite.dev/docs/merging-a-stack
    Merging a stack via the Graphite dashboard
    To merge a stack using the Graphite CLI, we recommend using the "Merge..." button in the Graphite dashboard,
    ->
    Merging a stack via the Graphite dashboard
    To merge a stack using the Graphite dashboard, we recommend using the "Merge..." button in the Graphite dashboard,
    and for consistency
    repo sync --restack
    ->
    gt repo sync --restack
    submit
    ->
    gt stack submit
    ✅ 1
  • s

    Slackbot

    04/22/2023, 11:42 PM
    This message was deleted.
    ✅ 1
    v
    p
    • 3
    • 2
  • v

    Vampire

    04/23/2023, 12:06 AM
    Typo on https://graphite.dev/docs/collaborating-on-a-stack
    and use then use
    ->
    and then use
    and for consistency
    downstack get
    ->
    gt downstack get
    repo sync
    ->
    gt repo sync
    ✅ 1
  • v

    Vampire

    04/23/2023, 12:22 AM
    https://graphite.dev/docs/command-shortcuts says
    ```## syncing & resolving conflicts
    gt rs # gt repo sync```
    But the
    & resolving conflicts
    is wrong as long as you do not add
    --restack
    , isn't it?
    ✅ 1
  • s

    Slackbot

    04/23/2023, 12:25 AM
    This message was deleted.
    ✅ 1
    v
    • 2
    • 1
  • v

    Vampire

    04/23/2023, 1:51 PM
    On https://graphite.dev/docs/faq for consistency
    downstack get
    ->
    gt downstack get
    stack submit
    ->
    gt stack submit
    ✅ 1
  • v

    Vampire

    04/23/2023, 1:52 PM
    Typo on https://graphite.dev/docs/getting-started-with-the-dashboard
    in. .
    ->
    in.
    ✅ 1
1...789...62Latest