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
2020-04-20Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-16Expire project caches once per push instead of once per refStan Hu
2019-08-14Merge branch 'sh-optimize-commit-deltas-post-receive' into 'master'Nick Thomas
2019-08-14Add usage pings for source code pushesIgor
2019-08-13Only expire tag cache once per pushStan Hu
2019-08-13Reduce Gitaly calls in PostReceiveStan Hu
2019-08-10Rename branches_exist? -> includes_branches?Stan Hu
2019-08-09Invalidate branches cache on PostReceivePatrick Bajao
2019-04-10Process at most 4 pipelines during pushKamil Trzciński
2019-04-05Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas
2019-04-01Add frozen_string_literal to spec/workersThong Kuah
2019-03-25Rename GitPushService -> Git::BranchPushServiceNick Thomas
2019-03-25Rename GitTagPushService -> Git::TagPushServiceNick Thomas
2019-02-07Fix failing test in spec/workers/post_receive_spec.rbStan Hu
2018-10-25Removes idenfitication by commit from Gitlab::IdentifierTiago Botelho
2018-10-25User not defined in PostReceive#process_project_changesTiago Botelho
2018-03-07Update project activity when pushing to a wiki repositoryDouglas Barbosa Alexandre
2017-10-10Improve post_receive spec by not stubbing private methodsGrzegorz Bizon
2017-09-26Fix post receive specs regarding pipeline creationGrzegorz Bizon
2017-09-07Removes default scope from sortableTiago Botelho
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-06-29Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
2017-06-28Use gl_repository exclusively as identifier on post-receiveAlejandro Rodríguez
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-06Try to report why it's failing and fix testsLin Jen-Shin
2017-06-06Refactor PostReceive worker to limit merge conflictsDouglas Barbosa Alexandre
2017-05-15Disable auto_cancel_pending_pipelines in PostReceive testLin Jen-Shin
2017-05-13Added repository_update hookGabriel Mazetto
2017-05-05Allow gl-repository strings as project identifiers in PostReceive workerAlejandro Rodríguez
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-03-28Use `:empty_project` where possible in worker specsRobert Speicher
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
2016-10-13Extract project#update_merge_requests and SystemHooks to its own worker from ...Paco Guzman
2016-10-05Refactor Gitlab::IdentifierYorick Peterse
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski