Commit 51ecf45
Task redesign (#25894)
* Task Redesign: Add Task entity & tests
* Task Redesign: Add Task entity & tests
* Task Redesign: Add Permissions checks for Task APIs
* Task UI changed to the new APIs
* Migrate UI and APIs to new tasks system inlcuding suggestions
* Add Suggestions integration
* Activity Feed Refactor
* ActivityFeed -> ActivityStream publisher
* Activity Feed redesign
* Activity Feed redesign, adding tests
* Incident Manager update
* Migrate Incidents to new tasks
* Migrate Incidents to new tasks
* Update generated TypeScript types
* Update generated TypeScript types
* feat(tasks): add domain-aware task cutover and workflow v2 migration
* test(tasks): cover domain filters and task feed visibility flows
* Address comments
* Fix workflow tests to use new Task entity API and fix UserApprovalTaskV2 candidate transformation
Migrated 9 WorkflowDefinitionResourceIT tests from legacy Feed/Thread API to the new
Task entity API (UserApprovalTaskV2 creates Task entities, not Thread entities). Fixed
a bug in UserApprovalTaskV2 where candidates were passed as raw EntityReferences instead
of being transformed into users/teams FQN arrays for SetApprovalAssigneesImpl.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix tests
* refactor: stabilize task entity workflows
* refactor: finish task entity cutover and activity migration
* refactor: migrate legacy thread feed during cutover
* refactor: split legacy thread rename and archive migrations
* Merge main; fix tests
* Update generated TypeScript types
* feat: advance task redesign through phase 2
* Merge main; fix tests
* Update generated TypeScript types
* Fix failing tests
* Update generated TypeScript types
* fininsh phase 6 of the design, configurable task forms
* Update generated TypeScript types
* Update generated TypeScript types
* Fix linting
* Address gitar comments
* Address gitar comments
* Fix build
* Address giar comments
* fix build
* Add task custom forms
* Fix tests
* Address tests
* Apply UI lint autofixes
* Fix tess
* Fix linter
* Fix task patching
* Fix tests
* Fix playwright tests
* fix java checkstyle
* Add python sdk support for tasks, annoucements
* Fix playwright tests
* Fix playwright tests
* Fix playwright tests
* Fix python tests
* Fix python tests
* Fix linting workflows
* fix pycheck
* fix pycheck
* Fix tests
* Fix build
* Address deviations from main and fix tests
* Fix integration tests
* Fix integration tests
* Fix integration tests
* Update generated TypeScript types
* Fix Playwright tests
* Fix Playwright tests
* feat(incident): wire incident manager to task-first architecture (#27369)
* feat(incident): wire incident manager to task-first architecture
Connect the incident manager to the task redesign so it works
end-to-end: resolve data persistence, backward transitions,
reopen from resolved, and incident discovery via TCRS.
* Update generated TypeScript types
* refactor: single-query incident task lookup with parameterized statuses
Replace two sequential queries (Open, InProgress) in
getOrCreateIncident with one findByAboutAndTypeAndStatuses
query using @BindList for status IN (...).
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix Playwright tests
* Update generated TypeScript types
* Fix linter
* Fix tests
* Fix tests
* Fix checkstyle
* Fix tests
* Fix checkstyle
* Update FeedResourceIT.java
* Update TableRepository.java
* fix tests
* Update ActivityFeedProvider.tsx
* fix tests
* fix tests
* Address Task comments
* Fix unit test
* Fix the feed summary panel showing on landing page
* Fix comment functionality
* Fix pytests
* Fix failing playwright tests
* Fix test flakiness
* Fix ui-checkstyle
* Fix advanced search spec failure
* Fix playwright tests
Co-authored-by: Copilot <copilot@github.com>
* Fix checkstyle
* Fix the flaky tests
Co-authored-by: Copilot <copilot@github.com>
* fix checkstyle
* Reduce the workflow polling
* Update generated TypeScript types
* skip failing tests
Co-authored-by: Copilot <copilot@github.com>
* Fix ui-checkstyle
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: IceS2 <pablo.takara@getcollate.io>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>1 parent b47c219 commit 51ecf45
498 files changed
Lines changed: 76513 additions & 13744 deletions
File tree
- .claude/skills
- bootstrap/sql/migrations/native
- 2.0.0
- mysql
- postgres
- 2.0.1
- mysql
- postgres
- ingestion
- src/metadata/ingestion/ometa
- mixins
- tests
- integration/ometa
- unit/metadata/ingestion/ometa
- openmetadata-integration-tests/src/test/java/org/openmetadata/it
- factories
- tests
- util
- openmetadata-sdk/src/main/java/org/openmetadata/sdk
- client
- exceptions
- fluent
- network
- services
- domains
- feed
- tasks
- openmetadata-service/src
- main
- java/org/openmetadata/service
- apps/bundles/changeEvent
- feed
- events/lifecycle/handlers
- governance/workflows
- elements
- nodes/userTask
- helper
- impl
- triggers
- impl
- flowable
- builders
- jdbi3
- migration
- mysql
- v200
- v201
- postgres
- v200
- v201
- utils
- v200
- v201
- v210
- notifications/recipients/strategy/impl
- resources
- activity
- domains
- feeds
- tasks
- security/policyevaluator
- tasks
- util
- resources/json/data
- eventsubscription
- governance/workflows
- taskFormSchemas
- test/java/org/openmetadata/service
- apps/bundles
- changeEvent/feed
- searchIndex/distributed
- governance/workflows/elements
- nodes/userTask
- impl
- triggers
- jdbi3
- migration/utils
- v200
- v201
- monitoring
- tasks
- util
- openmetadata-spec/src/main
- java/org/openmetadata/schema
- resources/json/schema
- api
- feed
- tasks
- configuration
- entity
- activity
- feed
- tasks
- governance/workflows/elements/nodes/userTask
- tests
- type
- openmetadata-ui/src/main/resources/ui
- playwright
- constant
- e2e
- Features
- Announcements
- Glossary
- Tasks
- Flow
- Pages
- support
- entity
- team
- user
- utils
- src
- components
- ActivityFeed
- ActivityFeedCardNew
- ActivityFeedCardV2
- FeedCardBody
- DescriptionFeed
- OwnerFeed
- TagsFeed
- ActivityFeedCard
- FeedCardBody
- FeedCardHeader
- ActivityFeedDrawer
- ActivityFeedList
- ActivityFeedPanel
- ActivityFeedProvider
- ActivityFeedTab
- ActivityThreadPanel
- TaskFeedCard
- Announcement
- AppRouter
- DataAssets/DataAssetsHeader
- DataMarketplace/AnnouncementsWidgetV2
- DataProducts/DataProductsDetailsPage
- DataQuality
- IncidentManager
- DimensionalityTab/DimensionalityHeatmap
- IncidentManagerPageHeader
- TestCaseIncidentTab
- TestCaseStatus
- TestCaseStatusModal
- Database/SchemaTable
- Domain/DomainDetails
- Entity/Task
- TaskTabIncidentManagerHeader
- TaskTab
- Glossary/GlossaryTermTab
- IncidentManager
- Modals/AnnouncementModal
- MyData
- CustomizableComponents
- CustomiseLandingPageHeader
- CustomizeMyData
- FeedWidget
- RightSidebar
- Widgets
- AnnouncementsWidgetV1
- AnnouncementCardV1
- MyTaskWidget
- NotificationBox
- Suggestions
- SuggestionsAlert
- SuggestionsProvider
- SuggestionsSlider
- Task/TaskProvider
- common/EntityPageInfos
- AnnouncementCard
- AnnouncementDrawer
- constants
- generated
- api
- events
- feed
- governance
- tasks
- configuration
- entity
- activity
- feed
- tasks
- events
- api
- governance/workflows/elements/nodes/userTask
- settings
- tests
- type
- mocks
- pages
- MyDataPage
- TableDetailsPageV1
- TaskFormSettingsPage
- components
- TasksPage
- RequestDescriptionPage
- RequestTagPage
- UpdateDescriptionPage
- UpdateTagPage
- rest
- types
- utils
- Suggestion
- openspec
- changes
- incident-auto-close
- incident-lifecycle-workflow
- specs
- incident-lifecycle-workflow
- open-close-task-nodes
- incident-ttl
- perf-tests
- skills/connector-audit
- prompts
- templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
142 | 158 | | |
143 | 159 | | |
144 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
0 commit comments