Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SciCrunch
/
quantitative-db
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
7
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Sql base tables pytest
- #21
#21
Open
tmsincomb
wants to merge 66 commits into
master
SciCrunch/quantitative-db:master
from
sql-base-tables-pytest
SciCrunch/quantitative-db:sql-base-tables-pytest
Copy head branch name to clipboard
Conversation
Commits
66
(66)
Checks
Files changed
Open
Sql base tables pytest
#21
tmsincomb
wants to merge 66 commits into
master
SciCrunch/quantitative-db:master
from
sql-base-tables-pytest
SciCrunch/quantitative-db:sql-base-tables-pytest
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2026
local postgres boilerplate
tmsincomb
committed
335cd8e
View commit details
Copy full SHA for 335cd8e
Browse repository at this point
Update dbsetup_local to use TEST_DATABASE variable and enhance local_test_database.sql with local settings
tmsincomb
committed
79b2fda
View commit details
Copy full SHA for 79b2fda
Browse repository at this point
Commits on Mar 9, 2026
reverting back to pre-commit being added although not used as this time
tmsincomb
committed
274f547
View commit details
Copy full SHA for 274f547
Browse repository at this point
Commits on Mar 24, 2026
Add .factory mission infrastructure for deep-upsert mission
Show description for 6c2f7b3
tmsincomb
committed
6c2f7b3
View commit details
Copy full SHA for 6c2f7b3
Browse repository at this point
Add SchemaGraph class for FK dependency introspection
Show description for 5fff647
tmsincomb
committed
5fff647
View commit details
Copy full SHA for 5fff647
Browse repository at this point
Fix scrutiny gates: exclude test_api.py (AWS), add typecheck/lint commands, run formatters
Show description for 81008af
tmsincomb
committed
81008af
View commit details
Copy full SHA for 81008af
Browse repository at this point
Record schema-engine scrutiny findings
tmsincomb
committed
77f5a1c
View commit details
Copy full SHA for 77f5a1c
Browse repository at this point
Update worker skill: correct test command, per-feature imports, add pre-commit step
tmsincomb
committed
c8afc19
View commit details
Copy full SHA for c8afc19
Browse repository at this point
Fix test coverage gaps: validate fk_map against reflected schema, check composite FK ordering
tmsincomb
committed
73452b0
View commit details
Copy full SHA for 73452b0
Browse repository at this point
Record passing schema-engine scrutiny rerun
tmsincomb
committed
a8d148a
View commit details
Copy full SHA for a8d148a
Browse repository at this point
Record passing schema-engine user testing
tmsincomb
committed
8ce4ebb
View commit details
Copy full SHA for 8ce4ebb
Browse repository at this point
Add deep upsert primitives: get_or_create, resolve_fk_value, deep_upsert
Show description for 9cccc5b
tmsincomb
committed
9cccc5b
View commit details
Copy full SHA for 9cccc5b
Browse repository at this point
Record failing deep-upsert scrutiny findings
tmsincomb
committed
127164e
View commit details
Copy full SHA for 127164e
Browse repository at this point
Fix deep_upsert trigger ordering: auto-create obj_desc_quant/obj_desc_cat
Show description for ff9683a
tmsincomb
committed
ff9683a
View commit details
Copy full SHA for ff9683a
Browse repository at this point
Record failing deep-upsert scrutiny rerun
tmsincomb
committed
402feea
View commit details
Copy full SHA for 402feea
Browse repository at this point
Fix _ensure_obj_desc_inst to match specific (object, desc_inst) pair
Show description for 10db2cd
tmsincomb
committed
10db2cd
View commit details
Copy full SHA for 10db2cd
Browse repository at this point
Record passing deep-upsert scrutiny rerun
tmsincomb
committed
6f9c644
View commit details
Copy full SHA for 6f9c644
Browse repository at this point
Record passing deep-upsert user testing
tmsincomb
committed
ceefcbf
View commit details
Copy full SHA for ceefcbf
Browse repository at this point
Add Ingest class with row/batch/get/session API, error handling, and lookup table protection
Show description for 9bd7f66
tmsincomb
committed
9bd7f66
View commit details
Copy full SHA for 9bd7f66
Browse repository at this point
Fix scrutiny issues: lookup table guard, write-based session tests, stronger error assertions
Show description for 0fa295c
tmsincomb
committed
0fa295c
View commit details
Copy full SHA for 0fa295c
Browse repository at this point
Record failing user-api scrutiny rerun
tmsincomb
committed
3494cff
View commit details
Copy full SHA for 3494cff
Browse repository at this point
Add is_lookup guard to Ingest.batch() with regression tests
Show description for 3a4639f
tmsincomb
committed
3a4639f
View commit details
Copy full SHA for 3a4639f
Browse repository at this point
Record passing user-api scrutiny rerun
tmsincomb
committed
c8dc25e
View commit details
Copy full SHA for c8dc25e
Browse repository at this point
Record passing user-api user testing
tmsincomb
committed
4b0b70a
View commit details
Copy full SHA for 4b0b70a
Browse repository at this point
Add integration validation tests: E2E, no external URLs, idempotency, batch 100+, cross-table consistency
Show description for d9a6d3d
tmsincomb
committed
d9a6d3d
View commit details
Copy full SHA for d9a6d3d
Browse repository at this point
Update worker skill: scope external-URL grep to mission test files only
tmsincomb
committed
9eb77d1
View commit details
Copy full SHA for 9eb77d1
Browse repository at this point
Fix integration test gaps: strict rg exit code check and batch PK/SQL verification
Show description for 5ddcd1e
tmsincomb
committed
5ddcd1e
View commit details
Copy full SHA for 5ddcd1e
Browse repository at this point
Record passing integration-tests scrutiny rerun
tmsincomb
committed
d2d4559
View commit details
Copy full SHA for d2d4559
Browse repository at this point
Record passing integration-tests user testing
tmsincomb
committed
2987bfb
View commit details
Copy full SHA for 2987bfb
Browse repository at this point
Update README.org with ingestion layer docs, usage example, and setup instructions
tmsincomb
committed
f090e5f
View commit details
Copy full SHA for f090e5f
Browse repository at this point
Commits on Mar 25, 2026
Revert README.org to original; add docs/deep-upsert-upgrade.md for ingestion layer summary
tmsincomb
committed
0229281
View commit details
Copy full SHA for 0229281
Browse repository at this point
Add snapshot extraction module and f006 gold-standard fixture files
Show description for 60a5d51
tmsincomb
committed
60a5d51
View commit details
Copy full SHA for 60a5d51
Browse repository at this point
Add snapshot comparison utilities with structured diff results
Show description for b12e486
tmsincomb
committed
b12e486
View commit details
Copy full SHA for b12e486
Browse repository at this point
Record gold-standard-snapshots scrutiny failures
tmsincomb
committed
69506b0
View commit details
Copy full SHA for 69506b0
Browse repository at this point
Fix snapshot scrutiny issues: full-row equality tests, shared rebuild_database, missing file detection, row count mismatch
Show description for 2db9dab
tmsincomb
committed
2db9dab
View commit details
Copy full SHA for 2db9dab
Browse repository at this point
Fix rebuild_database dependency in test fixtures
Show description for 1324179
tmsincomb
committed
1324179
View commit details
Copy full SHA for 1324179
Browse repository at this point
Record passing gold-standard-snapshots scrutiny rerun
tmsincomb
committed
805e53e
View commit details
Copy full SHA for 805e53e
Browse repository at this point
Add mission infrastructure: worker skill, services, library, validation artifacts
tmsincomb
committed
ad75dd4
View commit details
Copy full SHA for ad75dd4
Browse repository at this point
Add entity metadata extraction (extract_v2) with 37 tests
Show description for febd255
tmsincomb
committed
febd255
View commit details
Copy full SHA for febd255
Browse repository at this point
Add fascicle/fiber CSV extraction and JPX file extraction (extract_v2)
Show description for 143ffbf
tmsincomb
committed
143ffbf
View commit details
Copy full SHA for 143ffbf
Browse repository at this point
Apply blue formatter to extract_v2.py and test_extract_v2.py
tmsincomb
committed
9692546
View commit details
Copy full SHA for 9692546
Browse repository at this point
Add macOS path length constraint to environment docs
tmsincomb
committed
8f04d7c
View commit details
Copy full SHA for 8f04d7c
Browse repository at this point
Add NCBITaxon_9606 species alias to _translate_species()
tmsincomb
committed
2c35ec6
View commit details
Copy full SHA for 2c35ec6
Browse repository at this point
Record extraction-layer scrutiny rerun
tmsincomb
committed
e4fb2d6
View commit details
Copy full SHA for e4fb2d6
Browse repository at this point
Override extraction-layer scrutiny: CSV issues are platform constraints, not code defects
tmsincomb
committed
489d8d8
View commit details
Copy full SHA for 489d8d8
Browse repository at this point
Record extraction-layer user-testing validation: all 4 assertions passed
tmsincomb
committed
cb02321
View commit details
Copy full SHA for cb02321
Browse repository at this point
Add dump-based ingest v2 pipeline: extract, delete, re-insert f006 data
Show description for 712e2e3
tmsincomb
committed
712e2e3
View commit details
Copy full SHA for 712e2e3
Browse repository at this point
Add TestComparisonProof: exact count assertions, breakdown verification, spot-checks, and idempotency test
Show description for 9118200
tmsincomb
committed
9118200
View commit details
Copy full SHA for 9118200
Browse repository at this point
Record deep-upsert-ingest scrutiny findings
tmsincomb
committed
2cab109
View commit details
Copy full SHA for 2cab109
Browse repository at this point
Fix VAL-ING-013 spot-check: compare re-ingested values against pre-delete baseline
Show description for f00a381
tmsincomb
committed
f00a381
View commit details
Copy full SHA for f00a381
Browse repository at this point
Record deep-upsert-ingest milestone validation: all 17 assertions passed
tmsincomb
committed
2623caf
View commit details
Copy full SHA for 2623caf
Browse repository at this point
Add AWS schema setup/teardown scripts, test_aws.py with --run-aws flag
Show description for 2be1223
tmsincomb
committed
2be1223
View commit details
Copy full SHA for 2be1223
Browse repository at this point
Commits on Mar 26, 2026
AWS E2E: add ingest tests, fix TRIGGER USER for RDS, fix teardown hang, handle cross-dataset equiv_inst
Show description for 85e8521
tmsincomb
committed
85e8521
View commit details
Copy full SHA for 85e8521
Browse repository at this point
Fix AWS E2E: DISABLE TRIGGER USER, teardown performance, SQL alias do->do2
Show description for d24e316
tmsincomb
committed
d24e316
View commit details
Copy full SHA for d24e316
Browse repository at this point
Commits on Mar 28, 2026
Remove .factory/ and AI-generated docs from git tracking
tmsincomb
committed
0c5b133
View commit details
Copy full SHA for 0c5b133
Browse repository at this point
Add .factory mission infrastructure for MicroCT dataset ingestion
tmsincomb
committed
997683b
View commit details
Copy full SHA for 997683b
Browse repository at this point
Add MicroCT schema lookup data: units mm/mm2, sd agg type, nerve/fascicle/summary descriptors, edge descriptors_cat, boolean controlled_terms
Show description for d0533a1
tmsincomb
committed
d0533a1
View commit details
Copy full SHA for d0533a1
Browse repository at this point
Add MicroCT extraction module with all parsing functions and 57 unit tests
Show description for 92fda62
tmsincomb
committed
92fda62
View commit details
Copy full SHA for 92fda62
Browse repository at this point
Record schema-extraction scrutiny results
tmsincomb
committed
c981090
View commit details
Copy full SHA for c981090
Browse repository at this point
Fix pixel conversion, SQL idempotency, and descriptor units for MicroCT
Show description for 2dbe4ac
tmsincomb
committed
2dbe4ac
View commit details
Copy full SHA for 2dbe4ac
Browse repository at this point
Record schema-extraction scrutiny rerun
tmsincomb
committed
e015869
View commit details
Copy full SHA for e015869
Browse repository at this point
Record schema-extraction user testing results
tmsincomb
committed
dce4b43
View commit details
Copy full SHA for dce4b43
Browse repository at this point
Add MicroCT ingestion pipeline and 22 integration tests
Show description for 7f84110
tmsincomb
committed
7f84110
View commit details
Copy full SHA for 7f84110
Browse repository at this point
Record ingest-test scrutiny results
tmsincomb
committed
2a52257
View commit details
Copy full SHA for 2a52257
Browse repository at this point
Record ingest-test scrutiny rerun
tmsincomb
committed
f09fce7
View commit details
Copy full SHA for f09fce7
Browse repository at this point
Commits on May 4, 2026
tutorial
tmsincomb
committed
2285c16
View commit details
Copy full SHA for 2285c16
Browse repository at this point
You can’t perform that action at this time.