Commit Graph

  • d50722dad5
    Refactor ID handling to use UUIDs across the application main Damir Mukimov 2025-12-27 00:33:34 +0100
  • 6fdf0a97fd
    chore: remove legacy .keep placeholders from unused ops/adapters/pkg dirs Damir Mukimov 2025-12-26 13:28:30 +0100
  • ad749d9184
    Add Gitea Actions workflows for CI/CD Damir Mukimov 2025-12-24 23:27:45 +0100
  • 53aa4d0344
    Security Hardening and GraphQL Caching (#69) google-labs-jules[bot] 2025-12-01 00:14:22 +0100
  • f2e93ede10 fix: resolve remaining lint errors google-labs-jules[bot] 2025-11-30 22:02:24 +0000
  • c1feb7286b feat: security, caching and linting config google-labs-jules[bot] 2025-11-30 21:24:05 +0000
  • 6d40b4c686 feat: add security middleware, graphql apq, and improved linting google-labs-jules[bot] 2025-11-30 21:17:43 +0000
  • be97b587b2
    feat: Implement Bleve migration script and unify CLI (#26) (#64) Damir Mukimov 2025-11-30 21:54:18 +0100
  • e63d627019
    fix: Fix test workflow and Bleve test double-close panic Damir Mukimov 2025-11-30 05:32:54 +0100
  • 019aa78754
    fix: Fix CodeQL workflow and add comprehensive test coverage Damir Mukimov 2025-11-30 04:00:48 +0100
  • 819bfba48a
    Merge remote-tracking branch 'origin/main' into feature/bleve-migration-script-26 Damir Mukimov 2025-11-30 04:00:39 +0100
  • c2c97f7c0b
    Create SECURITY.md for security policy Damir Mukimov 2025-11-30 04:00:18 +0100
  • 7fe3014704
    refactor: Unify all commands into a single Cobra CLI Damir Mukimov 2025-11-30 03:49:15 +0100
  • fc64823fec
    docs: Update TASKS.md and PRODUCTION-TASKS.md to reflect current codebase state (December 2024 audit) Damir Mukimov 2025-11-30 03:43:48 +0100
  • d0852353b7
    feat: Add SearchAlpha support for hybrid search tuning google-labs-jules[bot] 2025-11-30 03:34:32 +0100
  • ede3d04e4e
    Merge main into feature-full-text-search: Add SearchAlpha support to hybrid search Damir Mukimov 2025-11-30 03:32:44 +0100
  • d7390053b9
    feat: Apply Jules AI changes - Search service implementation and refactoring Damir Mukimov 2025-11-30 03:15:35 +0100
  • b5cd1761af
    Update workflows and tasks documentation Damir Mukimov 2025-11-30 03:12:44 +0100
  • 0237e44b1f feat: Implement full-text search service google-labs-jules[bot] 2025-11-29 00:55:05 +0000
  • 24d48396ca
    Update GitHub Actions workflows to 2025 best practices (#29) Damir Mukimov 2025-11-27 07:08:08 +0100
  • ff37b2886c
    fix: correct Dockerfile build path to ./cmd/api Damir Mukimov 2025-11-27 07:04:53 +0100
  • 5b2c642d9a
    fix: correct Go build path to ./cmd/api Damir Mukimov 2025-11-27 07:02:24 +0100
  • 0e5699187a
    feat: Complete backend CI/CD workflow setup Damir Mukimov 2025-11-27 07:00:52 +0100
  • 4fd1e71bf0
    fix: Resolve CI/CD workflow failures and GraphQL integration test issues Damir Mukimov 2025-11-27 06:13:38 +0100
  • e428d18b0d
    feat: Restructure workflows following Single Responsibility Principle Damir Mukimov 2025-11-27 04:52:48 +0100
  • afaf952a1a
    Fix golangci-lint by adding go mod tidy and specifying paths ./... for linting Damir Mukimov 2025-11-27 04:30:36 +0100
  • 39fae4dbf8
    Switch to semantic version tags for GitHub Actions instead of SHAs for better maintainability Damir Mukimov 2025-11-27 04:29:15 +0100
  • 36a9e97fc8
    Fix workflow triggers to use 'main' branch instead of 'master' Damir Mukimov 2025-11-27 04:25:20 +0100
  • 4876c3d9db
    Update GitHub Actions workflows to 2025 best practices Damir Mukimov 2025-11-27 04:14:17 +0100
  • 0f25c8645c
    Add Bleve search integration with hybrid search capabilities Damir Mukimov 2025-11-27 03:36:57 +0100
  • d189a009da
    Merge pull request #24 from SamyRai/test/increase-coverage-and-fix-bugs Damir Mukimov 2025-10-09 09:04:00 +0200
  • c2e9a118e2 feat(testing): Increase test coverage and fix authz bugs google-labs-jules[bot] 2025-10-09 07:03:45 +0000
  • 3dfe5986cf
    Merge pull request #23 from SamyRai/test/increase-cache-coverage Damir Mukimov 2025-10-09 00:05:43 +0200
  • 057d6ea6bb test: Increase test coverage for sql repositories google-labs-jules[bot] 2025-10-08 21:58:20 +0000
  • 0636596341 test: Increase test coverage for internal/platform/cache google-labs-jules[bot] 2025-10-08 21:28:56 +0000
  • 952a62c139 test: Increase test coverage for work package to over 80% google-labs-jules[bot] 2025-10-08 20:45:49 +0000
  • 8224e3446b test: Add tests for ChangePassword mutation google-labs-jules[bot] 2025-10-08 19:41:05 +0000
  • 66f9d7c725 test: Add tests for DeleteUser mutation and refactor errors google-labs-jules[bot] 2025-10-08 19:18:21 +0000
  • 8a214b90fa
    Merge pull request #21 from SamyRai/feat/production-readiness-refactor Damir Mukimov 2025-10-08 20:09:18 +0200
  • 0a27c84771 This commit introduces a series of significant improvements to bring the codebase closer to a production-ready state. google-labs-jules[bot] 2025-10-08 17:25:02 +0000
  • cacd621139
    Merge pull request #20 from SamyRai/refactor-api-server-setup Damir Mukimov 2025-10-08 18:29:09 +0200
  • a68db7b694 refactor(app): move composition root to main.go google-labs-jules[bot] 2025-10-07 14:05:19 +0000
  • b87580442a refactor(api): centralize server setup in NewAPIServer google-labs-jules[bot] 2025-10-07 13:48:46 +0000
  • ab0736ad05
    Merge pull request #18 from SamyRai/feature/production-ready Damir Mukimov 2025-10-07 15:26:58 +0200
  • 7559e6d06a
    Merge pull request #19 from SamyRai/chore/lint-and-cleanup Damir Mukimov 2025-10-07 15:26:38 +0200
  • db010e5305 Chore: Clean up lint warnings, improve code quality, and update tasks google-labs-jules[bot] 2025-10-07 13:18:48 +0000
  • 777f6fa965 Chore: Clean up lint warnings and improve code quality google-labs-jules[bot] 2025-10-07 13:14:01 +0000
  • fa90dd79da feat: Complete large-scale refactor and prepare for production google-labs-jules[bot] 2025-10-07 11:09:37 +0000
  • ca4ce84344
    Merge pull request #17 from SamyRai/feature/finish-top-prio-tasks Damir Mukimov 2025-10-05 20:29:34 +0200
  • a8dfb727a1 feat: Implement critical features and fix build google-labs-jules[bot] 2025-10-05 18:29:18 +0000
  • 37a007b08c
    Merge pull request #16 from SamyRai/fix/complete-pending-tasks Damir Mukimov 2025-10-05 17:18:10 +0200
  • ac29aaa1d5 This is a work-in-progress commit for the core architectural refactoring of configuration handling. google-labs-jules[bot] 2025-10-05 15:16:22 +0000
  • ef4077b5d6 This commit implements the following core GraphQL query resolvers that were previously panicking: google-labs-jules[bot] 2025-10-05 13:31:12 +0000
  • 20da2199ba This commit addresses several outstanding tasks from TASKS.md. google-labs-jules[bot] 2025-10-05 13:03:31 +0000
  • 1bb3e23c47 refactor(api): Consolidate server setup google-labs-jules[bot] 2025-10-05 12:18:57 +0000
  • 488bc141de
    Merge pull request #14 from SamyRai/docs-api-guide Damir Mukimov 2025-10-05 13:23:55 +0200
  • e1e703aeb6 feat: restore project state and establish CI pipeline google-labs-jules[bot] 2025-10-05 11:23:31 +0000
  • 85d036330c fix: handle fatal worker startup error gracefully google-labs-jules[bot] 2025-10-05 11:11:40 +0000
  • 8d2ff8a97e docs: create comprehensive GraphQL API documentation google-labs-jules[bot] 2025-10-05 10:38:30 +0000
  • c066219323
    Merge pull request #13 from SamyRai/feat/improve-quality-and-testing Damir Mukimov 2025-10-05 11:44:07 +0200
  • b03820de02 Refactor: Improve quality, testing, and core business logic. google-labs-jules[bot] 2025-10-05 09:41:40 +0000
  • 23a6b6d569
    Merge pull request #12 from SamyRai/feature/complete-pending-tasks Damir Mukimov 2025-10-05 07:29:00 +0200
  • 781b313bf1 feat: Complete all pending tasks from TASKS.md google-labs-jules[bot] 2025-10-05 05:26:27 +0000
  • 19ea277dae
    Merge pull request #11 from SamyRai/chore/update-tasks-md Damir Mukimov 2025-10-05 02:57:28 +0200
  • 2190da9f60 feat: Implement analytics and fix Translation resolver google-labs-jules[bot] 2025-10-05 00:52:41 +0000
  • c797429e08 chore: Remove outdated build failure tasks google-labs-jules[bot] 2025-10-05 00:41:32 +0000
  • 9b96cb4341
    Merge pull request #10 from SamyRai/docs/consolidate-tasks Damir Mukimov 2025-10-05 02:25:11 +0200
  • a1c8088987 feat: Implement MergeWork command and consolidate tasks google-labs-jules[bot] 2025-10-05 00:24:23 +0000
  • 3ad00de327 docs: consolidate tasks and clean up legacy files google-labs-jules[bot] 2025-10-05 00:01:42 +0000
  • dcdc272990 docs: consolidate tasks and clean up legacy files google-labs-jules[bot] 2025-10-04 23:59:30 +0000
  • 7b2478273c
    Merge pull request #9 from SamyRai/feature/observability-stack Damir Mukimov 2025-10-05 01:49:14 +0200
  • f675c98e80 Fix: Correct authorization logic in integration tests google-labs-jules[bot] 2025-10-04 23:48:44 +0000
  • 9fd2331eb4 feat: Implement production-ready API patterns google-labs-jules[bot] 2025-10-04 18:16:08 +0000
  • 3bcd8d08f5 feat: Implement observability stack google-labs-jules[bot] 2025-10-03 16:43:01 +0000
  • 9bc1e221e6
    Merge pull request #8 from SamyRai/refactor-work-aggregate Damir Mukimov 2025-10-03 18:16:19 +0200
  • 06e6e2be85 refactor(domain): Isolate Work aggregate google-labs-jules[bot] 2025-10-03 16:15:09 +0000
  • c26d86ae80
    Merge pull request #7 from SamyRai/feature/refactor-analytics-service Damir Mukimov 2025-10-03 11:22:02 +0200
  • 80cfe71e59 refactor: Refactor GraphQL tests to use mock-based unit tests google-labs-jules[bot] 2025-10-03 09:21:41 +0000
  • ccc61b72a8 Refactor: Expose Analytics Service via GraphQL google-labs-jules[bot] 2025-10-03 04:15:15 +0000
  • 52101fbeda Refactor: Expose Analytics Service via GraphQL google-labs-jules[bot] 2025-10-03 04:10:16 +0000
  • c4b4319ae8 This commit updates the TODO.md and refactor.md files to reflect the latest architectural changes. It also removes several temporary and one-off script files to clean up the repository. google-labs-jules[bot] 2025-10-03 03:02:46 +0000
  • a491f2d538 This commit introduces goose as the database migration tool for the project, replacing the previous gorm.AutoMigrate system. It also includes several code quality improvements identified during the refactoring process. google-labs-jules[bot] 2025-10-03 02:52:01 +0000
  • 8ddc4a7986 This commit refactors the GraphQL layer to improve code quality and adhere to the project's target architecture. google-labs-jules[bot] 2025-10-03 02:13:12 +0000
  • 02b06fd9ce
    Merge pull request #5 from SamyRai/feature/finish-ddd-refactor Damir Mukimov 2025-10-03 03:51:15 +0200
  • 1cb434bbe7 feat: Finalize DDD refactoring and fix tests google-labs-jules[bot] 2025-10-03 01:44:47 +0000
  • 85f052b2d6 refactor: Align codebase with DDD architecture to fix build google-labs-jules[bot] 2025-10-03 01:17:53 +0000
  • 7f793197a4
    Merge pull request #3 from SamyRai/feature/refactor-to-app-layer Damir Mukimov 2025-10-02 22:16:03 +0200
  • 1c4dcbcf99 Refactor: Introduce service layer for application logic google-labs-jules[bot] 2025-09-09 02:28:25 +0000
  • bb5e18d162 refactor: Introduce application layer and dataloaders google-labs-jules[bot] 2025-09-08 10:19:43 +0000
  • 4c2f20c33d feat: Implement blog schema and example content google-labs-jules[bot] 2025-09-07 23:22:36 +0000
  • 04878c7bec feat: Implement event-driven analytics system google-labs-jules[bot] 2025-09-07 22:54:43 +0000
  • f66936bc4b feat: Implement event-driven analytics features google-labs-jules[bot] 2025-09-07 22:30:23 +0000
  • 9a2c77a5ca feat: Establish CI/CD Pipeline with Makefile google-labs-jules[bot] 2025-09-07 21:20:47 +0000
  • a96d3a0ece feat: Implement trending works feature and add API documentation google-labs-jules[bot] 2025-09-07 20:53:59 +0000
  • f8b3ecb9bd feat: Implement trending works feature google-labs-jules[bot] 2025-09-07 20:40:35 +0000
  • caf07df08d feat(analytics): Enhance analytics capabilities google-labs-jules[bot] 2025-09-07 19:26:51 +0000
  • 6b4140eca0 feat: Implement analytics features google-labs-jules[bot] 2025-09-07 16:43:29 +0000
  • 05bf1fbb05 feat: Implement analytics features google-labs-jules[bot] 2025-09-07 16:43:15 +0000
  • ce4626cc87 docs: Update markdown files to reflect current project state google-labs-jules[bot] 2025-09-07 12:01:11 +0000
  • 89505b407b feat: Add unit tests for models, repositories, and services google-labs-jules[bot] 2025-09-07 11:42:30 +0000