Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

docs

  • Open with
  • Download source code
  • Download directory
  • 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
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..