Skip to content

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

WIP Apply minor patches #456

wants to merge 5 commits into from

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

@@ -1,6 +1,7 @@
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

@@ -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)
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

@@ -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",
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

@@ -11444,6 +11445,19 @@
"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

@@ -98,6 +97,16 @@
},
"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

@@ -62,6 +62,12 @@ export const BitbucketPanel: React.FunctionComponent<BitbucketPanelProps> = ({
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

@@ -13,6 +13,8 @@ type PRExplorerProps = {
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

@@ -15,6 +15,8 @@ type PRExplorerPanelProps = CommonSubpanelProps & {
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

@@ -5,9 +5,9 @@ interface FormatTimeOptions {
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

@@ -27,6 +27,9 @@ export class AtlascodeUriHandler extends Disposable implements UriHandler {
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.

2 participants