summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-172-0/+9
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-168-12/+91
|\
| * Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-164-12/+18
| * Further refactor and syntax fixes.Patricio Cano2016-08-153-39/+17
| * Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-152-50/+31
| * Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-3/+15
| * Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-0/+4
| * Refactored spam related code even furtherPatricio Cano2016-08-152-16/+41
| * Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-153-17/+58
| * Lay the ground works to submit information to AkismetPatricio Cano2016-08-153-0/+32
* | Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-161-2/+3
* | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-157-6/+60
|\ \ | |/
| * Merge branch 'ee-parity' into 'master' Robert Speicher2016-08-151-0/+4
| |\
| | * Add method missing from EEee-parityAlejandro Rodríguez2016-08-121-0/+4
| * | Merge branch 'zj-deployment-status-on-mr' into 'master' Douwe Maan2016-08-153-0/+20
| |\ \
| | * | Method names changed to #includes_commit?zj-deployment-status-on-mrZ.J. van de Weg2016-08-123-5/+6
| | * | Incorporate feedbackZ.J. van de Weg2016-08-113-6/+6
| | * | Show deployment status on a MR viewZ.J. van de Weg2016-08-113-0/+19
| * | | Merge branch 'svg-render-size-limit' into 'master' Douwe Maan2016-08-151-0/+7
| |\ \ \
| | * | | Limit the size of SVGs when viewing them as blobssvg-render-size-limitYorick Peterse2016-08-151-0/+7
| | | |/ | | |/|
| * | | Merge branch '20842-todos-queries-cache' into 'master' Yorick Peterse2016-08-151-2/+2
| |\ \ \
| | * | | Use cache for todos counter calling TodoServicePaco Guzman2016-08-121-2/+2
| * | | | Ability to specify branches for pivotal tracker integrationEgor Lynko2016-08-151-4/+27
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-131-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'fix-namespace-deletion' into 'master' Robert Speicher2016-08-121-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+2
* | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-124-22/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'improve-pipeline-processing' into 'master' Rémy Coutable2016-08-123-43/+89
| |\ \ \
| | * | | Improve transition between states for event `enqueue`Kamil Trzcinski2016-08-121-1/+1
| | * | | Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-123-16/+10
| | * | | Fix test failuresKamil Trzcinski2016-08-121-1/+1
| * | | | Merge branch 'remove-unused-spam-report' into 'master' Robert Speicher2016-08-111-5/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Remove unused SpamReport model; this was renamed to SpamLogremove-unused-spam-reportStan Hu2016-08-111-5/+0
* | | | | Fix test failuresKamil Trzcinski2016-08-121-1/+1
* | | | | Make `execute_methods` publicKamil Trzcinski2016-08-121-2/+2
* | | | | Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski2016-08-124-49/+96
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Added specs for started_at and finished_atKamil Trzcinski2016-08-121-7/+8
| * | | | Use explicit events to transition between statesKamil Trzcinski2016-08-122-13/+33
| * | | | Merge remote-tracking branch 'origin/master' into improve-pipeline-processingKamil Trzcinski2016-08-121-0/+1
| |\ \ \ \ | | |/ / /
| | * | | api for generating new merge requestScott Le2016-08-111-0/+1
| | | |/ | | |/|
| * | | Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-112-28/+27
| * | | Use state machine for pipeline event processingKamil Trzcinski2016-08-112-22/+47
| * | | Verify the pipeline status after executing events on buildsKamil Trzcinski2016-08-112-1/+8
| |/ /
* | | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-124-5/+4
* | | Fix tests for pipeline eventsKamil Trzcinski2016-08-111-1/+3
* | | Fix pipeline status change from pending to runningKamil Trzcinski2016-08-112-1/+8
* | | Remove stage parameter from send payloadKamil Trzcinski2016-08-111-0/+2
* | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-117-103/+121
|\ \ \ | |/ /
| * | Merge branch 'refactor-builds-creation-service' into 'master' Rémy Coutable2016-08-114-86/+72
| |\ \
| | * | Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-114-86/+72
| | |/