Skip to content
Snippets Groups Projects
Select Git revision
  • e5501c5e7733d3a536d10367677202870e5df8dd
  • development default protected
  • more_forwarding_to_staff
  • main protected
  • 389-queue-2-0-modules-page-pagination
  • 739-add-pdf-support-for-presentation-slides
  • 454-selection-for-student-groups-with-multiple-students
  • ask-why-student-requeued
  • 571-allowed-assignments-for-multiple-roles
  • 552-trying-to-create-a-lab-without-specifying-any-request-type-leads-to-oops-screen
  • 628-add-a-button-for-tas-to-redirect-a-request-to-a-head-ta-and-or-lecturer
  • 729-re-think-lab-create-page
  • busy-lab-notification
  • 732-allow-lab-creation-based-on-mytimetable-schedule
  • accountability
  • 691-notification-for-staff-about-busy-lab
  • profile
  • 695-refactor-methods-in-requesttableservice
  • 99-allow-adding-students-staff-using-email-student-number-name
  • flag-feedback
  • fix-mysql-tests
  • 2425.0.1-release protected
  • 2425.0.0-release protected
  • 2.3.2-release protected
  • 2.3.0-release protected
  • 2.2.2-release protected
  • 2.2.1-release protected
  • 2.2.0-release protected
  • 2.1.4-release protected
  • 2.1.3-release protected
  • 2.1.2-release protected
  • 2.1.1-release protected
  • 2.1.0-release protected
  • 1.0.1-release protected
  • 1.0.0-release protected
35 results

queue

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    clemaire authored and Chris Lemaire committed
    Requests that are stale are non-closed old time slot requests. These
    showed up because the checkForUpcomingRequestsSlot function only filtered
    upwards of the starting time of a slot.
    
    By adding a lower bound for the filter on slot.opensAt, requests from longer
    than 1 day ago should no longer show up.
    
    Additional changes:
    - A log message telling the time is removed as it did not any necessary information.
    - An unused field for a datetime format is removed.
    
    Signed-off-by: default avatarChris Lemaire <c.lemaire@student.tudelft.nl>
    e5501c5e
    History
    Name Last commit Last update