gitlab-org--gitlab-foss/app/helpers
Jan Provaznik 22addf2673 Don't convert issuable_initial_data into JSON
Instead of converting hash into JSON inside
issuable_initial_data method, return hash and convert
to JSON later. This allows us to easily extend basic
issuable data with resource specific values. For example
for Epic these data should include also labels, so we can then
do something like:
issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
2018-02-26 10:10:21 +01:00
..
accounts_helper.rb
appearances_helper.rb Add custom brand text on new project pages 2017-12-04 17:22:59 +01:00
application_helper.rb Simplify project check with duck typing 2018-02-22 13:59:15 -03:00
application_settings_helper.rb Add DNS verification to Pages custom domains 2018-02-23 12:22:29 +00:00
auth_helper.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
auto_devops_helper.rb Refactor AutoDevopsHelper.missing_auto_devops_domain? 2018-02-02 23:06:13 +01:00
avatars_helper.rb Extract method to improve readability. 2018-02-13 18:04:52 +01:00
award_emoji_helper.rb
blame_helper.rb
blob_helper.rb Only highlight search results under the highlighting size limit 2018-01-16 11:56:07 +00:00
boards_helper.rb Use path helper instead of url helper 2017-12-03 18:46:07 +00:00
branches_helper.rb Move button list logic to project presenter 2018-02-20 13:03:06 -03:00
breadcrumbs_helper.rb
broadcast_messages_helper.rb
builds_helper.rb Use relative _path helper URLs in the GitLab UI 2017-12-07 11:19:37 -06:00
button_helper.rb Fixed clone buttons adding description when append_link is false 2017-12-05 17:39:18 -06:00
ci_status_helper.rb
clusters_helper.rb Hardcode clusters helper in CE 2017-12-18 14:35:08 +01:00
commits_helper.rb Replaced the remaining code-fork icons 2017-12-19 13:12:28 -06:00
compare_helper.rb
components_helper.rb
conversational_development_index_helper.rb
dashboard_helper.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
defer_script_tag_helper.rb
diff_helper.rb Render modified icon for moved file 2018-02-13 18:12:19 +00:00
dropdowns_helper.rb
emails_helper.rb Initial work to add notification reason to emails 2018-01-16 19:17:55 -06:00
emoji_helper.rb
environment_helper.rb
environments_helper.rb
events_helper.rb
explore_helper.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
external_wiki_helper.rb
form_helper.rb Use UserSerializer instead of `User.to_json` 2017-12-19 15:45:08 -06:00
git_helper.rb
gitlab_routing_helper.rb Address some comments with running a pipeline schedule 2017-12-12 15:07:23 -08:00
graph_helper.rb Don't use rugged in Repository#refs_hash 2018-02-07 15:07:03 +01:00
groups_helper.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
hooks_helper.rb
icons_helper.rb Multi File Editor File icons 2018-01-03 10:08:14 +00:00
import_helper.rb
instance_configuration_helper.rb
issuables_helper.rb Don't convert issuable_initial_data into JSON 2018-02-26 10:10:21 +01:00
issues_helper.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
javascript_helper.rb
kerberos_spnego_helper.rb
labels_helper.rb Hide issues and MRs in labels list if disabled 2017-12-11 20:38:53 +01:00
lazy_image_tag_helper.rb
markup_helper.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
mattermost_helper.rb
members_helper.rb Refactor member view by using presenter 2017-12-11 18:30:56 +01:00
merge_requests_helper.rb adding view and feature specs 2017-12-07 09:06:59 -05:00
milestones_helper.rb
milestones_routing_helper.rb
namespaces_helper.rb Retrieve namespace owner's avatar by owner, not owner#email. 2018-02-13 18:04:51 +01:00
nav_helper.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
notes_helper.rb
notifications_helper.rb
numbers_helper.rb
page_layout_helper.rb
pagination_helper.rb
performance_bar_helper.rb
pipeline_schedules_helper.rb
preferences_helper.rb Move button list logic to project presenter 2018-02-20 13:03:06 -03:00
profiles_helper.rb
projects_helper.rb Merge branch 'bvl-external-auth-port' into 'master' 2018-02-23 09:14:14 +00:00
rss_helper.rb
runners_helper.rb
search_helper.rb Use limit for search count queries 2018-01-23 22:33:42 +01:00
selects_helper.rb Remove unused push_code_to_protected_branches 2018-01-05 23:45:12 +08:00
sentry_helper.rb
services_helper.rb 41054-Disallow creation of new Kubernetes integrations 2018-01-04 09:33:51 +00:00
sidekiq_helper.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
snippets_helper.rb Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
sorting_helper.rb Enable sorting by name in the Groups dropdown 2017-12-20 19:34:50 +00:00
storage_health_helper.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
storage_helper.rb
submodule_helper.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
system_note_helper.rb
tab_helper.rb
tags_helper.rb
time_helper.rb
todos_helper.rb Resolve "Closed issue label in todo's styling is difficult to read" 2018-01-17 14:09:59 +00:00
tree_helper.rb Move can_current_user_push_to_branch to Presenter 2018-02-22 13:59:15 -03:00
triggers_helper.rb
u2f_helper.rb
user_callouts_helper.rb Restore feature_highlight code 2018-02-05 12:10:09 -06:00
users_helper.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
version_check_helper.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
visibility_level_helper.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
webpack_helper.rb alias create and update actions to new and edit 2018-02-16 12:47:23 -06:00
wiki_helper.rb Allow moving wiki pages from the UI 2018-02-05 17:17:21 +00:00
workhorse_helper.rb