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. Mar 19, 2025
    • 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 · 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 · 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
  2. Mar 17, 2025
    • GotthardG's avatar
      Refactor AareDB backend and update schemas and paths. · 5a0047b6
      GotthardG authored
      Revised backend schema definitions, removing unnecessary attributes and adding new configurations. Updated file path references to align with the aaredb structure. Cleaned up redundant notebook content and commented out unused database regeneration logic in the backend.
      
      Added posting a result to the database
      5a0047b6
  3. Mar 14, 2025
    • 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
  4. 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
  5. 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
  6. Feb 26, 2025
    • GotthardG's avatar
      Add Image models and clean up test code structure · b04c7b8c
      GotthardG authored
      Introduced `ImageCreate` and `Image` models to handle image-related data in the backend. Improved the organization and readability of the testing notebook by consolidating and formatting code into distinct sections with markdown cells.
      b04c7b8c
  7. Jan 30, 2025
    • GotthardG's avatar
      Refactor Dewar service methods and improve field handling · c2215860
      GotthardG authored
      Updated Dewar API methods to use protected endpoints for enhanced security and consistency. Added `pgroups` handling in various frontend components and modified the LogisticsView contact field for clarity. Simplified backend router imports for better readability.
      c2215860
  8. Jan 22, 2025
    • GotthardG's avatar
      Integrate `pgroups` for shipment data security · 173e192f
      GotthardG authored
      Added `pgroups` to secure and associate data with specific permission groups. Updated backend routers, database models, and API endpoints to handle authorization based on `pgroups`. Adjusted frontend components and hooks to support `pgroups` in data fetching and management workflows.
      173e192f
    • GotthardG's avatar
      Refactor contact handling across backend and frontend · 382b1eab
      GotthardG authored
      Replaced usage of "ContactPerson" with "Contact" for consistency across the codebase. Updated related component props, state variables, API calls, and database queries to align with the new model. Also enhanced backend functionality with stricter validations and added support for handling active pgroups in contact management.
      382b1eab
    • 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
  9. Jan 09, 2025
    • GotthardG's avatar
      Refactor dewar and sample handling; improve grid data binding · 9bfcc309
      GotthardG authored
      Updated Dewar and Sample schemas, added nested relationships, and adjusted API responses for better data handling. Simplified puck normalization, enhanced data grid logic in the frontend, and implemented a PUT endpoint for updating samples. Incremented backend version to 0.1.0a15 and added new HTTP request example.
      9bfcc309
  10. Dec 18, 2024
    • GotthardG's avatar
      Refactor OpenAPI fetcher for improved clarity and robustness · ef981d1e
      GotthardG authored
      Reorganized and enhanced the OpenAPI fetch logic for better maintainability and error handling. Key updates include improved environment variable validation, more detailed error messages, streamlined configuration loading, and additional safety checks for file paths and directories. Added proper logging and ensured the process flow is easy to trace.
      ef981d1e
    • GotthardG's avatar
      Refactor OpenAPI fetcher for improved clarity and robustness · ea15dbb5
      GotthardG authored
      Reorganized and enhanced the OpenAPI fetch logic for better maintainability and error handling. Key updates include improved environment variable validation, more detailed error messages, streamlined configuration loading, and additional safety checks for file paths and directories. Added proper logging and ensured the process flow is easy to trace.
      ea15dbb5
    • GotthardG's avatar
      Refactor OpenAPI fetcher for improved clarity and robustness · 7727467e
      GotthardG authored
      Reorganized and enhanced the OpenAPI fetch logic for better maintainability and error handling. Key updates include improved environment variable validation, more detailed error messages, streamlined configuration loading, and additional safety checks for file paths and directories. Added proper logging and ensured the process flow is easy to trace.
      7727467e
  11. Dec 17, 2024
    • GotthardG's avatar
      Refactor OpenAPI fetcher for improved clarity and robustness · 9b6ad107
      GotthardG authored
      Reorganized and enhanced the OpenAPI fetch logic for better maintainability and error handling. Key updates include improved environment variable validation, more detailed error messages, streamlined configuration loading, and additional safety checks for file paths and directories. Added proper logging and ensured the process flow is easy to trace.
      9b6ad107
    • GotthardG's avatar
      Refactor OpenAPI fetcher for improved clarity and robustness · c77e5797
      GotthardG authored
      Reorganized and enhanced the OpenAPI fetch logic for better maintainability and error handling. Key updates include improved environment variable validation, more detailed error messages, streamlined configuration loading, and additional safety checks for file paths and directories. Added proper logging and ensured the process flow is easy to trace.
      c77e5797
    • GotthardG's avatar
      Refactor OpenAPI fetcher for improved clarity and robustness · f80e111f
      GotthardG authored
      Reorganized and enhanced the OpenAPI fetch logic for better maintainability and error handling. Key updates include improved environment variable validation, more detailed error messages, streamlined configuration loading, and additional safety checks for file paths and directories. Added proper logging and ensured the process flow is easy to trace.
      f80e111f
    • GotthardG's avatar
      Refactor OpenAPI client script and backend server logic. · 25528811
      GotthardG authored
      Simplify and streamline OpenAPI client generation and backend startup logic. Improved error handling, environment configuration, and self-signed SSL certificate management. Added support for generating OpenAPI schema via command-line argument.
      25528811
    • GotthardG's avatar
      Refactor OpenAPI client script and backend server logic. · bd2891fd
      GotthardG authored
      Simplify and streamline OpenAPI client generation and backend startup logic. Improved error handling, environment configuration, and self-signed SSL certificate management. Added support for generating OpenAPI schema via command-line argument.
      bd2891fd
    • GotthardG's avatar
      Refactor OpenAPI client script and backend server logic. · 555b756c
      GotthardG authored
      Simplify and streamline OpenAPI client generation and backend startup logic. Improved error handling, environment configuration, and self-signed SSL certificate management. Added support for generating OpenAPI schema via command-line argument.
      555b756c
    • GotthardG's avatar
      Refactor OpenAPI client script and backend server logic. · 33e3a2d4
      GotthardG authored
      Simplify and streamline OpenAPI client generation and backend startup logic. Improved error handling, environment configuration, and self-signed SSL certificate management. Added support for generating OpenAPI schema via command-line argument.
      33e3a2d4
    • GotthardG's avatar
      Refactor environment-specific configurations and data loading. · 19c5d7f8
      GotthardG authored
      Refactored database and server configuration to handle environments (dev, test, prod) explicitly, including tailored database setup and SSL management. Separated slot and sample data loading for better control during initialization. Improved environment variable usage and error handling for production certificates.
      19c5d7f8
    • GotthardG's avatar
      Sync project metadata with `pyproject.toml` · 8cb21547
      GotthardG authored
      Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
      8cb21547
    • GotthardG's avatar
      Sync project metadata with `pyproject.toml` · 455a22c7
      GotthardG authored
      Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
      455a22c7
    • GotthardG's avatar
      Sync project metadata with `pyproject.toml` · 37254562
      GotthardG authored
      Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
      37254562
    • GotthardG's avatar
      Sync project metadata with `pyproject.toml` · e44316c5
      GotthardG authored
      Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
      e44316c5
    • GotthardG's avatar
      Sync project metadata with `pyproject.toml` · c3452673
      GotthardG authored
      Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
      c3452673
    • GotthardG's avatar
      Sync project metadata with `pyproject.toml` · e4b2a151
      GotthardG authored
      Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
      e4b2a151
    • GotthardG's avatar
      Sync project metadata with `pyproject.toml` · adf81143
      GotthardG authored
      Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application.
      adf81143
  12. Dec 16, 2024
Loading