提交

提交图

  • 547507b1a2 x Asim Aslam 2026-02-04 14:14:41 +00:00
  • 3bf02c634c x Asim Aslam 2026-02-04 14:14:14 +00:00
  • bab115a0bf dev UX optimisations Asim Aslam 2026-02-04 14:12:59 +00:00
  • 29ea3a21d6 update docs for dev UX Asim Aslam 2026-02-04 14:01:16 +00:00
  • bce53ce15e move all docs Asim Aslam 2026-02-04 13:57:33 +00:00
  • b867e490a0 fix docs reference points Asim Aslam 2026-02-04 13:55:43 +00:00
  • 48da4d3559 Removing genai as not relevant to microservices. Asim Aslam 2026-02-04 13:42:59 +00:00
  • 0cb85bf103 Add Discord link to README Asim Aslam 2026-02-04 13:25:22 +00:00
  • a100a47340 Fix google.protobuf.Any JSON marshaling missing @type field (#2845) v5.14.0 Copilot 2026-02-04 09:33:27 +00:00
  • 83e000875d Revert codec/proto to old protobuf package for backward compatibility copilot/fix-google-protobuf-any-error copilot-swe-agent[bot] 2026-02-04 05:39:20 +00:00
  • 679eb692ba Add comprehensive tests for google.protobuf.Any JSON marshaling copilot-swe-agent[bot] 2026-02-03 16:05:17 +00:00
  • 35b6237e57 Update JSON codec to use modern protojson for proper Any type support copilot-swe-agent[bot] 2026-02-03 16:03:48 +00:00
  • 4ba40ea579 Replace custom logger with log/slog (#2844) Copilot 2026-02-03 15:55:46 +00:00
  • a54c00e412 Initial plan copilot-swe-agent[bot] 2026-02-03 15:54:50 +00:00
  • 50ce1a5e83 TLS certificate verification: opt-in security to preserve backward compatibility (#2843) Copilot 2026-02-03 15:53:03 +00:00
  • eaece7bb9f Address code review feedback: extract helper and remove dead code copilot/remove-logger-and-add-slog copilot-swe-agent[bot] 2026-02-03 15:51:49 +00:00
  • d30e5bcee4 Restore debug/log buffer functionality with slog copilot-swe-agent[bot] 2026-02-03 15:50:23 +00:00
  • 4821a39ce1 Add TLS security update documentation copilot/update-tls-certificate-verification copilot-swe-agent[bot] 2026-02-03 15:48:24 +00:00
  • 7c48f8f0b3 Revert to backward-compatible TLS defaults to avoid breaking changes copilot-swe-agent[bot] 2026-02-03 15:47:26 +00:00
  • e431f07fe6 Address code review feedback: fix locking and use copyFields copilot-swe-agent[bot] 2026-02-03 15:38:22 +00:00
  • 2b56d15bb6 Fix linting issues in slog implementation copilot-swe-agent[bot] 2026-02-03 15:37:06 +00:00
  • 3094947953 [WIP] Remove reflect usage and improve performance (#2842) Copilot 2026-02-03 15:34:46 +00:00
  • 454d502b94 Replace custom logger with slog implementation copilot-swe-agent[bot] 2026-02-03 15:33:10 +00:00
  • 0889405d84 Add evaluation summary for reflection removal analysis copilot/remove-reflect-from-codebase copilot-swe-agent[bot] 2026-02-03 15:31:53 +00:00
  • edd160d112 Fix performance numbers for consistency copilot-swe-agent[bot] 2026-02-03 15:30:30 +00:00
  • 0a951aaaa3 Fix insecure TLS configuration - make secure by default copilot-swe-agent[bot] 2026-02-03 15:30:29 +00:00
  • 09a833b317 Add comprehensive analysis documents on reflection usage copilot-swe-agent[bot] 2026-02-03 15:29:13 +00:00
  • f10cdc8837 Initial plan copilot-swe-agent[bot] 2026-02-03 15:28:15 +00:00
  • b7d1357e8a Initial plan copilot-swe-agent[bot] 2026-02-03 15:27:01 +00:00
  • 206eb51961 Initial plan copilot-swe-agent[bot] 2026-02-03 15:23:49 +00:00
  • 75e32f4d87 Implement NATS connection pooling and fix connection leaks (#2840) Copilot 2026-02-03 11:43:45 +00:00
  • adc90b4d2d Apply rate limiting before singleflight to prevent goroutine blocking on etcd timeout (#2841) Copilot 2026-02-03 11:35:34 +00:00
  • ec0e61bd40 Remove unused maxIdle field from connection pools copilot/implement-nats-connection-pool copilot-swe-agent[bot] 2026-02-03 07:07:23 +00:00
  • 16c31b25bc Fix race condition in connection pool lastUsed field access copilot-swe-agent[bot] 2026-02-03 07:06:02 +00:00
  • 03223d5e23 Fix connection leaks in events/natsjs and config/source/nats copilot-swe-agent[bot] 2026-02-03 07:02:36 +00:00
  • 25f1c6714c Implement connection pool for transport/nats copilot-swe-agent[bot] 2026-02-03 07:00:05 +00:00
  • 840640c2e5 Fix variable shadowing in rate limiting check copilot/fix-etcd-authentication-performance-another-one copilot-swe-agent[bot] 2026-02-03 06:58:20 +00:00
  • 8309562352 Implement NATS connection pool with configuration options copilot-swe-agent[bot] 2026-02-03 06:56:26 +00:00
  • bf6eb990f7 Apply rate limiting before singleflight to prevent blocking copilot-swe-agent[bot] 2026-02-03 06:56:01 +00:00
  • 993f7dbb35 Initial plan copilot-swe-agent[bot] 2026-02-03 06:49:34 +00:00
  • d3bf22f732 Initial plan copilot-swe-agent[bot] 2026-02-02 19:41:26 +00:00
  • 87cf988e03 Fix go install @latest failures by documenting specific version (#2839) Copilot 2026-01-29 10:19:55 +00:00
  • 6ad66e5a24 Add consistent explanatory notes across all documentation files copilot/fix-go-install-cmd-error copilot-swe-agent[bot] 2026-01-29 08:52:06 +00:00
  • 7a9ada546b Add explanatory notes about version pinning in documentation copilot-swe-agent[bot] 2026-01-29 08:49:19 +00:00
  • d6feb48e02 Update documentation to use @v5.13.0 instead of @latest for go install commands copilot-swe-agent[bot] 2026-01-29 08:48:39 +00:00
  • 2d2b4d1934 Initial plan copilot-swe-agent[bot] 2026-01-29 08:43:57 +00:00
  • 109ff2169a Add blog link to homepage (#2837) Asim Aslam 2026-01-27 14:08:32 +00:00
  • bf24223e17 Add blog link to homepage add-blog-link Shelley 2026-01-27 14:08:07 +00:00
  • 82b7fdbec4 Add install.sh to website for curl install Shelley 2026-01-27 14:02:38 +00:00
  • fea8c911be Fix blog post markdown rendering Shelley 2026-01-27 13:54:31 +00:00
  • cf9629c41f Add blog section with first post: Introducing micro deploy Shelley 2026-01-27 13:52:09 +00:00
  • 1af588df2f Fix systemd ProtectHome setting feature/deploy-systemd Shelley 2026-01-27 13:40:18 +00:00
  • a5bef7af29 Add systemd-based deployment support (#2836) v5.13.0 Asim Aslam 2026-01-27 13:27:59 +00:00
  • 2d65ceac6b Fix non-constant format string in deploy error Shelley 2026-01-27 13:27:45 +00:00
  • f9236b4e6b Add install script for micro CLI Shelley 2026-01-27 13:22:54 +00:00
  • 45feec63aa Fix systemd template escaping and rsync permission warnings Shelley 2026-01-27 13:22:32 +00:00
  • b27dca0a69 Add deployment section to CLI documentation Shelley 2026-01-27 13:14:38 +00:00
  • de7a34b16e Add deployment documentation Shelley 2026-01-27 13:13:43 +00:00
  • 603c5db778 Add systemd-based deployment support Shelley 2026-01-27 13:12:44 +00:00
  • 239dbfc27e fix: make build/deploy Go-native, Docker optional (#2835) Asim Aslam 2026-01-27 12:47:07 +00:00
  • f974272551 fix: make build/deploy Go-native, Docker optional fix/build-deploy-go-native Shelley 2026-01-27 12:46:44 +00:00
  • de2b3031f3 feat: add micro build and micro deploy commands (#2834) Asim Aslam 2026-01-27 12:40:04 +00:00
  • c09695d4e2 feat: add micro build and micro deploy commands feat/deployment Shelley 2026-01-27 12:39:43 +00:00
  • 40c3ec0e32 feat: add testing package for in-process service testing (#2833) Asim Aslam 2026-01-27 12:35:05 +00:00
  • 93f605035e feat: add testing package for in-process service testing feat/testing-utilities Shelley 2026-01-27 12:34:44 +00:00
  • 139e70e880 feat(run): integrate HTTP gateway with micro run (#2832) Asim Aslam 2026-01-27 12:22:45 +00:00
  • e993aec297 feat(run): integrate HTTP gateway with micro run feat/integrated-gateway Shelley 2026-01-27 12:22:23 +00:00
  • 94e83e57f8 feat: add health check package for K8s-style probes (#2831) Asim Aslam 2026-01-27 12:10:38 +00:00
  • fcc799742a feat: add health check package for K8s-style probes feat/health-package Shelley 2026-01-27 12:10:15 +00:00
  • 39484560ea docs: add micro run documentation with hot reload and config file guide (#2830) Asim Aslam 2026-01-27 12:04:15 +00:00
  • a55637f368 docs: add micro run documentation with hot reload and config file guide docs/micro-run-enhancements Shelley 2026-01-27 12:03:53 +00:00
  • 7690c41d5f feat(run): add hot reload, config files, and dependency ordering (#2829) Asim Aslam 2026-01-27 12:01:47 +00:00
  • dbed5da98a feat(run): add hot reload, config files, and dependency ordering feat/enhanced-micro-run Shelley 2026-01-27 11:48:36 +00:00
  • cae6fbbe76 Framework hardening: security, reliability, and developer experience improvements (#2826) Asim Aslam 2026-01-27 10:39:25 +00:00
  • a80d75e15e refactor(cli): rename generate directory to gen for consistency improvements/framework-hardening Shelley 2026-01-27 10:37:54 +00:00
  • 75c6051003 feat(tls): add TLS helpers with opt-in secure mode Shelley 2026-01-27 08:50:02 +00:00
  • 53e50c4c89 feat(tls): make TLS secure by default, configurable via environment Shelley 2026-01-27 08:45:41 +00:00
  • 4eebe9fb50 feat(genai): improve provider interface with context and streaming Shelley 2026-01-27 08:42:32 +00:00
  • f3ad7566a9 fix: handle previously ignored errors Shelley 2026-01-27 08:40:07 +00:00
  • 6b73227515 fix: remove deprecated rand.Seed calls Shelley 2026-01-27 08:39:40 +00:00
  • a32cdbc117 feat(web): add SSE broadcaster for real-time event streaming (#2825) Asim Aslam 2026-01-27 06:29:34 +00:00
  • d5de33df2c feat(web): add SSE broadcaster for real-time event streaming feature/sse-support Shelley 2026-01-27 06:21:06 +00:00
  • baeb282cf1 Enhance cache rate limiting to prevent registry overload during rolling deployments (#2824) Copilot 2026-01-14 10:57:14 +00:00
  • 84f8e9f083 Remove unused failedAttempts and consecutiveFailures fields copilot/fix-etcd-authentication-performance-again copilot-swe-agent[bot] 2026-01-14 05:40:07 +00:00
  • 99a6659bb6 Enhance cache rate limiting to protect against rolling deployment scenarios copilot-swe-agent[bot] 2026-01-13 09:04:43 +00:00
  • 01d86cddf9 Initial plan copilot-swe-agent[bot] 2026-01-13 07:01:36 +00:00
  • 2869cc16d1 Add adaptive throttling to registry cache to prevent penetration when no stale cache exists (#2823) Copilot 2026-01-09 12:27:55 +00:00
  • 38a8f5f5e5 Update registry cache documentation with adaptive throttling feature copilot/fix-etcd-authentication-performance copilot-swe-agent[bot] 2026-01-09 12:16:37 +00:00
  • 2850d50e1a Fix WaitGroup race condition in events stream tests copilot-swe-agent[bot] 2026-01-09 12:15:00 +00:00
  • 42a12fe429 Add adaptive throttling to prevent cache penetration without stale cache copilot-swe-agent[bot] 2026-01-09 12:00:50 +00:00
  • 37a38d2f1c Initial plan copilot-swe-agent[bot] 2026-01-09 11:54:35 +00:00
  • dbb66ec938 Fix etcd auth overload and cache stampede with KeepAlive channels (#2822) Copilot 2026-01-09 11:12:06 +00:00
  • 80345fe63d docs: clarify gRPC server option ordering and service name usage (#2820) v5.12.0 Copilot 2025-11-25 09:26:59 +00:00
  • 00a119496e Add documentation for native gRPC compatibility vs transport (#2819) Copilot 2025-11-25 07:28:48 +00:00
  • 3e25be984d x Asim Aslam 2025-11-13 20:48:01 +00:00
  • 4e8934c230 Get Badge Asim Aslam 2025-11-13 20:46:20 +00:00
  • a368be82cd add showcase Asim Aslam 2025-11-13 20:42:45 +00:00
  • 43386d4ec1 x Asim Aslam 2025-11-13 20:37:54 +00:00
  • a84f92c907 mobile hamburger menu Asim Aslam 2025-11-13 20:34:09 +00:00
  • 751de9e7c0 fix mobile rendering for website Asim Aslam 2025-11-13 20:31:29 +00:00