Skip to content

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

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

Conversation

sn2912
Copy link
Contributor

@sn2912 sn2912 commented Jun 9, 2025

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:

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

Recommendations:

  • Update the CHANGELOG if making a user facing change

@sn2912 sn2912 force-pushed the apply-overview-patch branch 2 times, most recently from 01c32b0 to e7f52e1 Compare June 9, 2025 05:02
@sn2912 sn2912 force-pushed the apply-overview-patch branch from e7f52e1 to b28701a Compare June 9, 2025 08:20
@@ -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.

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

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

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

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

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

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

Copy link
Contributor

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

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