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
2016-10-06Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro
2016-10-06Merge branch 'fix/github-importer-client' into 'master' Rémy Coutable
2016-10-06Fix broken handling of certain calls in GitHub importer clientAhmad Sherif
2016-10-06Use higher size on Gitlab::Redis connection pool on Sidekiq serversPaco Guzman
2016-10-06Merge remote-tracking branch 'dev/master'Rémy Coutable
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
2016-10-05Merge branch 'test-improve-gitlab-identifier' into 'master' Rémy Coutable
2016-10-05Refactor Gitlab::IdentifierYorick Peterse
2016-10-04Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre
2016-10-03Merge branch 'aiionx_sidekiq_log_patch' into 'master' Rémy Coutable
2016-10-02Merge branch '21983-member-add_user-doesn-t-detect-existing-members-that-have...Robert Speicher
2016-09-30fix export project file permissions issueJames Lopez
2016-09-30Merge branch 'initialize-redis' into 'master' Yorick Peterse
2016-09-30Initialize Redis pool in single-threaded contextJacob Vosmaer
2016-09-30Merge branch 'fix/id-claim-import-issue' into 'master' Douwe Maan
2016-09-29Fix race condition that can be triggered if the token expires right after we ...Patricio Cano
2016-09-28Merge branch 'lfs-ssh-authorization-fix' into 'master' Douwe Maan
2016-09-28Handle LFS token creation and retrieval in the same method, and in the same R...Patricio Cano
2016-09-28Allow Member.add_user to handle access requestersRémy Coutable
2016-09-28Log LDAP lookup errors and don't swallow unrelated exceptionsMarkus Koller
2016-09-27Call after_remove_branch only once after importing all GitHub PRsAhmad Sherif
2016-09-27Import all GitHub comments after importing issues and PRsAhmad Sherif
2016-09-27Speed up label-applying process for GitHub importingAhmad Sherif
2016-09-27Process each page of GitHub resources instead of concating them then processingAhmad Sherif
2016-09-27Do not regenerate the `lfs_token` every time `git-lfs-authenticate` is called...Patricio Cano
2016-09-27updated attribute cleaner to use allowed keyword and reject attributesJames Lopez
2016-09-27Prevent claiming associated model IDs via import and added relevant specsJames Lopez
2016-09-27fix model order in import/export config and 1to1 relation issue. Added releva...James Lopez
2016-09-26Fixes issue with rails reserved keyword type exporting/importing services. Al...James Lopez
2016-09-25Merge branch '22229-use-base-sha-when-downloading-merge-requests' into 'master' Robert Speicher
2016-09-23Merge branch 'fix/database-seeds' into 'master' Rémy Coutable
2016-09-23Remove use of `USE_DB` environment variable in codeGrzegorz Bizon
2016-09-22Use base SHA for patches and diffsNick Thomas
2016-09-22Update `CurrentSettings` class that uses ENVGrzegorz Bizon
2016-09-22Make Gitlab::Redis.params safe for mutationJacob Vosmaer
2016-09-21fix import/export security specs after mergeJames Lopez
2016-09-21Merge branch 'add_spec_for_committer_hash' into 'master' Rémy Coutable
2016-09-21Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2016-09-21Merge branch '21170-cycle-analytics' into 'master' Stan Hu
2016-09-21Implement fourth round of comments from @DouweM.Timothy Andrew
2016-09-20Improve indentation in `Gitlab::Database::Median`Timothy Andrew
2016-09-20Implement a second round of review comments from @DouweM.Timothy Andrew
2016-09-20Add spec covering 'committer_hash'Dan Dunckel
2016-09-20Merge branch 'add_optional_author_for_commits' into 'master' Rémy Coutable
2016-09-20Fix rubocop spec.Timothy Andrew
2016-09-20Implement (some) comments from @DouweM's review.Timothy Andrew
2016-09-20Merge branch 'feature/github-edit-path' into 'master' Rémy Coutable
2016-09-20Implement review comments from @yorickpeterseTimothy Andrew
2016-09-20Merge branch 'lfs-support-for-ssh-enabled' into 'master' Douwe Maan
2016-09-20Move logic to check ci? or lfs_deploy_token? to Gitlab::Auth::ResultKamil Trzcinski