Commit Graph

393 Commits

Author SHA1 Message Date
courtmanr@gmail.com 05002d72c3 fix: Update repository URL in script and README 2025-04-20 21:25:27 +01:00
courtmanr@gmail.com 5840915013 feat: Allow UI embedding in iframes (closes #10) 2025-04-20 20:55:02 +01:00
courtmanr@gmail.com 2a076376aa docs: Describe efficient polling feature in README 2025-04-20 20:35:36 +01:00
rcourtman 9bfec26f89 Merge pull request #47 from rcourtman/dependabot/npm_and_yarn/server/main/express-5.1.0
chore(deps): bump express from 4.21.2 to 5.1.0 in /server
2025-04-20 20:30:34 +01:00
rcourtman 30e67cc830 Merge pull request #48 from rcourtman/dependabot/npm_and_yarn/main/tailwindcss-4.1.4
chore(deps-dev): bump tailwindcss from 3.4.17 to 4.1.4
2025-04-20 20:30:23 +01:00
courtmanr@gmail.com 124f04a4ee docs: Add dashboard screenshot to README 2025-04-20 20:27:42 +01:00
courtmanr@gmail.com 5755385e3d perf: Only poll Proxmox API when clients are connected 2025-04-20 20:14:42 +01:00
courtmanr@gmail.com 9f3945e7c2 feat: Link footer version to GitHub releases 2025-04-20 20:12:11 +01:00
courtmanr@gmail.com dd3df33399 refactor: Remove 'simplified' branding references 2025-04-20 20:09:37 +01:00
courtmanr@gmail.com 46e73511c6 refactor: Simplify env_file handling in docker-compose 2025-04-20 20:07:12 +01:00
courtmanr@gmail.com 3c898006a6 feat: Add version display to frontend v2.0.0 2025-04-20 20:02:55 +01:00
courtmanr@gmail.com e993da2869 refactor: Improve .env handling and validation 2025-04-20 19:58:50 +01:00
dependabot[bot] 8a9c7f3d39 chore(deps-dev): bump tailwindcss from 3.4.17 to 4.1.4
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.1.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.4/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-20 18:44:58 +00:00
dependabot[bot] c7cd5c3b5d chore(deps): bump express from 4.21.2 to 5.1.0 in /server
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 5.1.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.2...v5.1.0)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-20 18:44:55 +00:00
courtmanr@gmail.com 1eaf0eeacb ci: Add Dependabot configuration for version updates 2025-04-20 19:43:56 +01:00
rcourtman 1fee777dad Merge pull request #46 from rcourtman/simplified-rewrite
feat: Replace codebase entirely with simplified version
2025-04-20 19:30:09 +01:00
courtmanr@gmail.com 5db1b79724 refactor: Update Docker Compose and README to use Docker Hub image 2025-04-20 19:26:51 +01:00
courtmanr@gmail.com f1421d7078 feat: Add Dockerfile and Docker Compose setup 2025-04-20 18:17:51 +01:00
courtmanr@gmail.com f7aed5313f feat: Add missing logo file from main branch 2025-04-20 18:13:56 +01:00
courtmanr@gmail.com 547a72256d docs: Update README for simplified app and add .env.example 2025-04-20 18:05:31 +01:00
courtmanr@gmail.com 8006a77abe fix: Update .gitignore and untrack server/node_modules 2025-04-20 13:19:06 +01:00
courtmanr@gmail.com 3b564fb330 feat: Replace codebase entirely with simplified version 2025-04-20 13:17:10 +01:00
courtmanr@gmail.com 67303168bf test: add additional search test utilities 2025-03-17 16:56:58 +00:00
courtmanr@gmail.com fa68c80641 test: add comprehensive search test suite 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com a31150e440 chore: update package-lock.json with latest dependencies 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com ae38beb961 test: add basic search test for role-based filtering 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 4a49cf9bcc docs: add mock data implementation guide 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 7fe2a3eedd docs: add search implementation specification 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 4781595385 chore: update screenshot automation for role column 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com ba4211e72f refactor: remove client-side mock data files 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 5c67b2a742 chore: enhance start script with better error handling 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 6d514d7bbb feat(server): update config and types with HA support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 5ac51db0a8 feat(server): enhance node manager with HA support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 18f86738d4 feat(mock): enhance mock client with HA support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 256bf790c4 feat(mock): update custom mock data with HA states 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 395d0c3d6d feat(mock): enhance mock server with HA support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com f92e6578dc docs: update dashboard screenshots 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 18e56873d5 fix: update API proxy port to 7654 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com b0701e3076 docs: add documentation for Proxmox HA status implementation 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 0d7f1bd763 feat(ui): add NodeSelect component for node filtering 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com c7f6784c08 feat(metrics): improve network traffic simulation with realistic patterns 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 054796d68f fix(mock): update mock data cleanup to preserve server-side settings 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 654f4973ed feat(search): enhance network search with role filtering and improved metric operators 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com a31c610bf0 feat(search): enhance column filtering with role support 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 65071e71de feat(search): enhance search field with role filters and improved UI 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 1f5d63eba8 feat(network): update default column configuration 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 4c028e8a44 feat(network): enhance data processing with detailed logging 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 429a929fc9 feat(network): enhance HA status display and filtering 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 28e033da9d feat(settings): enhance column management and user settings 2025-03-17 16:56:57 +00:00
courtmanr@gmail.com 02e4070141 feat(app): enhance UI and add cluster detection 2025-03-17 16:56:57 +00:00