Travis Vasceannie vasceannie
  • Joined on 2025-08-26
vasceannie pushed to dev-bypass at vasceannie/noteflow 2026-01-26 17:07:49 +00:00
vasceannie created branch dev-bypass in vasceannie/noteflow 2026-01-26 17:07:49 +00:00
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 15:02:27 +00:00
0d98a36317 fix(client): reduce unnecessary renders and fetches on hard refresh
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 14:04:27 +00:00
01a8d02d60 fix(client): initialize project loading state to true to prevent race condition
f9db9cd8ca fix(client): close delete dialog on successful bulk deletion
Compare 2 commits »
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 13:35:55 +00:00
2cf4f26a9d fix(tauri): serialize DeleteMeetingsResponse with camelCase for TypeScript
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 13:26:10 +00:00
18be2c5218 catchup
8ed1ec4125 fix(client): add deleteMeetings to mock adapter and Tauri constants
d65b8eac03 fix(client): toggle checkbox via wrapper onClick to prevent Link navigation
a160652322 fix(client): prevent checkbox click from triggering link navigation
3bc9a16cd1 test(client): add MeetingCard checkbox selection and navigation tests
Compare 15 commits »
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 06:57:23 +00:00
8222d66eab Merge branches 'master' and 'master' of https://git.baked.rocks/vasceannie/noteflow
ea3dc072f3 chore: add .gitattributes file to enforce LF line endings for shell scripts
Compare 2 commits »
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 06:56:58 +00:00
e80c605786 stash
vasceannie deleted branch orgo from vasceannie/noteflow 2026-01-26 04:52:25 +00:00
vasceannie deleted branch reconcile from vasceannie/noteflow 2026-01-26 04:52:23 +00:00
vasceannie deleted branch gliner from vasceannie/noteflow 2026-01-26 04:51:36 +00:00
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 04:42:33 +00:00
37369f00d9 ci fix
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 04:22:23 +00:00
b87e420348 refactor: enhance test readability by reformatting with statements and assertion messages, and refine version parsing mock.
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 02:48:56 +00:00
8b0da552e1 test: add include_summary parameter to API request test expectations.
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 02:06:19 +00:00
301482c410 Refactor: Improve CI workflow robustness and test environment variable management, and enable parallel quality test execution.
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 00:44:58 +00:00
0fd4c7f09d refactor: streamline CI workflows by removing Python pip/venv caches, simplifying uv setup, and consolidating formatting checks.
vasceannie pushed to master at vasceannie/noteflow 2026-01-26 00:29:31 +00:00
d8090a98e8 ci/cd fixes
vasceannie pushed to master at vasceannie/noteflow 2026-01-25 03:42:15 +00:00
94d92b814f feat: centralize analytics service test fixtures and correct cache invalidation assertion logic.
vasceannie pushed to master at vasceannie/noteflow 2026-01-25 02:09:15 +00:00
6df31ec708 feat: add comprehensive performance profiling tests for frontend and backend operations, including round-trip, streaming, and bulk operations.
Compare 2 commits »
vasceannie pushed to master at vasceannie/noteflow 2026-01-25 02:07:51 +00:00
abe20d6f8c feat: allow including meeting summaries in ListMeetings requests and responses