Commit Graph

  • 2db46473a4 Merge pull request #162 from Lucenx9/master Abhimanyu Saharan 2026-02-25 03:31:11 +05:30
  • 87784d88ab Merge branch 'master' into master Abhimanyu Saharan 2026-02-25 03:23:25 +05:30
  • 3d137df61a Merge pull request #94 from abhi1693/hana/e2e-boards-gap-analysis Abhimanyu Saharan 2026-02-25 03:22:38 +05:30
  • 9e4be7192e test(e2e): ensure delete task button is visible and scrolls into view Abhimanyu Saharan 2026-02-25 03:14:56 +05:30
  • 8b7c728f32 test(e2e): replace forced clicks with actionability checks Abhimanyu Saharan 2026-02-25 03:01:15 +05:30
  • 33b705a935 test(e2e): remove force click for edit-task actionability Abhimanyu Saharan 2026-02-25 02:59:15 +05:30
  • aa2ceba576 test(e2e): scope board task SSE stubs to known endpoints Abhimanyu Saharan 2026-02-25 02:50:57 +05:30
  • c03affe3e0 test(e2e): switch boards list spec to local auth Abhimanyu Saharan 2026-02-25 02:50:11 +05:30
  • b35980618d test(e2e): switch board task spec to local auth Abhimanyu Saharan 2026-02-25 02:40:54 +05:30
  • 08341d26ac test(frontend): stabilize onboarding polling assertion Abhimanyu Saharan 2026-02-25 02:39:53 +05:30
  • 42b361ddd9 test(frontend): stabilize auth boundary tests for local auth mode Abhimanyu Saharan 2026-02-25 02:32:42 +05:30
  • be18072d52 Merge origin/master into hana/e2e-boards-gap-analysis Abhimanyu Saharan 2026-02-25 02:26:46 +05:30
  • e3404d8590 feat: implement local authentication flow and update related tests Abhimanyu Saharan 2026-02-25 02:24:51 +05:30
  • 1045267d4c feat: add groupSnapshot alias and handle hydration mismatch in E2E tests Abhimanyu Saharan 2026-02-25 01:39:04 +05:30
  • c6dedc93b3 feat: enhance task editing and loading states in board tasks and boards list tests Abhimanyu Saharan 2026-02-25 01:29:04 +05:30
  • 49a13a5c01 Merge branch 'master' into hana/e2e-boards-gap-analysis Abhimanyu Saharan 2026-02-25 00:59:34 +05:30
  • 2e3b455582 Merge branch 'master' into master Abhimanyu Saharan 2026-02-25 00:50:37 +05:30
  • 1d50e48609 chore: update CI configuration and improve README instructions Abhimanyu Saharan 2026-02-25 00:49:35 +05:30
  • d9af5d3bc7 Merge branch 'master' into master Abhimanyu Saharan 2026-02-25 00:42:48 +05:30
  • 0795f78eff feat: implement unified agent lifecycle orchestration and metadata tracking Abhimanyu Saharan 2026-02-25 00:34:04 +05:30
  • 3fd5fe5f8c fix: make security headers configurable and add tests Simone 2026-02-24 17:36:44 +01:00
  • 893e06f579 Merge pull request #163 from abhi1693/copilot/implement-changes-from-release Abhimanyu Saharan 2026-02-23 22:05:10 +05:30
  • 2c5dd30bd8 feat: upgrade to FastAPI 0.131.0 and remove orjson dependency copilot-swe-agent[bot] 2026-02-23 16:24:23 +00:00
  • 1967e9583d feat: upgrade FastAPI to 0.130.0 and implement ORJSONResponse for performance copilot-swe-agent[bot] 2026-02-22 22:13:52 +00:00
  • 8c36df4689 Initial plan copilot-swe-agent[bot] 2026-02-22 22:09:11 +00:00
  • ba7f9166e7 chore: update .gitignore to include device keys for OpenClaw service Abhimanyu Saharan 2026-02-23 02:54:18 +05:30
  • 93161d3800 fix: add Redis healthcheck and security response headers Simone 2026-02-22 22:20:53 +01:00
  • b8494667cf Merge pull request #161 from abhi1693/chore/pr-149-cherry-pick-fixes Abhimanyu Saharan 2026-02-23 02:12:03 +05:30
  • 2e36630df4 fix: address PR #149 review comments Abhimanyu Saharan 2026-02-23 02:00:07 +05:30
  • c13915bbdf fix: detect explicit port from URL string; add Vitest tests DevBot 2026-02-21 16:25:12 +00:00
  • fae681747d fix: handle default ports in gateway URL validation DevBot 2026-02-21 08:56:37 +00:00
  • 56fadb4b47 Remove extra newline from README.md Abhimanyu Saharan 2026-02-23 01:48:14 +05:30
  • 22b904c9ab Add Slack join badge to README Abhimanyu Saharan 2026-02-23 01:41:05 +05:30
  • 2d3c3ee3e4 feat: add config fallback for gateway version compatibility check Abhimanyu Saharan 2026-02-23 01:23:09 +05:30
  • 6b09f124e6 refactor: rename compatibility check function and update version extraction logic #159 Abhimanyu Saharan 2026-02-22 22:05:39 +05:30
  • 6f4ad41dba Merge pull request #155 from abhi1693/copilot/feature-allow-self-signed-tls Abhimanyu Saharan 2026-02-22 21:14:52 +05:30
  • f1f3fbb766 docs: enhance docstring for SSL context creation with insecure TLS Abhimanyu Saharan 2026-02-22 21:04:31 +05:30
  • effd9f316c docs: update documentation for enabling self-signed TLS certificates in gateway configuration Abhimanyu Saharan 2026-02-22 21:03:32 +05:30
  • 62e3c267b5 feat: add allow_insecure_tls parameter to agent configuration Abhimanyu Saharan 2026-02-22 20:24:41 +05:30
  • 56f4964332 feat: add support for allowing self-signed TLS certificates in gateway configuration Abhimanyu Saharan 2026-02-22 20:20:19 +05:30
  • d37f230eb3 feat: add allow_insecure_tls column to gateways Abhimanyu Saharan 2026-02-22 20:07:30 +05:30
  • 374d5a0c37 Merge branch 'master' into copilot/feature-allow-self-signed-tls Abhimanyu Saharan 2026-02-22 19:51:27 +05:30
  • cdced8e07c refactor: improve code formatting and readability in tests and components Abhimanyu Saharan 2026-02-22 19:45:18 +05:30
  • ab7a3c66ce feat: add disable_device_pairing parameter to agent configuration Abhimanyu Saharan 2026-02-22 19:41:26 +05:30
  • 3dfb70cd90 feat: add disable_device_pairing option to gateway configuration Abhimanyu Saharan 2026-02-22 19:19:26 +05:30
  • e39b2069fb feat: add openclaw_connect_metadata function and update compatibility check logic, fixes #156 Abhimanyu Saharan 2026-02-22 13:37:01 +05:30
  • c072749b35 fix: Update generated TypeScript API models for allow_insecure_tls field copilot-swe-agent[bot] 2026-02-22 07:37:25 +00:00
  • 2393aef859 Add comprehensive tests and improve error messaging for gateway version validation copilot/fix-gateway-version-validation copilot-swe-agent[bot] 2026-02-22 07:35:56 +00:00
  • a9eb145632 Initial plan copilot-swe-agent[bot] 2026-02-22 07:29:09 +00:00
  • 87b210b34d docs: Add documentation for self-signed TLS certificate support copilot-swe-agent[bot] 2026-02-22 05:32:04 +00:00
  • 217f98afcc fix: Address code review feedback copilot-swe-agent[bot] 2026-02-22 05:30:29 +00:00
  • 42a6a42902 test: Add tests for SSL context configuration copilot-swe-agent[bot] 2026-02-22 05:29:32 +00:00
  • 520e128777 feat: Add allow_insecure_tls field to gateway model and UI copilot-swe-agent[bot] 2026-02-22 05:28:37 +00:00
  • 6455a27176 Initial plan copilot-swe-agent[bot] 2026-02-22 05:22:11 +00:00
  • 79120681de security: bind redis and postgres ports to localhost only Aaron Aronchick 2026-02-22 03:53:28 +00:00
  • d3a61e106b Merge pull request #147 from abhi1693/copilot/fix-gateway-access-issue Abhimanyu Saharan 2026-02-21 09:10:56 +05:30
  • 9816a43f91 fix: remove unnecessary directive and reduce code duplication copilot/import-edit-agent-files copilot-swe-agent[bot] 2026-02-21 03:02:52 +00:00
  • 8c197ffbbd refactor: address final code review comments copilot-swe-agent[bot] 2026-02-21 03:01:45 +00:00
  • 23fe9b869d refactor: remove unused schema and clarify SOUL.md endpoint usage copilot-swe-agent[bot] 2026-02-21 02:59:31 +00:00
  • d4f519c580 fix: address code review comments copilot-swe-agent[bot] 2026-02-21 02:58:27 +00:00
  • e99b41fa9a feat: add frontend UI for agent file management copilot-swe-agent[bot] 2026-02-21 02:57:04 +00:00
  • 07190dca04 fix: add operator.read scope to gateway connection scopes copilot-swe-agent[bot] 2026-02-21 02:54:17 +00:00
  • d72af04170 feat: add backend API endpoints for agent file import and editing copilot-swe-agent[bot] 2026-02-21 02:53:55 +00:00
  • 9a4dabb9e9 Initial plan copilot-swe-agent[bot] 2026-02-21 02:50:48 +00:00
  • a8ab696a35 Initial plan copilot-swe-agent[bot] 2026-02-21 02:49:02 +00:00
  • 1c8a531f6a feat: update JSON key access syntax in BOARD_HEARTBEAT.md.j2 and BOARD_TOOLS.md.j2 Abhimanyu Saharan 2026-02-16 23:42:38 +05:30
  • 522761bc26 feat: improve session polling logic in BoardOnboardingChat component Abhimanyu Saharan 2026-02-16 01:46:12 +05:30
  • 6c3c9913db feat: update agent heartbeat endpoint to require no request payload Abhimanyu Saharan 2026-02-16 01:46:06 +05:30
  • 7a3a2366da feat: update wakeup text to include reading BOOTSTRAP.md before AGENTS.md Abhimanyu Saharan 2026-02-16 01:45:02 +05:30
  • 5912048b85 feat: add validation for gateway main agent requirement on board mutations Abhimanyu Saharan 2026-02-16 01:25:44 +05:30
  • 1d8039e760 feat: update documentation to use template variables for BASE_URL and AUTH_TOKEN Abhimanyu Saharan 2026-02-16 01:25:39 +05:30
  • 47dfc1b52f feat: ensure deletion of custom fields and values when a board is deleted Abhimanyu Saharan 2026-02-16 00:44:40 +05:30
  • 1d63bd0148 feat: add health check endpoint for agent authentication status Abhimanyu Saharan 2026-02-16 00:42:15 +05:30
  • cd68446c42 feat: add BoardWebhook updates on agent deletion Abhimanyu Saharan 2026-02-16 00:21:21 +05:30
  • b702ade0cc fix: update HTTP status code from UNPROCESSABLE_ENTITY to UNPROCESSABLE_CONTENT Abhimanyu Saharan 2026-02-15 16:06:06 +05:30
  • 24731667d4 feat: add gateway runtime compatibility checks and minimum version enforcement Abhimanyu Saharan 2026-02-15 15:59:55 +05:30
  • 0b3fb04630 docs: add OpenClaw baseline configuration guide to README Abhimanyu Saharan 2026-02-15 15:36:20 +05:30
  • 06fb4a2885 refactor: update delivery status templates for clarity and consistency Abhimanyu Saharan 2026-02-15 15:12:51 +05:30
  • f1d8da7008 refactor: enhance user context handling and update template mappings Abhimanyu Saharan 2026-02-15 14:21:49 +05:30
  • 1996e21695 refactor: add overwrite option to various services and update documentation Abhimanyu Saharan 2026-02-15 13:55:47 +05:30
  • 2b96504712 refactor: update terminology for clarity in agent-templates.ts Abhimanyu Saharan 2026-02-15 13:48:19 +05:30
  • a5ef3d3dcd refactor: improve code formatting and enhance readability in page.tsx Abhimanyu Saharan 2026-02-15 13:40:03 +05:30
  • aebd487270 refactor: add agent_id to various interfaces and improve field organization Abhimanyu Saharan 2026-02-15 13:36:57 +05:30
  • aa825863c2 refactor: reorganize imports and improve code formatting for readability Abhimanyu Saharan 2026-02-15 13:20:46 +05:30
  • efad1d4afc refactor: increase dispatch throttle duration for improved queue processing Abhimanyu Saharan 2026-02-15 13:09:22 +05:30
  • 8f4a398839 refactor: implement generic queue worker with task-type dispatch and improved retry logic Abhimanyu Saharan 2026-02-15 13:07:32 +05:30
  • 7e76cd1f68 refactor: improve webhook processing with enhanced logging and retry mechanisms Abhimanyu Saharan 2026-02-15 13:01:33 +05:30
  • e28496245b refactor: enhance webhook delivery queue processing with configurable blocking Abhimanyu Saharan 2026-02-15 12:48:08 +05:30
  • 731fb9edac refactor: inline payload preview building in webhook message construction Abhimanyu Saharan 2026-02-15 12:35:22 +05:30
  • 7fe5ad5cba refactor: remove payload preview length limitation in webhook processing Abhimanyu Saharan 2026-02-15 12:34:05 +05:30
  • f9b14af477 refactor: migrate webhook queue to RQ with updated configuration Abhimanyu Saharan 2026-02-15 12:30:15 +05:30
  • 1284820ec7 Merge pull request #137 from abhi1693/fix/agent-status-unassigned Abhimanyu Saharan 2026-02-15 12:18:11 +05:30
  • 2a923f2c32 fix: mypy redundant cast in approval check feat/mission-control-approval-check Abhimanyu Saharan 2026-02-15 06:15:41 +00:00
  • 11b2d9a968 fix: robust PR->task mapping for github_pr_url JSON field Abhimanyu Saharan 2026-02-15 06:13:32 +00:00
  • ac0199e3b8 style: fix flake8 blank lines Abhimanyu Saharan 2026-02-15 06:09:28 +00:00
  • ee05ad2f28 test: cover GitHub PR URL parsing Abhimanyu Saharan 2026-02-15 06:08:25 +00:00
  • d44bbedf0e perf: bound concurrency for approval check reconciliation Abhimanyu Saharan 2026-02-15 06:07:17 +00:00
  • 16fe7d260c chore: sanitize GitHub API error details Abhimanyu Saharan 2026-02-15 06:05:38 +00:00
  • a8c4e4b339 fix: canonicalize parsed GitHub PR URL Abhimanyu Saharan 2026-02-15 06:03:15 +00:00
  • 87add28339 fix: satisfy mypy on board id query Abhimanyu Saharan 2026-02-15 06:00:02 +00:00