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 (Expand)Author
2017-10-12Merge branch 'fix/rugged-alternate-paths' into 'master'Douwe Maan
2017-10-12Merge branch 'gitaly-fetch-remote' into 'master'Dmitriy Zaporozhets
2017-10-12Merge branch 'cache-issuable-template-names' into 'master'Douwe Maan
2017-10-12Cache issuable template namesSean McGivern
2017-10-12Fix the format of rugged alternate directory listAhmad Sherif
2017-10-12Match full file path in FileDetectorSean McGivern
2017-10-12Merge branch '39028-repo-by-url-fields' into 'master'Tim Zallmann
2017-10-11Merge branch 'fix/pass-git-object-dir-attrs-as-relative' into 'master'Douwe Maan
2017-10-11Update template description wordingAnnabel Dunstone Gray
2017-10-11Pass git object dir attributes as relative paths to GitalyAhmad Sherif
2017-10-11Merge branch '35580-cannot-import-project-with-milestones' into 'master'Sean McGivern
2017-10-11Merge branch 'gitaly-has-local-branches' into 'master'Rémy Coutable
2017-10-11Merge branch 'fix/sm/move-callback-route-google_api-auth-callback-for-oauth-u...Kamil Trzciński
2017-10-11Simplify project pageAnnabel Dunstone Gray
2017-10-11Remove unnecessary TOLLEVEL routes from path_regex.rbShinya Maeda
2017-10-10Use Gitaly's RepositoryService.HasLocalBranches RPCAlejandro Rodríguez
2017-10-10Merge branch 'feature/migrate-workhorse-send-git-diff-patch-to-gitaly' into '...Robert Speicher
2017-10-10Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez
2017-10-09Introduce new hook data builders for Issue and MergeRequestRémy Coutable
2017-10-09Start adding Gitlab::HookData::IssuableBuilderRémy Coutable
2017-10-09Migrate Workhorse Send{Diff,Patch} to GitalyAhmad Sherif
2017-10-09Don't create fork networks for root projects that are deletedBob Van Landuyt
2017-10-07Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into 'm...Stan Hu
2017-10-07Sync up hard coded DN class in migrationMichael Kozono
2017-10-07Redefine `respond_to?` in light of `method_missing`Michael Kozono
2017-10-07Make internal methods privateMichael Kozono
2017-10-07Leave bad DNs alone instead of raising errorsMichael Kozono
2017-10-07Refactor DN error classesMichael Kozono
2017-10-07Move migration to backgroundMichael Kozono
2017-10-07Normalize values, reusing DN normalization codeMichael Kozono
2017-10-07Fix space strippingMichael Kozono
2017-10-07Rename method to `to_normalized_s`Michael Kozono
2017-10-07Refactor initialize method for clarityMichael Kozono
2017-10-07Move downcasing to normalize methodMichael Kozono
2017-10-07Resolve Rubocop offensesMichael Kozono
2017-10-07Switch to new DN classMichael Kozono
2017-10-07Fix trailing escaped newlineMichael Kozono
2017-10-07Test malformed DNsMichael Kozono
2017-10-07Raise UnsupportedDnFormatError on multivalued RDNsMichael Kozono
2017-10-07Fix for null DNMichael Kozono
2017-10-07Handle CR and LF charactersMichael Kozono
2017-10-07Fix escaped equal signsMichael Kozono
2017-10-07Fix trailing escaped spaceMichael Kozono
2017-10-07Fix to_s_normalize for escaped leading spaceMichael Kozono
2017-10-07Always downcase DNsMichael Kozono
2017-10-07Add `DN#to_s_normalized`Michael Kozono
2017-10-07Adapt DN class for GitlabMichael Kozono
2017-10-07Extract Net::LDAP::DN class from ruby-net-ldap gemMichael Kozono
2017-10-07Rely on LDAP providers giving DNs, not UIDsMichael Kozono
2017-10-07Rescue DN normalization attemptsMichael Kozono