Commit Graph

803 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 68e2dfd950 fix: remove DBAL stub, use real implementation only
- Removed all stub files (dbal-stub, database-lib/dbal-stub)
- Updated all imports to use real DBAL from @/dbal
- Updated tsconfig.json to add @/dbal path (without wildcard)
- Updated next.config.ts webpack alias to dbal/development/src
- Updated dbal-state, get-dbal, and dbal-client to use real DBALClient
- Frontend now exclusively uses real DBAL (development or production mode)
- No fallback to stub - proper error handling only

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:48:16 +00:00
copilot-swe-agent[bot] efe56340f7 fix: merge DBAL refactor and update import paths
- Merged main branch with DBAL restructure (ts -> development, cpp -> production)
- Updated initialize-dbal.server.ts imports to use @/dbal path alias
- Fixed dbal-stub import path to @/lib/dbal/dbal-stub
- Updated core/dbal-client index.ts to use correct relative path (../../dbal-client)
- Resolved merge conflicts from DBAL refactor
- Frontend now supports both development (TypeScript) and production (C++ daemon) DBAL

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:43:25 +00:00
copilot-swe-agent[bot] 6daa178c05 Merge branch 'main' into copilot/fix-npm-run-build-issue
# Conflicts:
#	dbal/development/src/core/validation/index.ts
#	frontends/nextjs/src/lib/dbal/database-dbal/core/initialize-dbal.server.ts
2025-12-27 13:40:59 +00:00
copilot-swe-agent[bot] e0bb913c6c fix: correct blob-storage import paths and add TypeScript annotations
- Fixed import paths in blob providers (filesystem, memory, s3, tenant-aware) to use ../blob-storage
- Added type annotation to prisma-adapter createMany method
- Fixed package-lib/package-catalog.ts path to use ../packages/core
- Cleared Next.js build cache to resolve stale module issues

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:37:21 +00:00
copilot-swe-agent[bot] 52786b73fd fix: replace stub implementations with proper functions
- Removed stub dbal-client directory, fixed import path to use real implementation
- Implemented proper workflow log analysis functions (analyze, fetch, parse)
- Created workflows/analysis/logs directory with real implementations
- Fixed package catalog circular import (now points to packages/core)
- Fixed prisma-adapter updateMany TypeScript error with type annotation
- All GitHub workflow functions now properly implemented using Octokit API

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:33:42 +00:00
copilot-swe-agent[bot] 2180f608fb Restructure dbal folder: development, production, and shared
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:30:57 +00:00
copilot-swe-agent[bot] ee2797932c fix: create stub DBAL client and fix audit log export
- Created stub dbal-client directory with get-adapter, close-adapter, and types
- Fixed secure-db index.ts to export listAuditLogs as getAuditLogs
- Fixed database-lib/database.ts to export from db/core directly

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:22:33 +00:00
git acaf163c32 Merge branch 'main' into copilot/identify-organisms-categorization 2025-12-27 13:20:25 +00:00
copilot-swe-agent[bot] a9c1f602e7 Move SecurityWarningDialog from dialogs to organisms/security
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:18:51 +00:00
copilot-swe-agent[bot] 9f7dd63b7f fix: resolve remaining module import path issues
- Fixed database-lib/database.ts to export from ../db
- Created /lib/db/index.ts barrel export
- Fixed secure-db operations to use @/lib/database-lib/database
- Fixed secure-db entity getters execute-query import paths
- Fixed secure-db rate-limiting store import paths
- Fixed main.scss to use correct styles/core paths
- Fixed DBAL adapter core/types imports to use core/foundation/types

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 13:17:42 +00:00
copilot-swe-agent[bot] b6934ac8cb fix: resolve module import path issues for npm run build
- Fixed SCSS @forward declarations in variables.scss
- Added stub implementations for GitHub workflow log functions
- Fixed import paths for auth session files
- Fixed import paths for database-dbal.server exports
- Fixed import paths for package server utilities
- Fixed import paths for secure-db operations
- Used relative path for DBAL client import

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 12:57:48 +00:00
git ef5985a413 Merge branch 'main' into copilot/audit-atoms-dependencies 2025-12-27 12:42:02 +00:00
copilot-swe-agent[bot] 491e469b6b Complete atom audit - ESLint rule verified and working
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 12:37:54 +00:00
git f8b2a714e9 Merge branch 'main' into copilot/create-missing-common-molecules 2025-12-27 04:31:56 +00:00
copilot-swe-agent[bot] 37e1122636 chore: update package-lock.json after npm install
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 04:31:50 +00:00
copilot-swe-agent[bot] 8d7681dff9 Changes before error encountered
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 04:25:34 +00:00
copilot-swe-agent[bot] 04ba8e8062 Fix npm run lint: repair broken symlinks and resolve ESLint errors
- Fix symlinks for check-function-coverage.js and generate-test-coverage-report.js to point to correct paths in tools/ subdirectories
- Move 'use client' directive before export statements in theme files
- Add playwright.dbal-daemon.config.ts to ESLint ignores
- Fix unnecessary escape character in regex pattern

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 04:16:18 +00:00
copilot-swe-agent[bot] ccee347a01 Add missing common molecules: form fields, search bars, nav items
- Created PasswordField, EmailField, NumberField molecules
- Created SearchBar molecule with clear and filter buttons
- Created NavItem, NavLink, NavGroup navigation molecules
- Added comprehensive tests for all new molecules
- Updated index files to export new molecules
- Updated README with new molecule documentation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 04:13:54 +00:00
copilot-swe-agent[bot] b5cf9a1bbc Initial exploration - identify broken symlinks causing lint failure
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 04:11:16 +00:00
copilot-swe-agent[bot] 8758d3baa5 fix: Improve workflow simulation and diagnostics
- Update simulation script to use npm install instead of npm ci
- Make diagnostic script work without act installation
- Add quick reference guide for workflow commands
- Ensure validation runs even when act is not available

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:50:20 +00:00
copilot-swe-agent[bot] 6313f0ea24 feat: Add workflow validation and simulation tools
- Fix workflow file path references (ci.yml -> ci/ci.yml)
- Add validate-workflows.py for YAML syntax and structure validation
- Add simulate-workflows.sh for local job simulation without act
- Pin dependency-check action to specific SHA for security
- Update npm scripts with validation and simulation commands
- Add comprehensive workflow simulation documentation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:48:16 +00:00
git 51f65b8f8e docs: txt,qt6,frontends (1 files) 2025-12-26 15:20:38 +00:00
git 49067ac178 docs: txt,qt6,frontends (1 files) 2025-12-26 07:34:08 +00:00
git c71d203162 docs: qt6,frontends,cpp (3 files) 2025-12-26 07:33:52 +00:00
git d80e4ac5ef update: storybook,qt6,qml (1 files) 2025-12-26 07:33:21 +00:00
git 85a6b99c8a update: storybook,qt6,qml (1 files) 2025-12-26 07:33:05 +00:00
git 698e4d6870 update: qt6,qml,modplayerpanel (1 files) 2025-12-26 07:32:49 +00:00
git c3b7c693e6 docs: txt,qt6,frontends (1 files) 2025-12-26 07:32:33 +00:00
git 484d44d41f code: qt6,modplayer,frontends (1 files) 2025-12-26 07:32:17 +00:00
git 0e54f53021 code: qt6,modplayer,frontends (1 files) 2025-12-26 07:32:00 +00:00
git 2b183cb197 docs: qt6,frontends (1 files) 2025-12-26 07:28:28 +00:00
git 158d5e37b2 update: retro,qt6,mod (1 files) 2025-12-26 07:28:12 +00:00
git 5062ecfc16 docs: qt6,frontends (1 files) 2025-12-26 07:26:54 +00:00
git 45b86a608c update: svg,qt6,frontends (2 files) 2025-12-26 07:26:38 +00:00
git 7e0281b5b4 update: svg,qt6,frontends (3 files) 2025-12-26 07:26:23 +00:00
git a8240997e6 update: svg,qt6,frontends (3 files) 2025-12-26 07:26:06 +00:00
git 3c2d04acd5 update: svg,qt6,frontends (3 files) 2025-12-26 07:25:50 +00:00
git 0ff745cc32 update: svg,qt6,frontends (3 files) 2025-12-26 07:25:34 +00:00
git 87ea7a79da update: svg,qt6,frontends (3 files) 2025-12-26 07:25:17 +00:00
git af65319a1f update: svg,qt6,frontends (3 files) 2025-12-26 07:25:01 +00:00
git 62da407fe7 update: svg,qt6,frontends (2 files) 2025-12-26 07:24:45 +00:00
git 600fbcfa2d update: qt6,qml,packageview (22 files) 2025-12-26 07:23:44 +00:00
git 1d3eef6efa update: qt6,qml,packageview (22 files) 2025-12-26 07:23:28 +00:00
git e262317921 update: qt6,qml,packageview (22 files) 2025-12-26 07:22:12 +00:00
git e7c2d0e2f6 update: qt6,qml,packagemanager (1 files) 2025-12-26 07:18:55 +00:00
git 9ee3408d41 docs: qt6,frontends,cpp (3 files) 2025-12-26 07:18:38 +00:00
git 08560f6784 code: qt6,packageregistry,frontends (1 files) 2025-12-26 07:18:22 +00:00
git 766b07bc41 config: qt6,metadata,json (2 files) 2025-12-26 07:16:05 +00:00
git abd185f405 docs: qt6,frontends,metadata (4 files) 2025-12-26 07:15:34 +00:00
git 6601e3981f docs: qt6,frontends (1 files) 2025-12-26 07:15:02 +00:00