-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Update requirements and add GitHub client for organization and … #5
Conversation
…repository management feat: Update child pages for each github org to include details about each org for searchability
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
User description
…repository management
feat: Update child pages for each github org to include details about each org for searchability
PR Type
enhancement, documentation
Description
GitHubClient
class to manage GitHub organizations and repositories, including fetching data and generating markdown documentation.GitHubClient
andGetOutlineClient
, adding retry mechanisms for document operations.requirements.txt
, including the addition of thetenacity
library for retry functionality.Changes walkthrough 📝
github.py
Add GitHub client for organization and repository management
app/github.py
GitHubClient
class for managing GitHub organizations andrepositories.
main.py
Enhance main script with GitHub and Outline integration
app/main.py
GitHubClient
andGetOutlineClient
for document updates.README.md
Update README with GitHub token permissions
README.md
GITHUB_TOKEN
.requirements.txt
Update dependencies for enhanced functionality
requirements.txt
glueops-helpers
to version 0.6.0.tenacity
library for retry functionality.