gitlab-org--gitlab-foss/app/assets/javascripts
Alfredo Sumaran c99d12e5b3 Merge branch '23325-pipeline-graph-hidden' into 'master'
Fix pipeline graph hidden on commit and mr pages

## What does this MR do?

Dynamically invokes `new gl.Pipelines();` when an MR `builds` tab is clicked.

Dispatches `new gl.Pipelines();` on a `commit#builds` page.

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?

The pipeline graph was hidden on commit and mr pages

## Screenshots (if relevant)

Commit page:
![Screen_Shot_2016-10-14_at_18.16.18](/uploads/ee11dea0825d1489dc167292e16c8f41/Screen_Shot_2016-10-14_at_18.16.18.png)

MR:
![Screen_Shot_2016-10-14_at_18.16.39](/uploads/602c2fce2397c799bedb757bfd3010af/Screen_Shot_2016-10-14_at_18.16.39.png)

## Does this MR meet the acceptance criteria?

- [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [ ] Added for this feature/bug
  - [ ] All builds are passing
- [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?


Closes #23325

See merge request !6895
2016-10-24 19:27:18 +00:00
..
behaviors Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
blob Restore inexplicably removed code from requestFileSuccess. 2016-10-05 12:48:18 +02:00
blob_edit Make fixes to get tests passing. 2016-10-05 11:25:05 +02:00
boards Updated to pass the board ID with the boards root to save conflicts with EE 2016-10-11 11:47:56 -03:00
commit Formatted all app/assets/javascripts to underscore naming convention 2016-10-10 17:09:48 +01:00
diff_notes Pass the full project path for resolve buttons 2016-09-21 10:07:24 +01:00
extensions Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
graphs Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
lib MergeRequest new form load diff asynchronously 2016-10-06 11:19:14 +02:00
merge_conflicts Provide better error message to the user 2016-10-17 12:43:17 -05:00
network Formatted all app/assets/javascripts to underscore naming convention 2016-10-10 17:09:48 +01:00
profile Fix profile test failure. 2016-10-05 11:25:05 +02:00
protected_branches Create protected branches bundle 2016-10-20 12:03:30 -05:00
snippet Don't use global variables. 2016-08-18 21:48:11 +01:00
templates Added no-template functionality 2016-10-13 15:48:07 +01:00
u2f Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
users Replace contributions calendar timezone payload with dates 2016-09-16 14:38:59 -05:00
abuse_reports.js.es6 Update abuse_reports.js.es6 with prettier window.gl assignment 2016-08-24 11:25:06 +00:00
activities.js Fix inconsistent highlighting of already selected activity nav-links 2016-10-05 15:38:18 -05:00
admin.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
api.js Create a new /templates API namespace 2016-10-12 11:09:41 +02:00
application.js Gracefully handle adding of no users to projects and groups 2016-10-24 13:14:00 +03:00
aside.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
autosave.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
awards_handler.js Added @zeivs changes to fix awards search, including CHANGELOG where he is credited 2016-09-27 00:16:39 +03:00
breakpoints.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
broadcast_message.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
build.js Replaced deprecated use of document.body.scrollTop 2016-10-24 12:56:22 -05:00
build_artifacts.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
build_variables.js.es6 add feature test 2016-09-06 14:42:43 +02:00
commit.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
commits.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
compare.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
compare_autocomplete.js.es6 Added logic to handle a revision input that does not exist in the menu 2016-10-16 20:02:16 -07:00
confirm_danger_modal.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
copy_to_clipboard.js Fix tooltip for Copy to clipboard button. 2016-09-29 21:48:11 -05:00
create_label.js.es6 Convert label creation from API to controller endpoint 2016-09-23 12:21:47 +01:00
cycle_analytics.js.es6 Fix object data to be sent to fetch analytics data 2016-10-21 15:46:59 +03:00
diff.js ensure the 'fixed layout' preference is honored whenever possible 2016-09-20 00:51:00 -05:00
dispatcher.js.es6 invoked the pipelines class when builds are dynamically loaded and dispatched for commit builds page 2016-10-24 13:20:37 -05:00
dropzone_input.js Rename markdown_preview routes to preview_markdown 2016-08-11 15:54:18 +02:00
due_date_select.js.es6 Convert due_date_select.js filetype to es6. 2016-10-17 11:58:03 +02:00
files_comment_button.js Added unfold test to parallel and added 'diff discussion' context 2016-08-23 20:45:29 +01:00
flash.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
gfm_auto_complete.js.es6 Debounce GfmAutoComplete setup and simplify code somewhat. 2016-10-07 18:07:55 +02:00
gl_dropdown.js Fixed undefined keycode build error 2016-10-14 09:34:53 +01:00
gl_field_errors.js.es6 Fixup invalid refs. 2016-10-15 08:28:54 +02:00
gl_form.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
group_avatar.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
groups_select.js fix group links 404 2016-10-05 09:57:54 +01:00
importer_status.js fix indent in JS file 2016-09-20 12:10:35 +02:00
issuable.js.es6 Merge branch 'master' into revert-c676283b 2016-10-03 09:10:20 +01:00
issuable_context.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
issuable_form.js Move to project dropdown with infinite scroll for better performance 2016-08-18 15:31:51 +02:00
issue.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
issue_status_select.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
issues_bulk_assignment.js.es6 Formatted all app/assets/javascripts to underscore naming convention 2016-10-10 17:09:48 +01:00
label_manager.js.es6 Formatted all app/assets/javascripts to underscore naming convention 2016-10-10 17:09:48 +01:00
labels.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
labels_select.js Return the title for id of 'No label' 2016-10-19 04:55:26 +01:00
layout_nav.js Doesnt run JS if active element doesnt exist 2016-09-16 13:52:06 +01:00
line_highlighter.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
logo.js Minor code refactor for inlining functions. 2016-08-30 08:02:29 +03:00
member_expiration_date.js Updates the member row when values changed 2016-09-13 08:44:59 +01:00
members.js.es6 Refactor js that disable form submit if no members selected 2016-10-24 13:14:00 +03:00
merge_request.js ensure the 'fixed layout' preference is honored whenever possible 2016-09-20 00:51:00 -05:00
merge_request_tabs.js invoked the pipelines class when builds are dynamically loaded and dispatched for commit builds page 2016-10-24 13:20:37 -05:00
merge_request_widget.js.es6 Updates class name for consistency 2016-10-17 22:10:43 +01:00
merged_buttons.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
milestone.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
milestone_select.js Updated JS to work with issue index & show 2016-10-12 17:43:20 +01:00
namespace_select.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
new_branch_form.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
new_commit_form.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
notes.js Changed props to use strings 2016-09-21 10:19:47 +01:00
notifications_dropdown.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
notifications_form.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
pager.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
pipelines.js.es6 Swapped button text manipulation outcomes for the toggle query 2016-10-17 17:59:32 +01:00
preview_markdown.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
project.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
project_avatar.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
project_find_file.js Fixed find file keyboard navigation 2016-10-17 16:55:34 +01:00
project_fork.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
project_import.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
project_new.js Add visibility level to project repository 2016-10-17 18:12:18 -02:00
project_select.js fix group links 404 2016-10-05 09:57:54 +01:00
project_show.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
projects_list.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
right_sidebar.js use gitlab global root url as canonical base url for all javascript set cookies (closes #20435) 2016-08-24 22:11:28 -05:00
search.js fix group links 404 2016-10-05 09:57:54 +01:00
search_autocomplete.js.es6 Refactor IssuesBulkAssignment to ES6. 2016-10-05 11:25:03 +02:00
shortcuts.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
shortcuts_blob.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
shortcuts_dashboard_navigation.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
shortcuts_find_file.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
shortcuts_issuable.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
shortcuts_navigation.js Added keyboard shortcut to navigate to issue boards 2016-09-15 18:20:36 -04:00
shortcuts_network.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
sidebar.js.es6 Fixes sidebar navigation. 2016-10-03 12:38:21 +03:00
single_file_diff.js Updated diff toggle targets and added icon 2016-09-03 20:24:31 +01:00
snippets_list.js.es6 Convert SnippetsList to ES6 2016-09-05 17:38:20 +01:00
star.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
subscription.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
subscription_select.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
syntax_highlight.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
todos.js.es6 Make fixes to get tests passing. 2016-10-05 11:25:05 +02:00
tree.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00
user.js.es6 Make use of destructuring options, clean up based on feedback. 2016-10-05 11:25:02 +02:00
user_tabs.js.es6 Change user & group landing page routing from /u/:name & /groups/:name to /:name 2016-10-06 19:50:48 +03:00
username_validator.js.es6 Update endpoint to username validator 2016-10-17 17:47:07 -05:00
users_select.js Validate user id for users select autcomplete 2016-10-14 16:04:23 +03:00
wikis.js ES6ify all the things! 2016-07-24 23:45:11 +03:00
zen_mode.js Restore comments lost when converting CoffeeScript to JavaScript 2016-09-08 12:23:12 -05:00