Tim O'Farrell
|
9e3aed7f53
|
refactor: move settings and secrets stores to app_server (#14165)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 13:54:33 -06:00 |
|
Tim O'Farrell
|
3a40ecb931
|
Remove deprecated openhands.events package (V0) (#14162)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 12:53:41 -06:00 |
|
Tim O'Farrell
|
5bb6522f2f
|
Remove dead code from enterprise/integrations/utils.py (#14161)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 12:11:29 -06:00 |
|
Tim O'Farrell
|
273c38f0b6
|
Remove ConversationCallback class (replaced by V1 EventCallback) (#14159)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 11:49:01 -06:00 |
|
Tim O'Farrell
|
02b999c166
|
Remove dead feedback routes (V0 code) (#14158)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 11:40:07 -06:00 |
|
Tim O'Farrell
|
28d26f8178
|
Remove dead MonitoringListener code (#14157)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 11:10:57 -06:00 |
|
Tim O'Farrell
|
fc4c62a73d
|
Removed V0 conversation stats (#14152)
|
2026-04-27 09:51:35 -06:00 |
|
Hiep Le
|
b41dd2ba8b
|
fix: enforce onboarding completion on every navigation (#14142)
Co-authored-by: allhands-bot <allhands-bot@users.noreply.github.com>
|
2026-04-27 22:35:18 +07:00 |
|
Tim O'Farrell
|
731183e069
|
Remove enterprise/integrations/solvability package and related dead code (#14150)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 09:20:29 -06:00 |
|
Tim O'Farrell
|
c22c03eeb6
|
Remove ConversationStore interface and implementations (V1 migration cleanup) (#14147)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 08:05:53 -06:00 |
|
Tim O'Farrell
|
6464eaed3c
|
Remove v1_enabled flag from resolver integrations (#14145)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-27 07:36:34 -06:00 |
|
Tim O'Farrell
|
237948978b
|
V0 Code Removals: Conversation Validator, MCP Updates, and Cleanup (#14135)
Co-authored-by: OpenHands Bot <contact@all-hands.dev>
Co-authored-by: allhands-bot <allhands-bot@users.noreply.github.com>
|
2026-04-27 06:51:15 -06:00 |
|
Tim O'Farrell
|
e86067c15b
|
Removed V0 runtime (#14117)
|
2026-04-24 15:40:37 -06:00 |
|
Tim O'Farrell
|
77043da280
|
Removed V0 third party runtimes (#14119)
|
2026-04-24 12:23:01 -06:00 |
|
aivong-openhands
|
9a743ff51a
|
APP-1325: register GitlabV1CallbackProcessor for deserialization (#14110)
|
2026-04-24 11:01:06 -04:00 |
|
Graham Neubig
|
29577935b4
|
fix: preserve LLM and MCP settings in migration 108 (#14112)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-24 14:36:12 +00:00 |
|
Graham Neubig
|
13dba59bb8
|
Fix enterprise migration 108 settings mapping (#14088)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-23 12:47:37 -04:00 |
|
Rohit Malhotra
|
7bc3300981
|
Add missing SqlAlchemy type stub to mypy (#13413)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 20:52:27 +00:00 |
|
Rohit Malhotra
|
3e0283796e
|
fix: add return type annotation for ConversationMetadata conversion (SQLAlchemy typing PR7) (#14081)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 20:37:18 +00:00 |
|
Rohit Malhotra
|
cd0175d83e
|
fix: correct return types and remove unreachable code (SQLAlchemy typing PR6) (#14079)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 20:17:11 +00:00 |
|
Rohit Malhotra
|
fb0108f946
|
fix: handle nullable arguments in enterprise code (#14078)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 16:10:08 -04:00 |
|
Rohit Malhotra
|
6b29a82de3
|
fix: correct SQLAlchemy Result and Table type annotations (#14076)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 19:43:14 +00:00 |
|
Rohit Malhotra
|
033c6202b7
|
fix: handle nullable datetime in _fix_timezone methods (#14073)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 19:16:26 +00:00 |
|
aivong-openhands
|
b357c0c3bb
|
Fix CVE-2026-39892: Update cryptography to 46.0.7 (#13968)
Co-authored-by: OpenHands CVE Fix Bot <openhands@all-hands.dev>
|
2026-04-22 21:07:29 +02:00 |
|
Rohit Malhotra
|
16374dc9c0
|
fix: add ColumnElement type annotation for SQLAlchemy filter conditions (#14072)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 19:06:08 +00:00 |
|
Graham Neubig
|
a8926068ff
|
fix: restore org settings payload contract (#14051)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
|
2026-04-22 15:03:40 -04:00 |
|
Rohit Malhotra
|
51f9266abb
|
fix(enterprise): migrate StoredVerifiedModel to SQLAlchemy 2.0 mapped_column (#14064)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 17:53:48 +00:00 |
|
Rohit Malhotra
|
439fa8fc30
|
fix(enterprise): migrate storage models to SQLAlchemy 2.0 [13/13] (#13859)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 10:41:38 -07:00 |
|
Rohit Malhotra
|
c1ae41acb9
|
fix(enterprise): migrate org-related models to SQLAlchemy 2.0 [12/13] (#13858)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 17:16:29 +00:00 |
|
Rohit Malhotra
|
270d9b1cce
|
fix(enterprise): migrate Slack models to SQLAlchemy 2.0 [8/13] (#13854)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 12:57:38 -04:00 |
|
Rohit Malhotra
|
3b0e201a4e
|
fix(enterprise): migrate Jira models to SQLAlchemy 2.0 [9/13] (#13855)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 12:57:20 -04:00 |
|
Rohit Malhotra
|
cd24b5838b
|
fix(enterprise): migrate Git provider models to SQLAlchemy 2.0 [11/13] (#13857)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 12:53:53 -04:00 |
|
Rohit Malhotra
|
1509018ee2
|
fix(enterprise): migrate Linear models to SQLAlchemy 2.0 [10/13] (#13856)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-22 12:53:45 -04:00 |
|
Tim O'Farrell
|
13e9d7584a
|
Remove openhands.server.conversation_manager package (V0 to V1 migration) (#14034)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-21 20:17:11 -06:00 |
|
aivong-openhands
|
3b17f27dee
|
PLTF-139: Add Analytics redirect URI to Keycloak allhands client (#14052)
Co-authored-by: Test Admin <ai.vong+bdctestadmin@openhands.dev>
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-21 15:14:44 -05:00 |
|
Rohit Malhotra
|
ae2f13ecba
|
fix(enterprise): migrate auth models to SQLAlchemy 2.0 [7/13] (#13853)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-21 15:07:12 -04:00 |
|
Rohit Malhotra
|
6d1850e94b
|
fix(enterprise): migrate user models to SQLAlchemy 2.0 [6/13] (#13852)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-21 14:49:19 -04:00 |
|
Rohit Malhotra
|
6420f1cd7c
|
fix(enterprise): migrate conversation_callback model to SQLAlchemy 2.0 [5/13] (#13851)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-21 14:38:18 -04:00 |
|
Rohit Malhotra
|
c7de3dfc91
|
fix(enterprise): migrate org models to SQLAlchemy 2.0 [4/13] (#13850)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-21 14:38:10 -04:00 |
|
Rohit Malhotra
|
393a6bb8f8
|
feat: add automation event forwarding for GitHub webhooks (#13793)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: chuckbutkus <chuck@openhands.dev>
Co-authored-by: chuckbutkus <chuck@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
|
2026-04-21 13:41:53 -04:00 |
|
Hiep Le
|
d8c67a4d3d
|
fix(backend): repair org-defaults LLM save flow and sync managed keys to members (#14044)
|
2026-04-22 00:38:52 +07:00 |
|
Rohit Malhotra
|
30dc1655b1
|
fix(enterprise): migrate telemetry models to SQLAlchemy 2.0 [3/13] (#13849)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-20 13:00:42 -04:00 |
|
Hiep Le
|
b2df428eff
|
fix(backend): restore git-organizations endpoint for git conversation routing (#14032)
|
2026-04-20 22:48:24 +07:00 |
|
Tim O'Farrell
|
3b264dd419
|
Remove deprecated V0 FastAPI endpoints (#13952)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-04-19 08:41:16 -06:00 |
|
dependabot[bot]
|
918b0a8b59
|
chore(deps-dev): bump pytest from 9.0.2 to 9.0.3 (#13935)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: aivong-openhands <ai.vong@openhands.dev>
|
2026-04-18 20:29:11 +02:00 |
|
aivong-openhands
|
e23af62a57
|
PLTF-1269: add docstrings to mock classes in maintenance runner tests (#13931)
Co-authored-by: Test Admin <ai.vong+bdctestadmin@openhands.dev>
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-04-18 15:23:45 +02:00 |
|
aivong-openhands
|
5c8d7c4c2d
|
Fix CVE-2026-40347: Update python-multipart to 0.0.26 (#13965)
Co-authored-by: OpenHands CVE Fix Bot <openhands@all-hands.dev>
|
2026-04-17 12:32:15 -05:00 |
|
Xingyao Wang
|
2068694ea0
|
fix(enterprise): Apply deployment LLM proxy URL override in /api/v1/users/me (#13980)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: hieptl <hieptl.developer@gmail.com>
|
2026-04-17 12:23:42 +07:00 |
|
Joe Laverty
|
926f25a74b
|
bugfix(enterprise): Remove shared conversation enumerator endpoints (#13976)
|
2026-04-16 18:11:44 +00:00 |
|
Hiep Le
|
f1ff98b2fc
|
fix: add flat SDK compat fields to /api/v1/users/me response (#13957)
|
2026-04-16 23:11:51 +07:00 |
|