Skip to content

Commit b69d47d

Browse files
authored
Revert "Feature: graph tool (#169)" (#195)
This reverts commit a1063e8.
1 parent aeccdfe commit b69d47d

File tree

8 files changed

+1
-14362
lines changed

8 files changed

+1
-14362
lines changed

.env.example

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
11
XAI_API_KEY=""
22
OPENAI_API_KEY=
33
DATABASE_URL="postgresql://username:password@host:port/database"
4-
5-
# Code Graph Backend Configuration
6-
# Copy this to .env and adjust values as needed
7-
8-
# Server Configuration
9-
CODE_GRAPH_SERVER_URL=http://127.0.0.1
10-
CODE_GRAPH_SERVER_PORT=5000
11-
12-
# Authentication
13-
# Token used to authenticate with the code-graph backend server
14-
CODE_GRAPH_AUTH_TOKEN=secret
15-
16-
# Ignore Patterns
17-
# Comma-separated list of patterns to ignore during repository analysis
18-
CODE_GRAPH_IGNORE_PATTERNS=./.github,./build,./node_modules,./.git,./.vscode,./__pycache__,./.pytest_cache

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,4 @@ dist
182182

183183
playwright-results/
184184
playwright-report/
185-
test-results/
186-
src/.DS_Store
187-
src/api/.DS_Store
188-
.DS_Store
185+
test-results/

0 commit comments

Comments
 (0)