summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix MR discussion not loaded issue51958-fix-mr-discussion-loadingMark Chao2018-10-012-4/+5
| | | | | | Display `formatter` as the sole content of `position` object. This means `diff_file` data is not referenced, which is the caseu of "IOError: not opened for reading".
* Fixed file templates not being fully fetched in Web IDEPhil Hughes2018-09-282-4/+13
| | | | Closes #51912
* Merge branch 'group-weight-icon-and-text' into 'master'Annabel Dunstone Gray2018-09-271-1/+1
|\ | | | | | | | | Add right margin to board-card-number See merge request gitlab-org/gitlab-ce!21939
| * Add right margin to board-card-numberGeorge Tsiolis2018-09-261-1/+1
| |
* | Merge branch '50904-use-vuex-store-job' into 'master'Phil Hughes2018-09-275-109/+26
|\ \ | | | | | | | | | | | | Uses new Vuex store in job log page See merge request gitlab-org/gitlab-ce!21961
| * | Uses new Vuex store in job log pageFilipa Lacerda2018-09-275-109/+26
| | | | | | | | | | | | | | | Removes old mediator and service pattern and uses the new store. Middle step before moving everything into one single vue app
* | | Updates Vue job components to match new APIFilipa Lacerda2018-09-275-66/+73
|/ /
* | Merge branch 'ide-refactor-for-ee-specific' into 'master'Phil Hughes2018-09-273-53/+59
|\ \ | | | | | | | | | | | | CE Port (Refactor IDE to allow RightPane extension) See merge request gitlab-org/gitlab-ce!21920
| * | Refactor IDE to allow RightPane extensionide-refactor-for-ee-specificPaul Slaughter2018-09-263-53/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | **Why?** - This is needed by the Web Terminal EE feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/5426 **Notes:** - RightPane component tabs is now data driven.
* | | Merge branch '50904-update-scroll-utils' into 'master'Phil Hughes2018-09-273-10/+35
|\ \ \ | | | | | | | | | | | | | | | | Extracts scroll position checks into reusable functions See merge request gitlab-org/gitlab-ce!21931
| * | | Extracts scroll position checks into reusable functions50904-update-scroll-utilsFilipa Lacerda2018-09-263-10/+35
| | | | | | | | | | | | | | | | | | | | | | | | With the new Job Log page in Vue, we'll need to reuse the same functions for scrolling that we're using in the jQuery one. This page extracts that logic into reusable functions
* | | | Fixes performance bar looking for a key in a undefined propFilipa Lacerda2018-09-272-13/+26
| | | |
* | | | Merge branch 'jivl-fix-monitoring-dashboard-resizing-navbar' into 'master'Mike Greiling2018-09-262-28/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix monitoring dashboard not resizing properly See merge request gitlab-org/gitlab-ce!21730
| * | | | Change forceRedraw key formatjivl-fix-monitoring-dashboard-resizing-navbarJose Vargas2018-09-251-3/+3
| | | | |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jose Vargas2018-09-25214-1436/+1619
| |\ \ \ \ | | | | | | | | | | | | | | | | | | jivl-fix-monitoring-dashboard-resizing-navbar
| * | | | | Fix monitoring dashboard not working properlyJose Vargas2018-09-252-28/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug when the monitoring dashboard wouldn't redraw for when the sidebar was collapsed/expanded on medium to small screens. This is done by enforcing vue to update based on the change of a key
* | | | | | Fix import statement for the skeleton notesJose Vargas2018-09-261-1/+1
| | | | | |
* | | | | | Bump GitLab UI version and change the file imports to a single point of ↵jivl-bump-gitlab-uiJose Vargas2018-09-268-19/+20
| |_|_|_|/ |/| | | | | | | | | | | | | | entry notation
* | | | | Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński2018-09-262-0/+12
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649
| * | | | add type filter to admin runners pageAlexis Reigel2018-09-242-0/+12
| | | | |
* | | | | Merge branch 'rename-squash-before-merge-vue-component' into 'master'Phil Hughes2018-09-264-17/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename squash before merge vue component See merge request gitlab-org/gitlab-ce!21851
| * | | | | Rename squash before merge vue componentGeorge Tsiolis2018-09-214-17/+2
| | | | | |
* | | | | | Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter2018-09-263-0/+166
| |_|_|_|/ |/| | | |
* | | | | Add link component from gitlab-uiJose Ivan Vargas2018-09-252-8/+17
| | | | |
* | | | | Add gitlab-ui skeleton loadingClement Ho2018-09-258-106/+27
| | | | |
* | | | | Merge branch 'leipert-fix-mr-widget-header-margins' into 'master'Annabel Dunstone Gray2018-09-251-25/+35
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fix margins in merge request header Closes #51726 See merge request gitlab-org/gitlab-ce!21878
| * | | | Fix merge request header marginsleipert-fix-mr-widget-header-marginsLukas Eipert2018-09-251-25/+35
| | | | |
* | | | | Merge branch 'ide-remove-stage-buttons' into 'master'Filipa Lacerda2018-09-252-4/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove stage/unstage buttons from IDE commit list items Closes #51695 See merge request gitlab-org/gitlab-ce!21845
| * | | | | Fixed alignment of changed icon in commit headide-remove-stage-buttonsPhil Hughes2018-09-251-0/+1
| | | | | |
| * | | | | Remove stage/unstage buttons from IDE commit list itemsPhil Hughes2018-09-201-4/+0
| | |/ / / | |/| | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51695
* | | | | Cleanup polling of merge request widget in testsWinnie Hellmann2018-09-251-0/+2
| | | | |
* | | | | Merge branch 'ce-7013-add-epics-close-support' into 'master'Douglas Barbosa Alexandre2018-09-253-1/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CE port of Adding state to epics See merge request gitlab-org/gitlab-ce!21771
| * | | | | Bacport FE changes from Closing Epicsce-7013-add-epics-close-supportJarka Košanová2018-09-243-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | Backport of js and vue files from closing epics
* | | | | | Merge branch 'ide-refactor-for-ee-specific' into 'master'Phil Hughes2018-09-252-9/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor IDE index to support EE specific code See merge request gitlab-org/gitlab-ce!21895
| * | | | | | Refactor IDE index to support EE specific codePaul Slaughter2018-09-242-9/+31
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Why?** - The web terminal feature is EE specific and will need to inject some specific options / functions into certain components.
* | | | | | Use Vue component for job artifacts, Commit and Trigger VariablesFilipa Lacerda2018-09-256-188/+187
|/ / / / /
* | | | | Merge branch 'upgrade-eslint' into 'master'Marin Jankovski2018-09-2455-99/+101
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade eslint to v5.x See merge request gitlab-org/gitlab-ce!21825
| * | | | | Switch to per-line rule exceptionsupgrade-eslintMike Greiling2018-09-211-2/+4
| | | | | |
| * | | | | Resolve eslint-plugin-vue errorsMike Greiling2018-09-2053-96/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
| * | | | | Upgrade eslint to v5Mike Greiling2018-09-202-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
* | | | | | Merge branch 'dm-create-note-return-discussion' into 'master'Filipa Lacerda2018-09-245-53/+40
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase performance when creating discussion on diff Closes #49002 See merge request gitlab-org/gitlab-ce!21743
| * | | | | | Changed `true` string to a booleanPhil Hughes2018-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed toBeTruthy to toBe(true) in spec
| * | | | | | Fixed karma spec for getNoteFormDataPhil Hughes2018-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed toggling new notes caused by not returning the stores discussion
| * | | | | | Use returned discussion from APIPhil Hughes2018-09-214-53/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now use the returned discussion instead of re-fetching all of the discussions and filtering out the ones we don't need. This speeds up the process of creating a diff discussions by saving us another API request before we can render the discussion
| * | | | | | Return discussion object from NotesController#create when return_discussion ↵Douwe Maan2018-09-211-0/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | param is set
* | | | | | Merge branch 'dz-issue-css-classes' into 'master'Annabel Dunstone Gray2018-09-213-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename some css classes that are shared between issues and mrs See merge request gitlab-org/gitlab-ce!21856
| * | | | | | Rename some css classes that are shared between issues and mrsDmitriy Zaporozhets2018-09-213-9/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-211-1/+1
|/ / / / /
* | | | | QA: Fix failure in merge_merge_request_from_fork_spec.rbMark Lapierre2018-09-201-3/+3
| | | | |
* | | | | Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets2018-09-202-5/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467