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
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
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-19Fix creation of Ci::Commit object which can lead to pending, failed in some s...Kamil Trzcinski
2016-04-11Fix high CPU usage when PostReceive receives refs/merge-requests/<id>Kamil Trzcinski
2016-03-10web hooks to webhooksashleys
2015-08-28Expire cache when merge request source branch was removedDmitriy Zaporozhets
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-03-15Prevent gitlab-shell character encoding issues by receiving its changes as ra...Douwe Maan
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2014-09-02Fix post-receive specsDmitriy Zaporozhets
2014-01-23Merge branch 'improve/mr_diff'Dmitriy Zaporozhets
2014-01-22Make changes to testsDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2013-04-01fixed test using repo with commits but old factoryDmitriy Zaporozhets
2013-02-26Fixing testsDmitriy Zaporozhets
2013-02-11fixing tests after refactoringDmitriy Zaporozhets
2013-02-05Fixed: post-receive, project remove, testsDmitriy Zaporozhets
2013-01-09sidekiq with green testsDmitriy Zaporozhets
2012-12-20Update uses of Gitolite.config.foo settingsRiyad Preukschas
2012-12-13Fix spec/workers/post_receive_spec.rbDmitriy Zaporozhets
2012-12-09Fix worker specs to parse namespacesDmitriy Zaporozhets
2012-11-19Post Receive Refactored. Service hooks also triggered nowDmitriy Zaporozhets
2012-11-13Remove backward compatibility of factories.Vincent Bonmalais
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
2012-07-19System hooks: fix broken testsValeriy Sizov