summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* migrate all javascript asset bundles and require syntaxMike Greiling2017-01-1077-539/+233
* replace application.js sprockets output with webpack-generated equivalentMike Greiling2017-01-067-20/+298
* compile es6/es2015 with babelMike Greiling2017-01-063-4/+15
* add webpack, webpack-rails, and webpack-dev-server along with a simple hello ...Mike Greiling2017-01-063-0/+5
* Merge branch 'speed-up-group-milestone-index' into 'master' Sean McGivern2017-01-067-30/+66
|\
| * Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski2017-01-067-30/+66
* | Whitelist next project names: assets, profile, publicDmitriy Zaporozhets2017-01-061-1/+1
* | Merge branch 'fix-timezone-due-date-picker' into 'master' Alfredo Sumaran2017-01-062-3/+6
|\ \
| * | add comment to explain why we are avoiding the dateString constructor option ...fix-timezone-due-date-pickerMike Greiling2017-01-021-0/+1
| * | make expected due_date value format explicitMike Greiling2017-01-021-1/+1
| * | remove unnecessary utility functionMike Greiling2017-01-022-17/+3
| * | remove unnecessary fixtures and testsMike Greiling2017-01-021-4/+2
| * | fix eslint violationsMike Greiling2017-01-021-3/+3
| * | Pass date as integer params on instantiate new Date in order to avoid time zo...giulianovarriale2017-01-022-3/+21
* | | Merge branch '26352-user-dropdown-settings' into 'master' Annabel Dunstone Gray2017-01-053-4/+4
|\ \ \
| * | | 26352 Change Profile settings to User / Settings26352-user-dropdown-settingstauriedavis2017-01-043-4/+4
* | | | Merge branch 'markdown-button-newline-bug-fix' into 'master' Fatih Acet2017-01-051-3/+33
|\ \ \ \
| * | | | Fixed first newline not workingmarkdown-button-newline-bug-fixPhil Hughes2016-12-211-1/+12
| * | | | Fixed new line being included in bold/italic in GFM formPhil Hughes2016-12-211-3/+22
* | | | | Merge branch '26155-merge-request-tabs-don-t-render-when-no-commits-available...Fatih Acet2017-01-054-51/+56
|\ \ \ \ \
| * | | | | include all expected instance vars for _show.html.haml template within tests26155-merge-request-tabs-don-t-render-when-no-commits-availableMike Greiling2017-01-031-1/+1
| * | | | | prevent 500 error when selecting changes tab for non-existent branchMike Greiling2017-01-031-1/+1
| * | | | | show empty state for commits tab when no commits presentMike Greiling2017-01-031-2/+8
| * | | | | render merge request tabs regardless of commit historyMike Greiling2017-01-031-47/+46
* | | | | | 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 'pipelines-graph-html-css' into 'master' Annabel Dunstone Gray2017-01-057-273/+276
|\ \ \ \ \ \ \
| * | | | | | | Adds back removed class in merge request pipelines tableFilipa Lacerda2017-01-051-1/+1
| * | | | | | | Fix dropdown icon alignmentAnnabel Dunstone Gray2017-01-051-12/+18
| * | | | | | | Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda2017-01-056-265/+262
* | | | | | | | Merge branch 'single-edit-comment-widget-2' into 'master' Alfredo Sumaran2017-01-058-56/+157
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix review comments.single-edit-comment-widget-2Fatih Acet2017-01-054-5/+6
| * | | | | | | | Review fixes.Fatih Acet2017-01-044-11/+10
| * | | | | | | | Use gl.utils.isInViewport and improve gl.utils.animateToElement.Fatih Acet2017-01-043-21/+32
| * | | | | | | | Hide edit warning element when form reverted.Fatih Acet2017-01-041-0/+1
| * | | | | | | | Remove unnecessary styling came from merge conflicts.Fatih Acet2017-01-041-8/+0
| * | | | | | | | 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-044-21/+20
| * | | | | | | | Fix task list for single edit note widget changes.Fatih Acet2017-01-043-17/+40
| * | | | | | | | Put empty note edit form to correct place.Fatih Acet2017-01-042-2/+3
| * | | | | | | | Fix single comment edit form issues.Fatih Acet2017-01-041-22/+20
| * | | | | | | | Remove dependency on Note instance from notes edit form.Adam Niedzielski2017-01-042-6/+4
| * | | | | | | | Refactor discussion edit widget to have only one at a time.Fatih Acet2017-01-046-39/+96
* | | | | | | | | 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 'login-page-font-size' into 'master' Fatih Acet2017-01-051-2/+7
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Decreases font-size on login pagelogin-page-font-sizedimitrieh2017-01-051-2/+7
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch '25701-standardize-text-colors' into 'master' Annabel Dunstone Gray2017-01-0549-177/+163
|\ \ \ \ \ \ \ \
| * | | | | | | | 25701 standardize text colors25701-standardize-text-colorstauriedavis2017-01-0449-177/+163
| | |_|/ / / / / | |/| | | | | |