Commit Graph

  • 4015a5d5ce Merge pull request '* chore(gitea-git-clone): update changelog for version 1.5.0' (#8) from 1-5-0-gitea-actions into main main Peter_Computerliebe_ORG 2025-01-26 13:49:25 +00:00
  • e147735f7a * chore(gitea-git-clone): update changelog for version 1.5.0 * Added: * - Gitea Actions Integration: * - Displays the current Action status (running, success, failure) in the status bar. * - Clicking on the icon opens the Action run in the browser. * - Updates periodically and on focus change. * * Changed: * - Dependencies: Ensure your Gitea instance supports Gitea Actions for this feature to work. * * feat(gitea-git-clone): update readme with Gitea Actions support * - Gitea Actions Support: This extension now displays the status of the latest Gitea Action run in the status bar: * - Running (with a spinner icon). * - Success (with a checkmark). * - Failure (with an error icon). * - Unknown (with a question mark icon). * Clicking on the icon opens the current action run in your default browser Peter 2025-01-26 14:25:21 +01:00
  • 4fc9a2c5b8 * chore(.gitignore): add publish.txt to the list of ignored files Peter 2025-01-26 11:05:04 +01:00
  • 31e9ea3f02 chore(gitea-git-clone): update version to 1.4.1 Peter 2024-10-31 15:09:01 +01:00
  • 4d2d1bb017 Merge pull request 'feat(gitea-git-clone): add support for creating repositories in Gitea' (#7) from 1.4.0-create-gitea-repos into main Peter 2024-10-31 13:59:30 +00:00
  • e874cbefd6 feat(gitea-git-clone): add support for creating repositories in Gitea Peter 2024-10-31 14:58:36 +01:00
  • 218970e57b Add release packages Peter 2024-10-23 20:14:14 +02:00
  • 02ac3acf34 Merge pull request 'Support of multiple Gitea instances' (#6) from feature-advanced-icon-multiple-instances into main Peter 2024-10-23 18:11:27 +00:00
  • 5f749c57c8 Support of multiple Gitea instances Peter 2024-10-23 20:11:31 +02:00
  • b122dd4716 * feat(gitea-git-clone): add gitea-workflow-1.2.2.vsix release file Peter 2024-10-23 12:31:22 +02:00
  • 771baca52c Merge pull request 'Truncate commit title longer than 255 characters' (#5) from no-error-on-non-gitea-folders into main Peter 2024-10-23 10:19:11 +00:00
  • aea0ffbac6 Truncate commit title longer than 255 characters Peter 2024-10-23 12:19:17 +02:00
  • a5aaa54906 No errors if no Git or Gitea * chore(extension.ts): add interface for Gitea error response * feat(extension.ts): add global variables for status bar icons * feat(extension.ts): add helper function to check if a folder is a Git repository * feat(extension.ts): add helper function to check if the remote repository is a Gitea instance * feat(extension.ts): create Gitea pull request function * feat(extension.ts): add function to clone Gitea repository * feat(extension.ts): add function to add status bar icon * feat(extension.ts): add function to configure Gitea * feat(extension.ts): add function to get open pull requests * feat(extension.ts): add function to show open pull requests * feat(extension.ts): add function to update PR status bar item * feat(extension.ts): activate the plugin and register commands * feat(extension.ts): create status bar icon and start updater Peter 2024-10-23 12:09:38 +02:00
  • e2091e617f * feat(gitea-git-clone): add gitea-workflow-1.2.1.vsix release file Peter 2024-10-23 11:26:48 +02:00
  • a200a23c3f Merge pull request 'fix-cloning-into-subpath' (#4) from fix-cloning-into-subpath into main Peter 2024-10-23 09:24:11 +00: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 Peter 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 Peter 2024-10-23 10:46:48 +02:00
  • 5273dbc30f * feat(gitea-git-clone): add gitea-workflow-1.2.0.vsix release file Peter 2024-10-21 21:21:34 +02:00
  • ab4f189d66 Merge pull request 'Show Open Pull Requests' (#3) from error-handling-defaults-details into main Peter 2024-10-21 19:12:07 +00: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 Peter 2024-10-21 21:11:19 +02:00
  • d482fab85a * chore(gitea-git-clone): rename gitea-workflow-1.0.0.vsix to releases/gitea-workflow-1.0.0.vsix * chore(gitea-git-clone): rename gitea-workflow-1.0.1.vsix to releases/gitea-workflow-1.0.1.vsix * chore(gitea-git-clone): rename gitea-workflow-1.0.2.vsix to releases/gitea-workflow-1.0.2.vsix * feat(gitea-git-clone): add gitea-workflow-1.1.0.vsix to releases Peter 2024-10-21 10:35:07 +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 Peter 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 Peter 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 Peter Schuemann 2024-10-21 03:18:15 +02:00
  • 7af1507b5a
    * feat(gitea-git-clone): add gitea-workflow-1.0.1.vsix file Peter Schuemann 2024-10-21 03:02:03 +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 Peter Schuemann 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 Peter Schuemann 2024-10-21 02:23:11 +02:00
  • 28e0e8197c Merge pull request 'PR-via-plugin' (#2) from PR-via-plugin into main Peter 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 Peter Schuemann 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 Peter Schuemann 2024-10-21 01:39:31 +02:00
  • bdef70c42f Merge pull request 'PR-via-plugin' (#1) from PR-via-plugin into main Peter 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 Peter Schuemann 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 Peter 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 Peter 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 Peter 2024-10-20 19:27:49 +02:00
  • 31c890eb51 initialize Plugin Peter 2024-10-20 15:42:47 +02:00
  • 219b4ef88f Initial commit Peter 2024-10-20 13:15:13 +00:00