• Lee Tickett's avatar
    Remove group timelog mandatory arguments · cfdedd47
    Lee Tickett authored
    As graphQL enforces pagination (with a maximum of 100 records,
    we do not need to enforce the use of start/end arguments).
    
    We show timelogs through the web UI to anyone who can access
    an issuable, so we should observe the same permissions via
    graphQL.
    
    This is a pre-cursor to exposing timelogs against projects.
    
    Changelog: changed
    cfdedd47
timelog.rb 1.11 KB