Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Sourceforge repositories #573

Closed
wants to merge 1 commit into from

Conversation

Siddhant-K-code
Copy link
Collaborator

@Siddhant-K-code Siddhant-K-code commented May 6, 2024

DO NOT MERGE -- Experiment w/ Copilot workspace

This pull request introduces support for Sourceforge repositories in the github1s project, expanding its capability to include another major code hosting platform.

  • Adds Sourceforge adapter: Implements a new Sourceforge1sAdapter class along with a Sourceforge1sDataSource class to handle data fetching from Sourceforge repositories. This includes methods for fetching repository details, directories, files, branches, tags, commits, text search results, file blame ranges, symbol definitions, references, and hover information.
  • Integrates Sourceforge adapter: Modifies the extensions/github1s/src/adapters/index.ts file to import and register the newly created Sourceforge adapter, allowing the application to recognize and interact with Sourceforge repositories.
  • Updates documentation: Amends the README.md file to include information on accessing Sourceforge repositories using the new adapter, ensuring users are aware of this new feature and how to use it.

For more details, open the Copilot Workspace session.

Copy link

vercel bot commented May 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github1s ❌ Failed (Inspect) May 6, 2024 6:33pm

@Siddhant-K-code Siddhant-K-code deleted the Siddhant-K-code/feat/add-sourceforge branch May 6, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant