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. Feb 27, 2025
    • GotthardG's avatar
      Add development-only user simulation using local file · 2f5cb303
      GotthardG authored
      This change introduces a fallback mechanism for development environments, allowing authentication to simulate a user from a local file named "user" when not found in the mock database. The file must include a username on the first line and a space-delimited list of pgroups on the second line. This enhancement helps streamline development workflows while maintaining error handling for missing or malformed files.
      2f5cb303
    • GotthardG's avatar
      Add development-only user simulation using local file · 7a9cc24e
      GotthardG authored
      This change introduces a fallback mechanism for development environments, allowing authentication to simulate a user from a local file named "user" when not found in the mock database. The file must include a username on the first line and a space-delimited list of pgroups on the second line. This enhancement helps streamline development workflows while maintaining error handling for missing or malformed files.
      7a9cc24e
  2. Feb 26, 2025
    • GotthardG's avatar
      Add endpoint for creating local contacts with access control · f588bc0c
      GotthardG authored
      Introduced a new `local_contact_router` to handle creation of local contacts. The endpoint enforces role-based access control and ensures no duplication of email addresses. Updated the router exports for consistency and cleaned up a large test file to improve readability.
      f588bc0c
  3. Jan 22, 2025
    • GotthardG's avatar
      **Commit Message:** · 6cde57f7
      GotthardG authored
      Enhance app with active pgroup handling and token updates
      
      Added active pgroup state management across the app for user-specific settings. Improved token handling with decoding, saving user data, and setting OpenAPI authorization. Updated components, API calls, and forms to support dynamic pgroup selection and user-specific features.
      6cde57f7
  4. Dec 16, 2024
  5. Dec 13, 2024
  6. Dec 03, 2024
Loading