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-26Merge branch 'patch-30' into 'master'Douwe Maan
Clarify the language around External Group membership with SAML SSO to clarify… See merge request gitlab-org/gitlab-ce!15042
2017-10-26Fix bitbucket loginJarka Kadlecova
2017-10-26Remove duped testsAlessio Caiazza
Likely caused by EE conflicts resolution
2017-10-26Merge branch 'an/local_branches_opt_out' into 'master'Douwe Maan
Make local_branches OPT_OUT See merge request gitlab-org/gitlab-ce!15045
2017-10-26Merge branch 'fix/add-path-attr-to-wiki-file' into 'master'Sean McGivern
Add path attribute to WikiFile class Closes #39420 See merge request gitlab-org/gitlab-ce!15019
2017-10-26Upgrade Gitaly to v0.50.0Andrew Newdigate
2017-10-26Merge branch 'gl-username-hook-fix' into 'master'Douwe Maan
Fix the incorrect value being used to set GL_USERNAME on hooks See merge request gitlab-org/gitlab-ce!15038
2017-10-26Merge branch 'non-existing-repo-optimization' into 'master'Douwe Maan
Avoid calling underlying methods on non-existing repos See merge request gitlab-org/gitlab-ce!14962
2017-10-26Merge branch 'api-configure-jira' into 'master'Douwe Maan
Validate username/pw for Jiraservice, require them in the API Closes #36621 See merge request gitlab-org/gitlab-ce!15025
2017-10-26Add path attribute to WikiFile classAhmad Sherif
Fixes #39420
2017-10-26Merge branch 'feature/ssh_host_fingerprint' into 'master'Sean McGivern
Automatic configuration settings page Closes #25142 See merge request gitlab-org/gitlab-ce!13850
2017-10-26Make local_branches OPT_OUTAndrew Newdigate
2017-10-26Clarify the language around External Group membership with SAML SSO to ↵Andrew Davis
clarify that this will NOT add users to GitLab Groups.
2017-10-25Added ssh fingerprint, gitlab ci and pages information in an instance ↵Francisco Lopez
configuration page Closes #25142
2017-10-25Fix the incorrect value being used to set GL_USERNAME on hooksAlejandro Rodríguez
2017-10-25Merge branch '38178-fl-mr-notes-components' into 'master'Phil Hughes
Moves placeholders components into shared folder with documentation. See merge request gitlab-org/gitlab-ce!14964
2017-10-25Merge branch 'gitaly-ff-merge-preparation' into 'master'Rémy Coutable
Move all rugged operation for ff_merge inside Gitlab::Git Closes gitaly#683 See merge request gitlab-org/gitlab-ce!15011
2017-10-25Merge branch '35199-case-insensitive-branches-search' into 'master'Sean McGivern
Add case insensitive branches search Closes #35199 See merge request gitlab-org/gitlab-ce!14995
2017-10-25Merge branch '39419-remove-overzealous-tooltips-in-projects-page-tabs' into ↵Sean McGivern
'master' Resolve "Remove overzealous tooltips in projects page tabs" Closes #39419 See merge request gitlab-org/gitlab-ce!15017
2017-10-25Resolve "Remove overzealous tooltips in projects page tabs"Victor Wu
2017-10-25Fix broken table of content linksNiek Nijland
2017-10-25Merge branch '32318-filter-icon' into 'master'Phil Hughes
Remove filter icon from search bar Closes #32318 See merge request gitlab-org/gitlab-ce!14966
2017-10-24Remove filter icon from search barAnnabel Dunstone Gray
2017-10-24Move all rugged operation for ff_merge inside Gitlab::GitAlejandro Rodríguez
We also delete some unused code related to the aforementioned feature.
2017-10-24Merge branch 'jramsay-remove-superfluous-namespace' into 'master'Douwe Maan
Remove superfluous namespace from cluster settings See merge request gitlab-org/gitlab-ce!14987
2017-10-24Merge branch 'gitaly-gl-username' into 'master'Douwe Maan
Support `Gitaly::User`'s gl_username field See merge request gitlab-org/gitlab-ce!15016
2017-10-24Merge branch 'bvl-dont-rename-free-names' into 'master'Douwe Maan
Don't rename groups/projects that aren't reserved anymore Closes #39387 See merge request gitlab-org/gitlab-ce!15029
2017-10-24Don't rename groups/projects that aren't reserved anymoreBob Van Landuyt
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12932 we freed up some names. But we were still renaming them.
2017-10-24Merge branch 'sh-memoize-logger' into 'master'Nick Thomas
Memoize GitLab logger to reduce open file descriptors Closes gitlab-ee#3664 See merge request gitlab-org/gitlab-ce!15007
2017-10-24Merge branch 'suggest-rename-origin' into 'master'Sean McGivern
Suggest to rename the remote for existing repositories See merge request gitlab-org/gitlab-ce!14970
2017-10-24Memoize GitLab logger to reduce open file descriptorsStan Hu
We see that in gitlab-org/gitlab-ee#3664 that if we log a lot of data in Sidekiq workers, the number of open file descriptors reaches over 1000. To avoid this, we can memoize the logger per thread via RequestStore. Closes gitlab-org/gitlab-ee#3664
2017-10-24Update factories for git push serviceRobert Schilling
2017-10-24Merge branch 'api-doc-group-statistics' into 'master'Achilleas Pipinellis
Update groups API documentation Closes #38922 See merge request gitlab-org/gitlab-ce!15024
2017-10-24Merge branch 'sh-fix-environment-write-ref' into 'master'Grzegorz Bizon
Fix the writing of invalid environment refs Closes #39182 See merge request gitlab-org/gitlab-ce!14993
2017-10-24Merge branch '23000-pages-api' into 'master'Grzegorz Bizon
Resolve "Pages API" Closes #23000 See merge request gitlab-org/gitlab-ce!13917
2017-10-24Factories need to set required attributesRobert Schilling
2017-10-24Merge branch 'bvl-circuitbreaker-backoff' into 'master'Sean McGivern
Circuitbreaker backoff and retries Closes #37383 and #38231 See merge request gitlab-org/gitlab-ce!14933
2017-10-24Merge branch 'ph-multi-file-editor-new-file-folder-dropdown' into 'master'Filipa Lacerda
Add new files & directories in the multi-file editor Closes #38614 See merge request gitlab-org/gitlab-ce!14839
2017-10-24Merge branch 'hide-pipeline-zero-duration' into 'master'Grzegorz Bizon
Hides pipeline duration in commit box when it is zero (nil) Closes #32788 See merge request gitlab-org/gitlab-ce!14979
2017-10-24Merge branch 'remove-new-sidebar-stuff' into 'master'Phil Hughes
Clean up `new-sidebar` See merge request gitlab-org/gitlab-ce!14978
2017-10-24Merge branch 'fix-unresolve-btn-jump-color' into 'master'Phil Hughes
Fix code review discussion action buttons Closes #38891 See merge request gitlab-org/gitlab-ce!14801
2017-10-24Merge branch 'sticky-perf' into 'master'Filipa Lacerda
Fix performance of sticky.js Closes #39332 See merge request gitlab-org/gitlab-ce!14976
2017-10-24Merge branch 'performance-bar-sql' into 'master'Rémy Coutable
Remove Sherlock usage from the performance bar Closes #39351 See merge request gitlab-org/gitlab-ce!15000
2017-10-24Merge branch 'master' into 'es-module-autosave'Mike Greiling
# Conflicts: # app/assets/javascripts/issuable_form.js # app/assets/javascripts/notes.js
2017-10-24Merge branch 'master' into 'master'Robert Schilling
Changing the smallest of typos See merge request gitlab-org/gitlab-ce!15022
2017-10-24Update API docsRobert Schilling
2017-10-24Validate username/pw for Jiraservice, require them in the APIRobert Schilling
2017-10-24Merge branch 'bvl-fix-qa-group-page' into 'master'Grzegorz Bizon
Use the new buttons for creating groups and projects in QA tests Closes #39349 See merge request gitlab-org/gitlab-ce!14997
2017-10-24Update groups API documentationRobert Schilling
2017-10-24fix to pass static-analysisBrett Walker