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 · 17fee748
      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.
      17fee748
    • 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 · afa473e8
      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.
      afa473e8
    • 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 · a05b2efd
      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.
      a05b2efd
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 529e1d71
      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.
      529e1d71
    • GotthardG's avatar
      Add job processing system with streaming endpoint · a948fbf7
      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.
      a948fbf7
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 3eaadf0b
      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.
      3eaadf0b
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 28821705
      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.
      28821705
    • GotthardG's avatar
      Add job processing system with streaming endpoint · e62e18d7
      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.
      e62e18d7
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 4b7a84aa
      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.
      4b7a84aa
    • GotthardG's avatar
      Add job processing system with streaming endpoint · e4740ec0
      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.
      e4740ec0
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 401f1e88
      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.
      401f1e88
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 479cdda7
      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.
      479cdda7
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 834b460e
      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.
      834b460e
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 0ae7f11a
      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.
      0ae7f11a
    • 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 · 9feda3a8
      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.
      9feda3a8
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 3ae1de12
      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.
      3ae1de12
    • GotthardG's avatar
      Add job processing system with streaming endpoint · 14d23cdc
      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.
      14d23cdc
    • 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 · f54ffd13
      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.
      f54ffd13
    • GotthardG's avatar
      Refactor Docker setup and migrate to PostgreSQL · 7dc7e32c
      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.
      7dc7e32c
    • 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 · 5cd81579
      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.
      5cd81579
    • 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
    • GotthardG's avatar
      Refactor Docker setup and migrate to PostgreSQL · ee9ed865
      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.
      ee9ed865
  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
Loading