summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* putting window logic before IIFEselfup/gitlab-ce-users-es6Regis2016-08-171-1/+3
* window.gl || window.gl = {} - seeing if rspec9/spinach6/spinach9 will passRegis2016-08-171-1/+1
* replaced 'new User' with 'new gl.User' in app/users/show.html.hamlRegis2016-08-171-1/+1
* formattingRegis2016-08-171-2/+0
* class is wrapped - a lot of builds will failRegis2016-08-171-22/+28
* removed uneeded semi-colons and returning null in constructorRegis2016-08-171-3/+4
* rename users to user in filenameRegis2016-08-171-0/+0
* remove users.jsRegis2016-08-171-31/+0
* added semicolonsRegis2016-08-171-11/+11
* turned ES5 users.js to ES6 users.js.es6 for babelRegis2016-08-171-0/+24
* Merge branch '17932-move-to-project-dropdown-improve' into 'master' Yorick Peterse2016-08-178-112/+340
|\
| * Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-178-112/+340
|/
* Merge branch 'label-flash' into 'master' Jacob Schatz2016-08-172-5/+10
|\
| * Fix error message for existing labels.label-flashFatih Acet2016-08-112-5/+10
* | Merge branch 'no-comment-button-on-discussion-diffs' into 'master' Jacob Schatz2016-08-171-1/+1
|\ \
| * | Don't show comment button in gutter of diffs on MR discussion tabno-comment-button-on-discussion-diffsDouwe Maan2016-07-251-1/+1
* | | Merge branch 'doc-update-akismet' into 'master' Patricio Cano2016-08-162-4/+4
|\ \ \
| * | | Updated Akismet documentationPatricio Cano2016-08-162-4/+4
* | | | Update CHANGELOG for 8.10.6, 8.9.7, and 8.8.8Robert Speicher2016-08-161-2/+12
* | | | Merge branch 'todos-hover-state' into 'master' Jacob Schatz2016-08-163-14/+49
|\ \ \ \
| * | | | Add hover state to todos (!5361)winniehell2016-08-163-14/+49
|/ / / /
* | | | Merge branch 'project-desc-width' into 'master' Jacob Schatz2016-08-161-1/+1
|\ \ \ \
| * | | | Changed project description widthproject-desc-widthPhil Hughes2016-07-211-1/+1
* | | | | Merge branch 'project-list-icons-width' into 'master' Jacob Schatz2016-08-161-0/+1
|\ \ \ \ \
| * | | | | Fixed width on project visibility icon in project listproject-list-icons-widthPhil Hughes2016-07-072-1/+2
* | | | | | Merge branch 'pipeline-hooks-without-slack' into 'master' Robert Speicher2016-08-1650-111/+609
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-16107-436/+1984
| |\ \ \ \ \ \
| * | | | | | | Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-163-22/+18
| * | | | | | | Make rubocop happyKamil Trzcinski2016-08-151-9/+9
| * | | | | | | Merge branch 'fix-failing-tests' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1531-221/+853
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1558-131/+619
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1326-50/+237
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make explicit call for all event types for ProjectHook factoryKamil Trzcinski2016-08-121-9/+7
| * | | | | | | | | | Capitalise URL on web_hooks/formKamil Trzcinski2016-08-121-8/+8
| * | | | | | | | | | Remove changes not related to this MRKamil Trzcinski2016-08-123-5/+1
| * | | | | | | | | | Added documentation for pipeline hooksKamil Trzcinski2016-08-121-0/+168
| * | | | | | | | | | Rename queue to enqueue in testsKamil Trzcinski2016-08-124-7/+11
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-128-34/+39
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix test failuresKamil Trzcinski2016-08-122-2/+2
| * | | | | | | | | | | Make pipeline to be in created state for hooks testsKamil Trzcinski2016-08-121-1/+1
| * | | | | | | | | | | Make `execute_methods` publicKamil Trzcinski2016-08-121-2/+2
| * | | | | | | | | | | Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski2016-08-1242-329/+545
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix tests. We cannot reload unless it's already saved:Lin Jen-Shin2016-08-121-1/+4
| * | | | | | | | | | | | Have trait all_events_enabled so that's easier to reuse, feedback:Lin Jen-Shin2016-08-122-4/+15
| * | | | | | | | | | | | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-1232-63/+85
| * | | | | | | | | | | | Prefer extend self over module_function, feedback:Lin Jen-Shin2016-08-124-4/+4
| * | | | | | | | | | | | Make it more grammatically correct, feedback:Lin Jen-Shin2016-08-121-4/+4
| * | | | | | | | | | | | if -> when; when -> `when`; %w() -> %w[]; and fix some typos:Lin Jen-Shin2016-08-121-17/+17
| * | | | | | | | | | | | Prefer described_class, feedback:Lin Jen-Shin2016-08-123-3/+3
| * | | | | | | | | | | | Make the comment more clear, feedback:Lin Jen-Shin2016-08-121-1/+3