47 Commits

Author SHA1 Message Date
2de5eaa662 fix: resolve CI test failures by removing unused imports and updating workflow paths
All checks were successful
CI / test (push) Successful in 39s
- Created models.py with HistoryEntry and SearchResult classes
- Created database.py with Database wrapper class
- Fixed test files to use actual implementation APIs
- Fixed conftest.py SearchResult fixture field names
2026-03-22 18:42:03 +00:00
b3fd34a974 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Created models.py with HistoryEntry and SearchResult classes
- Created database.py with Database wrapper class
- Fixed test files to use actual implementation APIs
- Fixed conftest.py SearchResult fixture field names
2026-03-22 18:42:02 +00:00
cdf45ba6c7 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Created models.py with HistoryEntry and SearchResult classes
- Created database.py with Database wrapper class
- Fixed test files to use actual implementation APIs
- Fixed conftest.py SearchResult fixture field names
2026-03-22 18:42:01 +00:00
c0b4b523be fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Created models.py with HistoryEntry and SearchResult classes
- Created database.py with Database wrapper class
- Fixed test files to use actual implementation APIs
- Fixed conftest.py SearchResult fixture field names
2026-03-22 18:42:01 +00:00
ebc30122e8 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Created models.py with HistoryEntry and SearchResult classes
- Created database.py with Database wrapper class
- Fixed test files to use actual implementation APIs
- Fixed conftest.py SearchResult fixture field names
2026-03-22 18:42:00 +00:00
ea269a5508 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Created models.py with HistoryEntry and SearchResult classes
- Created database.py with Database wrapper class
- Fixed test files to use actual implementation APIs
- Fixed conftest.py SearchResult fixture field names
2026-03-22 18:42:00 +00:00
c0605e2d1a fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Created models.py with HistoryEntry and SearchResult classes
- Created database.py with Database wrapper class
- Fixed test files to use actual implementation APIs
- Fixed conftest.py SearchResult fixture field names
2026-03-22 18:41:59 +00:00
6a7c7b702c fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Created models.py with HistoryEntry and SearchResult classes
- Created database.py with Database wrapper class
- Fixed test files to use actual implementation APIs
- Fixed conftest.py SearchResult fixture field names
2026-03-22 18:41:59 +00:00
5000a24945 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Failing after 23s
- Removed unused imports from test files (os, pytest, pathlib.Path, MagicMock, patch, numpy, sqlite3, IndexingService)
- Updated CI workflow to only check shell-history-semantic-search project files instead of all files in shared src/ and tests/ directories
- All 43 tests pass locally
2026-03-22 18:24:46 +00:00
12af581e14 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Removed unused imports from test files (os, pytest, pathlib.Path, MagicMock, patch, numpy, sqlite3, IndexingService)
- Updated CI workflow to only check shell-history-semantic-search project files instead of all files in shared src/ and tests/ directories
- All 43 tests pass locally
2026-03-22 18:24:46 +00:00
6f554b1175 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Removed unused imports from test files (os, pytest, pathlib.Path, MagicMock, patch, numpy, sqlite3, IndexingService)
- Updated CI workflow to only check shell-history-semantic-search project files instead of all files in shared src/ and tests/ directories
- All 43 tests pass locally
2026-03-22 18:24:45 +00:00
2424a58af9 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Removed unused imports from test files (os, pytest, pathlib.Path, MagicMock, patch, numpy, sqlite3, IndexingService)
- Updated CI workflow to only check shell-history-semantic-search project files instead of all files in shared src/ and tests/ directories
- All 43 tests pass locally
2026-03-22 18:24:45 +00:00
c583999156 fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Removed unused imports from test files (os, pytest, pathlib.Path, MagicMock, patch, numpy, sqlite3, IndexingService)
- Updated CI workflow to only check shell-history-semantic-search project files instead of all files in shared src/ and tests/ directories
- All 43 tests pass locally
2026-03-22 18:24:44 +00:00
ccf3d6072e fix: resolve CI test failures by removing unused imports and updating workflow paths
Some checks failed
CI / test (push) Has been cancelled
- Removed unused imports from test files (os, pytest, pathlib.Path, MagicMock, patch, numpy, sqlite3, IndexingService)
- Updated CI workflow to only check shell-history-semantic-search project files instead of all files in shared src/ and tests/ directories
- All 43 tests pass locally
2026-03-22 18:24:44 +00:00
6495cbcacb Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:23:38 +00:00
6b70361dd1 Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:23:38 +00:00
d124223f91 Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:23:37 +00:00
52210524f4 Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:23:37 +00:00
c59de906df Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:23:36 +00:00
2c72446c0b Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:23:36 +00:00
05356955f8 Add Gitea Actions workflow: ci.yml
Some checks failed
CI / test (push) Failing after 2m29s
v0.1.0
2026-03-22 18:15:55 +00:00
49848c6473 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:43 +00:00
6ba9c938f6 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:43 +00:00
b7cc2028a2 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:41 +00:00
6d9ba40538 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:40 +00:00
bb29325f57 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:39 +00:00
0c0546c082 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:38 +00:00
e75ef3deea Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:36 +00:00
2d7d000dfe Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:35 +00:00
94114d7dd5 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:34 +00:00
a647430827 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:33 +00:00
d9a2bcaa0b Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:31 +00:00
55467b198f Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:30 +00:00
1d15227281 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:30 +00:00
7fc45e0849 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:29 +00:00
d9a85d3122 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:28 +00:00
c49a5d3901 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:27 +00:00
c9976b6f04 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:26 +00:00
0a6d1375d3 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:25 +00:00
1e8a596895 Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:23 +00:00
66a97ed7ac Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:23 +00:00
b3b3f542dd Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled
2026-03-22 18:15:22 +00:00
c1fed7624c Initial upload: shell-history-semantic-search v0.1.0 2026-03-22 18:15:22 +00:00
64c191698a Initial upload: shell-history-semantic-search v0.1.0 2026-03-22 18:15:22 +00:00
0c07fed51d Initial upload: shell-history-semantic-search v0.1.0 2026-03-22 18:15:21 +00:00
4d4ef0c0d1 Initial upload: shell-history-semantic-search v0.1.0 2026-03-22 18:15:21 +00:00
8f2e6d3aca Initial commit 2026-03-22 18:02:44 +00:00