From c3291b9e729a8e927635d65124e344c0e5622271 Mon Sep 17 00:00:00 2001 From: barry <3708366+worksofliam@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:52:15 -0400 Subject: [PATCH 1/5] Update helpView.ts for changes to organization name --- src/views/helpView.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/helpView.ts b/src/views/helpView.ts index edb0fda57..8ecaae2ac 100644 --- a/src/views/helpView.ts +++ b/src/views/helpView.ts @@ -17,9 +17,9 @@ export class HelpView { public async getChildren(): Promise { return [ - new HelpOpenUrlItem(`book`, t(`helpView.getStarted`), `https://halcyon-tech.github.io/docs/#/`), - new HelpOpenUrlItem(`output`, t(`helpView.officialForum`), `https://github.com/halcyon-tech/vscode-ibmi/discussions`), - new HelpOpenUrlItem(`eye`, t(`helpView.reviewIssues`), `https://github.com/halcyon-tech/vscode-ibmi/issues/`), + new HelpOpenUrlItem(`book`, t(`helpView.getStarted`), `https://codefori.github.io/docs/#/`), + new HelpOpenUrlItem(`output`, t(`helpView.officialForum`), `https://github.com/codefori/vscode-ibmi/discussions`), + new HelpOpenUrlItem(`eye`, t(`helpView.reviewIssues`), `https://github.com/codefori/vscode-ibmi/issues/`), new HelpIssueItem(), ]; } @@ -89,7 +89,7 @@ async function openNewIssue() { issueUrl = issueUrl.substring(0, 8130); } - vscode.commands.executeCommand(`vscode.open`, `https://github.com/halcyon-tech/vscode-ibmi/issues/new?body=${issueUrl}`); + vscode.commands.executeCommand(`vscode.open`, `https://github.com/codefori/vscode-ibmi/issues/new?body=${issueUrl}`); } function getExtensions(active: boolean) { @@ -229,4 +229,4 @@ function createSection(summary: string, ...details: string[]) { ``, '' ].join("\n"); -} \ No newline at end of file +} From d1618fcc879f7569c8092dc41402c1bf2b9b82c6 Mon Sep 17 00:00:00 2001 From: worksofliam Date: Thu, 5 Oct 2023 08:52:06 -0400 Subject: [PATCH 2/5] Start to use newer 'codefori' everywhere. --- .github/pull_request_template.md | 2 +- .github/workflows/pr.yaml | 2 +- CONTRIBUTING.md | 6 +++--- README.md | 18 +++++++++--------- package.json | 4 ++-- src/api/IBMi.ts | 6 +++--- types/package.json | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e37bbee04..2f3177dae 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,5 +9,5 @@ Description of change here. * [ ] updated relevant documentation * [ ] Remove any/all `console.log`s I added * [ ] eslint is not complaining -* [ ] have added myself to the contributors' list in [CONTRIBUTING.md](https://github.com/halcyon-tech/vscode-ibmi/blob/master/CONTRIBUTING.md) +* [ ] have added myself to the contributors' list in [CONTRIBUTING.md](https://github.com/codefori/vscode-ibmi/blob/master/CONTRIBUTING.md) * [ ] **for feature PRs**: PR only includes one feature enhancement. diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7d1773cd9..e3643bab7 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -33,5 +33,5 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/halcyon-tech/vscode-ibmi/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/halcyon-tech/vscode-ibmi/blob/master/.github/pr_testing_template.md)' + body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/codefori/vscode-ibmi/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/codefori/vscode-ibmi/blob/master/.github/pr_testing_template.md)' }) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8687a4272..595287da1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,12 +10,12 @@ If you are making a pull request which fixes a bug, adds a feature or changes do If you want to help but you're unsure what to work on, here are two easy places to start: -* Check out the 'good first issue' tag [in our issues](https://github.com/halcyon-tech/vscode-ibmi/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). -* See what improvements can be made to [our documentation](https://github.com/halcyon-tech/vscode-ibmi/tree/master/docs). +* Check out the 'good first issue' tag [in our issues](https://github.com/codefori/vscode-ibmi/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). +* See what improvements can be made to [our documentation](https://github.com/codefori/vscode-ibmi/tree/master/docs). # Previous contributors -Thanks so much to everyone [who has contributed](https://github.com/halcyon-tech/vscode-ibmi/graphs/contributors). +Thanks so much to everyone [who has contributed](https://github.com/codefori/vscode-ibmi/graphs/contributors). * [@connorholyday](https://github.com/connorholyday) * [@worksofliam](https://github.com/worksofliam) diff --git a/README.md b/README.md index 486db0f36..24af74382 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Code for IBM i -[GitHub star this repo 🌟](https://github.com/halcyon-tech/vscode-ibmi) +[GitHub star this repo 🌟](https://github.com/codefori/vscode-ibmi) @@ -8,17 +8,17 @@ Maintain your RPGLE, CL, COBOL, C/CPP on IBM i right from Visual Studio Code. Ed * [Install from Marketplace](https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi) 💻 * [Watch some tutorials](https://www.youtube.com/playlist?list=PLNl31cqBafCp-ml8WqPeriHWLD1bkg7KL) 📺 -* [View our documentation](https://halcyon-tech.github.io/docs/#/) 📘 -* [See previous releases](https://github.com/halcyon-tech/vscode-ibmi/releases) 🔎 +* [View our documentation](https://codefori.github.io/docs/#/) 📘 +* [See previous releases](https://github.com/codefori/vscode-ibmi/releases) 🔎 * Build from source (see below!) 🔨 -* [Use our IBM i API in your own extension](https://halcyon-tech.github.io/docs/#/pages/api/extending) 🛠 +* [Use our IBM i API in your own extension](https://codefori.github.io/docs/#/pages/api/extending) 🛠 ![https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi](https://img.shields.io/visual-studio-marketplace/v/HalcyonTechLtd.code-for-ibmi?style=flat-square) ![https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi](https://img.shields.io/visual-studio-marketplace/i/HalcyonTechLtd.code-for-ibmi?style=flat-square) ![](https://img.shields.io/visual-studio-marketplace/r/HalcyonTechLtd.code-for-ibmi?style=flat-square) -![](https://img.shields.io/github/contributors/halcyon-tech/vscode-ibmi?style=flat-square) -![](https://img.shields.io/github/issues-pr/halcyon-tech/vscode-ibmi?style=flat-square) -![https://github.com/halcyon-tech/vscode-ibmi/issues](https://img.shields.io/github/issues/halcyon-tech/vscode-ibmi?style=flat-square) +![](https://img.shields.io/github/contributors/codefori/vscode-ibmi?style=flat-square) +![](https://img.shields.io/github/issues-pr/codefori/vscode-ibmi?style=flat-square) +![https://github.com/codefori/vscode-ibmi/issues](https://img.shields.io/github/issues/codefori/vscode-ibmi?style=flat-square) --- @@ -33,8 +33,8 @@ Maintain your RPGLE, CL, COBOL, C/CPP on IBM i right from Visual Studio Code. Ed ### Contributors - - + + (Made with [contrib.rocks](https://contrib.rocks)). diff --git a/package.json b/package.json index 4803f9c6d..1ed672250 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ ], "author": { "name": "Halcyon Tech Ltd", - "url": "https://github.com/halcyon-tech" + "url": "https://github.com/codefori" }, "publisher": "halcyontechltd", "repository": { - "url": "https://github.com/halcyon-tech/code-for-ibmi" + "url": "https://github.com/codefori/code-for-ibmi" }, "license": "MIT", "engines": { diff --git a/src/api/IBMi.ts b/src/api/IBMi.ts index 804369a0b..8bf781102 100644 --- a/src/api/IBMi.ts +++ b/src/api/IBMi.ts @@ -190,7 +190,7 @@ export default class IBMi { }, `Read more`); if (chosen === `Read more`) { - vscode.commands.executeCommand(`vscode.open`, `https://halcyon-tech.github.io/docs/#/pages/tips/setup`); + vscode.commands.executeCommand(`vscode.open`, `https://codefori.github.io/docs/#/pages/tips/setup`); } throw(`Shell config error, connection aborted.`); @@ -485,7 +485,7 @@ export default class IBMi { }); break; case `Read more`: - vscode.env.openExternal(vscode.Uri.parse(`https://github.com/halcyon-tech/vscode-ibmi/issues/476#issuecomment-1018908018`)); + vscode.env.openExternal(vscode.Uri.parse(`https://github.com/codefori/vscode-ibmi/issues/476#issuecomment-1018908018`)); break; } }); @@ -515,7 +515,7 @@ export default class IBMi { }); break; case `Read more`: - vscode.env.openExternal(vscode.Uri.parse(`https://github.com/halcyon-tech/vscode-ibmi/issues/476#issuecomment-1018908018`)); + vscode.env.openExternal(vscode.Uri.parse(`https://github.com/codefori/vscode-ibmi/issues/476#issuecomment-1018908018`)); break; } }); diff --git a/types/package.json b/types/package.json index 00f46222e..2e548b0d9 100644 --- a/types/package.json +++ b/types/package.json @@ -8,7 +8,7 @@ "deploy": "npm publish --access public" }, "repository": { - "url": "https://github.com/halcyon-tech/vscode-ibmi" + "url": "https://github.com/codefori/vscode-ibmi" }, "author": "halcyontech", "license": "ISC" From 834c3632099ac3e3684aa1fd4cbe974772fc0698 Mon Sep 17 00:00:00 2001 From: worksofliam Date: Thu, 5 Oct 2023 11:34:23 -0400 Subject: [PATCH 3/5] Update authors --- LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b612807b1..401990372 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Halcyon Tech Ltd +Copyright (c) 2023 Code4i Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 1ed672250..06cc79bce 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "as400" ], "author": { - "name": "Halcyon Tech Ltd", + "name": "Code4i", "url": "https://github.com/codefori" }, "publisher": "halcyontechltd", From 40ecba5fdc548b2451eacfb4b5c567fadbbe3659 Mon Sep 17 00:00:00 2001 From: worksofliam Date: Thu, 5 Oct 2023 11:44:17 -0400 Subject: [PATCH 4/5] Simple change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06cc79bce..ab515df09 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "as400" ], "author": { - "name": "Code4i", + "name": "Code4i ", "url": "https://github.com/codefori" }, "publisher": "halcyontechltd", From 42ab29fcc991b0e04343452a74f4976466107ef8 Mon Sep 17 00:00:00 2001 From: worksofliam Date: Thu, 5 Oct 2023 11:48:39 -0400 Subject: [PATCH 5/5] Remove space --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab515df09..06cc79bce 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "as400" ], "author": { - "name": "Code4i ", + "name": "Code4i", "url": "https://github.com/codefori" }, "publisher": "halcyontechltd",