-
Notifications
You must be signed in to change notification settings - Fork 528
Repo manager with parsing logic #566
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
425dd9f
repo manager v1
Dsantra92 bfe3a00
Parsing working
Dsantra92 9dba217
Repo manager with unique id and eviction policy update
Dsantra92 a9c970d
potpie working
Dsantra92 c4a221e
old parity + delete some files
Dsantra92 112c048
coderabbit fixes
Dsantra92 86856fa
Parsing working correctly for symlinks
Dsantra92 6dffafa
Merge 86856fa5d75fa6b12ad0aaa634b0cd2a98d0c44d into 921384208d4793a36…
Dsantra92 f4c8909
chore: Auto-fix pre-commit issues
github-actions[bot] e2dd43f
CodeRabbit fixes
Dsantra92 2ac1c8e
coderabbit fix 2
Dsantra92 18e143f
Use already resolved github_token
Dsantra92 1525055
Don't follow symlinks
Dsantra92 d29a1ac
exist ok for worktress
Dsantra92 006e76d
potpie fix
Dsantra92 09d35f7
CodeRabbit Fix
Dsantra92 c3bec4f
demo revert changes
Dsantra92 c7837af
update with main
Dsantra92 873fa2c
fix random choice
Dsantra92 efa2e91
async create_task
Dsantra92 2b027a2
ssl fix
Dsantra92 8332239
all requested changes
Dsantra92 6a2d1a4
async fix
Dsantra92 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Unused
dbparameter.If this is intentionally unused, consider renaming to
_dbto avoid lint noise.🧹 Suggested fix
📝 Committable suggestion
🧰 Tools
🪛 Ruff (0.14.14)
[warning] 291-291: Unused static method argument:
db(ARG004)
🤖 Prompt for AI Agents