Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-17Merge branch 'add-fast-blank' into 'master'Sean McGivern
Fast blank can speed things up. Spotify uses it as well… See merge request gitlab-org/gitlab-ce!16468
2018-01-17Merge branch '41118-add-sorting-to-deployments-api' into 'master'Rémy Coutable
Resolve "Enable ordering and sorting for the Deployments API" Closes #41118 See merge request gitlab-org/gitlab-ce!16396
2018-01-17Merge branch 'ce-backport-4378-fix-cluster-js-not-running-on-update-page' ↵Filipa Lacerda
into 'master' Fix JS bundle not running on the Cluster update/destroy pages -- CE backport Closes gitlab-ee#4378 See merge request gitlab-org/gitlab-ce!16506
2018-01-17Merge branch 'merge-request-target-branch-perf' into 'master'Filipa Lacerda
Improved performance of merge requests target branch dropdown See merge request gitlab-org/gitlab-ce!16428
2018-01-17Merge branch '41727-target-branch-name' into 'master'Sean McGivern
Set target_branch to the ref branch when creating MR from issue Closes #41727 See merge request gitlab-org/gitlab-ce!16422
2018-01-17Merge branch '37199-labels-fix' into 'master'Sean McGivern
Keep subscribers when promoting labels to group labels Closes #37199 See merge request gitlab-org/gitlab-ce!16343
2018-01-17Merge branch 'fix/gb/improve-manual-action-tooltips' into 'master'Grzegorz Bizon
Fix running manual action tooltip Closes #41418 See merge request gitlab-org/gitlab-ce!16489
2018-01-17Adds sorting to deployments APIJacopo
Adds sorting to deployments API through the `order_by` and sort `fields`.
2018-01-17Set target_branch to the ref branch when creating MR from issueJarka Kadlecová
2018-01-17Fix JS bundle not running on the Cluster update/destroy pagesEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4378 Conflicts: app/assets/javascripts/dispatcher.js
2018-01-16Merge branch 'jej/lfs-rev-list-handles-non-utf-paths-41627' into 'master'Stan Hu
Prevent RevList failing on non utf8 paths Closes #41627 See merge request gitlab-org/gitlab-ce!16440
2018-01-16Use the fast_blank gemdosire
See https://github.com/rails/rails/pull/24658#issuecomment-212651965
2018-01-16fix readability xterm colorsDanny
2018-01-16Merge branch '42047-pg-10-support' into 'master'Nick Thomas
Resolve "postgresql 10 support for GitLab" Closes #42047 See merge request gitlab-org/gitlab-ce!16471
2018-01-16Merge branch ↵Rémy Coutable
'40818-last-push-widget-does-not-appear-after-pushing-new-commit' into 'master' Last push widget will show banner for new pushes to previously merged branch Closes #40818 See merge request gitlab-org/gitlab-ce!15728
2018-01-16Merge branch 'winh-style-modals' into 'master'Tim Zallmann
Adjust modal style to new design See merge request gitlab-org/gitlab-ce!16310
2018-01-16Merge branch '42031-fix-links-to-uploads-in-wikis' into 'master'Douwe Maan
Resolve "Wiki uploaded files are missing" Closes #42031 See merge request gitlab-org/gitlab-ce!16499
2018-01-16Fix links to uploaded files on wiki pagesNick Thomas
2018-01-16Resolve "Icons on forks page are to big"Simon Knox
2018-01-16Merge branch '41666-cannot-search-with-keyword-merge' into 'master'Rémy Coutable
Resolve "Cannot search with keyword "merge"" Closes #41666 See merge request gitlab-org/gitlab-ce!16462
2018-01-16Support PostgreSQL 10Nick Thomas
2018-01-16Prevent RevList failing on non utf8 pathsJames Edwards-Jones
2018-01-16Enables Project Milestone Deletion via APIJacopo
Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id
2018-01-16Merge branch 'issue_41460' into 'master'Sean McGivern
Fix error on changes tab when merge request cannot be created Closes #41460 See merge request gitlab-org/gitlab-ce!16409
2018-01-16Only highlight search results under the highlighting size limitSean McGivern
We should use this limit everywhere, but especially in project search results, where we could be highlighting very long single lines. (Typical examples: minified JavaScript, and JSON data files.)
2018-01-16Fix project search results for digits surrounded by colonsSean McGivern
A file containing /:\d+:/ in its contents would break the search results if those contents were part of the results, because we were splitting on colons, which can't work with untrusted input. Changing to use the null byte as a separator is much safer.
2018-01-16Merge branch 'mr-status-box-update' into 'master'Filipa Lacerda
Fixed merge request status badge not updating after merging See merge request gitlab-org/gitlab-ce!16470
2018-01-16Improved performance of merge requests target branch dropdownPhil Hughes
2018-01-16Add changelog entry for manual actions tooltip fixGrzegorz Bizon
2018-01-16Merge branch '36571-ignore-root-in-repo' into 'master'Sean McGivern
Resolve "Error while searching for text starting with slash "/"" Closes #36571 See merge request gitlab-org/gitlab-ce!16455
2018-01-16Merge branch 'issue-30101' into 'master'Rémy Coutable
Update 'removed assignee' note to include old assignee reference Closes #30101 See merge request gitlab-org/gitlab-ce!16301
2018-01-16Merge branch '42055-update-marked-from-0.3.6-to-0.3.12' into 'master'Phil Hughes
Update marked to 0.3.12 Closes #42055 See merge request gitlab-org/gitlab-ce!16480
2018-01-16Merge branch 'sh-remove-shared-runners-and-more' into 'master'Grzegorz Bizon
Remove erroneous text in shared runners page that suggested more runners available Closes #42059 See merge request gitlab-org/gitlab-ce!16483
2018-01-16Remove erroneous text in shared runners page that suggested more runners ↵Stan Hu
available Closes #42059
2018-01-16Update marked from 0.3.6 to 0.3.12Takuya Noguchi
2018-01-16Last push widget will show banner for new pushes to previously merged branchDrew Blessing
Previously, the last push widget would only show when the branch never had a merge request associated with it - even merged or closed ones. Now the widget will disregard merge requests that are merged or closed.
2018-01-15Merge branch '19493-fork-does-not-protect-default-branch' into 'master'Douwe Maan
Make forking protect default branch on completion Closes #19493 See merge request gitlab-org/gitlab-ce!16449
2018-01-15Fixed merge request status badge not updating after mergingPhil Hughes
2018-01-15Fork now protects default branch on completionTiago Botelho
2018-01-15Merge branch '38540-ssh-env-file' into 'master'Douwe Maan
Resolve "rake gitlab:shell:install creates ~git/.ssh/environment which gitlab:check complains about" Closes #38540 See merge request gitlab-org/gitlab-ce!16114
2018-01-15Fix error on changes tab when merge request cannot be createdFelipe Artur
2018-01-15[API] Fix creating issue when assignee_id is emptyValery Sizov
see https://gitlab.com/gitlab-org/gitlab-ce/issues/42025
2018-01-15Merge branch ↵Grzegorz Bizon
'41546-count-query-for-issues-and-mrs-runs-twice-on-group-index' into 'master' Resolve "Count query for issues and MRs runs twice on group index" Closes #41546 See merge request gitlab-org/gitlab-ce!16314
2018-01-15Update 36571-ignore-root-in-repo.ymlAndrew McCallum
2018-01-15Add changelogAndrew McCallum
2018-01-15Fixing request json mime typeFrancisco Javier López
2018-01-15Log and send a system hook if a blocked user fails to loginStan Hu
Closes #41633
2018-01-12Merge branch 'fix_gitlab-ce#41891' into 'master'Annabel Dunstone Gray
fix gitlab-org/gitlab-ce#41891 (design nitpick) Closes #41891 See merge request gitlab-org/gitlab-ce!16383
2018-01-12Display related merge requests in commit detail pageHiroyuki Sato
2018-01-12Move row containing Projects, Users and Groups count to the topKushal Pandya