quelch 0.12.0

Ingest data from Jira, Confluence, and more directly into Azure AI Search
Documentation
1
2
3
4
5
6
7
8
9
10
11
// TODO(quelch v2 phase 3+): re-enable when ingest engine lands.
//
// This integration test uses v1 sync engine which is disabled in Phase 1.
// It will be replaced by v2 ingest engine tests in Phase 3.

// Minimal smoke test to keep the test binary compiling.
#[test]
fn placeholder() {
    // This test exists solely to keep the file compiling while v1 sync is stubbed.
    // TODO(quelch v2 phase 3+): replace with v2 integration tests
}