summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Fixed timeago re-rendering every elementtimeago-perf-fixPhil Hughes2016-12-071-1/+3
* Satisfied eslintSteffen Rauh2016-12-031-1/+1
* Fix compatibility with Internet Explorer 11 for merge requestsSteffen Rauh2016-12-032-3/+15
* satisfy eslint no-param-reassign rule23696-fix-diff-view-highlightingMike Greiling2016-12-022-8/+10
* display error when a tab cannot be loadedMike Greiling2016-12-021-1/+5
* use shorthand instead of length > 0 (http://airbnb.io/javascript/#comparison-...Mike Greiling2016-12-021-1/+1
* use e instead of event variable nameMike Greiling2016-12-022-10/+10
* adjust scrollToElement to account for fixed merge request tabsMike Greiling2016-12-021-5/+7
* re-apply MR !6285 "Added forceLoad ability to singleFileDiffs, added callback...Luke Bennett2016-12-023-10/+32
* fix eslint failures on Diff and MergeRequestTabsMike Greiling2016-12-022-64/+63
* remove array destructuring until we can fix babel configMike Greiling2016-12-021-2/+6
* refactor Diff class event bindingsMike Greiling2016-12-021-48/+48
* refactor Diff to es6 class syntaxMike Greiling2016-12-023-42/+35
* prefer es6 string interpolation over concatinationMike Greiling2016-12-021-27/+26
* refactor awkward bind workarounds into arrow functionsMike Greiling2016-12-021-69/+44
* refactor MergeRequestTabs to es6 class syntaxMike Greiling2016-12-022-90/+87
* fix diff line highlighting by moving method from the MergeRequestTabs class t...Mike Greiling2016-12-022-42/+48
* temporarily revert "Added forceLoad ability to singleFileDiffs, added callbac...Mike Greiling2016-12-022-28/+9
* Merge branch '25264-ref-commit' into 'master' Jacob Schatz2016-12-022-8/+8
|\
| * Change prop name to keep consistency with other props.25264-ref-commitFilipa Lacerda2016-12-021-4/+4
| * Adds changelog entryFilipa Lacerda2016-12-021-1/+1
| * Change ref property to commitRefFilipa Lacerda2016-12-022-8/+8
* | Clean up common_utils.js (!7318)winniehell2016-12-014-64/+29
|/
* Merge branch '24814-pipeline-tabs' into 'master' Fatih Acet2016-12-014-5/+146
|\
| * Improvements after review24814-pipeline-tabsFilipa Lacerda2016-11-304-21/+21
| * Fixes after reviewFilipa Lacerda2016-11-301-11/+3
| * Adds .matches polyfillFilipa Lacerda2016-11-301-2/+23
| * Fix after reviewFilipa Lacerda2016-11-302-2/+19
| * Adds tests for tabs in the rspec for pipelinesFilipa Lacerda2016-11-301-3/+4
| * Pipelines tabsFilipa Lacerda2016-11-301-0/+110
* | Merge branch '22781-user-generated-permalinks' into 'master' Fatih Acet2016-12-012-30/+34
|\ \
| * | remove underscore from user-content id namespace22781-user-generated-permalinksMike Greiling2016-11-301-1/+1
| * | remove setTimeout wrapper for location hash correctionMike Greiling2016-11-301-3/+1
| * | add transparent namespace to all user-generated anchors in GitLab flavored ma...Mike Greiling2016-11-301-3/+18
| * | remove duplicate functionality (bad merge conflict resolution?)Mike Greiling2016-11-302-28/+19
* | | Merge branch '24281-issue-merge-request-sidebar-subscribe-button-style-improv...Fatih Acet2016-12-013-53/+51
|\ \ \
| * | | remove selector string option from Subscription constructor24281-issue-merge-request-sidebar-subscribe-button-style-improvementMike Greiling2016-12-011-5/+3
| * | | use HTMLElement.dataset over getAttribute since all browsers GitLab supports ...Mike Greiling2016-12-011-1/+1
| * | | remove tooltip logicMike Greiling2016-11-301-7/+1
| * | | satisfy eslint no-param-reassign and remove rule exceptionMike Greiling2016-11-301-4/+4
| * | | add comma to satisfy eslint comma-dangleMike Greiling2016-11-301-1/+1
| * | | use less error-prone lowercase comparison for isSubscribedMike Greiling2016-11-301-1/+1
| * | | move eslint rules to top of scriptMike Greiling2016-11-301-1/+1
| * | | rewrite subscription javascript to accomodate new designMike Greiling2016-11-302-47/+53
| * | | rename subscription.js to subscription.js.es6Mike Greiling2016-11-301-0/+0
| |/ /
* | | rename event variable to just e18546-update-wiki-page-designMike Greiling2016-11-301-4/+4
* | | use wiki pages index for sidebar overflow and limit sidebar list to 15 pagesMike Greiling2016-11-301-0/+1
* | | fix tests broken by new wiki page designMike Greiling2016-11-301-2/+2
* | | allow wiki sidebar to scroll on overflowMike Greiling2016-11-301-0/+2
* | | move wiki navbar content to right sidebarMike Greiling2016-11-303-39/+71
|/ /