Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
  1. Apr 11, 2025
    • GotthardG's avatar
      Added a test function for SSE · 866139ba
      GotthardG authored
      866139ba
    • GotthardG's avatar
      Update server config, SSL handling, and port mapping logic · 2e6d0601
      GotthardG authored
      Refactored `run_server` to accept explicit config and SSL paths. Added dynamic environment-based config loading and stricter SSL path checks for production. Updated `docker-compose.yml` to use environment variable for port mapping and adjusted `config_prod.json` to reflect correct port usage.
      2e6d0601
    • GotthardG's avatar
      Update server config, SSL handling, and port mapping logic · 86d03285
      GotthardG authored
      Refactored `run_server` to accept explicit config and SSL paths. Added dynamic environment-based config loading and stricter SSL path checks for production. Updated `docker-compose.yml` to use environment variable for port mapping and adjusted `config_prod.json` to reflect correct port usage.
      86d03285
  2. Apr 10, 2025
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 1da56340
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      1da56340
    • GotthardG's avatar
      Add job processing system with streaming endpoint · c24d8d9a
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      c24d8d9a
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 358ff7a6
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      358ff7a6
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 32edeac4
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      32edeac4
    • GotthardG's avatar
      Add job processing system with streaming endpoint · d9c480cd
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      d9c480cd
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 00f69495
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      00f69495
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 6ea0a099
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      6ea0a099
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 00b8df11
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      00b8df11
    • GotthardG's avatar
      Add job processing system with streaming endpoint · e5844a5f
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      e5844a5f
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 9e63ad33
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      9e63ad33
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 9ef94e73
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      9ef94e73
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 8c783eae
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      8c783eae
    • GotthardG's avatar
      Add job processing system with streaming endpoint · fda91421
      GotthardG authored
      Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation.
      fda91421
    • GotthardG's avatar
      Refactor Docker setup and migrate to PostgreSQL · f3951f5b
      GotthardG authored
      Streamlined Dockerfiles with clearer ENV variables and build args. Switched backend database from MySQL to PostgreSQL, updated configurations accordingly, and added robust Docker Compose services for better orchestration, including health checks and persistent storage.
      f3951f5b
    • GotthardG's avatar
      Refactor Docker setup and migrate to PostgreSQL · b19aa370
      GotthardG authored
      Streamlined Dockerfiles with clearer ENV variables and build args. Switched backend database from MySQL to PostgreSQL, updated configurations accordingly, and added robust Docker Compose services for better orchestration, including health checks and persistent storage.
      b19aa370
  3. Apr 09, 2025
    • GotthardG's avatar
      Refactor Docker setup and migrate to PostgreSQL · af51428f
      GotthardG authored
      Streamlined Dockerfiles with clearer ENV variables and build args. Switched backend database from MySQL to PostgreSQL, updated configurations accordingly, and added robust Docker Compose services for better orchestration, including health checks and persistent storage.
      af51428f
    • GotthardG's avatar
      Refactor Docker setup and migrate to PostgreSQL · 64bd7b00
      GotthardG authored
      Streamlined Dockerfiles with clearer ENV variables and build args. Switched backend database from MySQL to PostgreSQL, updated configurations accordingly, and added robust Docker Compose services for better orchestration, including health checks and persistent storage.
      64bd7b00
    • GotthardG's avatar
      Refactor Docker setup and migrate to PostgreSQL · bb6cca4f
      GotthardG authored
      Streamlined Dockerfiles with clearer ENV variables and build args. Switched backend database from MySQL to PostgreSQL, updated configurations accordingly, and added robust Docker Compose services for better orchestration, including health checks and persistent storage.
      bb6cca4f
  4. Mar 19, 2025
    • GotthardG's avatar
      Update dependencies and improve Python path handling · 8663d4aa
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      8663d4aa
    • GotthardG's avatar
      Update dependencies and improve Python path handling · 36f9978c
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      36f9978c
    • GotthardG's avatar
      Update dependencies and improve Python path handling · 1c44bc16
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      1c44bc16
    • GotthardG's avatar
      Update dependencies and improve Python path handling · 3ccf4ecc
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      3ccf4ecc
    • GotthardG's avatar
      Update dependencies and improve Python path handling · 56d2a1c3
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      56d2a1c3
    • GotthardG's avatar
      Update dependencies and improve Python path handling · e22fc86d
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      e22fc86d
    • GotthardG's avatar
      Update dependencies and improve Python path handling · faebccf6
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      faebccf6
    • GotthardG's avatar
      Update dependencies and improve Python path handling · 615e4c54
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      615e4c54
    • GotthardG's avatar
      Update dependencies and improve Python path handling · 35d4ccee
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      35d4ccee
    • GotthardG's avatar
      Update dependencies and improve Python path handling · bd852bea
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      bd852bea
    • GotthardG's avatar
      Update dependencies and improve Python path handling · 536cfcd3
      GotthardG authored
      Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
      536cfcd3
  5. Mar 17, 2025
  6. Mar 14, 2025
    • GotthardG's avatar
      Add Dockerfiles and update package dependencies · db6164ac
      GotthardG authored
      Introduced Dockerfiles for logistics and frontend applications to streamline development and deployment. Updated package dependencies in the frontend to newer versions for improved stability and compatibility.
      db6164ac
    • GotthardG's avatar
      Refine event types and update related models and logic · fbc32474
      GotthardG authored
      Standardized event types with stricter validation using `Literal`. Adjusted related data and logic to align with new types, including changes to PGROUP assignments, event timeline increments, and schema updates. Cleaned up unused code and clarified database initialization behavior.
      fbc32474
  7. Mar 06, 2025
    • GotthardG's avatar
      Refactor logistics and frontend code for better consistency. · f4126257
      GotthardG authored
      Refactored several files to improve code clarity, error handling, and data integrity. Introduced type safety improvements, streamlined OpenAPI model integration, adjusted configuration settings, and enhanced QR code handling logic. Also updated scripts and tsconfig settings to temporarily bypass strict checks during development.
      f4126257
    • GotthardG's avatar
      Refactor logistics and frontend code for better consistency. · 3d55c423
      GotthardG authored
      Refactored several files to improve code clarity, error handling, and data integrity. Introduced type safety improvements, streamlined OpenAPI model integration, adjusted configuration settings, and enhanced QR code handling logic. Also updated scripts and tsconfig settings to temporarily bypass strict checks during development.
      3d55c423
  8. Mar 04, 2025
    • GotthardG's avatar
      Update dependencies and migrate to Node 18 minimum support · 2e1d87c3
      GotthardG authored
      Upgraded multiple package versions, including `@esbuild` and dependencies like `@mui/x-data-grid-premium`. Adjusted `node` engine requirement to `>=18` for compatibility. This ensures modernization and alignment with current toolchain standards.
      2e1d87c3
  9. Feb 27, 2025
    • GotthardG's avatar
      Refactor image rendering in ResultGrid with CSS enhancements · da79115b
      GotthardG authored
      Simplified image rendering logic in `ResultGrid` by removing hover state management within JavaScript. Added `SampleImage.css` to handle hover effects for images and tooltips with scalable zoom. Cleaned up unnecessary comments and improved code readability.
      da79115b
Loading