Commit Graph

6 Commits

Author SHA1 Message Date
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
3e77dd62f7 * chore(gitea-git-clone): update changelog for version 1.2.1
* fix(gitea-git-clone): cloning into existing subpath working again
* fix(gitea-git-clone): update German translation for targetExists message
* fix(gitea-git-clone): update English translation for targetExists message
* fix(gitea-git-clone): update cloneGiteaRepository function to check if target directory already exists before cloning
2024-10-23 10:46:48 +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
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