edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[BUG]: PR Refresh Does Nothing #134

Closed stevium closed 1 month ago

stevium commented 1 month ago

Describe the bug

Refresh Pull Request action doesn't update the changeset, and possibly other changes (like change of status DRAFT, etc)

To Reproduce Steps to reproduce the behavior:

  1. Push a change to a file from existing changeset (or touch a new file)
  2. Richt Click on AZD -> Refresh Pull Request
  3. Show diff in AZD of a specific file
  4. Notice that the file diff is unchanged (or the new file doesn't show in the list of the changed files)

Notice the loading indicator shows the PR has been refreshed, but in reality, it didn't.

Expected behavior

The file from the existing changeset and the directory structure should indicate the change.

Desktop (please complete the following information):

JetBrains IDE (please complete the following information):

stevium commented 1 month ago

Closing the issue as I had wrongly selected Changes from <specificCommitHash>. After switching the dropdown to All Commits it showed a full changeset.

Apologies for the confusion