This website requires JavaScript.
Explore
Help
Sign In
Projets
/
ObsiGate
Watch
1
Star
0
Fork
0
You've already forked ObsiGate
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ObsiGate
/
backend
History
Bruno Charest
1129d1bca5
Add multi-language syntax highlighting to source editor, improve copy button to copy raw file content, and add permission error handling to file API endpoint
2026-03-22 23:52:10 -04:00
..
__init__.py
first commit
2026-03-21 09:52:44 -04:00
indexer.py
Optimize tree search with pre-built path index for O(1) vault lookup and eliminate filesystem traversal by indexing all directories and files during vault scan
2026-03-22 23:00:35 -04:00
main.py
Add multi-language syntax highlighting to source editor, improve copy button to copy raw file content, and add permission error handling to file API endpoint
2026-03-22 23:52:10 -04:00
requirements.txt
Update FastAPI version to 0.110.3 for improved Docker compatibility and document additional excluded dependencies
2026-03-21 10:31:39 -04:00
search.py
Implement multi-stage Docker build with security hardening, add health check endpoint, optimize in-memory search with O(1) wikilink lookup, extract inline tags from markdown content, and enhance documentation with architecture diagrams and performance metrics
2026-03-22 19:03:34 -04:00