Skip to content

Datacentral#14

Open
Cleanskiier27 wants to merge 22 commits into
bigtreefrom
DATACENTRAL
Open

Datacentral#14
Cleanskiier27 wants to merge 22 commits into
bigtreefrom
DATACENTRAL

Conversation

@Cleanskiier27

Copy link
Copy Markdown
Contributor

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:

  • Added new folders and README files for collecting app ideas (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]
  • Added a VS Code workspace settings file (networkbuster.net.code-workspace).

Dashboard frontend enhancements:

  • Implemented a new responsive MainMenu React component with corresponding CSS for navigation, supporting mobile and desktop layouts (dashboard/src/components/MainMenu.jsx, dashboard/src/components/MainMenu.css). [1] [2]
  • Added layout persistence logic to save and load dashboard layouts, preferring server-side storage with fallback to localStorage (dashboard/src/lib/layoutStorage.js).

Development tooling and configuration:

  • Updated the dashboard's package.json version to 1.0.0.
  • Enhanced Vite configuration to support static file proxying via /static and the STATIC_PROXY_TARGET environment variable (dashboard/vite.config.js).

Utility scripts:

  • Added a PowerShell script move-python-scripts.ps1 for moving the python-scripts folder, optionally generating a SHA256 manifest and running npm build steps.

Other changes:

  • Removed a sample Azure VM resource from main.bicep.
  • Added several files under 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!

@vercel

vercel Bot commented Jan 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
.git Error Error Jan 31, 2026 4:28pm
dashboard Error Error Jan 31, 2026 4:28pm
networkbuster-net Error Error Jan 31, 2026 4:28pm
networkbuster.net Error Error Jan 31, 2026 4:28pm

Request Review

- 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.
Copilot AI and others added 6 commits January 31, 2026 15:14
- 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>

@Cleanskiier27 Cleanskiier27 left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants