-
Notifications
You must be signed in to change notification settings - Fork 44
WIP Apply overview related patches from fork #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
01c32b0
to
e7f52e1
Compare
e7f52e1
to
b28701a
Compare
@@ -1,6 +1,7 @@ | |||
name: Build | |||
|
|||
on: | |||
workflow_dispatch: {} |
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.
Note to self: Why is this needed?
@@ -7,10 +7,11 @@ Stay in the flow by using Atlassian for VSCode to start work on a JIRA issue, ra | |||
|
|||
[**Download now**](https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode&ssr=false#overview) | |||
|
|||
## [Devsphere specific changelog](/DEVSPHERE_CHANGELOG.md) |
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.
Remove these logs: these are not useful in upstream
@@ -98,6 +98,16 @@ | |||
}, | |||
"category": "Atlassian" | |||
}, | |||
{ | |||
"command": "atlascode.devsphere.review.initialise", | |||
"title": "Initialise Devsphere Review Settings", |
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.
Rename to "Unset Pull Request Review mode"
}, | ||
{ | ||
"command": "atlascode.devsphere.custom.reset", | ||
"title": "Reset Devsphere Custom Configuration", |
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.
Rename to "Set Pull Request Review mode"
@@ -402,6 +412,14 @@ | |||
"title": "Disable Help Explorer", | |||
"category": "Atlassian" | |||
}, | |||
{ | |||
"command": "atlascode.bitbucket.pullRequestsOverview.refresh", | |||
"title": "Refresh", |
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.
Rename to "Refresh Pull Request Overview Panel"
private readonly _minUpdatedTs: string; | ||
|
||
private _disposable: Disposable; | ||
private _ownerSlug: string = 'atlassian'; // Hardcoded for now as per requirements |
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.
Anurag has created some PR where this hardcoding has been removed in favour for a setting
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.
Can you absorb changes from this PR?
https://github.com/atlassian/atlascode/pull/399/commits (ignore 7958e47
and 311c9ad
).
What Is This Change?
Applied patch 9, 14, 29, 52, 56
How Has This Been Tested?
Basic checks:
npm run lint
npm run test
Advanced checks:
Recommendations: