Something went wrong while fetching comments. Please try again.
Filtering and paging done at DB level
- Status field is no longer Transient, so we can filter on it (requires DB update)
- Filtering and Paging can then be moved to the database, which makes it much more efficient (so no longer loading all requests when the requests controller is called)
- Sorting is done by default on the ID field in DESC
- Tabs on course page were unreadable
- Could not move to next page on Requests list
Edited by Jochem de Goede
Merge request reports
Activity
Jenkins Build SUCCESSResults available at: Jenkins [Queue #219]
By Jenkins on 2017-09-25T06:49:01 (imported from GitLab project)
added 1 commit
- 527eb102 - Could not move to next page in requests list
Jenkins Build SUCCESSResults available at: Jenkins [Queue #221]
By Jenkins on 2017-09-25T07:05:24 (imported from GitLab project)
added 1 commit
- eb0b3b1d - Status no longer transient, allows for filtering on it, filtering and paging…
Jenkins Build SUCCESSResults available at: Jenkins [Queue #223]
By Jenkins on 2017-09-25T08:14:29 (imported from GitLab project)
mentioned in issue #44 (closed)
added 1 commit
- f392c649 - Filter on active lab in get next and request list
Jenkins Build SUCCESSResults available at: Jenkins [Queue #225]
By Jenkins on 2017-09-25T13:07:01 (imported from GitLab project)
Please register or sign in to reply