Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8e47da2
fix devcontainer name and package-lock version
andre8244 Mar 5, 2026
f48d950
Fix topbar shadow
andre8244 Mar 5, 2026
a328b07
Fix Company field when showing system drawer
andre8244 Mar 5, 2026
5b350c8
Improve system detail page
andre8244 Mar 5, 2026
7105a31
Fix company link in system detail
andre8244 Mar 6, 2026
c313a80
Improve i18n label
andre8244 Mar 6, 2026
deab0b4
Add actions to system detail kebab
andre8244 Mar 6, 2026
685afd3
Fix uptime and timezone
andre8244 Mar 6, 2026
2a15032
Improve system and application icons
andre8244 Mar 6, 2026
6b13108
chore: update build triggers for PR deployment
github-actions[bot] Mar 9, 2026
5df2b78
Fix system status
andre8244 Mar 9, 2026
99281f7
Fix system status
andre8244 Mar 10, 2026
a87dc88
Update @nethesis/nethesis-light-svg-icons
andre8244 Mar 11, 2026
ba4aeb9
Make phone number optional everywhere
andre8244 Mar 11, 2026
845acad
Use UpdatingSpinner component
andre8244 Mar 11, 2026
169bb87
Show pretty last inventory time
andre8244 Mar 12, 2026
0ed2a99
Show creation info in SystemInfoCard
andre8244 Mar 18, 2026
692026b
Create inventory changes, diffs & timeline queries and libs
andre8244 Mar 19, 2026
b9f311a
Add counter cards in change history
andre8244 Mar 20, 2026
7207c84
Implement system changes timeline (wip)
andre8244 Mar 23, 2026
552cf4c
Implement system changes timeline (wip)
andre8244 Mar 23, 2026
493cbcf
Implement system changes timeline (wip)
andre8244 Mar 24, 2026
ab756f7
Implement system changes timeline (wip)
andre8244 Mar 24, 2026
14c82e3
Remove inventory mock
andre8244 Mar 24, 2026
b30c1f2
Add SystemChangesTimeline tests
andre8244 Mar 24, 2026
55ee894
Implement system changes timeline (wip)
andre8244 Mar 25, 2026
396aad6
Implement system changes timeline (wip)
andre8244 Mar 25, 2026
bb7fb34
Implement system changes timeline (wip)
andre8244 Mar 25, 2026
6f4dd6a
Implement system changes timeline (wip)
andre8244 Mar 26, 2026
096b5b6
Improve system changes date picker
andre8244 Mar 27, 2026
336e68d
Improve system changes timeline
andre8244 Mar 27, 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
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