-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance configuration management and web UI integration
- Updated the .cursorules file to provide a comprehensive overview of the backend and frontend technologies, emphasizing the use of modern C++ with CMake, DuckDB, and COW HTTP Framework, as well as Svelte 5 and SvelteKit for the frontend. - Modified the .gitignore file to include the 'diagnosis/' directory and ensure 'service-account.json' is ignored. - Commented out web UI subdirectory additions in CMakeLists.txt to prevent unnecessary builds during development. - Adjusted Makefile to comment out the web build command for the release process. - Enhanced the APIServer constructor to include a new parameter for enabling the configuration UI. - Updated the AuthMiddleware to check for an additional 'enabled' flag in AWS secret manager settings. - Commented out the inclusion of the embedded index HTML file in embedded_ui.cpp to streamline the embedded UI content handling. - Removed the deprecated embedded index_html.hpp file to clean up the codebase. These changes improve the overall structure and usability of the web UI, enhance configuration management, and streamline the build process.
- Loading branch information
Joachim Rosskopf
committed
Jan 15, 2025
1 parent
cc905f8
commit d347cf5
Showing
10 changed files
with
231 additions
and
11,879 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ test/python/__pycache__/ | |
vcpkg_installed/ | ||
*.db | ||
*.db.wal | ||
service-account.json | ||
service-account.json | ||
diagnosis/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.