summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* Added cron to prune events older than 12 months.Olaf Tomalka2016-09-071-0/+24
* Project tools visibility levelFelipe Artur2016-09-011-4/+4
* Merge branch '21010-emailsonpushworker-incorrectly-claims-deleted-a-commit-af...Douwe Maan2016-08-191-6/+30
|\
| * Don't log to STDOUT in specs21010-emailsonpushworker-incorrectly-claims-deleted-a-commit-after-a-pushSean McGivern2016-08-191-0/+1
| * Fix force-push message in push emailsSean McGivern2016-08-191-6/+29
* | Allow project group links to be expiredSean McGivern2016-08-182-4/+28
* | Ensure last group owner isn't removed on expirySean McGivern2016-08-181-13/+46
* | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-185-6/+55
|\ \ | |/
| * Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-131-0/+19
| |\
| | * Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+19
| * | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-122-4/+2
| * | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-111-1/+7
| |\ \ | | |/
| | * Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+7
| * | Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-112-3/+27
| |\ \ | | |/
| | * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
| | * Fix skip_repo parameter being ignored when destroying a namespaceStan Hu2016-08-031-0/+24
| * | Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-042-2/+4
| |/
* | Single quotes all the way.Adam Niedzielski2016-08-071-4/+4
* | Write test for RemoveExpiredMembersWorker.Adam Niedzielski2016-08-041-0/+25
|/
* Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-271-3/+7
|\
| * Fix a bug where forking a project from a repository storage to another would ...20302-forking-a-project-from-one-storage-to-another-failsAlejandro Rodríguez2016-07-261-3/+7
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-261-0/+36
|\ \ | |/
| * Fix emails on push for new and deleted branches20061-emailsonpushworker-fails-on-new-branch-pushesSean McGivern2016-07-211-0/+36
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-151-1/+4
|\ \ | |/
| * Refresh branch cache after `git gc`Stan Hu2016-07-131-1/+4
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-157-6/+73
|\ \ | |/
| * Expire the branch cache after `git gc` runsStan Hu2016-07-121-0/+24
| * Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
| * Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-292-4/+7
| * Unify check branch name existPaco Guzman2016-06-201-1/+1
| * Merge branch 'repo-check-require-push-events' into 'master' Robert Speicher2016-06-171-0/+29
| |\
| | * Do not check repos without push eventsJacob Vosmaer2016-06-151-0/+29
| * | Make sure that artifacts_file is nullified after removing artifactsmake-sure-that-artifacts-file-is-savedKamil Trzcinski2016-06-171-0/+12
| |/
* | Merge branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-154-9/+109
|\ \ | |/
| * Merge branch 'dont-drop-stuck-builds' into 'master' Stan Hu2016-06-151-3/+16
| |\
| | * Don't fail builds for projects that are deleted when they are stuckdont-drop-stuck-buildsKamil Trzcinski2016-06-121-3/+16
| * | Fix specsKamil Trzcinski2016-06-141-10/+18
| * | Improve ExpireBuildArtifactsWorker specKamil Trzcinski2016-06-131-9/+4
| * | Improve testsKamil Trzcinski2016-06-131-15/+9
| * | Improve design based on reviewKamil Trzcinski2016-06-131-7/+11
| * | Save database after erasing artifactsKamil Trzcinski2016-06-131-0/+1
| * | Test ExpireBuildArtifactsWorkerKamil Trzcinski2016-06-131-0/+55
| |/
| * Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-2/+2
| * Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-4/+4
| * Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| * Fix creation of Ci::Commit object which can lead to pending, failed in some s...Kamil Trzcinski2016-05-191-0/+16
| * Mask credentials from URL when import of project has failed.Rubén Dávila2016-05-181-6/+20
* | so we use separate classes to handle different tasksLin Jen-Shin2016-05-181-1/+1
|/
* Only generate repository push email onceSean McGivern2016-05-111-14/+51
* Merge branch 'create-wikis-during-check' into 'master' Douwe Maan2016-05-041-5/+28
|\