Loading Cargo.lock +1 −0 Original line number Diff line number Diff line Loading @@ -4318,6 +4318,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" name = "ontology" version = "0.1.0" dependencies = [ "const_format", "rust-embed", "serde", "serde_json", Loading crates/indexer/src/modules/code/indexing_pipeline.rs +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use chrono::{DateTime, Utc}; use code_graph::analysis::types::GraphData; use code_graph::indexer::{IndexingConfig, RepositoryIndexer}; use code_graph::loading::DirectoryFileSource; use ontology::EDGE_TABLE; use ontology::constants::EDGE_TABLE; use tempfile::TempDir; use tracing::{debug, info, warn}; Loading crates/indexer/src/modules/code/stale_data_cleaner.rs +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use std::sync::Arc; use async_trait::async_trait; use chrono::{DateTime, Utc}; use futures::future::try_join_all; use ontology::EDGE_TABLE; use ontology::constants::EDGE_TABLE; use thiserror::Error; use tracing::debug; Loading crates/indexer/src/modules/sdlc/pipeline.rs +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ use arrow::record_batch::RecordBatch; use datafusion::datasource::MemTable; use datafusion::prelude::*; use futures::StreamExt; use ontology::{EDGE_TABLE, EdgeSourceEtlConfig, NodeEntity, Ontology}; use ontology::constants::EDGE_TABLE; use ontology::{EdgeSourceEtlConfig, NodeEntity, Ontology}; use serde_json::Value; use tracing::{debug, info}; Loading crates/ontology/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ version.workspace = true edition = "2024" [dependencies] const_format = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } serde_yaml = { workspace = true } Loading Loading
Cargo.lock +1 −0 Original line number Diff line number Diff line Loading @@ -4318,6 +4318,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" name = "ontology" version = "0.1.0" dependencies = [ "const_format", "rust-embed", "serde", "serde_json", Loading
crates/indexer/src/modules/code/indexing_pipeline.rs +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use chrono::{DateTime, Utc}; use code_graph::analysis::types::GraphData; use code_graph::indexer::{IndexingConfig, RepositoryIndexer}; use code_graph::loading::DirectoryFileSource; use ontology::EDGE_TABLE; use ontology::constants::EDGE_TABLE; use tempfile::TempDir; use tracing::{debug, info, warn}; Loading
crates/indexer/src/modules/code/stale_data_cleaner.rs +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ use std::sync::Arc; use async_trait::async_trait; use chrono::{DateTime, Utc}; use futures::future::try_join_all; use ontology::EDGE_TABLE; use ontology::constants::EDGE_TABLE; use thiserror::Error; use tracing::debug; Loading
crates/indexer/src/modules/sdlc/pipeline.rs +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ use arrow::record_batch::RecordBatch; use datafusion::datasource::MemTable; use datafusion::prelude::*; use futures::StreamExt; use ontology::{EDGE_TABLE, EdgeSourceEtlConfig, NodeEntity, Ontology}; use ontology::constants::EDGE_TABLE; use ontology::{EdgeSourceEtlConfig, NodeEntity, Ontology}; use serde_json::Value; use tracing::{debug, info}; Loading
crates/ontology/Cargo.toml +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ version.workspace = true edition = "2024" [dependencies] const_format = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } serde_yaml = { workspace = true } Loading