Skip to content

Commit

Permalink
[AXON-26] GH Migration: de-bitbucketing (#10)
Browse files Browse the repository at this point in the history
* de-bitbucketing

* AXON-26 reduce risk of breaking marketplace page

* AXON-26 touch
  • Loading branch information
bwieger-atlassian-com authored Dec 7, 2024
1 parent 9b30f71 commit 20cd373
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions HOMEPAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@ For more information, see [Getting started with VS Code](https://confluence.atla

Here's a quick peek at a developer's workflow:

![dev workflow](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/dev-workflow.gif)
![dev workflow](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/dev-workflow.gif)

Reviewing with Bitbucket pull request features is a snap:

![review pr](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/review-pr.gif)
![review pr](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/review-pr.gif)

Got a burning issue you'd like to work on?

![start work](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/issue-start-work.gif)
![start work](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/issue-start-work.gif)

Kick off your builds:

![builds](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/start-pipeline.gif)
![builds](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/start-pipeline.gif)

Create that issue without breaking your stride:

![issue from todo](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/create-from-code-lens.gif)
![issue from todo](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/create-from-code-lens.gif)

...and lots more

## Everyone Has Issues...

Please refer to [our issue tracker for known issues](https://bitbucket.org/atlassianlabs/atlascode/issues) and please contribute if you encounter an issue yourself.
Please refer to [our issue tracker for known issues](https://github.com/atlassian/atlascode/issues) and please contribute if you encounter an issue yourself.

**Note for Server/Data Center users:** The extension supports Jira and Bitbucket versions released in the last two years, per our [end of life policy](https://confluence.atlassian.com/x/ewAID).
You can find your instance's version in the footer of any Jira/Bitbucket page.
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ For more information, see [Getting started with VS Code](https://confluence.atla

Here's a quick peek at a developer's workflow:

![dev workflow](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/dev-workflow.gif)
![dev workflow](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/dev-workflow.gif)

Reviewing with Bitbucket pull request features is a snap:

![review pr](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/review-pr.gif)
![review pr](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/review-pr.gif)

Got a burning issue you'd like to work on?

![start work](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/issue-start-work.gif)
![start work](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/issue-start-work.gif)

Kick off your builds:

![builds](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/start-pipeline.gif)
![builds](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/start-pipeline.gif)

Create that issue without breaking your stride:

![issue from todo](https://bitbucket.org/atlassianlabs/atlascode/raw/main/.readme/create-from-code-lens.gif)
![issue from todo](https://raw.githubusercontent.com/atlassian/atlascode/main/.readme/create-from-code-lens.gif)

...and lots more

Expand Down Expand Up @@ -91,7 +91,7 @@ To run `atlascode` in such a way, please follow the VSCode documentation:
- Wait for the VSCode to re-open in the container evnironment - you'll be able to see the difference in the header/search bar
- Proceed to run or debug the extension as usual - it will now be running as it would in remote execution

The configuration for the Dev Container is located in [./.devcontainer/devcontainer.json](https://bitbucket.org/atlassianlabs/atlascode/src/main/.devcontainer/devcontainer.json).
The configuration for the Dev Container is located in [./.devcontainer/devcontainer.json](https://github.com/atlassian/atlascode/blob/main/.devcontainer/devcontainer.json).

Note: for advanced use-cases, it is possible to run scripts in dev containers via [@devcontainers/cli](https://github.com/devcontainers/cli) - try `npx devcontainer --help`

Expand All @@ -111,9 +111,9 @@ Contributions to Atlassian for VS Code are welcome! Please see [CONTRIBUTING.md]

We moved from Bitbucket to Github.

To open a new issues, please see Github
To open a new issues, please see [Github](https://github.com/atlassian/atlascode/issues)

To see old issues, please first look at Github then at [Bitbucket](https://bitbucket.org/atlassianlabs/atlascode/issues)
To see old issues, please first look at [Github](https://github.com/atlassian/atlascode/issues) then at [Bitbucket](https://bitbucket.org/atlassianlabs/atlascode/issues)

**Note for Server/Data Center users:** The extension supports Jira and Bitbucket versions released in the last two years, per our [end of life policy](https://confluence.atlassian.com/x/ewAID).
You can find your instance's version in the footer of any Jira/Bitbucket page.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"homepage": "https://github.com/atlassian/atlascode/blob/main/HOMEPAGE.md",
"repository": {
"type": "git",
"url": "https://bitbucket.org/atlassianlabs/atlascode.git"
"url": "https://github.com/atlassian/atlascode.git"
},
"bugs": {
"url": "https://bitbucket.org/atlassianlabs/atlascode/issues",
"url": "https://github.com/atlassian/atlascode/issues",
"email": "[email protected]"
},
"icon": "images/atlascode-icon.png",
Expand Down Expand Up @@ -58,7 +58,7 @@
"compile:react": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production --config webpack.react.prod.js",
"postinstall": "patch-package",
"extension:clean": "rm -rf ./atlascode-*.vsix",
"extension:package": "npm run extension:clean && vsce package --baseContentUrl https://bitbucket.org/atlassianlabs/atlascode/raw/main/ --allow-star-activation",
"extension:package": "npm run extension:clean && vsce package --baseContentUrl https://raw.githubusercontent.com/atlassian/atlascode/main/ --allow-star-activation",
"extension:install": "npm run extension:package && code --install-extension ./atlascode-*.vsix --force",
"test": "jest",
"devcompile": "npm-run-all --parallel devcompile:react devcompile:extension",
Expand Down
8 changes: 4 additions & 4 deletions src/lib/ipc/models/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ const twitterPrefilledMessage: string =
"Check out Atlassian's awesome Bitbucket and Jira extension for VS Code! https://marketplace.visualstudio.com/items/Atlassian.atlascode";

export const knownLinkIdMap: Map<string, string> = new Map([
[KnownLinkID.AtlascodeRepo, 'https://bitbucket.org/atlassianlabs/atlascode'],
[KnownLinkID.AtlascodeIssues, 'https://bitbucket.org/atlassianlabs/atlascode/issues'],
[KnownLinkID.AtlascodeRepo, 'https://github.com/atlassian/atlascode'],
[KnownLinkID.AtlascodeIssues, 'https://github.com/atlassian/atlascode/issues'],
[KnownLinkID.AtlascodeDocs, 'https://confluence.atlassian.com/display/BITBUCKET/Atlassian+for+VS+Code'],
[KnownLinkID.Integrations, 'https://integrations.atlassian.com'],
[
KnownLinkID.GettingStarted,
'https://confluence.atlassian.com/bitbucket/getting-started-with-vs-code-969520759.html',
],
[KnownLinkID.ReportAnIssue, 'https://bitbucket.org/atlassianlabs/atlascode/issues?status=new&status=open'],
[KnownLinkID.ReportAnIssue, 'https://github.com/atlassian/atlascode/issues'],
[KnownLinkID.WhatIsJQL, 'https://www.atlassian.com/blog/jira-software/jql-the-most-flexible-way-to-search-jira-14'],
[KnownLinkID.Contribute, 'https://bitbucket.org/atlassianlabs/atlascode/src/devel/'],
[KnownLinkID.Contribute, 'https://github.com/atlassian/atlascode'],
[KnownLinkID.TweetAboutUs, `https://twitter.com/intent/tweet?text=${encodeURIComponent(twitterPrefilledMessage)}`],
]);

Expand Down

0 comments on commit 20cd373

Please sign in to comment.