Skip to content

Conversation

@sn2912
Copy link
Contributor

@sn2912 sn2912 commented Jun 9, 2025

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:

  • If Atlassian employee & Bitbucket changes: did you test with DC in mind? See Instructions

Recommendations:

  • Update the CHANGELOG if making a user facing change

name: Build

on:
workflow_dispatch: {}
Copy link
Contributor

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)
Copy link
Contributor

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",
Copy link
Contributor

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": {
Copy link
Contributor

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"
},
{
Copy link
Contributor

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={
Copy link
Contributor

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;
Copy link
Contributor

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;
Copy link
Contributor

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;
Copy link
Contributor

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),
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants