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 12, 2025
  2. 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
  3. Mar 05, 2025
    • GotthardG's avatar
      Cleaning of the logistics frontend · 9c73e1df
      GotthardG authored
      9c73e1df
    • GotthardG's avatar
      Add image modal functionality to RunDetails component · 3a63e5a6
      GotthardG authored
      Introduce a modal for zooming images in the RunDetails component, enhancing UX by allowing users to click and view images in detail. Adjust styling in SampleImage.css to disable zoom effects in the details panel and ensure proper image rendering. Update ResultGrid to pass the basePath prop to support dynamic image paths.
      3a63e5a6
    • GotthardG's avatar
      Enhance dynamic height handling for RunDetails components. · 91aebae4
      GotthardG authored
      Added support for dynamic height calculation in RunDetails and integrated it with ResultGrid to adjust detail panel heights based on content changes. This ensures proper rendering and improves responsiveness of the UI.
      91aebae4
    • GotthardG's avatar
      Add row-specific styling and improve image rendering · 6bd4843d
      GotthardG authored
      Introduced row-specific CSS classes for better UI distinction, highlighting rows based on run type and processing results. Enhanced image rendering logic with consistent styling, hover effects, and a smaller image size for better visual clarity.
      6bd4843d
  4. Mar 04, 2025
    • GotthardG's avatar
      Refactor RunDetails and integrate with ResultGrid · 266c8a81
      GotthardG authored
      Reworked `RunDetails` to enhance details presentation and added new UI components like images and processing results. Incorporated the `RunDetails` expansion panel into `ResultGrid` for better user interaction and streamlined grid functionalities.
      266c8a81
    • GotthardG's avatar
      Refactor RunDetails and integrate with ResultGrid · 75998a1d
      GotthardG authored
      Reworked `RunDetails` to enhance details presentation and added new UI components like images and processing results. Incorporated the `RunDetails` expansion panel into `ResultGrid` for better user interaction and streamlined grid functionalities.
      75998a1d
    • GotthardG's avatar
      Add image rendering to ResultGrid with zoom effect · fff3e9f8
      GotthardG authored
      This update introduces an "Images" column in the ResultGrid component, displaying thumbnails that expand on hover using CSS zoom effects. Adjustments were made to styles and grid cell overflow to ensure proper rendering and interaction with zoomed images.
      fff3e9f8
    • 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
  5. Feb 27, 2025
    • GotthardG's avatar
      Refactor image rendering in ResultGrid with CSS enhancements · c3cf463f
      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.
      c3cf463f
    • 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
    • GotthardG's avatar
      Refactor image rendering in ResultGrid with CSS enhancements · 37fe820f
      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.
      37fe820f
    • GotthardG's avatar
      Refactor image rendering in ResultGrid with CSS enhancements · de4a6d2d
      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.
      de4a6d2d
    • GotthardG's avatar
      Update `SampleTracker` to support dynamic `activePgroup` · 548a8667
      GotthardG authored
      Enhanced the `SampleTracker` component to accept and utilize an `activePgroup` prop, allowing dynamic filtering of data based on the current project group. Adjusted related polling and data fetching logic to respond to changes in `activePgroup`. Removed excessive code from the test notebook for cleanup.
      548a8667
    • 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
  6. Feb 26, 2025
    • GotthardG's avatar
      Add Image models and clean up test code structure · e070fd46
      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.
      e070fd46
    • GotthardG's avatar
      Add Image models and clean up test code structure · 21d41818
      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.
      21d41818
    • GotthardG's avatar
      Add Image models and clean up test code structure · ab6148a7
      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.
      ab6148a7
    • GotthardG's avatar
      Add Image models and clean up test code structure · 303e6579
      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.
      303e6579
    • 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
    • GotthardG's avatar
      Add Image models and clean up test code structure · 1606e80f
      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.
      1606e80f
    • 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
  7. Feb 05, 2025
  8. Feb 04, 2025
    • GotthardG's avatar
      Refactor puck event handling and add `tell` filtering · 9e5ae2b4
      GotthardG authored
      Updated puck event queries to improve robustness and ensure distinct results. Introduced filtering by `tell` in specific API endpoints and added validation for `tell` values. Incremented project version to 0.1.0a21 to reflect API changes.
      9e5ae2b4
    • GotthardG's avatar
      Add `SetTellPositionRequest` schema and minor cleanup. · 780ba195
      GotthardG authored
      Added a new `SetTellPositionRequest` schema in `schemas.py` to support bulk updates of TELL positions. Commented out redundant metadata operations in `main.py` and cleaned up unused content in the test notebook for better readability.
      780ba195
  9. Feb 03, 2025
    • GotthardG's avatar
      Remove 'retrieved' property and add slot sorting by QR code · fef9b1c6
      GotthardG authored
      Removed the 'retrieved' property and its associated logic from Slots.tsx as it is no longer needed. Introduced sorting of slots by QR code in LogisticsView.tsx to ensure consistent order for slot display. Additionally, enhanced slot selection handling to clear or update Dewar QR code appropriately.
      fef9b1c6
    • GotthardG's avatar
      Refactor dewar query to use latest event subquery. · 70962ba6
      GotthardG authored
      Replaces the previous query logic with a subquery to find the latest logistics event for each dewar. Ensures that only dewars with the most recent "beamline" event are retrieved, improving query accuracy and clarity.
      70962ba6
  10. Jan 31, 2025
Loading