Abhimanyu Saharan
374d5a0c37
Merge branch 'master' into copilot/feature-allow-self-signed-tls
...
# Conflicts:
# backend/app/api/gateways.py
# backend/app/schemas/gateways.py
# backend/app/services/openclaw/admin_service.py
# backend/app/services/openclaw/gateway_resolver.py
# backend/app/services/openclaw/gateway_rpc.py
# backend/app/services/openclaw/provisioning.py
# backend/app/services/openclaw/provisioning_db.py
# frontend/src/api/generated/model/gatewayCreate.ts
# frontend/src/api/generated/model/gatewayRead.ts
# frontend/src/api/generated/model/gatewayUpdate.ts
2026-02-22 19:51:27 +05:30
Abhimanyu Saharan
3dfb70cd90
feat: add disable_device_pairing option to gateway configuration
2026-02-22 19:19:26 +05:30
copilot-swe-agent[bot]
520e128777
feat: Add allow_insecure_tls field to gateway model and UI
...
- Added allow_insecure_tls boolean field to Gateway model and schemas
- Created database migration for the new field
- Updated GatewayConfig to include allow_insecure_tls parameter
- Modified openclaw_call to create SSL context that disables verification when allow_insecure_tls is true
- Updated all GatewayConfig instantiations throughout the backend
- Added checkbox to frontend gateway form (create and edit pages)
- Updated API endpoints to handle the new field
Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com >
2026-02-22 05:28:37 +00:00
Abhimanyu Saharan
cd68446c42
feat: add BoardWebhook updates on agent deletion
2026-02-16 00:21:21 +05:30
Abhimanyu Saharan
b702ade0cc
fix: update HTTP status code from UNPROCESSABLE_ENTITY to UNPROCESSABLE_CONTENT
2026-02-15 16:06:06 +05:30
Abhimanyu Saharan
24731667d4
feat: add gateway runtime compatibility checks and minimum version enforcement
2026-02-15 15:59:55 +05:30
Abhimanyu Saharan
1996e21695
refactor: add overwrite option to various services and update documentation
2026-02-15 13:55:47 +05:30
Abhimanyu Saharan
6f465d32fa
feat(gateway): add lead_only option for syncing board lead agents
2026-02-15 01:23:36 +05:30
Abhimanyu Saharan
8d0b2939a6
feat: enhance logging configuration and add request logging context
2026-02-11 16:49:43 +05:30
Abhimanyu Saharan
f1038acf44
refactor: streamline agent lifecycle management with new DB service helpers
2026-02-11 01:13:10 +05:30
Abhimanyu Saharan
b038d0df4c
refactor: update imports to use provisioning_db and gateway_rpc modules
2026-02-11 00:00:19 +05:30
Abhimanyu Saharan
997d21c913
refactor: update provisioning service references to use OpenClawGatewayProvisioner
2026-02-10 23:31:14 +05:30
Abhimanyu Saharan
ad75871e61
refactor: replace direct calls to provisioning functions with OpenClawProvisioningService methods
2026-02-10 22:30:14 +05:30
Abhimanyu Saharan
3008d03731
feat: add onboarding and session management services for gateway integration
2026-02-10 14:58:35 +05:30