summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* | This fixes a long running tests due to changed Sidekiq statefix-failing-testsKamil Trzcinski2016-08-151-10/+11
|/
* 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
|/ /
* | Fix build play failureimprove-pipeline-processingKamil Trzcinski2016-08-121-1/+1
* | Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-122-6/+23
* | 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
|/
* 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
* | 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
* | adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-0940-217/+218
|/
* Merge branch 'faster-cache-keys' into 'master' Rémy Coutable2016-08-081-0/+17
|\
| * Added concern for a faster "cache_key" methodfaster-cache-keysYorick Peterse2016-08-081-0/+17
* | Merge branch '14898-protected-branches-developer-can-not-push-without-permiss...Douwe Maan2016-08-051-11/+81
|\ \ | |/ |/|
| * changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho2016-08-041-49/+22
| * developer cannot push to protected branch when project is empty or he has not...tiagonbotelho2016-08-021-11/+108
* | Fix Rename `add_users_into_project` and `projects_ids`Herminio Torres2016-08-041-2/+2
* | change the API on the merge_request_diff model from diffs -> raw_diffsuse-raw-diffs-for-merge-request-diffsPaco Guzman2016-08-032-8/+8
* | Make Compare#diffs diff_options a regular argumentDouwe Maan2016-08-031-1/+1
* | switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-034-5/+107
* | Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-0/+6
* | Merge branch '18866-add-simple-identifier-to-public-ssh-keys' into 'master' Douwe Maan2016-08-022-3/+4
|\ \
| * | Tidy the key spec and fix failing user specKeith Pope2016-08-022-2/+2
| * | Add simple identifier to public SSH keysKeith Pope2016-08-021-2/+3
* | | Expand commit message width in repo viewClement Ho2016-08-021-0/+21
* | | Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman2016-08-022-2/+26
* | | Merge branch 'handle-disabled-request-store' into 'master' Yorick Peterse2016-08-021-40/+61
|\ \ \ | |_|/ |/| |
| * | Only use RequestStore in ProjectTeam#max_member_access_for_user if it is activeStan Hu2016-08-011-40/+61
| |/