summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add top marign to labels containerremove-negative-marginAnnabel Dunstone Gray2018-10-011-2/+2
|
* Remove negative margin at bottom of board issuesAnnabel Dunstone Gray2018-09-273-7/+5
|
* Reverted changes in ↵Constance Okoghenun2018-09-241-29/+21
| | | | spec/javascripts/vue_shared/components/user_avatar/user_avatar_link_spec.js
* Updated formatting of issues modelConstance Okoghenun2018-09-241-16/+16
|
* Updated locale fileConstance Okoghenun2018-09-241-3/+12
|
* Port of spec from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7078/Constance Okoghenun2018-09-245-21/+52
|
* CSS PORT of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7078Constance Okoghenun2018-09-243-74/+145
|
* Reset changes in avatar stylesConstance Okoghenun2018-09-241-67/+16
|
* CE port of vue compoenent for ↵Constance Okoghenun2018-09-2412-209/+199
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7078
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Constance Okoghenun2018-09-242659-20727/+126185
|\ | | | | | | 47008-issue-board-card-design
| * Merge branch 'feature/new_user_snippets_breadcrumbs' into 'master'Rémy Coutable2018-09-243-1/+24
| |\ | | | | | | | | | | | | Feature/new user snippets breadcrumbs See merge request gitlab-org/gitlab-ce!21661
| | * Feature/new user snippets breadcrumbsJ.D. Bean2018-09-243-1/+24
| |/
| * Merge branch 'dz-group-labels-finder' into 'master'Yorick Peterse2018-09-243-4/+51
| |\ | | | | | | | | | | | | | | | | | | Move group labels AR code into finder Closes #49653 See merge request gitlab-org/gitlab-ce!21854
| | * Move group labels AR code into finderdz-group-labels-finderDmitriy Zaporozhets2018-09-213-4/+51
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'master' into 'master'Rémy Coutable2018-09-241-0/+1
| |\ \ | | | | | | | | | | | | | | | | Add Baw-Appie as Korean proofreader See merge request gitlab-org/gitlab-ce!20586
| | * | Update proofreader.mdBaw-Appie2018-07-121-1/+1
| | | |
| | * | Update proofreader.mdBaw-Appie2018-07-121-0/+1
| | | |
| * | | Merge branch 'upgrade-eslint' into 'master'Marin Jankovski2018-09-2462-324/+428
| |\ \ \ | | | | | | | | | | | | | | | | | | | | 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
| | | | |
| | * | | Upgrade eslint-plugin-jasmine and resolve violationsMike Greiling2018-09-206-5/+15
| | | | |
| | * | | Upgrade other eslint pluginsMike Greiling2018-09-202-90/+74
| | | | |
| | * | | Resolve eslint-plugin-vue errorsMike Greiling2018-09-2054-96/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-plugin-vue to v5.xMike Greiling2018-09-202-31/+14
| | | | |
| | * | | Upgrade eslint to v5Mike Greiling2018-09-205-114/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'docs/geo-premium' into 'master'Marcia Ramos2018-09-241-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change the tier badge of Geo to be PREMIUM See merge request gitlab-org/gitlab-ce!21877
| | * | | | Change the tier badge of Geo to be PREMIUMdocs/geo-premiumAchilleas Pipinellis2018-09-241-1/+1
| | | | | |
| * | | | | Merge branch 'dm-create-note-return-discussion' into 'master'Filipa Lacerda2018-09-2412-94/+140
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase performance when creating discussion on diff Closes #49002 See merge request gitlab-org/gitlab-ce!21743
| | * | | | | Added CHANGELOGPhil Hughes2018-09-241-0/+5
| | | | | | |
| | * | | | | Fixed utils specPhil Hughes2018-09-211-1/+2
| | | | | | |
| | * | | | | Changed `true` string to a booleanPhil Hughes2018-09-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed toBeTruthy to toBe(true) in spec
| | * | | | | Fixed karma spec for getNoteFormDataPhil Hughes2018-09-213-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed toggling new notes caused by not returning the stores discussion
| | * | | | | Use returned discussion from APIPhil Hughes2018-09-216-78/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-213-13/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | param is set
| * | | | | | Merge branch 'fix/help-text-font-color-in-merge-request-creation' into 'master'Filipa Lacerda2018-09-242-1/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes WIP text with two different colors in MR edit page Transforms a `p` element in a `div` to guarantee WIP the explanation is rendered inside `text-muted` See merge request gitlab-org/gitlab-ce!21740
| | * | | | | | Removed span tag and p tag from form-textGerard Montemayor2018-09-221-3/+3
| | | | | | | |
| | * | | | | | Change .js-wip-explanation div element to spanGerard Montemayor2018-09-132-2/+7
| | | | | | | |
| * | | | | | | Merge branch 'update-gitlab-ui-version' into 'master'Phil Hughes2018-09-242-4/+4
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Use gitlab-ui 1.5.1 See merge request gitlab-org/gitlab-ce!21865
| | * | | | | | Use gitlab-ui 1.5.1Clement Ho2018-09-212-4/+4
| | | | | | | |
| * | | | | | | Merge branch 'gitaly-auth-v2' into 'master'Robert Speicher2018-09-211-8/+22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the new gitaly auth scheme (v2) See merge request gitlab-org/gitlab-ce!21417
| | * | | | | | | Use the new gitaly auth scheme (v2)Alejandro Rodríguez2018-09-201-8/+22
| | | | | | | | |
| * | | | | | | | Merge branch 'ee-admin-geo-namespace-support' into 'master'Douglas Barbosa Alexandre2018-09-211-3/+3
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Backport Admin menu changes from EE See merge request gitlab-org/gitlab-ce!21864
| | * | | | | | | Backport Admin menu changes from EEGabriel Mazetto2018-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using path syntax to include Admin namespace as part of Project controller menu expansion code, in order to not conflict with same controller name but in Geo namespace.
| * | | | | | | | Merge branch '51725-push-mirrors-default-branch-reset-to-master' into 'master'Stan Hu2018-09-216-72/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doesn't synchronize default branch for push mirrors Closes #51725 See merge request gitlab-org/gitlab-ce!21861
| | * | | | | | | | Add CHANGELOG entryDouglas Barbosa Alexandre2018-09-211-0/+5
| | | | | | | | | |
| | * | | | | | | | Doesn't synchronize default branch for push mirrorsDouglas Barbosa Alexandre2018-09-215-72/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should not synchronize the source repository with the target root ref while updating a push mirror.
| * | | | | | | | | Merge branch 'align-form-labels' into 'master'Clement Ho2018-09-217-10/+14
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align form labels following Bootstrap 4 docs See merge request gitlab-org/gitlab-ce!21752
| | * | | | | | | | | Align form labels following Bootstrap 4 docsAnnabel Dunstone Gray2018-09-217-10/+14
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'docs-fix-setup-grammar-marcel-contribution-2'Robert Speicher2018-09-2154-72/+72
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct grammar (setup to set-up) in Docs See merge request gitlab-org/gitlab-ce!21857
| | * | | | | | | | | Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-2154-72/+72
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'add-most-stars-for-filter-option' into 'master'Douglas Barbosa Alexandre2018-09-216-2/+41
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to sort projects by most stars Closes #47203 See merge request gitlab-org/gitlab-ce!21762