Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"id": "a032d236",
"driftVersion": "0.9.48",
"schemaVersion": "2.0.0",
"createdAt": "2026-02-04T01:23:24.161Z",
"reason": "pre_destructive_operation",
"sizeBytes": 39629544,
"checksum": "78f61599bbfa03839566c8c30b02a4830f7e5f1c9d5aef3e2211a6e82168af40",
"originalPath": "/Users/geoffreyfernald/drift/drift/.drift",
"projectName": "drift",
"compressed": true,
"files": [
"audit/degradation.json",
"audit/latest.json",
"audit/snapshots/2026-02-04.json",
"config.json",
"dna/styling.json",
"drift.db",
"drift.db-shm",
"drift.db-wal",
"error-handling/analysis.json",
"lake/callgraph/callgraph.db",
"lake/callgraph/callgraph.db-shm",
"lake/callgraph/callgraph.db-wal",
"manifest.json",
"memory/cortex.db",
"module-coupling/graph.json",
"source-of-truth.json",
"test-topology/summary.json",
"views/status.json"
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
32 changes: 32 additions & 0 deletions .drift-backups/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,38 @@
"views/security-summary.json",
"views/status.json"
]
},
{
"id": "a032d236",
"driftVersion": "0.9.48",
"schemaVersion": "2.0.0",
"createdAt": "2026-02-04T01:23:24.161Z",
"reason": "pre_destructive_operation",
"sizeBytes": 39629544,
"checksum": "78f61599bbfa03839566c8c30b02a4830f7e5f1c9d5aef3e2211a6e82168af40",
"originalPath": "/Users/geoffreyfernald/drift/drift/.drift",
"projectName": "drift",
"compressed": true,
"files": [
"audit/degradation.json",
"audit/latest.json",
"audit/snapshots/2026-02-04.json",
"config.json",
"dna/styling.json",
"drift.db",
"drift.db-shm",
"drift.db-wal",
"error-handling/analysis.json",
"lake/callgraph/callgraph.db",
"lake/callgraph/callgraph.db-shm",
"lake/callgraph/callgraph.db-wal",
"manifest.json",
"memory/cortex.db",
"module-coupling/graph.json",
"source-of-truth.json",
"test-topology/summary.json",
"views/status.json"
]
}
]
}
220 changes: 220 additions & 0 deletions drift/.driftignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,220 @@
node_modules/**
.git/**
.svn/**
.hg/**
.drift/**
dist/**
build/**
out/**
output/**
coverage/**
.next/**
.nuxt/**
.output/**
.vercel/**
.netlify/**
.npm/**
.yarn/**
.pnpm-store/**
.turbo/**
.nx/**
.angular/**
.parcel-cache/**
bower_components/**
__pycache__/**
.venv/**
venv/**
env/**
.eggs/**
*.egg-info/**
.tox/**
.nox/**
.mypy_cache/**
.pytest_cache/**
.ruff_cache/**
.pytype/**
htmlcov/**
.hypothesis/**
*.pyc
*.pyo
*.pyd
.Python
pip-wheel-metadata/**
bin/**
obj/**
packages/**
.vs/**
TestResults/**
BenchmarkDotNet.Artifacts/**
*.dll
*.exe
*.pdb
*.nupkg
*.snupkg
*.msi
*.msix
wwwroot/lib/**
publish/**
artifacts/**
target/**
.gradle/**
.m2/**
.mvn/**
*.class
*.jar
*.war
*.ear
*.nar
hs_err_pid*
vendor/**
*.exe
*.test
*.out
target/**
*.rlib
*.rmeta
Cargo.lock
cmake-build-*/**
CMakeFiles/**
CMakeCache.txt
.ccache/**
conan/**
*.o
*.obj
*.a
*.lib
*.so
*.so.*
*.dylib
*.dll
*.exe
*.out
*.app
*.dSYM/**
*.gcno
*.gcda
*.gcov
.bundle/**
vendor/bundle/**
*.gem
vendor/**
storage/framework/**
bootstrap/cache/**
*.phar
_build/**
deps/**
.elixir_ls/**
*.beam
erl_crash.dump
.build/**
DerivedData/**
Pods/**
Carthage/**
*.xcworkspace/**
*.xcodeproj/**
*.playground/**
*.ipa
*.dSYM/**
.gradle/**
.cxx/**
*.apk
*.aab
*.ap_
local.properties
.idea/**
.vscode/**
.vs/**
.eclipse/**
.settings/**
*.swp
*.swo
*~
.project
.classpath
*.iml
.DS_Store
Thumbs.db
desktop.ini
*.lnk
*.log
logs/**
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
tmp/**
temp/**
.cache/**
.temp/**
.tmp/**
*.zip
*.rar
*.7z
*.tar
*.tar.gz
*.tgz
*.tar.bz2
*.tar.xz
*.gz
*.bz2
*.xz
*.sqlite
*.sqlite3
*.db
*.mdb
*.accdb
*.mp3
*.mp4
*.avi
*.mov
*.wmv
*.flv
*.wav
*.ogg
*.pdf
*.doc
*.docx
*.xls
*.xlsx
*.ppt
*.pptx
*.psd
*.ai
*.sketch
*.fig
*.min.js
*.min.css
*.bundle.js
*.bundle.css
*.chunk.js
*.chunk.css
*.map
*.js.map
*.css.map
package-lock.json
yarn.lock
pnpm-lock.yaml
composer.lock
Gemfile.lock
poetry.lock
Pipfile.lock
go.sum
_site/**
.docusaurus/**
.vitepress/**
docs/_build/**
site/**
javadoc/**
apidoc/**
.terraform/**
*.tfstate
*.tfstate.*
.docker/**
.kube/**
.serverless/**
.aws-sam/**
fixtures/**/*.json
__fixtures__/**
test-data/**
testdata/**
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@types/node": "^20.10.0",
"@types/node": "^25.2.0",
"@vitest/coverage-v8": "^1.0.0",
"eslint": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"husky": "^8.0.3",
"prettier": "^3.1.0",
"tsx": "^4.7.0",
"turbo": "^1.11.0",
"typescript": "^5.3.0",
"typescript-eslint": "^8.0.0",
"vitest": "^1.0.0"
"vitest": "^4.0.18"
},
"packageManager": "pnpm@8.10.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"driftdetect-core": "^0.9.28"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/node": "^25.2.0",
"@vitest/coverage-v8": "^1.0.0",
"typescript": "^5.3.0",
"vitest": "^1.0.0"
"vitest": "^4.0.18"
}
}
4 changes: 2 additions & 2 deletions packages/ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"simple-git": "^3.30.0"
},
"devDependencies": {
"@types/node": "^20.19.30",
"@types/node": "^25.2.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0",
"vitest": "^1.0.0"
"vitest": "^4.0.18"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/cibench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"glob": "^10.3.10"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/node": "^25.2.0",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
"vitest": "^4.0.18"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/node": "^20.10.0",
"@types/node": "^25.2.0",
"@vitest/coverage-v8": "^1.0.0",
"fast-check": "^3.15.0",
"typescript": "^5.3.0",
"vitest": "^1.0.0"
"vitest": "^4.0.18"
}
}
Loading
Loading