Added an optional lazy parameter to gitlab functions in views.py

Added an optional lazy=lazy parameter to gitlab functions in views.py, so that functions can be called with either the lazy=False (default) or lazy=True to lower # of API calls in a view.

Merge request reports

Loading