From 20cd373f036dda98e98b3327e44a235dd15a7638 Mon Sep 17 00:00:00 2001 From: bwieger-atlassian-com Date: Fri, 6 Dec 2024 17:04:34 -0800 Subject: [PATCH] [AXON-26] GH Migration: de-bitbucketing (#10) * de-bitbucketing * AXON-26 reduce risk of breaking marketplace page * AXON-26 touch --- HOMEPAGE.md | 12 ++++++------ README.md | 16 ++++++++-------- package.json | 6 +++--- src/lib/ipc/models/common.ts | 8 ++++---- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/HOMEPAGE.md b/HOMEPAGE.md index af4949b9..17e25c12 100644 --- a/HOMEPAGE.md +++ b/HOMEPAGE.md @@ -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. diff --git a/README.md b/README.md index cf84e2b7..3c85807d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` @@ -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. diff --git a/package.json b/package.json index c7cff12a..acf1e638 100644 --- a/package.json +++ b/package.json @@ -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": "atlascode@atlassian.com" }, "icon": "images/atlascode-icon.png", @@ -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", diff --git a/src/lib/ipc/models/common.ts b/src/lib/ipc/models/common.ts index 9361ad7c..111cafea 100644 --- a/src/lib/ipc/models/common.ts +++ b/src/lib/ipc/models/common.ts @@ -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 = 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)}`], ]);