Commit Graph

16 Commits

Author SHA1 Message Date
31e9ea3f02 chore(gitea-git-clone): update version to 1.4.1
* docs(gitea-git-clone): add mention of the "Create Repo" feature to README
* feat(gitea-git-clone): add error messages for repository names in localization
* feat(gitea-git-clone): create new repositories in Gitea directly from VSCode
* fix(gitea-git-clone): fix typo in German translation for invalid repository name error message
2024-10-31 15:09:01 +01:00
e874cbefd6 feat(gitea-git-clone): add support for creating repositories in Gitea
* Added:
* - Users can now create new repositories in a selected Gitea instance directly from VSCode. Options include:
* - Selecting the Gitea instance (if multiple are configured).
* - Choosing the owner (personal account or organization).
* - Setting the repository visibility (private by default, or public).
* - Selecting a `.gitignore` template (if available via API).
* - The repository is initialized with an MIT license.
* - After creation, the new repository is automatically cloned and opened in VSCode.
* Changed:
* - Updated localization files to include new messages related to repository creation.
*
* Fixed:
* - Improved error handling and messages throughout the extension.
2024-10-31 14:58:36 +01:00
218970e57b Add release packages
* chore(package.json): update version from 1.2.2 to 1.3.0
* feat(gitea-workflow-1.3.0.vsix): add new release file for version 1.3.0
2024-10-23 20:14:14 +02:00
5f749c57c8 Support of multiple Gitea instances
* chore(gitea-git-clone): update CHANGELOG.md and README.md
* feat(gitea-git-clone): add support for multiple Gitea instances
* feat(gitea-git-clone): enhance status bar integration with branch and build status
* fix(gitea-git-clone): fix issues with status bar items not updating correctly
* fix(gitea-git-clone): fix issues with long commit messages causing errors when creating pull requests
2024-10-23 20:11:31 +02:00
aea0ffbac6 Truncate commit title longer than 255 characters
* chore(gitea-git-clone): update changelog and package version
* fix(gitea-git-clone): truncate commit titles and bodies longer than 255 and 65535 characters respectively
* feat(gitea-git-clone): show warning messages when commit titles and bodies are truncated
2024-10-23 12:19:17 +02:00
ec64c46117 * chore(gitea-git-clone): update changelog and package version
* feat(gitea-git-clone): add more verbose error handling
* fix(gitea-git-clone): fix error message for pull request creation
* fix(gitea-git-clone): fix error message for default branch retrieval
* fix(gitea-git-clone): fix error message for repository retrieval
* fix(gitea-git-clone): fix error message for authentication failure
* fix(gitea-git-clone): fix error message for pull request retrieval
* fix(gitea-git-clone): fix error message for pull request creation
* fix(gitea-git-clone): fix error message for pull request retrieval
* fix(gitea-git-clone): fix error message for pull request creation
* fix(gitea-git-clone): fix error message for default branch retrieval
* fix(gitea-git-clone): fix error message for repository
2024-10-23 11:24:16 +02:00
f5e4d1da74 Show Open Pull Requests
* chore(gitea-git-clone): update changelog and package version
* feat(gitea-git-clone): add support for showing open pull requests
* docs(gitea-git-clone): update README.md with new features and commands
* feat(gitea-git-clone): add localization support for open pull requests
* fix(gitea-git-clone): fix typo in package.nls.json
* fix(gitea-git-clone): fix typo in package.json
* feat(gitea-git-clone): add functions for retrieving and showing open pull requests
* feat(gitea-git-clone): add command for showing open pull requests
* feat(gitea-git-clone): create status bar item for showing open pull requests
* fix(gitea-git-clone): fix missing comma in package.json
* fix(gitea-git-clone): fix missing comma in package.nls.de.json
* fix(gitea-git
2024-10-21 21:11:19 +02:00
d49abb060d * chore(gitea-git-clone): update CHANGELOG.md and package.json for version 1.1.0
* fix(gitea-git-clone): add `git clone` functionality again, after it got "lost on the way"
* feat(gitea-git-clone): add localization for English and German
* feat(gitea-git-clone): if working in PR show different Icon with hint
* fix(gitea-git-clone): fix progress bar in notification
2024-10-21 10:22:56 +02:00
7544998d93 * feat(extension.ts): add support for localization in Gitea Git Clone extension
* feat(extension.ts): add command to clone a repository from Gitea
2024-10-21 10:17:08 +02:00
2f58d729ab
* chore(gitea-git-clone): update changelog and package.json for version 1.0.2
* - Translate strings to English
* - Streamline Auth, Login and URL Setup
* - Add Link to Public Repo
* - Fix changelog
2024-10-21 03:18:15 +02:00
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
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
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
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