cadaa8c5fe
Merge pull request #211 from johndoe6345789/codex/refactor-error-as-todo-refactor.ts
...
Refactor error-as-todo runner into modular components
2025-12-27 18:24:06 +00:00
f4a5950c31
Merge branch 'main' into codex/refactor-error-as-todo-refactor.ts
2025-12-27 18:23:48 +00:00
d44385fc41
refactor: modularize error-as-todo runner
2025-12-27 18:23:08 +00:00
copilot-swe-agent[bot]
7ebedc2d56
Fix API error detection in fetch_all_open_issues
...
- Corrected error check to detect GitHub API error objects
- API errors return {message: "..."} not array with message
- All tests still passing
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 18:22:07 +00:00
25220fad97
Merge pull request #207 from johndoe6345789/codex/refactor-dbal-directory-into-lambda-modules
...
Refactor DBAL helpers into modular lambda subfolders
2025-12-27 18:21:44 +00:00
b9ac291e68
Merge branch 'main' into codex/refactor-dbal-directory-into-lambda-modules
2025-12-27 18:21:37 +00:00
880544e58d
refactor: modularize dbal utilities
2025-12-27 18:21:26 +00:00
579103e916
Merge pull request #206 from johndoe6345789/codex/refactor-tools-scripts-into-lambda-files
...
refactor: modularize stub tooling
2025-12-27 18:21:03 +00:00
0abb48c7aa
Merge branch 'main' into codex/refactor-tools-scripts-into-lambda-files
2025-12-27 18:20:54 +00:00
6447e7a203
refactor: modularize stub tooling
2025-12-27 18:20:45 +00:00
b7a721cf8d
Merge pull request #203 from johndoe6345789/codex/refactor-dbaldemo-into-separate-files
...
Refactor DBAL demo tabs into separate components
2025-12-27 18:19:56 +00:00
c0015f45fc
Merge branch 'main' into codex/refactor-dbaldemo-into-separate-files
2025-12-27 18:19:51 +00:00
219637c4c6
refactor: split dbal demo tabs
2025-12-27 18:19:38 +00:00
copilot-swe-agent[bot]
a9fc5c4773
Add dry-run mode and comprehensive documentation
...
- Added --dry-run flag to preview changes without closing issues
- Created comprehensive README-triage.md with usage examples
- Updated test suite to cover all new features
- Script is now production-ready with safety features
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 18:19:30 +00:00
copilot-swe-agent[bot]
1081dc8934
Implement smart duplicate detection for triage script
...
- Auto-detects ALL duplicate issue titles without requiring manual config
- Groups duplicates by title and processes each group
- Keeps most recent issue open, closes all duplicates
- Supports optional SEARCH_TITLE filter for specific titles
- All tests passing
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 18:16:21 +00:00
1a6d1f5f2d
Merge pull request #200 from johndoe6345789/codex/refactor-command.tsx-into-multiple-files
...
Refactor command dialog into modular components
2025-12-27 18:12:44 +00:00
f5baf35666
Merge branch 'main' into codex/refactor-command.tsx-into-multiple-files
2025-12-27 18:12:39 +00:00
30f35ae07f
refactor: split command dialog components
2025-12-27 18:12:29 +00:00
06def0d890
Merge pull request #198 from johndoe6345789/codex/refactor-runlist-into-lambda-components
...
Refactor run list view into reusable subcomponents
2025-12-27 18:12:13 +00:00
43f8325ad2
Merge branch 'main' into codex/refactor-runlist-into-lambda-components
2025-12-27 18:12:04 +00:00
f273de2cab
refactor: extract run list components
2025-12-27 18:11:52 +00:00
76f4d131ad
Merge pull request #197 from johndoe6345789/codex/refactor-tool-scripts-into-smaller-lambdas
...
Modularize error-as-todo refactoring tool
2025-12-27 18:11:35 +00:00
1beeeba7ff
Merge branch 'main' into codex/refactor-tool-scripts-into-smaller-lambdas
2025-12-27 18:11:26 +00:00
d12b24a36b
refactor: modularize error-as-todo runner
2025-12-27 18:11:17 +00:00
copilot-swe-agent[bot]
8d67fe8a49
Initial plan
2025-12-27 18:10:59 +00:00
3e0dbfd78d
Merge pull request #183 from johndoe6345789/copilot/fix-issue-triage-script
...
Fix triage script to dynamically find duplicates via GitHub API
2025-12-27 18:09:14 +00:00
342a76bbad
Merge branch 'main' into copilot/fix-issue-triage-script
2025-12-27 18:09:06 +00:00
copilot-swe-agent[bot]
21c735f126
Add before/after comparison document for triage script improvements
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 18:05:35 +00:00
copilot-swe-agent[bot]
99132e65ec
Add comprehensive documentation for triage scripts
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 18:04:05 +00:00
copilot-swe-agent[bot]
6903901ec0
Fix triage script to dynamically find and close duplicates using GitHub API
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 18:03:02 +00:00
b20011a21e
Merge pull request #191 from johndoe6345789/codex/refactor-database-admin-structure
...
Refactor default data seeding into modular builders
2025-12-27 18:01:27 +00:00
8fe11b60f1
Merge branch 'main' into codex/refactor-database-admin-structure
2025-12-27 18:01:19 +00:00
086db10f74
refactor: modularize default data seeding
2025-12-27 18:00:57 +00:00
b5e6501bbb
Merge pull request #189 from johndoe6345789/codex/refactor-pagination-components-and-utilities
...
Refactor pagination components into dedicated files
2025-12-27 18:00:28 +00:00
566fa19031
Merge branch 'main' into codex/refactor-pagination-components-and-utilities
2025-12-27 18:00:19 +00:00
a91917fde5
refactor: split pagination components
2025-12-27 18:00:09 +00:00
b70d8649f5
Merge pull request #188 from johndoe6345789/codex/refactor-block-metadata-and-lua-helpers
...
Refactor Lua block metadata and serialization utilities
2025-12-27 17:59:46 +00:00
76b1ce9486
refactor: modularize lua block metadata
2025-12-27 17:59:35 +00:00
1fd72be97d
Merge pull request #186 from johndoe6345789/codex/refactor-catalog-array-into-thematic-files
...
Refactor component catalog into thematic modules
2025-12-27 17:58:51 +00:00
2ad62be4e9
Merge branch 'main' into codex/refactor-catalog-array-into-thematic-files
2025-12-27 17:58:42 +00:00
ed704f93aa
refactor: segment component catalog
2025-12-27 17:58:29 +00:00
6b033ea57c
Merge pull request #184 from johndoe6345789/codex/ensure-codebase-is-mui-theme-driven
...
Sync theme mode attributes with MUI theme
2025-12-27 17:58:00 +00:00
046c81ec9c
Merge branch 'main' into codex/ensure-codebase-is-mui-theme-driven
2025-12-27 17:57:56 +00:00
15d8fa4aff
chore: sync mui theme mode with document
2025-12-27 17:57:45 +00:00
copilot-swe-agent[bot]
4f9f42f5c2
Initial plan
2025-12-27 17:55:57 +00:00
8b2f836c2c
Merge pull request #180 from johndoe6345789/codex/organize-components-and-extract-logic
...
Refactor component hierarchy editor into modular hooks
2025-12-27 17:52:07 +00:00
64496b9549
Merge branch 'main' into codex/organize-components-and-extract-logic
2025-12-27 17:52:02 +00:00
782ac21120
refactor: modularize component hierarchy editor
2025-12-27 17:51:53 +00:00
24d50f931a
Merge pull request #178 from johndoe6345789/codex/organize-import/export-helpers-into-subfolders
...
Organize database admin import/export helpers
2025-12-27 17:51:36 +00:00
b693eeaf24
Merge branch 'main' into codex/organize-import/export-helpers-into-subfolders
2025-12-27 17:51:28 +00:00