Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
fd56951
fix devcontainer name and package-lock version
andre8244 Mar 5, 2026
2eb5c69
Fix topbar shadow
andre8244 Mar 5, 2026
7e0398c
Fix Company field when showing system drawer
andre8244 Mar 5, 2026
001c5df
Improve system detail page
andre8244 Mar 5, 2026
8b7da79
Fix company link in system detail
andre8244 Mar 6, 2026
b12534d
Improve i18n label
andre8244 Mar 6, 2026
165ac70
Add actions to system detail kebab
andre8244 Mar 6, 2026
8df7f07
Fix uptime and timezone
andre8244 Mar 6, 2026
4bbed53
Improve system and application icons
andre8244 Mar 6, 2026
2cc4179
chore: update build triggers for PR deployment
github-actions[bot] Mar 9, 2026
d5a9dfb
Fix system status
andre8244 Mar 9, 2026
e3bbbc3
Fix system status
andre8244 Mar 10, 2026
f33fb5d
Update @nethesis/nethesis-light-svg-icons
andre8244 Mar 11, 2026
635f8d7
Make phone number optional everywhere
andre8244 Mar 11, 2026
503c0d6
Use UpdatingSpinner component
andre8244 Mar 11, 2026
cdbaf34
Show pretty last inventory time
andre8244 Mar 12, 2026
af97fc3
Show creation info in SystemInfoCard
andre8244 Mar 18, 2026
5e7622f
Create inventory changes, diffs & timeline queries and libs
andre8244 Mar 19, 2026
6720e74
Add counter cards in change history
andre8244 Mar 20, 2026
7485cd5
Implement system changes timeline (wip)
andre8244 Mar 23, 2026
1c7398f
Implement system changes timeline (wip)
andre8244 Mar 23, 2026
dba6070
Implement system changes timeline (wip)
andre8244 Mar 24, 2026
adeed77
Implement system changes timeline (wip)
andre8244 Mar 24, 2026
c7a2d53
Remove inventory mock
andre8244 Mar 24, 2026
156f68d
Add SystemChangesTimeline tests
andre8244 Mar 24, 2026
296c908
Implement system changes timeline (wip)
andre8244 Mar 25, 2026
2b356bf
Implement system changes timeline (wip)
andre8244 Mar 25, 2026
1577b70
Implement system changes timeline (wip)
andre8244 Mar 25, 2026
5f4a70b
Implement system changes timeline (wip)
andre8244 Mar 26, 2026
4c78100
Improve system changes date picker
andre8244 Mar 27, 2026
2721f6f
Improve system changes timeline
andre8244 Mar 27, 2026
5ba7c1f
Fix timeline empty state and errors
andre8244 Mar 30, 2026
4824a33
Improve datepicker style
andre8244 Mar 30, 2026
d89bc89
Externalize inventoryDiffs query
andre8244 Mar 30, 2026
fbe0641
Timeline minor fixes
andre8244 Mar 30, 2026
d1b4d2a
Minor fix to timeline
andre8244 Mar 30, 2026
1d24ee9
Fix SystemNetworkCard and inventory types
andre8244 Mar 30, 2026
b3ad00f
Show update available badge
andre8244 Mar 30, 2026
ece534f
Add access denied logic
andre8244 Mar 31, 2026
300a633
wip
andre8244 Mar 31, 2026
577e526
Add additional services
andre8244 Mar 31, 2026
c706142
Fix forbidden page logic
andre8244 Mar 31, 2026
5812873
Fix forbidden page on impersonation
andre8244 Mar 31, 2026
f2aabf7
Fix systems query invalidation
andre8244 Mar 31, 2026
e145584
Fix timeline word wrap
andre8244 Mar 31, 2026
c196558
Fix timeline grid
andre8244 Mar 31, 2026
2ed3f49
Update .gitignore
andre8244 Mar 31, 2026
5cb9873
Add system creation and registration to timeline
andre8244 Mar 31, 2026
77ac2c1
Fix inventory diff query
andre8244 Apr 1, 2026
ccc5216
Improve system creation and registration
andre8244 Apr 1, 2026
3f0dd92
Fix timeline timezone
andre8244 Apr 1, 2026
53c7ea7
Add timezone to dates and times shown in a different tz
andre8244 Apr 1, 2026
072176d
Store notifications in the localstorage
andre8244 Apr 2, 2026
ae72dcd
Add user avatar
andre8244 Apr 2, 2026
6d00f49
Improve "Open system" button management
andre8244 Apr 3, 2026
003b295
Add semantic colors from design system
andre8244 Apr 3, 2026
cb6e856
Upgrade pinia-colada and vue-components
andre8244 Apr 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "my-nethesis-ui",
"name": "my-nethesis",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"build": {
"context": "..",
Expand All @@ -10,7 +10,7 @@
},
"workspaceMount": "source=${localWorkspaceFolder},target=/app,type=bind,Z",
"workspaceFolder": "/app",
"runArgs": ["--userns=keep-id", "--name=my-nethesis-ui-dev"],
"runArgs": ["--userns=keep-id", "--name=my-nethesis-dev"],
"appPort": "5173:5173",
"customizations": {
"vscode": {
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ Thumbs.db

# Copilot instructions (local only)
.github/copilot-instructions.md
.github/instructions/frontend.instructions.md
4 changes: 2 additions & 2 deletions backend/.render-build-trigger
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is used to force Docker service rebuilds in PR previews
# Modify LAST_UPDATE to trigger rebuilds

LAST_UPDATE=2026-02-10T12:10:22Z
LAST_UPDATE=2026-03-09T09:01:19Z

# Instructions:
# 1. To force rebuild of Docker services in a PR, update LAST_UPDATE
# 2. Run: perl -i -pe "s/LAST_UPDATE=2026-02-10T12:10:22Z
# 2. Run: perl -i -pe "s/LAST_UPDATE=2026-03-09T09:01:19Z
# 2. Commit and push changes to trigger Docker rebuilds
4 changes: 2 additions & 2 deletions collect/.render-build-trigger
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is used to force Docker service rebuilds in PR previews
# Modify LAST_UPDATE to trigger rebuilds

LAST_UPDATE=2026-02-10T12:10:22Z
LAST_UPDATE=2026-03-09T09:01:19Z

# Instructions:
# 1. To force rebuild of Docker services in a PR, update LAST_UPDATE
# 2. Run: perl -i -pe "s/LAST_UPDATE=2026-02-10T12:10:22Z
# 2. Run: perl -i -pe "s/LAST_UPDATE=2026-03-09T09:01:19Z
# 2. Commit and push changes to trigger Docker rebuilds
4 changes: 2 additions & 2 deletions frontend/.render-build-trigger
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is used to force Docker service rebuilds in PR previews
# Modify LAST_UPDATE to trigger rebuilds

LAST_UPDATE=2026-02-10T12:10:22Z
LAST_UPDATE=2026-03-09T09:01:19Z

# Instructions:
# 1. To force rebuild of Docker services in a PR, update LAST_UPDATE
# 2. Run: perl -i -pe "s/LAST_UPDATE=2026-02-10T12:10:22Z
# 2. Run: perl -i -pe "s/LAST_UPDATE=2026-03-09T09:01:19Z
# 2. Commit and push changes to trigger Docker rebuilds
Loading
Loading