Skip to content
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d87d5d2
mongo connector
undertaker86001 Aug 12, 2025
9aca2cb
add docs
undertaker86001 Aug 12, 2025
2f345d5
add mongodb frontend && update background
undertaker86001 Aug 15, 2025
645931a
add test && doc
undertaker86001 Aug 15, 2025
d121461
add en doc
undertaker86001 Aug 15, 2025
7d6dc99
remove useless doc
undertaker86001 Aug 15, 2025
4ce84f4
add mutli mode
undertaker86001 Aug 15, 2025
fb634d8
update doc
undertaker86001 Aug 15, 2025
d36de5a
fix test
kitalkuyo-gita Aug 17, 2025
f5e66b4
fix: correct syntax error in MongoDB plugin tests
devin-ai-integration[bot] Aug 19, 2025
cc6547f
fix connection leak
Aug 19, 2025
f407c4c
remove time.sleep
Aug 19, 2025
f793bf9
refactor: support dynamic lastsynctime
Aug 19, 2025
45716f8
refactor:adapter sync_strategy
Aug 19, 2025
f28b36f
refactor: pre-allocate slice
Aug 19, 2025
dec2283
add system field
undertaker86001 Aug 21, 2025
c0ac8aa
refactor: use task framework
undertaker86001 Aug 21, 2025
5e75ebe
Merge branch 'issue-456' of https://github.com/undertaker86001/coco-s…
undertaker86001 Aug 22, 2025
4d817e8
remove useless files
undertaker86001 Aug 22, 2025
fe69e19
remove useless files
undertaker86001 Aug 22, 2025
bb3351a
update doc
undertaker86001 Aug 22, 2025
df53181
remove useless doc
undertaker86001 Aug 22, 2025
23f0111
refactor: simpfy monitor
undertaker86001 Aug 22, 2025
7114911
extract common config
undertaker86001 Aug 25, 2025
7f1e583
Merge remote-tracking branch 'upstream/main' into issue-456
undertaker86001 Aug 25, 2025
dc5ae54
merge conf
undertaker86001 Aug 25, 2025
9aa28fb
fix test && remove useless code
Aug 25, 2025
ae52455
fix imports
Aug 25, 2025
eeeb02e
add field mapping
Aug 26, 2025
ebb21ef
update imports
Aug 26, 2025
8b7ff74
Merge remote-tracking branch 'upstream/main' into issue-456
Aug 28, 2025
2667d5d
Merge branch 'issue-456' of https://github.com/undertaker86001/coco-s…
kitalkuyo-gita Oct 1, 2025
d87a9f3
fix tests
kitalkuyo-gita Oct 1, 2025
ce3c7a1
fix tests
kitalkuyo-gita Oct 1, 2025
1117add
fix: update MongoDB integration test to match new config structure
kitalkuyo-gita Oct 1, 2025
b89461c
Merge branch 'main' into issue-456
medcl Oct 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions coco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ connector:
interval: 10s
queue:
name: indexing_documents
mongodb:
enabled: true
interval: 30s
queue:
name: indexing_documents
notion:
enabled: true
interval: 10s
Expand Down
Loading
Loading