Datacentral#14
Open
Cleanskiier27 wants to merge 22 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ity Module, and Gemini CLI
- Added NetworkBuster_Full_Suite.zip containing the initial version of the full suite. - Added NetworkBuster_Full_Suite_v2.zip with an updated version of the full suite.
…s workflow, and Python dependencies
- Add Azure SDK imports with graceful fallback - Add dependencies documentation - Add configuration validation method - Implement Azure Blob Storage upload/download - Implement Azure Queue message processing - Add container initialization on startup - Fix dataset download in training job execution Co-authored-by: Cleanskiier27 <220620570+Cleanskiier27@users.noreply.github.com>
- Improve container creation error handling with specific Azure exceptions - Fix directory creation to handle paths without directory components - Differentiate error messages for Azure vs general exceptions Co-authored-by: Cleanskiier27 <220620570+Cleanskiier27@users.noreply.github.com>
- Import ResourceExistsError from azure.core.exceptions - Replace string matching with proper ResourceExistsError exception - Remove incorrect ResourceNotFoundError usage in container creation - Cleaner, more reliable error handling for container existence Co-authored-by: Cleanskiier27 <220620570+Cleanskiier27@users.noreply.github.com>
…eline-implementation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several new organizational files, a utility PowerShell script, and enhancements to the dashboard frontend. The changes improve project documentation, add layout persistence functionality, and introduce a responsive main menu component. Additionally, there are updates to the dashboard's development configuration and versioning.
Project organization and documentation:
app-ideas/README.md,app-ideas/app-ideas-index.txt,app-ideas/app-ideas-extract.md) and for listing git-related assets (git-assets/README.md,git-assets/git-files-list.txt). [1] [2] [3] [4] [5]networkbuster.net.code-workspace).Dashboard frontend enhancements:
MainMenuReact component with corresponding CSS for navigation, supporting mobile and desktop layouts (dashboard/src/components/MainMenu.jsx,dashboard/src/components/MainMenu.css). [1] [2]localStorage(dashboard/src/lib/layoutStorage.js).Development tooling and configuration:
package.jsonversion to1.0.0./staticand theSTATIC_PROXY_TARGETenvironment variable (dashboard/vite.config.js).Utility scripts:
move-python-scripts.ps1for moving thepython-scriptsfolder, optionally generating a SHA256 manifest and running npm build steps.Other changes:
main.bicep.python-scripts/.venv/Lib/site-packages/pip/[1] [2] [3] [4]Let me know if you want to discuss any specific part of these changes in more detail!