Logo
Explore Help
Sign In
denozord/EvoBGP
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases 131 Wiki Activity
All Workflows CD CI quality
Other workflows 1
release.yaml
286 workflow runs
Actor
All actors denozord
Status
All status Success Failure Canceled Skipped Waiting Running Blocked Canceling
Branch
All branches main
feat: enhance worker functionality by adding job queuing for deploy_apply. Introduce a Registry field in the Worker struct and implement enqueueDeployAllSpeakers method to streamline job processing after refresh or rollback operations, improving deploy…
CI #46:Commit 42d956d109 pushed by denozord
main
2026-04-06 16:46:25 +07:00
1m34s
View workflow file
feat: implement CDN source preview functionality and enhance data handling. Add a new endpoint for previewing CDN sources, allowing users to fetch and parse CIDR prefixes from specified URLs. Update OpenAPI documentation to include new request and resp…
CI #45:Commit e20c9f3113 pushed by denozord
main
2026-04-06 15:24:22 +07:00
15m57s
View workflow file
feat: update BGP community structure and related documentation. Refactor BGP community handling by renaming fields from 'name' and 'kind' to 'community' and 'title' across the codebase. Update OpenAPI specifications, database interactions, and UI compo…
CI #44:Commit a2cbfacd45 pushed by denozord
main
2026-04-06 15:00:21 +07:00
6m33s
View workflow file
refactor: remove strict bind configuration from BGP templates and update related logic. Eliminate 'strict bind on' from both IPv4 and IPv6 templates to simplify BGP peer rendering. Adjust OpenAPI documentation and internal handling of BGP source addres…
CI #43:Commit 482eeb122d pushed by denozord
main
2026-04-06 14:20:17 +07:00
16m31s
View workflow file
test: add validation for 'strict bind on' in BGP rendering tests. Enhance BGP test cases to ensure 'strict bind on' is included in the rendered output, improving test coverage for BGP template configurations.
CI #42:Commit dc5e20e9b2 pushed by denozord
main
2026-04-06 14:03:29 +07:00
2m41s
View workflow file
feat: add strict bind configuration to BGP templates. Enhance BGP template rendering by including 'strict bind on' for both IPv4 and IPv6 templates, improving address binding behavior in Docker and bridge environments.
CI #41:Commit 07f2ce562e pushed by denozord
main
2026-04-06 13:46:55 +07:00
14m28s
View workflow file
refactor: switch BIRD installation from source to Ubuntu package. Update CI workflow and Dockerfiles for evobgp-agent and bird2 to install bird2 from the Ubuntu repository, improving compatibility and simplifying the build process.
CI #40:Commit 0b3ceaa7b8 pushed by denozord
main
2026-04-06 13:12:19 +07:00
18m14s
View workflow file
feat: update BIRD installation process to build from source. Modify CI workflow to ensure BIRD 2.14 is compiled from source instead of using the Debian package. Update Dockerfiles for evobgp-agent and gobinary to include BIRD 2.14 build steps, enhancin…
CI #39:Commit e2002ba33d pushed by denozord
main
2026-04-06 12:53:48 +07:00
9m1s
View workflow file
feat: update BGP template configuration and OpenAPI documentation. Change import settings from 'all' to 'none' in BGP templates, and add hold and keepalive time parameters. Enhance OpenAPI description for bird_bgp_source_ipv4 to provide additional cont…
CI #38:Commit 133ea93e83 pushed by denozord
main
2026-04-06 12:44:32 +07:00
7m9s
View workflow file
feat: refine BGP template handling and documentation updates. Remove local IP requirements in BGP template options, simplifying the configuration to focus on ASN. Update OpenAPI documentation to clarify BIRD parameters and enhance user guidance on JSON…
CI #37:Commit 6266a39aed pushed by denozord
main
2026-04-06 12:07:43 +07:00
15m53s
View workflow file
feat: update OpenAPI documentation and internal logic for BIRD settings. Enhance the description of BIRD parameters in openapi.yaml, adding details for optional BGP source addresses. Modify refresh.go to include handling for new BGP source address fiel…
CI #36:Commit 62bf987a19 pushed by denozord
main
2026-04-06 11:49:55 +07:00
14m14s
View workflow file
feat: enhance RefreshModule to aggregate prefixes from all enabled tenant modules. Update documentation to clarify the behavior of ingest and revision generation, ensuring accurate representation of data sources and prefix handling.
CI #35:Commit 431c6a90f1 pushed by denozord
main
2026-04-06 11:15:13 +07:00
11m55s
View workflow file
feat: enhance BGP template and peer configuration handling. Introduce policies_json parameter for local IP and ASN overrides in BGP speakers. Implement BGP template rendering and update peer configuration to utilize templates, improving flexibility in …
CI #34:Commit be8e7b5742 pushed by denozord
main
2026-04-06 10:31:24 +07:00
12m24s
View workflow file
feat: implement AS holder name resolution and enhance ASEntry structure. Add ASHolderName function to retrieve organization names from RIPEstat, update ASEntry model to include ASN name, prefix count, and resolution timestamp. Modify database interacti…
CI #33:Commit c958d5af0d pushed by denozord
main
2026-04-06 02:04:00 +07:00
14m25s
View workflow file
feat: add enabled state to BGP peer types and UI. Implement peer enabling toggle in the network page, allowing users to enable or disable peers during creation and editing. Update relevant API calls and UI components to reflect the new functionality.
CI #32:Commit 80965adc0c pushed by denozord
main
2026-04-06 01:38:10 +07:00
2m33s
View workflow file
feat: implement effective peer enabling logic during peer creation. Update CreatePeer methods in Postgres and Memory stores to utilize EffectivePeerEnabledOnCreate function, ensuring new peers are enabled by default unless specified otherwise. Add test…
CI #31:Commit 3e8543177e pushed by denozord
main
2026-04-06 01:35:20 +07:00
13m8s
View workflow file
feat: enhance peer neighbor handling by introducing NormalizePeerNeighborString function. Update CreatePeer and UpdatePeer methods in Postgres and Memory stores to validate and normalize neighbor input, improving data integrity and error handling.
CI #30:Commit 80f3a8d105 pushed by denozord
main
2026-04-06 01:13:50 +07:00
12m6s
View workflow file
feat: add @types/node and undici-types to devDependencies in package.json and package-lock.json for improved TypeScript support and HTTP/1.1 client functionality.
CI #29:Commit d92a06c9c8 pushed by denozord
main
2026-04-06 00:45:57 +07:00
2m41s
View workflow file
feat: improve BGP protocol summary handling by introducing isBGPProtocolSummaryRow function. Update SummarizeProtocolsOutput and related tests to ensure evobgp_* static names are not counted as BGP sessions, enhancing accuracy in protocol summaries.
CI #28:Commit 399622cc70 pushed by denozord
main
2026-04-06 00:43:00 +07:00
58s
View workflow file
feat: add BIRD status endpoint and integrate birdc checks into job processing. Enhance UI to display BIRD runtime status and job metadata, improving user feedback on BIRD operations.
CI #27:Commit 94a4c6acd4 pushed by denozord
main
2026-04-06 00:40:06 +07:00
14m15s
View workflow file
feat: enhance RefreshModule to support legacy ASN resolution and improve prefix handling. Introduce sorting of ASNs and manage announced prefixes with polite pauses for better API interaction. Update buildPreviewFragments to streamline route rendering …
CI #26:Commit e1aaa18377 pushed by denozord
main
2026-04-06 00:17:27 +07:00
16m10s
View workflow file
feat: add bird configuration preview functionality with tabbed interface for fragments and prefixes. Implement fragment extraction and default path selection for improved user experience in previewing BIRD configurations.
CI #25:Commit 1969a00151 pushed by denozord
main
2026-04-05 23:50:15 +07:00
2m40s
View workflow file
refactor: improve handling of deployable fragments in ApplyRevision and buildPreviewFragments functions. Introduce isDeployableBirdFragment to filter out UI-only preview keys, and update related logic in the API to ensure proper job queuing and respons…
CI #24:Commit 693227163a pushed by denozord
main
2026-04-05 23:47:18 +07:00
13m19s
View workflow file
refactor: enhance JSON struct tags for various data models in backend and memory store. Update fields in ModulePatch, CDNSource, ASEntry, DomainEntry, IPRangeEntry, DohProfile, Community, and BGPPeer to improve API response formatting and consistency.
CI #23:Commit 4a860a088e pushed by denozord
main
2026-04-05 23:26:03 +07:00
12m9s
View workflow file
refactor: update Switch component styles and structure for improved accessibility and responsiveness. Adjust class bindings and enhance thumb positioning based on size prop.
CI #22:Commit d4282c270b pushed by denozord
main
2026-04-05 23:05:36 +07:00
2m39s
View workflow file
feat: implement theme selection and automatic theme application based on user preference. Update AppShell to include a dropdown for theme options and enhance layout to manage theme state. Adjust HTML language attribute to Russian and improve UI element…
CI #21:Commit b70a643016 pushed by denozord
main
2026-04-05 22:58:29 +07:00
14m38s
View workflow file
refactor: update ListModules and GetModule methods in Postgres repository to include cron expression handling. Enhance module data retrieval by adding cron field to the scan process and updating the module struct accordingly.
CI #20:Commit 73d0003281 pushed by denozord
main
2026-04-05 22:37:04 +07:00
11m58s
View workflow file
refactor: enhance CI workflow for granular change detection by module and improve idempotency key generation in API client. Update job flags and conditions for better handling of file changes across different components.
CI #19:Commit 54eaad3f78 pushed by denozord
main
2026-04-05 22:24:57 +07:00
7m25s
View workflow file
chore: update package dependencies and enhance AppShell component with new navigation items and tooltip support. Refactor API client for improved error handling and response parsing. Expand type definitions for modules, entries, and communities, and en…
CI #18:Commit 7d85fef602 pushed by denozord
main
2026-04-05 22:06:34 +07:00
15m37s
View workflow file
docs: update README and Docker Compose configurations to clarify usage of pre-built images from the Container Registry, introduce the new microvps-full profile with Web UI, NATS, and Prometheus, and enhance quickstart instructions for improved deployme…
CI #17:Commit 7fac79c2e0 pushed by denozord
main
2026-04-05 18:59:33 +07:00
14m42s
View workflow file
First Previous ... 6 7 8 9 10 Next Last
Powered by Gitea Version: 1.27.3 Page: 118ms Template: 14ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API