This website requires JavaScript.
Explore
Help
Sign In
denozord
/
EvoBGP
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
133
Wiki
Activity
All Workflows
CD
CI
quality
Other workflows
1
release.yaml
289 workflow runs
Actor
All actors
denozord
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
main
feat: implement revision retention settings and pruning logic
CI #79
:
Commit
4f50350990
pushed by
denozord
main
2026-04-08 14:23:28 +07:00
15m0s
View workflow file
refactor: streamline module refresh process and enhance revision handling
CI #78
:
Commit
10e2415cfa
pushed by
denozord
main
2026-04-08 13:57:00 +07:00
13m6s
View workflow file
feat: add diagnostic log endpoint for revisions and implement download functionality
CI #77
:
Commit
2260ecf74a
pushed by
denozord
main
2026-04-08 13:28:24 +07:00
15m52s
View workflow file
feat: add debug logging and optimize database queries in Postgres repository
CI #76
:
Commit
6d0e214655
pushed by
denozord
main
2026-04-08 13:05:16 +07:00
13m59s
View workflow file
refactor: enhance bird metrics polling with context support
CI #75
:
Commit
f6b94a44d0
pushed by
denozord
main
2026-04-08 12:42:48 +07:00
13m7s
View workflow file
Revert "feat: add router-lists catalog API client helper"
CI #74
:
Commit
9163aeca1e
pushed by
denozord
main
2026-04-07 23:23:57 +07:00
2m39s
View workflow file
feat: add router-lists catalog API client helper
CI #73
:
Commit
6c8e7c55ad
pushed by
denozord
main
2026-04-07 23:20:47 +07:00
2m47s
View workflow file
feat: add aggregated router-lists catalog endpoint and update module listing filters
CI #72
:
Commit
c811c43bbc
pushed by
denozord
main
2026-04-07 23:17:45 +07:00
2m1s
View workflow file
docs: add router-lists-ui integration documentation to README
CI #71
:
Commit
b7a8aab2e8
pushed by
denozord
main
2026-04-07 22:51:14 +07:00
41s
View workflow file
fix: update deployment configuration for Traefik and secure Web UI
CI #70
:
Commit
00bd03735a
pushed by
denozord
main
2026-04-07 22:36:40 +07:00
39s
View workflow file
feat: enhance deployment configuration for secure Web UI with Traefik integration
CI #69
:
Commit
4acd6857c9
pushed by
denozord
main
2026-04-07 21:30:02 +07:00
40s
View workflow file
feat: auto-refresh non-IP module updates and add full project manual
CI #68
:
Commit
1e77e1a2b8
pushed by
denozord
main
2026-04-07 21:28:12 +07:00
14m51s
View workflow file
feat: enhance community label handling and improve UI localization across operations pages. Introduce community label mapping for better readability in job logs and update various components to reflect Russian translations, enhancing user experience an…
CI #67
:
Commit
53fd527a6d
pushed by
denozord
main
2026-04-07 01:14:33 +07:00
16m16s
View workflow file
feat: enhance job filtering and display functionality in operations page. Introduce job search and filter options, allowing users to refine job listings by status, kind, and module. Update OperationsJobsTab to reflect total fetched jobs and improve ove…
CI #66
:
Commit
e1c4cbce93
pushed by
denozord
main
2026-04-07 00:44:25 +07:00
2m52s
View workflow file
feat: update RevisionDiff type and enhance OperationsDiffTab component for better diff handling. Introduce optional prefixes structure in RevisionDiff and refactor diffAdded/diffRemoved functions to utilize new data structure, improving clarity and fun…
CI #65
:
Commit
4aaaa30b1b
pushed by
denozord
main
2026-04-07 00:29:12 +07:00
2m45s
View workflow file
refactor: optimize job listing and counting logic for concurrency safety. Separate tenant filtering and status checks to reduce lock contention, improving performance and ensuring accurate job status retrieval.
CI #64
:
Commit
d83efe24ef
pushed by
denozord
main
2026-04-07 00:20:17 +07:00
16m27s
View workflow file
feat: implement module refresh job management with concurrency control. Add CountOtherActiveModuleRefresh method to track active jobs and enhance finishModuleRefreshSuccess to defer deploy_apply when parallel refreshes are detected, improving job proce…
CI #63
:
Commit
149fb0a18c
pushed by
denozord
main
2026-04-07 00:02:13 +07:00
1m3s
View workflow file
feat: add @tanstack/table-core dependency and integrate module name mapping in operations page. Update OperationsJobsTab to utilize new job kind title functionality and enhance job detail presentation with improved layout and overflow handling.
CI #62
:
Commit
b140dcbcf2
pushed by
denozord
main
2026-04-07 00:00:28 +07:00
15m6s
View workflow file
feat: improve UI components with enhanced overflow handling and layout adjustments. Update card and table components to manage overflow effectively, ensuring better readability and user experience in the operations tabs.
CI #61
:
Commit
0ca5542f6b
pushed by
denozord
main
2026-04-06 23:14:59 +07:00
2m38s
View workflow file
feat: enhance UI components with improved styling and layout adjustments. Update button sizes, text classes, and overflow handling in various components for better readability and user experience across the operations page.
CI #60
:
Commit
6a7284245f
pushed by
denozord
main
2026-04-06 22:55:18 +07:00
2m36s
View workflow file
feat: refactor operations page to enhance UI and component structure. Remove unused card components and integrate OperationsQuickActions for improved quick action handling. Update tab layout for better responsiveness and user experience.
CI #59
:
Commit
88226f6dd9
pushed by
denozord
main
2026-04-06 22:32:21 +07:00
2m44s
View workflow file
feat: refine job detail UI with improved layout and scrolling capabilities. Enhance spacing and overflow handling for log entries and error messages, ensuring better readability and user experience. Integrate ScrollArea for log entries to manage overfl…
CI #58
:
Commit
57c09acb3d
pushed by
denozord
main
2026-04-06 21:37:06 +07:00
2m51s
View workflow file
feat: improve job detail UI with enhanced spacing and layout adjustments. Update table cell classes for better text alignment and padding, ensuring a more consistent and readable presentation of job details and reports.
CI #57
:
Commit
97908b50c8
pushed by
denozord
main
2026-04-06 21:21:56 +07:00
3m0s
View workflow file
feat: enhance API client with pagination and new data fetching functions. Implement
apiPageAll
for paginated API requests, and add functions to fetch all revision prefixes and module source catalogs based on module type. Update type definitions to su…
CI #56
:
Commit
9f0b1281f2
pushed by
denozord
main
2026-04-06 20:37:53 +07:00
3m1s
View workflow file
feat: refactor materialization logic to group static routes by community in the refresh pipeline. Introduce a new structure for managing static routes, enhancing the handling of IPv4 and IPv6 routes while preserving community associations. Update relat…
CI #55
:
Commit
1c5a9c91bb
pushed by
denozord
main
2026-04-06 20:33:50 +07:00
12m51s
View workflow file
feat: add smart aggregation for IPv4 CIDR prefixes in refresh pipeline. Implement functionality to aggregate prefixes based on community and source attributes, ensuring preservation of BIRD semantics. Enhance test coverage for aggregation logic and mod…
CI #54
:
Commit
0428b83eb5
pushed by
denozord
main
2026-04-06 20:06:29 +07:00
13m10s
View workflow file
feat: implement bulk selection and deletion for modules and entries. Add functionality for selecting multiple modules, AS entries, CDN sources, domain entries, and IP ranges, along with a confirmation dialog for bulk deletion. Enhance UI to reflect sel…
CI #53
:
Commit
e816d175ea
pushed by
denozord
main
2026-04-06 19:21:37 +07:00
2m41s
View workflow file
feat: add CSV import and export functionality for module entries. Implement endpoints for exporting and importing module entries in CSV format, supporting types AS_PREFIXES, DOMAINS, and IP_RANGES. Enhance UI with buttons for CSV operations, improving …
CI #52
:
Commit
bae2d68803
pushed by
denozord
main
2026-04-06 19:14:32 +07:00
15m36s
View workflow file
chore: upgrade Go version to 1.24 in Dockerfiles for evobgp-agent and gobinary. This change ensures compatibility with the latest features and improvements in the Go ecosystem.
CI #51
:
Commit
4ba5b03f0b
pushed by
denozord
main
2026-04-06 18:24:30 +07:00
15m34s
View workflow file
feat: update Go module dependencies and enhance DNS resolution in refresh pipeline. Upgrade Go version to 1.24.0, add support for DNS over HTTPS using RFC8484 format, and improve error handling for domain resolution. Update UI components for better log…
CI #50
:
Commit
655d7507e5
pushed by
denozord
main
2026-04-06 18:05:07 +07:00
4m54s
View workflow file
First
Previous
...
6
7
8
9
10
Next
Last