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
2017-10-04Make page and breadcrumb titles more consistent across the boarddm-consistent-page-breadcrumb-titlesDouwe Maan
2017-10-03Merge branch 'fix-kubectl-180' into 'master'Kamil Trzciński
Fix broken certificate-authority-data with kubectl >= 1.8.0 Closes #38685 See merge request gitlab-org/gitlab-ce!14635
2017-10-03Merge branch 'update-pages-0.6' into 'master'Kamil Trzciński
Update GitLab Pages to v0.6.0 See merge request gitlab-org/gitlab-ce!14630
2017-10-03Merge branch '38202-cannot-rename-a-hashed-project' into 'master'Nick Thomas
Resolve "Cannot rename a hashed project" Closes #38202 See merge request gitlab-org/gitlab-ce!14428
2017-10-03Merge branch 'sh-improve-perf-notes-actions' into 'master'Douwe Maan
Improve performance of filtering notes in NotesController See merge request gitlab-org/gitlab-ce!14645
2017-10-03Merge branch 'close-issue-by-implements' into 'master'Sean McGivern
Add "implements" to the default issue closing message regex Closes #38424 See merge request gitlab-org/gitlab-ce!14612
2017-10-03Merge branch 'ff_port_from_ee' into 'master'Sean McGivern
Move Fast-Forward Merge to CE See merge request gitlab-org/gitlab-ce!14272
2017-10-03Merge branch 'fix-for-nil-encoding-issue' into 'master'Sean McGivern
Fix for Gitaly nil encoding issue See merge request gitlab-org/gitlab-ce!14581
2017-10-03Fix for Gitaly nil encoding issueAndrew Newdigate
2017-10-03Merge branch 'gitaly-get-archive' into 'master'Douwe Maan
Send extra Gitaly params for `send_git_archive` if needed See merge request gitlab-org/gitlab-ce!14605
2017-10-03Fix broken certificate-authority-data with kubectl >= 1.8.0Alessio Caiazza
2017-10-03Merge branch '38635-fix-gitlab-check-git-ssh-config' into 'master'Douwe Maan
Whitelist authorized_keys.lock in the gitlab:check rake task Closes #38635 See merge request gitlab-org/gitlab-ce!14624
2017-10-03Merge remote-tracking branch 'dev/master'Stan Hu
2017-10-03Improve performance of filtering notes in NotesControllerStan Hu
Reduces the number of queries needed to redact notes to which the user does not have access. Also includes an N+1 query test as a guard against future issues. This is a follow-up from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14327#note_40976854.
2017-10-02Fix specs for project creation and update servicesDouglas Barbosa Alexandre
2017-10-02Add CHANGELOGDouglas Barbosa Alexandre
2017-10-02Doesn't check if path exists on disk when renaming a hashed projectDouglas Barbosa Alexandre
2017-10-02[ci skip] Fix archive spec descrptionsAlejandro Rodríguez
2017-10-02Merge branch 'enhance-logging' into 'master'Robert Speicher
Improved file logging for authentication events See merge request gitlab-org/gitlab-ce!9196
2017-10-02Merge branch 'sh-fix-import-repos' into 'master'Robert Speicher
Fix gitlab-rake gitlab:import:repos task Closes #37682 See merge request gitlab-org/gitlab-ce!14597
2017-10-02Merge branch 'rd/fix-case-sensative-email-conf-signup' into 'master'Robert Speicher
Fix case sensitive email confirmation on signup See merge request gitlab-org/gitlab-ce!14606
2017-10-02Fix gitlab-rake gitlab:import:repos taskStan Hu
Because of a change in GitLab 9.5.4 to prevent users from assuming control of a repository already on disk, the import task broke. Imports would fail with the message, "There is already a repository with that name on disk". This change skips the validation when the import is done from the command-line. Closes #37682
2017-10-02Send extra Gitaly params for `send_git_archive` if neededAlejandro Rodríguez
2017-10-02Merge branch 'fix/gpg/case-insensitive' into 'master'Dmitriy Zaporozhets
Make GPG validation case insensitive See merge request gitlab-org/gitlab-ce!14376
2017-10-02Merge branch 'log-update-ref-errors' into 'master'Sean McGivern
Log update-ref errors in OperationService See merge request gitlab-org/gitlab-ce!14627
2017-10-02Merge branch 'sh-thread-safe-markdown' into 'master'Robert Speicher
Make Redcarpet Markdown renderer thread-safe Closes #36637 See merge request gitlab-org/gitlab-ce!14604
2017-10-02Merge branch '33493-attempt-to-link-saml-users-to-ldap-by-email' into 'master'Douwe Maan
Attempt to link saml users to ldap by email Closes #33493 See merge request gitlab-org/gitlab-ce!14216
2017-10-02Merge branch 'revert-configurable-size-limits' into 'master'Douwe Maan
Revert "Increase diff limits to 100 KB for collapse and 200 KB overall" See merge request gitlab-org/gitlab-ce!14628
2017-10-02Merge branch '38641-repo-editor-callout' into 'master'Jacob Schatz
Removes auto devops callout from repo editor view See merge request gitlab-org/gitlab-ce!14616
2017-10-02Update GitLab Pages to v0.6.0Nick Thomas
2017-10-02Make Redcarpet Markdown renderer thread-safeStan Hu
The Redcarpet library is not thread-safe as described in https://github.com/vmg/redcarpet/issues/570. Since we instantiate the Redcarpet renderer in a class variable, multiple Sidekiq threads can access the work buffer and corrupt the state. We work around this issue by memoizing the renderer on a thread basis. Closes #36637
2017-10-02Revert "Increase diff limits to 100 KB for collapse and 200 KB overall"Sean McGivern
This reverts commit 1d3c33b57eeb39df76e78fd37c86532c02aa22ac.
2017-10-02Log update-ref errors in OperationServiceJacob Vosmaer
2017-10-02Add "implements" to the default issue closing message regexGuilherme Vieira
2017-10-02Merge branch 'gitaly-0.43.0' into 'master'Sean McGivern
Use Gitaly 0.43.0 See merge request gitlab-org/gitlab-ce!14625
2017-10-02Update MR doc to indicate that the linear-history feature is available for ↵Valery Sizov
CE as well
2017-10-02Merge branch '38619-fix-comment-delete-confirm-text' into 'master'Filipa Lacerda
Fix typo in comment deletion confirmation dialog Closes #38619 See merge request gitlab-org/gitlab-ce!14622
2017-10-02Merge branch 'fix-gitlay-typo' into 'master'Douwe Maan
Fix 'gitlay' typo in spec See merge request gitlab-org/gitlab-ce!14619
2017-10-02Refactors SAML identity creation in gl_user.Tiago Botelho
2017-10-02Whitelist authorized_keys.lock in the gitlab:check rake taskNick Thomas
2017-10-02Merge branch 'translation-timeago-a-while-ago' into 'master'Douwe Maan
Fix translation for 'a while' => 'in a while' See merge request gitlab-org/gitlab-ce!14433
2017-10-02Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov
2017-10-02Use Gitaly 0.43.0Jacob Vosmaer
2017-10-02Add merge_requests_rebase_enabled to json entities for specsValery Sizov
2017-10-02Merge branch 'sh-restore-all-refs-backup' into 'master'Sean McGivern
Ensure all refs are restored on a backup/restore Closes #38352 See merge request gitlab-org/gitlab-ce!14595
2017-10-02Merge branch 'Update-description-accept-mr' into 'master'Sean McGivern
Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!14591
2017-10-02Fix comment deletion confirmation dialog typoMark Fletcher
2017-10-02Fix 'gitlay' typo in specJacob Vosmaer
2017-10-02Merge branch 'docs/add-changelog-lint' into 'master'Sean McGivern
Add changelog lint script to docs lint CI job See merge request gitlab-org/gitlab-ce!14618
2017-10-02Merge branch 'gitaly-add-branch' into 'master'Sean McGivern
Implement OperationService.UserAddBranch Gitaly RPC Closes gitaly#544 See merge request gitlab-org/gitlab-ce!14522