-
Notifications
You must be signed in to change notification settings - Fork 86
[Integration][Github] Added Github Ocean Integration #1507
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
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
User description
Description
What - A new GitHub integration for Port's Ocean framework that syncs GitHub resources to Port.
Why - To allow Port users to import and track their GitHub resources (repositories, pull requests, issues, teams, and workflows) in their developer portal.
How - Using GitHub's REST API v3 with async processing, rate limiting, and webhook support.
Type of change
Please leave one option from the following and delete the rest:
All tests should be run against the port production environment(using a testing org).
Core testing checklist
Integration testing checklist
examples
folder in the integration directory.Preflight checklist
Screenshots
Include screenshots from your environment showing how the resources of the integration will look.
API Documentation
Provide links to the API documentation used for this integration.
Additional Implementation Details:
PR Type
Enhancement, Documentation, Tests
Description
Added a new GitHub integration to sync repositories, pull requests, issues, teams, and workflows.
Implemented a GitHub client with rate-limited API requests.
Defined resource blueprints and mappings for GitHub entities in Port.
Included example environment configuration and documentation for setup and contribution.
Changes walkthrough 📝
6 files
Implement GitHub client with API rate-limiting
Add debug entry point for GitHub integration
Define GitHub integration logic and resource handling
Add main entry point for GitHub integration
Define resource blueprints for GitHub entities
Add Port app configuration for GitHub integration
1 files
Add placeholder test for GitHub integration
4 files
Add VSCode debug configuration for GitHub integration
Configure Poetry virtual environment for GitHub integration
Define project dependencies and tools for GitHub integration
Add SonarQube configuration for GitHub integration
5 files
Provide example environment configuration for GitHub integration
Specify GitHub integration features and configurations
Add changelog for GitHub integration
Add contributing guidelines for GitHub integration
Add README for GitHub integration
1 files
Add Makefile for GitHub integration infrastructure
3 files