gitlab-org--gitlab-foss/app/controllers/concerns
Jan Provaznik b02a6bed85 Make pagination optional for issuables
On epics roadmap page we list all epics in the given time frame
without pagination (at least for the first iteration), in this
case it would be nice to use the existing issuables index logic
except pagination (see MR gitlab-ee!4281). For this reason this
patch allows to easily disable pagination.

Related gitlab-ee!4281
2018-01-30 15:43:44 +01:00
..
authenticates_with_two_factor.rb Standardize capitalization and status 2017-09-27 23:54:52 -04:00
boards_responses.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
continue_params.rb
creates_commit.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
cycle_analytics_params.rb Allow simple ivar ||= form. Update accordingly 2017-09-19 01:29:32 +08:00
diff_for_path.rb Clean up diff rendering 2017-05-23 15:37:05 -05:00
enforces_two_factor_authentication.rb rename cache db column with _cached suffix 2017-04-06 10:01:14 +02:00
group_tree.rb Fix filter on dashboard/groups & `explore/groups 2018-01-22 17:02:04 +01:00
hooks_execution.rb Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
issuable_actions.rb Return last edited time instead of update time 2018-01-18 12:27:02 +01:00
issuable_collections.rb Make pagination optional for issuables 2018-01-30 15:43:44 +01:00
issues_action.rb Improve filtering issues by label performance 2018-01-05 13:26:30 -02:00
lfs_request.rb Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master' 2017-11-14 09:48:19 +00:00
members_presentation.rb Present member collection at the controller level 2017-12-12 18:14:58 +01:00
membership_actions.rb Allow simple ivar ||= form. Update accordingly 2017-09-19 01:29:32 +08:00
merge_requests_action.rb Improve filtering issues by label performance 2018-01-05 13:26:30 -02:00
milestone_actions.rb Fix a few layout error 2017-11-22 23:30:51 +08:00
notes_actions.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
oauth_applications.rb Allow simple ivar ||= form. Update accordingly 2017-09-19 01:29:32 +08:00
params_backward_compatibility.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
preview_markdown.rb Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules 2017-11-30 15:20:00 +08:00
renders_blob.rb Clean up some backend 2017-08-03 14:29:35 +02:00
renders_commits.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
renders_member_access.rb Resolve "Display member role per project" 2017-12-07 09:11:41 +00:00
renders_notes.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
repository_settings_redirect.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
requires_whitelisted_monitoring_client.rb Allow simple ivar ||= form. Update accordingly 2017-09-19 01:29:32 +08:00
routable_actions.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
service_params.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
snippets_actions.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
spammable_actions.rb Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules 2017-12-15 17:14:26 +08:00
toggle_award_emoji.rb Display comments for personal snippets 2017-05-02 13:07:53 +02:00
toggle_subscription_action.rb Use StrongMemoize and enable/disable cops properly 2017-11-18 01:01:53 +08:00
uploads_actions.rb Support uploads for groups 2017-12-07 12:27:52 +01:00
with_performance_bar.rb In development, allow the toggling of the performance bar 2018-01-17 13:56:05 +01:00
workhorse_request.rb