-
Notifications
You must be signed in to change notification settings - Fork 50
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
| 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
|
|
||
| [**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
| "@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
| "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
| }, | ||
| "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
| relatedBitbucketIssues={ | ||
| config[`${ConfigSection.Bitbucket}.explorer.relatedBitbucketIssues.enabled`] | ||
| } | ||
| 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
| enabled: boolean; | ||
| relatedJiraIssues: boolean; | ||
| relatedBitbucketIssues: boolean; | ||
| 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
| enabled: boolean; | ||
| relatedJiraIssues: boolean; | ||
| relatedBitbucketIssues: boolean; | ||
| 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
|
|
||
| interface FormatTimeOptions { | ||
| prefix?: string; | ||
| 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
| new BasicUriHandler('openOnboarding', () => Container.onboardingWebviewFactory.createOrShow()), | ||
| new BasicUriHandler('extension', () => Promise.resolve(Container.focus())), | ||
| new OpenPullRequestUriHandler(bitbucketHelper), | ||
| 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 lintnpm run testAdvanced checks:
Recommendations: