This website requires JavaScript.
Explore
Help
Sign In
denozord
/
router-lists-ui
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
Publish Docker image
Other workflows
4
docker-publish-fast.yml
docker-publish-tabler.yml
frontend-ci.yml
test.yml
121 workflow runs
Actor
All actors
denozord
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
main
rework
tabler
v3
v4
v5
feat: Enhance backend API with pagination and validation for ASNs, Domains, and IP Ranges, and update frontend managers to support new API structure for improved data handling and user experience
docker-publish-fast.yml #162
:
Commit
d25e8fc810
pushed by
denozord
tabler
2025-08-10 23:57:42 +07:00
2m15s
View workflow file
fix: Correct spacing in confirmation message for domain deletion in DomainsNewManager for improved readability
docker-publish-fast.yml #154
:
Commit
f8a80f44e4
pushed by
denozord
tabler
2025-08-10 20:53:23 +07:00
1m12s
View workflow file
refactor: Simplify community label formatting in ASNs, Domains, and IPRanges managers for improved clarity and consistency
docker-publish-fast.yml #153
:
Commit
42c54a32c1
pushed by
denozord
tabler
2025-08-10 20:49:19 +07:00
1m15s
View workflow file
chore: Update Docker publish workflow to use inline caching and simplify old image cleanup process
docker-publish-fast.yml #120
:
Commit
c736268c87
pushed by
denozord
tabler
2025-08-08 09:32:49 +07:00
3m32s
View workflow file
chore: Update Dockerfile to switch from npm ci to npm install for improved caching and dependency management
docker-publish-fast.yml #119
:
Commit
b1b956f05b
pushed by
denozord
tabler
2025-08-08 09:19:11 +07:00
6m36s
View workflow file
chore: Change NODE_ENV to development and update npm command in Dockerfile for improved build process
docker-publish-fast.yml #118
:
Commit
fd9f598f95
pushed by
denozord
tabler
2025-08-08 09:11:33 +07:00
6m48s
View workflow file
chore: Update Dockerfile to replace npm run build with npx vite build for improved build process consistency
docker-publish-fast.yml #117
:
Commit
9d6cef6f9b
pushed by
denozord
tabler
2025-08-08 09:02:01 +07:00
6m54s
View workflow file
refactor: Update Dockerfile to use glibc-based images for frontend and backend builds, and implement a minimal distroless runtime for improved security and efficiency. Enhance CI workflow with cleanup of old Docker images.
docker-publish-fast.yml #116
:
Commit
a8c7d3e73e
pushed by
denozord
tabler
2025-08-08 08:53:56 +07:00
6m3s
View workflow file
chore: Update Dockerfile to switch from npm ci to npm install for improved dependency management with caching
docker-publish-fast.yml #115
:
Commit
4e5025b86e
pushed by
denozord
tabler
2025-08-08 08:42:51 +07:00
8m50s
View workflow file
feat: Update Dockerfile and package.json to optimize Rollup build process and add optional Rollup dependency
docker-publish-fast.yml #114
:
Commit
c139a0c9c9
pushed by
denozord
tabler
2025-08-08 08:29:36 +07:00
2m58s
View workflow file
feat: Update Docker configuration and enhance AutoUrlManager with copy functionality for example format
docker-publish-fast.yml #113
:
Commit
b0094e4658
pushed by
denozord
tabler
2025-08-08 08:22:48 +07:00
4m32s
View workflow file
fix icons
docker-publish-fast.yml #103
:
Commit
6807d1d429
pushed by
denozord
tabler
2025-08-05 20:24:32 +07:00
3m6s
View workflow file
feat: Revamp navigation structure in App component with dropdown menus and enhanced styling for improved user experience
docker-publish-fast.yml #102
:
Commit
3168964cde
pushed by
denozord
tabler
2025-08-05 20:19:12 +07:00
4m49s
View workflow file
feat: Add billing routes in server.js for retrieving and updating billing data, and integrate BillingManager in App.jsx for navigation
docker-publish-fast.yml #98
:
Commit
c6fbfee2b3
pushed by
denozord
tabler
2025-07-30 04:22:08 +07:00
6m7s
View workflow file
feat: Add functionality to copy server configuration to all servers and deploy configuration to enabled servers in FilterManager for improved server management
docker-publish-fast.yml #66
:
Commit
c25011e72b
pushed by
denozord
tabler
2025-07-14 10:57:09 +07:00
3m54s
View workflow file
feat: Implement server configuration management API and integrate server management features in FilterManager for enhanced server handling capabilities
docker-publish-fast.yml #65
:
Commit
a42e103bba
pushed by
denozord
tabler
2025-07-14 09:58:41 +07:00
4m9s
View workflow file
chore: Remove postinstall script from package.json and update Dockerfile.fast to use JS implementation for Rollup compatibility
docker-publish-fast.yml #38
:
Commit
dd6739cc8d
pushed by
denozord
tabler
2025-07-09 21:36:19 +07:00
8m56s
View workflow file
chore: Add postinstall script to remove Rollup's native.js for Linux compatibility and update package.json with Rollup dependency
docker-publish-fast.yml #37
:
Commit
f543bdf386
pushed by
denozord
tabler
2025-07-09 21:21:41 +07:00
8m35s
View workflow file
chore: Remove build dependencies from Dockerfile.fast to streamline the frontend build process
docker-publish-fast.yml #36
:
Commit
397699d501
pushed by
denozord
tabler
2025-07-09 19:45:28 +07:00
12m21s
View workflow file
chore: Update Dockerfile.fast to use node:20-bullseye for improved compatibility and stability in the frontend build stage
docker-publish-fast.yml #35
:
Commit
f4fe3f391b
pushed by
denozord
tabler
2025-07-09 19:26:37 +07:00
7m21s
View workflow file
chore: Update Dockerfile.fast to use npm ci for faster and more reliable dependency installation, and remove unused Bootstrap and react-bootstrap dependencies from package.json
docker-publish-fast.yml #34
:
Commit
af28f09e1f
pushed by
denozord
tabler
2025-07-09 19:18:00 +07:00
9m14s
View workflow file
fix CI
docker-publish-fast.yml #27
:
Commit
3e8d43f1bd
pushed by
denozord
tabler
2025-07-09 09:03:17 +07:00
7m21s
View workflow file
chore: Remove production flag from npm ci in Dockerfile.fast for improved dependency installation
docker-publish-fast.yml #26
:
Commit
b4f1a2858d
pushed by
denozord
tabler
2025-07-09 08:55:30 +07:00
6m38s
View workflow file
chore: Update package-lock.json to downgrade express to 4.19.2 and adjust various dependencies for compatibility
docker-publish-fast.yml #25
:
Commit
cff0494884
pushed by
denozord
tabler
2025-07-09 08:46:43 +07:00
41m17s
View workflow file
refactor: Replace Dockerfile with Dockerfile.fast for faster builds and add Dockerfile.test for testing purposes
docker-publish-fast.yml #24
:
Commit
82f2d62bf8
pushed by
denozord
tabler
2025-07-08 23:59:53 +07:00
5m40s
View workflow file
chore: Optimize Dockerfile for improved build performance and update Gitea workflows with Docker Buildx support
docker-publish-fast.yml #22
:
Commit
97711f26cb
pushed by
denozord
tabler
2025-07-08 23:51:33 +07:00
5m53s
View workflow file
feat: Add Tabler UI support and enhance frontend with new features
docker-publish-tabler.yml #19
:
Commit
0c1c156bb7
pushed by
denozord
tabler
2025-07-08 22:58:05 +07:00
6m48s
View workflow file
Обновить README.md
Publish Docker image #16
:
Commit
67080e9d1c
pushed by
denozord
main
2025-07-07 16:40:37 +07:00
1m18s
View workflow file
Fix(ci): Use npm ci for frontend dependencies
Publish Docker image #3
:
Commit
8450b62f33
pushed by
denozord
main
2025-07-07 13:15:07 +07:00
57s
View workflow file
Update Dockerfile to use 'node:18-slim' for both frontend and backend stages, optimizing image size.
Publish Docker image #2
:
Commit
e394114269
pushed by
denozord
main
2025-07-07 13:13:16 +07:00
2m0s
View workflow file
First
Previous
1
2
3
4
5
Next
Last