summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-171-0/+47
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-163-3/+67
|\
| * Fix failing tests relating to backporting ee!581.Timothy Andrew2016-08-161-3/+3
| * Merge branch 'akismet-submittable' into 'master' Robert Speicher2016-08-152-0/+64
| |\
| | * Further refactor and syntax fixes.Patricio Cano2016-08-152-17/+19
| | * Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-19/+8
| | * Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-4/+5
| | * Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-2/+3
| | * Refactored spam related code even furtherPatricio Cano2016-08-151-4/+17
| | * Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-152-5/+41
| | * Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+22
| * | Make rubocop happyKamil Trzcinski2016-08-151-9/+9
* | | Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-161-18/+14
* | | Make rubocop happyKamil Trzcinski2016-08-151-9/+9
* | | Merge branch 'fix-failing-tests' into pipeline-hooks-without-slackKamil Trzcinski2016-08-151-10/+11
|\ \ \ | |/ /
| * | This fixes a long running tests due to changed Sidekiq statefix-failing-testsKamil Trzcinski2016-08-151-10/+11
| |/
* | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-155-0/+165
|\ \ | |/
| * Merge branch 'zj-deployment-status-on-mr' into 'master' Douwe Maan2016-08-153-0/+72
| |\
| | * Method names changed to #includes_commit?zj-deployment-status-on-mrZ.J. van de Weg2016-08-123-16/+39
| | * CI build status not per environmentZ.J. van de Weg2016-08-112-2/+6
| | * Incorporate feedbackZ.J. van de Weg2016-08-113-0/+45
| * | Merge branch 'svg-render-size-limit' into 'master' Douwe Maan2016-08-151-0/+22
| |\ \
| | * | Limit the size of SVGs when viewing them as blobssvg-render-size-limitYorick Peterse2016-08-151-0/+22
| * | | Ability to specify branches for pivotal tracker integrationEgor Lynko2016-08-151-0/+71
| |/ /
* | | Rename queue to enqueue in testsKamil Trzcinski2016-08-121-6/+6
* | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-122-6/+23
|\ \ \ | |/ /
| * | Fix build play failureimprove-pipeline-processingKamil Trzcinski2016-08-121-1/+1
| * | Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-122-6/+23
* | | Make pipeline to be in created state for hooks testsKamil Trzcinski2016-08-121-1/+1
* | | Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski2016-08-121-37/+33
|\ \ \ | |/ /
| * | Added specs for started_at and finished_atKamil Trzcinski2016-08-121-8/+38
| * | Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-111-14/+10
| * | Use state machine for pipeline event processingKamil Trzcinski2016-08-111-34/+4
| * | Verify the pipeline status after executing events on buildsKamil Trzcinski2016-08-111-0/+45
| |/
* | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-1212-31/+25
* | Make it more grammatically correct, feedback:Lin Jen-Shin2016-08-121-4/+4
* | if -> when; when -> `when`; %w() -> %w[]; and fix some typos:Lin Jen-Shin2016-08-121-17/+17
* | Fix tests for pipeline eventsKamil Trzcinski2016-08-111-17/+47
* | Fix pipeline status change from pending to runningKamil Trzcinski2016-08-111-0/+45
* | Enhance a pipeline event tests to analyse number of returned buildsKamil Trzcinski2016-08-111-20/+19
* | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-116-305/+124
|\ \ | |/
| * Merge branch 'refactor-builds-creation-service' into 'master' Rémy Coutable2016-08-113-303/+63
| |\
| | * Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-113-303/+63
| * | Merge branch '18583-implement-access-request-to-project-group-api' into 'mast...Rémy Coutable2016-08-112-2/+3
| |\ \
| | * | New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-102-2/+3
| | |/
| * | Merge branch '13333-consider-updating-http-parser-rb-to-0-6-0' into 'master' Rémy Coutable2016-08-111-0/+58
| |\ \ | | |/ | |/|
| | * Replace the tinder gem by bare HTTP requestsThomas Balthazar2016-08-111-0/+58
* | | Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-1147-284/+561
|\ \ \ | |/ /
| * | Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-1/+1
| * | Add a method in Project to return a cached value of total count of projectsStan Hu2016-08-091-0/+14