summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '26346-cannot-reset-or-remove-mr-issues-description-templates' i...Fatih Acet2017-01-051-1/+1
|\
| * Fix remove template26346-cannot-reset-or-remove-mr-issues-description-templatesLuke "Jared" Bennett2017-01-041-1/+1
* | Merge branch 'single-edit-comment-widget-2' into 'master' Alfredo Sumaran2017-01-053-48/+126
|\ \
| * | Fix review comments.single-edit-comment-widget-2Fatih Acet2017-01-052-3/+4
| * | Review fixes.Fatih Acet2017-01-043-9/+8
| * | Use gl.utils.isInViewport and improve gl.utils.animateToElement.Fatih Acet2017-01-042-21/+18
| * | Hide edit warning element when form reverted.Fatih Acet2017-01-041-0/+1
| * | Fix single note edit form specs.Fatih Acet2017-01-041-3/+3
| * | Separate edit form in Changes and Discussions tab.Fatih Acet2017-01-042-12/+33
| * | Fix warning styling for responsive design.Fatih Acet2017-01-041-2/+2
| * | Fix task list for single edit note widget changes.Fatih Acet2017-01-041-17/+36
| * | Fix single comment edit form issues.Fatih Acet2017-01-041-22/+20
| * | Refactor discussion edit widget to have only one at a time.Fatih Acet2017-01-042-38/+80
| |/
* | Merge branch 'remove-custom-event-polyfill' into 'master' Alfredo Sumaran2017-01-051-12/+0
|\ \
| * | Removes CustomEvent polyfill and testsremove-custom-event-polyfillFilipa Lacerda2017-01-021-12/+0
* | | Merge branch '25725-remove-window-object' into 'master' Fatih Acet2017-01-058-18/+20
|\ \ \
| * | | Adds CHANGELOG entryFilipa Lacerda2017-01-052-3/+3
| * | | Removes unneeded `window` declarationFilipa Lacerda2017-01-059-21/+23
| | |/ | |/|
* | | Terminal: Add TextEncoder and TextDecoder in terminal bundle.Fatih Acet2017-01-041-0/+2
|/ /
* | Merge branch '25580-trucate-dropdown-for-long-branch' into 'master' Fatih Acet2017-01-031-0/+7
|\ \
| * | fixes js lint warnings25580-trucate-dropdown-for-long-branchNur Rony2016-12-311-4/+3
| * | trucates text to prevent overflow and adds tooltip to itNur Rony2016-12-311-0/+8
| |/
* | Merge branch '25964-label-autocomplete-doesn-t-handle-spaces-after' into 'mas...Fatih Acet2017-01-031-8/+3
|\ \ | |/ |/|
| * Remove unneeded prevention code25964-label-autocomplete-doesn-t-handle-spaces-afterLuke "Jared" Bennett2016-12-271-8/+1
| * Fixes #22058 and #23578Yann Gravrand2016-12-271-1/+3
* | Merge branch '18556-polish-up-the-u2f-flow' into 'master' 26172-stages-icons-on-pipelines-page-skewedFatih Acet2016-12-302-14/+32
|\ \
| * | Improved the u2f flow18556-polish-up-the-u2f-flowLuke "Jared" Bennett2016-12-272-14/+32
* | | Fix typo: seach to searchfix-boards-search-typovictorwu2016-12-291-1/+1
* | | Merge branch '25829-update-username-button-remains-disabled-upon-failure' int...Alfredo Sumaran2016-12-291-6/+3
|\ \ \
| * | | re-enable submit button after username change failureMike Greiling2016-12-271-6/+3
* | | | Merge branch '24876-page-jumps-to-wrong-position-when-clicking-a-comment-anch...Alfredo Sumaran2016-12-281-0/+8
|\ \ \ \
| * | | | limit body click selector to tags with a hash target24876-page-jumps-to-wrong-position-when-clicking-a-comment-anchorMike Greiling2016-12-281-2/+2
| * | | | don't take for granted that all anchor tags have an href attributeMike Greiling2016-12-281-1/+1
| * | | | move body click binding inside the onready callbackMike Greiling2016-12-281-8/+8
| * | | | catch instances where hashchange event is not fired yet we still want to adju...Mike Greiling2016-12-281-0/+8
* | | | | Merge branch 'gfm-new-line-fix' into 'master' Fatih Acet2016-12-281-1/+1
|\ \ \ \ \
| * | | | | Fix GFM dropdown not showing at beginning of new linesgfm-new-line-fixPhil Hughes2016-12-281-1/+1
| |/ / / /
* | | | | Merge branch '25957-marking-a-diff-discussion-as-resolved-doesn-t-update-tool...Fatih Acet2016-12-281-4/+6
|\ \ \ \ \
| * | | | | Defer tooltip update on Resolve Comment button after DOM cycleSam Rose2016-12-281-4/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'fix-non-iife-classes' into 'master' Alfredo Sumaran2016-12-2810-1/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ensure classes declared outside an IIFE are properties of windowfix-non-iife-classesMike Greiling2016-12-1410-1/+21
* | | | | Merge branch '25364-fix-preview-multi-request' into 'master' Alfredo Sumaran2016-12-271-60/+55
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | move check for preview loading class to top of method25364-fix-preview-multi-requestMike Greiling2016-12-271-2/+7
| * | | | remove preview markdown ajax trigger on textarea blurMike Greiling2016-12-271-7/+3
| * | | | fix some more eslint rulesMike Greiling2016-12-271-6/+8
| * | | | fix some eslint rulesMike Greiling2016-12-271-19/+18
| * | | | add loading class to preview element and check it to prevent multiple ajax re...Mike Greiling2016-12-271-3/+3
| * | | | rename renderMarkdown to fetchMarkdownPreview to be less misleadingMike Greiling2016-12-271-2/+2
| * | | | use $ sign to make it clear when dealing with jQuery objectMike Greiling2016-12-271-9/+9
| * | | | refactor _this usage into proper function bindingMike Greiling2016-12-271-15/+11