Commit Graph

12 Commits

Author SHA1 Message Date
f2ed934e91
* chore(license): remove LICENSE file
* feat(gitea-git-clone): update CHANGELOG.md for version 1.0.1
* feat(gitea-git-clone): add LICENSE file
* feat(gitea-git-clone): update README.md with new features and commands
* feat(gitea-git-clone): add gitea-workflow-1.0.0.vsix file
* feat(gitea-git-clone): add vscode_gitea_plugin.png image
* feat(gitea-git-clone): update package.json version to 1.0.1
2024-10-21 02:59:24 +02:00
ead2e12a9c
* chore(package.json): update package name, display name, description, and version
* chore(package.json): update publisher name
* chore(package.json): update gitea.instanceUrl description
* chore(package.json): update gitea.personalAccessToken description
2024-10-21 02:23:11 +02:00
28e0e8197c Merge pull request 'PR-via-plugin' (#2) from PR-via-plugin into main
Reviewed-on: ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin#2
2024-10-20 23:58:55 +00:00
57eccc781e
* chore(package.json): add "onStartupFinished" to activationEvents
* chore(extension.ts): update status bar text to "Create Gitea PR"
* chore(extension.ts): update comment for showing status bar icon
2024-10-21 01:57:46 +02:00
011e20b499
* feat(extension.ts): add support for retrieving default base branch from Gitea API
* fix(extension.ts): handle errors when retrieving default base branch from Gitea API
2024-10-21 01:39:31 +02:00
bdef70c42f Merge pull request 'PR-via-plugin' (#1) from PR-via-plugin into main
Reviewed-on: ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin#1
2024-10-20 23:34:49 +00:00
b5f132db7c
* refactor(extension.ts): remove unused code and comments
* feat(extension.ts): add helper functions to get last commit and current branch
2024-10-21 01:22:28 +02:00
6822001ae8 * feat(extension.ts): add support for creating a pull request in Gitea
* feat(extension.ts): add status bar icon for creating a pull request
* feat(extension.ts): implement function to create a Gitea pull request
* feat(extension.ts): implement function to add status bar icon
2024-10-20 20:17:35 +02:00
8d53bc17ed * chore(README.md): Update extension name and add feature descriptions
* fix(extension.ts): Remove unused comment and change progress location to Notification
* feat(extension.ts): Open cloned repository in VSCode after cloning
2024-10-20 19:39:08 +02:00
a23b61758b * feat(extension.ts): add support for cloning Gitea repositories via SSH
* fix(package.json): change command title from "Gitea: Configure" to "Gitea: Configure URL"
* feat(extension.ts): add command "Gitea: Clone Repository" for cloning Gitea repositories
2024-10-20 19:27:49 +02:00
31c890eb51 initialize Plugin 2024-10-20 15:42:47 +02:00
219b4ef88f Initial commit 2024-10-20 13:15:13 +00:00