Skip to content

chore(docs): remove raw transcripts from demos #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 15, 2025

Conversation

philwinder
Copy link
Member

No description provided.

@philwinder philwinder enabled auto-merge (squash) August 15, 2025 17:28
Copy link

github-actions bot commented Aug 15, 2025

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/kodit
   _version.py13373%8–11
   app.py542055%31–65, 76–81, 105, 111
   cli.py32214450%73–80, 89–130, 179, 204–206, 209–210, 217–241, 251–285, 290–306, 354–>exit, 372–428, 433–442, 447–461, 569, 628, 689, 756, 789–812, 823–849, 864–866, 872
   cli_utils.py25250%3–74
   config.py1472478%25, 86, 89–99, 238, 241–244, 282–>284, 314–322
   log.py1182474%55, 69, 128–132, 141–>145, 190–>183, 192–193, 198–208, 227, 229–238, 248–251, 261
   mcp.py512058%54–58, 160–204, 209, 228
   middleware.py35586%33–35, 74–75
   reporting.py19376%70–78
src/kodit/application/services
   code_indexing_application_service.py1472085%59–61, 97–98, 127–128, 173–177, 216–223, 228, 282–291, 375–>374, 378–>374, 382–384, 387–388
   indexing_worker_service.py76492%59–>65, 88, 97, 118–123
   sync_scheduler.py51097%42–>exit, 49–>exit
src/kodit/domain
   entities.py135693%28, 110, 150, 162, 226, 312
   protocols.py431858%20, 24, 28, 32, 36, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92
   value_objects.py2631594%59, 88–113, 118, 123–126, 345–349, 356–358, 404
src/kodit/domain/services
   bm25_service.py36292%64, 117
   embedding_service.py39196%92
   index_query_service.py23196%56
   index_service.py1271091%78, 205, 217–218, 274–276, 290–>279, 294–296
src/kodit/infrastructure/api/client
   base.py393018%33–38, 42–46, 75–96, 100
   index_client.py251633%22–24, 28–37, 41–51, 55
   search_client.py13740%55–86
src/kodit/infrastructure/api/middleware
   auth.py13189%17
src/kodit/infrastructure/api/v1
   dependencies.py31194%26
src/kodit/infrastructure/api/v1/routers
   indexes.py28384%39, 70, 93, 116–>119
   search.py10190%55
src/kodit/infrastructure/bm25
   bm25_factory.py9182%27
   local_bm25_repository.py691181%22–23, 52–53, 76–77, 90–91, 95, 100, 138
   vectorchord_bm25_repository.py811088%124–126, 173–174, 214–216, 220–224
src/kodit/infrastructure/cloning
   metadata.py461760%26, 36, 54–63, 77–98
src/kodit/infrastructure/embedding
   embedding_factory.py36583%66–67, 77, 85–86
   vectorchord_vector_search_repository.py861183%108–110, 121–>125, 122–>121, 126–127, 149–153, 173, 202–>207, 203–>202, 208, 241–245
src/kodit/infrastructure/embedding/embedding_providers
   local_embedding_provider.py53295%16–17
   openai_embedding_provider.py66096%79–>91, 119–>122, 181–>exit
src/kodit/infrastructure/enrichment
   openai_enrichment_provider.py55097%84–>87, 162–>exit
src/kodit/infrastructure/ignore
   ignore_pattern_provider.py301252%25–26, 33, 46, 53, 57, 62–67
src/kodit/infrastructure/mappers
   index_mapper.py1171581%35, 205–>211, 219–>223, 249, 251, 253, 258–>260, 260–>262, 262–>266, 285, 294–>292, 297, 308, 312, 334–344
   task_mapper.py27382%22, 29, 72
src/kodit/infrastructure/slicing
   language_detection_service.py8275%17–18
   slicer.py4825186%186–187, 218–220, 247, 370, 378, 385, 395, 405, 419–>409, 429–431, 454–>453, 457–459, 465–>463, 469–471, 481, 501, 503, 510–>508, 511–>510, 513, 517–522, 529, 555–558, 570, 577, 593–594, 612–>626, 621–>617, 662–>672, 664–>672, 676–>675, 682–683, 710–>697, 745–>758, 749–755, 785–>794, 807–>813, 810, 814, 829, 855–>854, 868–>866, 874, 888, 907, 925–>921, 928
src/kodit/infrastructure/sqlalchemy
   embedding_repository.py641080%67–69, 78–82, 170, 194, 202–>210
   entities.py102199%90
   index_repository.py27610057%43–45, 59–62, 67–68, 72–93, 107, 119, 130–>131, 132, 141–>exit, 152–165, 176, 181, 186, 191, 197–>184, 210–288, 307, 312, 342–358, 365–378, 387–391, 397, 434, 439, 442–>446, 449–>453, 461, 464–>exit, 470–>exit, 478, 484–486, 491–492, 517–>519, 519–>521, 552–556, 561, 569–>563, 572–>563, 587, 595, 601, 605
   task_repository.py45196%59
src/kodit/infrastructure/ui
   progress.py724727%17, 22–39, 56–58, 62–76, 80, 88–90, 94–101, 105–106, 114–116, 121–129, 133–136, 141–143, 156, 163, 170
   spinner.py41410%3–74
src/kodit/migrations
   env.py301065%39–48, 61–70, 77, 83
src/kodit/migrations/versions
   7c3bbc2ab32b_add_embeddings_table.py15380%52–54
   9cf0e87de578_add_queue.py15380%44–46
   9e53ea8bb3b0_add_authors.py331264%85–102
   4073b33f9436_add_file_processing_flag.py11191%35
   4552eb3f23ce_add_summary.py11191%33
   85155663351e_initial.py23770%91–97
   c3f5137d30f5_index_all_the_things.py21671%44–49
src/kodit/utils
   dump_openapi.py23230%3–37
   generate_api_paths.py40400%4–135
   path_utils.py221428%30–54
TOTAL445086477% 

Tests Skipped Failures Errors Time
368 0 💤 0 ❌ 0 🔥 2m 7s ⏱️

@philwinder philwinder merged commit 8672360 into main Aug 15, 2025
9 checks passed
@philwinder philwinder deleted the docs-demos-remove-raw-transcripts branch August 15, 2025 17:35
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.

1 participant