Skip to content

Conversation

imanojz
Copy link

@imanojz imanojz commented Oct 18, 2025

πŸ“Œ Fixes

Fixes #184

What:

This pull request introduces full Gitee integration into Scrum Helper, allowing users to generate Scrum reports based on their Gitee activity β€” just like with GitHub and GitLab.

Why:

Previously, Scrum Helper supported only GitHub and GitLab. Many developers use Gitee as their main Git hosting service, especially in regions like China. Adding Gitee support expands accessibility and makes the tool more versatile.

How:

  • Added a new GiteeHelper.js file for handling all Gitee API interactions.
  • Updated scrumHelper.js and popup.js to include else if (platform === 'gitee') logic.
  • Implemented proper username validation and error handling for Gitee.
  • Enhanced updatePlatformUI() to correctly display Gitee-related labels and hide/show relevant sections.

Result:

Users can now choose Gitee as their platform to generate complete Scrum reports from commits, issues, and merge requests, achieving feature parity with GitHub and GitLab.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @imanojz, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@github-actions github-actions bot added javascript Pull requests that update javascript code core frontend extension labels Oct 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core extension frontend javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement]: Add support for Gitee

1 participant