summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch 'fix-gh-pull-requests' into 'master' Rémy Coutable2016-08-011-3/+15
|\ \
| * | Fix attr reader to force the intended values for source and target shasDouglas Barbosa Alexandre2016-07-311-3/+15
| |/
* | Merge branch 'zj-env-external-url' into 'master' Rémy Coutable2016-08-011-0/+19
|\ \ | |/ |/|
| * Use Grape DSL for environment endpointsZ.J. van de Weg2016-07-291-0/+1
| * Incorporate feedbackZ.J. van de Weg2016-07-291-0/+8
| * Add an URL field to EnvironmentsZ.J. van de Weg2016-07-291-0/+10
* | Merge branch 'ability-batch-issue-checking' into 'master' Robert Speicher2016-07-293-1/+306
|\ \ | |/ |/|
| * Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-293-1/+306
* | Fix all specs related to changes in !5081.Timothy Andrew2016-07-291-40/+0
|/
* Merge branch 'cache-commit-author-lookup' into 'master' Yorick Peterse2016-07-291-0/+20
|\
| * Add specs for caching commit authorStan Hu2016-07-271-0/+20
* | Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to...Yorick Peterse2016-07-291-22/+23
|\ \
| * | Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-281-22/+23
* | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-283-6/+79
|\ \ \ | |/ /
| * | Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre2016-07-271-0/+18
| * | Merge branch '5571-hipchat-notifications-missing-colors' into 'master' Robert Speicher2016-07-271-6/+24
| |\ \
| | * | Little refactor, add specs, and a CHANGELOG entryRémy Coutable2016-07-261-6/+24
| * | | Respective cache is now expired when creating a new branchtiagonbotelho2016-07-271-0/+37
* | | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-277-9/+165
|\ \ \ \ | |/ / /
| * | | Add a spec for access_for_user_idsStan Hu2016-07-261-0/+12
| * | | Rubocop offensesStan Hu2016-07-261-8/+8
| * | | Optimize the invited group link access level checkStan Hu2016-07-261-2/+12
| * | | Optimize maximum user access level lookup in loading of notesStan Hu2016-07-262-8/+99
| | |/ | |/|
| * | 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-0/+26
| * | Fix testsKatarzyna Kobierska2016-07-261-1/+1
| |/
| * Ensure relative paths for video are rewritten as we do for images20189-markdown-video-doesn-t-work-when-the-referenced-video-file-is-in-same-repoRémy Coutable2016-07-262-0/+17
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-2613-137/+994
|\ \ | |/
| * Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-go...Alejandro Rodríguez2016-07-241-6/+20
| * Gracefully handle case when keep-around references are corrupted or exist alr...handle-invalid-kept-around-referencesStan Hu2016-07-221-0/+20
| * Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-211-20/+6
| * Merge branch 'fix-data-integrity-issue-with-repository-downloads-path' into '...Douwe Maan2016-07-211-24/+0
| |\
| | * Add service to clean up repository archive cacheDouglas Barbosa Alexandre2016-07-211-24/+0
| * | Retrieve rendered HTML from cache in one requestfix/get-cached-rendered-html-using-single-redis-requestAhmad Sherif2016-07-211-16/+24
| |/