-
Notifications
You must be signed in to change notification settings - Fork 44
WIP Apply minor patches #456
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
@@ -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.
In an older PR
@@ -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.
In an older PR
@@ -52,6 +52,7 @@ | |||
"@material-ui/styles": "^4.11.5", | |||
"@segment/analytics-node": "^2.1.3", | |||
"@vscode/webview-ui-toolkit": "^1.4.0", | |||
"async-mutex": "^0.5.0", |
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.
In an older PR
@@ -11444,6 +11445,19 @@ | |||
"node": ">= 0.4" | |||
} | |||
}, | |||
"node_modules/async-mutex": { |
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.
In an older PR
@@ -98,6 +97,16 @@ | |||
}, | |||
"category": "Atlassian" | |||
}, | |||
{ |
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.
In an older PR
@@ -62,6 +62,12 @@ export const BitbucketPanel: React.FunctionComponent<BitbucketPanelProps> = ({ | |||
pullRequestCreated={ |
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.
Everything in an older PR
@@ -13,6 +13,8 @@ type PRExplorerProps = { | |||
pullRequestCreated: boolean; |
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.
Everything in an older PR
@@ -15,6 +15,8 @@ type PRExplorerPanelProps = CommonSubpanelProps & { | |||
pullRequestCreated: boolean; |
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.
Everything in an older PR
@@ -5,9 +5,9 @@ interface FormatTimeOptions { | |||
daysPreference?: number; |
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.
Everything in an older PR
@@ -27,6 +27,9 @@ export class AtlascodeUriHandler extends Disposable implements UriHandler { | |||
new CloneRepositoryUriHandler(bitbucketHelper), |
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.
Everything in an older PR
What Is This Change?
This applies patch 55, 56, 58
How Has This Been Tested?
Basic checks:
npm run lint
npm run test
Advanced checks:
Recommendations: