Commit Graph

308 Commits

Author SHA1 Message Date
Abhimanyu Saharan
84cf22e42b fix(skills): address Copilot review nits (safety + UI guards) 2026-02-13 22:50:29 +00:00
Abhimanyu Saharan
cb3aff5bb0 docs(frontend): note N+1 gateway skills fetch 2026-02-13 22:29:57 +00:00
Abhimanyu Saharan
10748f71a8 feat: add skill packs management with support for category, risk, and source fields 2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
da6cc2544b feat: implement cascading delete for gateway and associated installed skills 2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
577c0d2839 feat: add installed gateway management to skills table with dynamic updates 2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
a7e1e5cbf4 feat: add skill pack management features including creation, editing, and syncing 2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
e7b5df0bce feat: implement skills marketplace API with CRUD operations and gateway integration 2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
2766f271f0 Merge pull request #113 from abhi1693/perf/activity-events-eventtype-createdat
perf(db): index activity_events by (event_type, created_at)
2026-02-14 02:55:37 +05:30
Abhimanyu Saharan
c772063280 Merge branch 'master' into installer 2026-02-14 00:20:07 +05:30
Abhimanyu Saharan
7b16b49218 feat: enhance user display name resolution and update related components 2026-02-13 22:37:08 +05:30
Abhimanyu Saharan
c42e8484f8 refactor: remove redundant custom fields button for non-admin users 2026-02-13 22:07:17 +05:30
Abhimanyu Saharan
619f77286f feat: add task detail URL handling and utility functions for taskId management 2026-02-13 22:06:37 +05:30
Abhimanyu Saharan
372b4e191c feat: implement custom field form and utility functions for managing custom fields 2026-02-13 22:01:18 +05:30
Abhimanyu Saharan
aea69f5118 refactor: improve code formatting and readability in page.tsx 2026-02-13 21:30:29 +05:30
Abhimanyu Saharan
277bfcb33a feat: add custom-fields 2026-02-13 21:24:36 +05:30
Abhimanyu Saharan
b032e94ca1 feat: integrate Markdown component for rendering webhook description 2026-02-13 17:14:55 +05:30
Abhimanyu Saharan
7cee3a6084 Merge remote-tracking branch 'origin/master' into perf/activity-events-eventtype-createdat 2026-02-13 11:01:56 +00:00
Abhimanyu Saharan
9a5964a31c refactor: reorganize import statements and improve code formatting across multiple files 2026-02-13 16:22:06 +05:30
Abhimanyu Saharan
ebb9c659d2 feat: add lead-only status change rule for boards and update related logic 2026-02-13 16:22:06 +05:30
Abhimanyu Saharan
de47174a2c Merge branch 'master' into perf/activity-events-eventtype-createdat 2026-02-13 16:18:43 +05:30
Abhimanyu Saharan
59bdf03d05 refactor: improve code formatting and readability in page.tsx 2026-02-13 16:05:04 +05:30
Abhimanyu Saharan
92c079410e feat: enhance DependencyBanner to support resolved dependencies and update display logic 2026-02-13 15:57:27 +05:30
Abhimanyu Saharan
efa3587e77 feat: add DependencyBanner component and refactor dependency display logic in task view 2026-02-13 15:35:21 +05:30
Abhimanyu Saharan
c7872c40c0 Merge branch 'master' into perf/activity-events-eventtype-createdat 2026-02-13 15:07:15 +05:30
Abhimanyu Saharan
8750335281 feat: add installer script and CI configuration for deployment modes 2026-02-13 14:41:27 +05:30
Abhimanyu Saharan
4b1336534e refactor: enhance code comments for clarity and maintainability across multiple files 2026-02-13 02:35:32 +05:30
Abhimanyu Saharan
df12116673 test(e2e): accept enriched task title or fallback in activity feed 2026-02-12 20:38:24 +00:00
Abhimanyu Saharan
2e4739300c feat: add board webhook configuration and payload models 2026-02-13 00:31:36 +05:30
Abhimanyu Saharan
3b6e2d98d3 feat(frontend): stack TaskBoard columns on mobile
Mobile-first layout for TaskBoard: stack Inbox/In Progress/Review/Done vertically to avoid horizontal scroll, while retaining the horizontal kanban layout on larger screens. Includes component tests and frontend README notes for mobile validation.
2026-02-12 17:38:24 +00:00
Abhimanyu Saharan
855885afaf feat: add board rule toggles for approval and review requirements 2026-02-12 23:05:37 +05:30
Abhimanyu Saharan
6cb5702a2b feat: enhance task management with due date handling and mention support 2026-02-12 21:46:22 +05:30
Abhimanyu Saharan
8e5fcd9243 feat(markdown): add mention rendering support in Markdown components 2026-02-12 20:18:19 +05:30
Abhimanyu Saharan
f329bc167a test(e2e): stub /activity bootstrap so activityList request fires 2026-02-12 14:42:25 +00:00
Abhimanyu Saharan
032b77afb8 feat(approvals): enhance approval model with task titles and confidence as float 2026-02-12 19:57:04 +05:30
Abhimanyu Saharan
eb3dbfa50b test(e2e): ignore flaky Clerk hydration mismatch on /sign-in 2026-02-12 14:15:41 +00:00
Abhimanyu Saharan
70530dadd5 test(e2e): relax /activity error-state assertion 2026-02-12 14:15:41 +00:00
Abhimanyu Saharan
494ab324ec test(e2e): intercept absolute /api/v1/activity and wait longer 2026-02-12 14:15:31 +00:00
Abhimanyu Saharan
60c7024085 test(e2e): make activity_feed assertions deterministic 2026-02-12 14:14:47 +00:00
Abhimanyu Saharan
3da4a69b7e test(e2e): update /activity feed stubs for new /api/v1/activity 2026-02-12 14:14:47 +00:00
Abhimanyu Saharan
8bd606a8dc feat(metrics): extend time range options and update related metrics handling 2026-02-12 19:30:02 +05:30
Abhimanyu Saharan
a2ab8b43b3 Merge pull request #115 from abhi1693/ci/fix-e2e-stability
test(e2e): stabilize activity feed + Clerk auth flake
2026-02-12 19:28:57 +05:30
Abhimanyu Saharan
2c88f1e8cb feat(DashboardSidebar): reorganize navigation structure and improve accessibility 2026-02-12 18:55:49 +05:30
Abhimanyu Saharan
8d7d9da4e9 feat(tags): add tag management interfaces and update related schemas 2026-02-12 18:35:48 +05:30
Abhimanyu Saharan
2ebdead95b chore: update generated files to orval v8.3.0 and adjust related interfaces 2026-02-12 18:04:35 +05:30
Abhimanyu Saharan
10f12bd4a0 test(e2e): assert signed-out redirect on /activity 2026-02-12 11:21:53 +00:00
Abhimanyu Saharan
7903dc129c test(e2e): stabilize activity feed + Clerk helper timeouts 2026-02-12 11:08:51 +00:00
Abhimanyu Saharan
c73103d5c9 feat: update activity feed to include various event types and improve messaging 2026-02-12 15:21:46 +05:30
Abhimanyu Saharan
c427a8240f feat: add provisioning indicator for board lead in task panel and implement related tests 2026-02-12 14:46:34 +05:30
Abhimanyu Saharan
f64e9df120 chore: update dependencies in package.json 2026-02-12 01:19:04 +05:30
Abhimanyu Saharan
10ea95678b feat: implement global loading indicators and refactor activity feed tests 2026-02-12 01:19:04 +05:30