FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Local directory support by brendan-kellam · Pull Request #56 · sourcebot-dev/sourcebot · GitHub

Local directory support - #56

Merged
brendan-kellam merged 8 commits into
mainfrom
bkellam/local_folders
Nov 1, 2024
Merged

Local directory support#56
brendan-kellam merged 8 commits into
mainfrom
bkellam/local_folders

Conversation

brendan-kellam commented Nov 1, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

This PR expands the configuration schema to support local directories. For example:

{
    "$schema": "./schemas/v2/index.json",
    "repos": [
        {
            "type": "local",
            "path": "/path/to/my/repo",
            "watch": true,
            "exclude": {
                "paths": [
                    ".git",
                    "node_modules"
                ]
            }
        }
    ]
}

Fixes #19

Comment thread packages/backend/src/zoekt.ts Outdated
msukkari previously approved these changes Nov 1, 2024
brendan-kellam merged commit 7966c14 into main Nov 1, 2024
brendan-kellam deleted the bkellam/local_folders branch November 1, 2024 17:51
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
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.

FR: Support indexing of local directories

2 participants


Back | FazBrowse Home | New Git URL