Commit Graph

  • 9f4b38e86f removed dead code Abhimanyu Saharan 2026-02-11 01:28:28 +05:30
  • f1038acf44 refactor: streamline agent lifecycle management with new DB service helpers Abhimanyu Saharan 2026-02-11 01:13:10 +05:30
  • f4161494d9 refactor: update internal helpers and improve slugify function usage Abhimanyu Saharan 2026-02-11 00:27:44 +05:30
  • b038d0df4c refactor: update imports to use provisioning_db and gateway_rpc modules Abhimanyu Saharan 2026-02-11 00:00:19 +05:30
  • 997d21c913 refactor: update provisioning service references to use OpenClawGatewayProvisioner Abhimanyu Saharan 2026-02-10 23:31:14 +05:30
  • ad75871e61 refactor: replace direct calls to provisioning functions with OpenClawProvisioningService methods Abhimanyu Saharan 2026-02-10 22:30:14 +05:30
  • d9199f8d8d refactor(agent): enhance agent deletion logic and add cleanup for main agents Abhimanyu Saharan 2026-02-10 20:10:36 +05:30
  • 9bd34503d6 refactor: reorganize template files and update provisioning paths Abhimanyu Saharan 2026-02-10 20:01:08 +05:30
  • 6bc38f4997 refactor: remove unused local agent workspace logic and simplify provisioning Abhimanyu Saharan 2026-02-10 19:20:50 +05:30
  • ac3b4db89f docs: add base gateway configuration for local development Abhimanyu Saharan 2026-02-10 19:03:53 +05:30
  • 01888062a6 refactor(auth): streamline authentication flow and enhance error logging Abhimanyu Saharan 2026-02-10 18:40:42 +05:30
  • 5c25c4bb91 chore(backend): upgrade deps and remove redis/rq Abhimanyu Saharan 2026-02-10 16:05:49 +05:30
  • dcdc0a25b1 refactor: add gateway_id to agents and remove main_session_key from gateways Abhimanyu Saharan 2026-02-10 15:55:26 +05:30
  • 39eca909a2 refactor: centralize authorization checks in OpenClawAuthorizationPolicy Abhimanyu Saharan 2026-02-10 15:44:49 +05:30
  • e75b2844bb refactor: replace direct gateway message sending with safe dispatch helper Abhimanyu Saharan 2026-02-10 15:18:39 +05:30
  • 42b061f72d refactor: enforce architectural boundaries by updating OpenClaw service imports Abhimanyu Saharan 2026-02-10 15:14:45 +05:30
  • 6311418dcf refactor: update import paths for OpenClaw services to improve module organization Abhimanyu Saharan 2026-02-10 15:08:14 +05:30
  • 9aaf95715c refactor: reorganize imports and enhance module exports in lifecycle services Abhimanyu Saharan 2026-02-10 15:05:32 +05:30
  • e1d8cab600 refactor: introduce agent key and retry helpers for coordination flows Abhimanyu Saharan 2026-02-10 15:03:27 +05:30
  • 3008d03731 feat: add onboarding and session management services for gateway integration Abhimanyu Saharan 2026-02-10 14:58:35 +05:30
  • 82425edd69 refactor: reorganize OpenClaw services and enhance session management Abhimanyu Saharan 2026-02-10 14:50:27 +05:30
  • 6f070df74b refactor: remove main session key references and enhance agent-gateway associations Abhimanyu Saharan 2026-02-10 02:58:58 +05:30
  • 50f71960de refactor: enhance gateway agent handling with dedicated OpenClaw agent IDs Abhimanyu Saharan 2026-02-10 01:33:01 +05:30
  • 822b13e6eb refactor: enhance error handling and optimize user profile fetching logic Abhimanyu Saharan 2026-02-10 00:50:43 +05:30
  • ba73ce8bfd refactor: update gateway agent session key handling and improve related logic Abhimanyu Saharan 2026-02-10 00:45:15 +05:30
  • 79f7ad8ba3 refactor: add descriptive comments for various response payload interfaces Abhimanyu Saharan 2026-02-10 00:17:21 +05:30
  • 55d4c482bc refactor: implement user deletion functionality and enhance settings management Abhimanyu Saharan 2026-02-10 00:17:06 +05:30
  • d9f560ee0c refactor: streamline code formatting and enhance test organization mocks Abhimanyu Saharan 2026-02-09 23:58:54 +05:30
  • 3326100205 refactor: update Clerk authentication integration and improve organization handling Abhimanyu Saharan 2026-02-09 23:55:52 +05:30
  • 6f76e430f4 refactor: enhance onboarding logic and update default redirect path Abhimanyu Saharan 2026-02-09 22:20:19 +05:30
  • f8860bbc71 refactor: introduce TASK_SOUL.md for task-specific behavior and update related documentation Abhimanyu Saharan 2026-02-09 22:16:57 +05:30
  • 8f6347dc8d refactor: simplify code formatting and improve readability across multiple files Abhimanyu Saharan 2026-02-09 20:44:05 +05:30
  • 020d02fa22 refactor: replace DefaultLimitOffsetPage with LimitOffsetPage in multiple files and update timezone handling to use UTC Abhimanyu Saharan 2026-02-09 20:40:17 +05:30
  • 1f105c19ab refactor: configure mypy to ignore errors in test modules and update ruff linting rules for test files Abhimanyu Saharan 2026-02-09 17:47:06 +05:30
  • dddd1e9a7a refactor: improve type coercion functions and enhance type hints across multiple files Abhimanyu Saharan 2026-02-09 17:43:42 +05:30
  • f5d592f61a refactor: standardize runtime annotation types across multiple files Abhimanyu Saharan 2026-02-09 17:24:21 +05:30
  • 7706943209 refactor: enhance docstrings for clarity and consistency across multiple files Abhimanyu Saharan 2026-02-09 16:23:41 +05:30
  • 7ca1899d9f refactor: update module docstrings for clarity and consistency Abhimanyu Saharan 2026-02-09 15:49:50 +05:30
  • 78bb08d4a3 refactor: streamline access check logic in organizations.py Abhimanyu Saharan 2026-02-09 02:59:09 +05:30
  • 752cf48a0e refactor: add trace method to logging.Logger for enhanced logging capabilities Abhimanyu Saharan 2026-02-09 02:58:59 +05:30
  • 099415cca3 refactor: improve session key validation and add lead session key requirement in agent.py Abhimanyu Saharan 2026-02-09 02:58:46 +05:30
  • e2af067c85 refactor: enhance transient error handling and improve session key validation in template_sync.py Abhimanyu Saharan 2026-02-09 02:56:43 +05:30
  • 3660aa44d6 refactor: implement snippet truncation for task descriptions and comments Abhimanyu Saharan 2026-02-09 02:54:52 +05:30
  • 86cc0f087d refactor: simplify assigned agent retrieval logic in tasks.py Abhimanyu Saharan 2026-02-09 02:54:11 +05:30
  • 10d23777be refactor: improve session handling and streamline agent provisioning logic in agents.py Abhimanyu Saharan 2026-02-09 02:53:53 +05:30
  • 50e3ff38b2 refactor: specify exception handling for network and protocol errors in openclaw_gateway.py Abhimanyu Saharan 2026-02-09 02:53:25 +05:30
  • 872ae09512 refactor: replace generic Exception handling with specific exceptions in agents.py Abhimanyu Saharan 2026-02-09 02:51:40 +05:30
  • 9973b76463 refactor: replace generic Exception handling with specific exceptions in various files Abhimanyu Saharan 2026-02-09 02:51:26 +05:30
  • 9714c7c24e refactor: update async session generator usage for improved clarity Abhimanyu Saharan 2026-02-09 02:28:46 +05:30
  • 9d91e87190 refactor: remove unnecessary type casting in CRUD operations for delete and update methods Abhimanyu Saharan 2026-02-09 02:24:49 +05:30
  • 9340a74c42 refactor: replace generic Exception handling with SQLAlchemyError in CRUD and session management Abhimanyu Saharan 2026-02-09 02:24:16 +05:30
  • fafcac1e16 refactor: replace exec_dml with CRUD operations in various files and improve session handling Abhimanyu Saharan 2026-02-09 02:17:34 +05:30
  • 228b99bc9b refactor: replace SQLModel with QueryModel in various models and update query methods Abhimanyu Saharan 2026-02-09 02:04:14 +05:30
  • e19e47106b feat: add sign-out redirect URL and enhance sign-in redirect handling Abhimanyu Saharan 2026-02-09 01:07:36 +05:30
  • 5630f9b8e8 feat: add sign-out redirect URL and enhance sign-in redirect handling Abhimanyu Saharan 2026-02-09 01:06:33 +05:30
  • f6bcd1ca5f refactor: update migration paths and improve database operation handling Abhimanyu Saharan 2026-02-09 00:51:26 +05:30
  • 8c4bcca603 refactor: clean up code formatting and improve readability in various files Abhimanyu Saharan 2026-02-09 00:29:26 +05:30
  • bb5a8482f3 feat: add endpoint to remove organization members with access cleanup Abhimanyu Saharan 2026-02-09 00:26:49 +05:30
  • b9d2603fde feat: implement organization deletion with cascading cleanup of associated resources Abhimanyu Saharan 2026-02-09 00:22:37 +05:30
  • fd01320f1b feat: ensure board group deletion also removes associated board group memory Abhimanyu Saharan 2026-02-09 00:17:25 +05:30
  • 05c0f851f6 feat: replace DashboardShell with DashboardPageLayout for improved layout consistency Abhimanyu Saharan 2026-02-09 00:16:48 +05:30
  • 3a1cd654f1 feat: replace Dialog component with ConfirmActionDialog for improved confirmation handling Abhimanyu Saharan 2026-02-09 00:12:58 +05:30
  • 9a8fd3558d feat: replace DashboardShell and SignedOut/SignedIn components with DashboardPageLayout for improved structure and state handling Abhimanyu Saharan 2026-02-09 00:10:35 +05:30
  • 746b909ed6 feat: add TableLoadingRow and TableEmptyStateRow components for improved table state handling Abhimanyu Saharan 2026-02-09 00:07:01 +05:30
  • 1340e00b61 feat: extract timestamp formatting and text truncation into separate utility functions Abhimanyu Saharan 2026-02-09 00:02:43 +05:30
  • 5ea9719c13 feat: introduce DashboardPageLayout component to streamline page structure and improve layout consistency Abhimanyu Saharan 2026-02-08 23:58:55 +05:30
  • a4aced9a88 feat: refactor organization membership logic and simplify admin role checks Abhimanyu Saharan 2026-02-08 23:49:34 +05:30
  • cd732e312f test: add unit test for board deletion and organization access cleanup Abhimanyu Saharan 2026-02-08 23:41:20 +05:30
  • 840d5a050f feat: refactor sign-in prompts to use SignedOutPanel component Abhimanyu Saharan 2026-02-08 23:40:11 +05:30
  • 86d93d94fe feat: refactor authentication panels and add AdminOnlyNotice component Abhimanyu Saharan 2026-02-08 23:30:24 +05:30
  • 03317f0baf feat(gateway): refactor gateway form and connection check logic Abhimanyu Saharan 2026-02-08 23:26:57 +05:30
  • cdda147feb Merge PR #71 Abhimanyu Saharan 2026-02-08 23:26:53 +05:30
  • 9153e9cf4d ci: remove invalid hashFiles() job condition openclaw-bot 2026-02-08 17:52:10 +00:00
  • 5ed4dc1f23 Merge PR #74 Abhimanyu Saharan 2026-02-08 23:26:16 +05:30
  • bbe9523ea0 test: seed organization when creating boards in integration tests openclaw-bot 2026-02-08 17:54:43 +00:00
  • df552a7286 Merge pull request #69 from abhi1693/tests/pr61-coverage Abhimanyu Saharan 2026-02-08 23:18:36 +05:30
  • 1407860588 Merge pull request #70 from abhi1693/anya/frontend-coverage-slice-1-fix Abhimanyu Saharan 2026-02-08 23:17:09 +05:30
  • b1b4eeed41 fix(frontend): include vitest types for expect matchers Anya (OpenClaw) 2026-02-08 17:41:04 +00:00
  • 33046b75b5 Merge pull request #68 from abhi1693/ishan/tests-pr61-orgs Abhimanyu Saharan 2026-02-08 23:14:15 +05:30
  • 837a9ef43f Merge pull request #67 from abhi1693/recreate/pr63-org-invite-flow-tests Abhimanyu Saharan 2026-02-08 23:13:50 +05:30
  • 45f74c3ec6 Merge pull request #66 from abhi1693/recreate/pr62-backend-org-invites-tests Abhimanyu Saharan 2026-02-08 23:13:09 +05:30
  • 33971104f3 Merge pull request #52 from abhi1693/kunal/backend-coverage-slice-1 Abhimanyu Saharan 2026-02-08 23:12:54 +05:30
  • 9b23ac3408 tests: make /organization story role-agnostic Maya 2026-02-08 16:53:00 +00:00
  • 76647b9873 tests: create org via OrgSwitcher combobox selector Maya 2026-02-08 16:36:56 +00:00
  • 38f2cbec19 tests: make org stories deterministic via org creation Maya 2026-02-08 16:21:51 +00:00
  • 7e993704a9 tests: assert org invite disabled for non-admin Maya 2026-02-08 16:16:08 +00:00
  • 68f9384a02 tests: cover PR #61 org invite flow Maya 2026-02-08 16:07:06 +00:00
  • 103b481035 Fix flake8 in org service tests Ishaan (OpenClaw) 2026-02-08 16:37:17 +00:00
  • 5ab56e6d83 test(backend): cover organizations service access/invite flows Ishan (OpenClaw) 2026-02-08 16:06:32 +00:00
  • 8aef9207bd Merge pull request #65 from abhi1693/fix/pr48-test-types Abhimanyu Saharan 2026-02-08 23:11:58 +05:30
  • 73f428e44b tests: make /organization story role-agnostic Maya 2026-02-08 16:53:00 +00:00
  • 42bd48b827 tests: create org via OrgSwitcher combobox selector Maya 2026-02-08 16:36:56 +00:00
  • 435adabec0 tests: make org stories deterministic via org creation Maya 2026-02-08 16:21:51 +00:00
  • 6acf79ba8d tests: assert org invite disabled for non-admin Maya 2026-02-08 16:16:08 +00:00
  • 698e6fab60 tests: cover PR #61 org invite flow Maya 2026-02-08 16:07:06 +00:00
  • ce8d41b3b1 Fix flake8 in org service tests Ishaan (OpenClaw) 2026-02-08 16:37:17 +00:00
  • 4cc6b4300e test(backend): 100% coverage for task_dependencies service Kunal 2026-02-07 17:03:06 +00:00
  • 4ac600d4c6 docs: add dynamic skill discovery guidelines and enable auto-install mode Abhimanyu Saharan 2026-02-08 23:10:10 +05:30
  • da21506431 test(backend): cover organizations service access/invite flows Ishan (OpenClaw) 2026-02-08 16:06:32 +00:00
  • 0b21dadf0c test(frontend): import vitest to stabilize typings openclaw-mission-control bot 2026-02-08 17:38:24 +00:00