summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Move abilities by subject class to a dedicated method20621-avoid-lame-conflicts-in-ability-allowedRémy Coutable2016-08-041-0/+4
* Merge branch '20512-fix-rename-add-users-into-project-to-add-users-to-project...Rémy Coutable2016-08-042-4/+4
|\
| * Fix Rename `add_users_into_project` and `projects_ids`Herminio Torres2016-08-042-4/+4
* | Merge branch 'fix/ha-mode-import-issue' into 'master' Rémy Coutable2016-08-041-5/+0
|\ \ | |/ |/|
| * using shared path for project import uploads and refactored gitlab remove exp...James Lopez2016-08-041-5/+0
* | change the API on the merge_request_diff model from diffs -> raw_diffsuse-raw-diffs-for-merge-request-diffsPaco Guzman2016-08-032-6/+6
* | Use only deltas in diffs when scanning the last commit for changes in the ava...Stan Hu2016-08-031-1/+1
* | Speed up Commit#repo_changesAhmad Sherif2016-08-031-1/+1
* | Make Compare#diffs diff_options a regular argumentDouwe Maan2016-08-032-2/+2
* | switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-035-28/+32
* | Introduce Compare model in the codebase.Paco Guzman2016-08-033-5/+52
* | Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-038-132/+31
* | Cache highlighted diff lines for merge requestsPaco Guzman2016-08-036-0/+134
* | Merge branch '18866-add-simple-identifier-to-public-ssh-keys' into 'master' Douwe Maan2016-08-021-2/+3
|\ \
| * | Add simple identifier to public SSH keysKeith Pope2016-08-021-2/+3
* | | Expand commit message width in repo viewClement Ho2016-08-021-6/+8
* | | Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman2016-08-024-3/+34
* | | Merge branch 'handle-disabled-request-store' into 'master' Yorick Peterse2016-08-021-2/+7
|\ \ \ | |_|/ |/| |
| * | Only use RequestStore in ProjectTeam#max_member_access_for_user if it is activeStan Hu2016-08-011-2/+7
| |/
* | Merge branch 'fix-gh-pull-requests' into 'master' Rémy Coutable2016-08-011-2/+2
|\ \
| * | fixup! Fix attr reader to force the intended values for source and target shasfix-gh-pull-requestsDouglas Barbosa Alexandre2016-07-311-6/+2
| * | Fix attr reader to force the intended values for source and target shasDouglas Barbosa Alexandre2016-07-311-0/+4
| |/
* | Merge branch 'fix/labels-milestones-import' into 'master' Rémy Coutable2016-08-012-2/+14
|\ \
| * | squashed - fixed label and milestone association problems, updated specs and ...fix/labels-milestones-importJames Lopez2016-08-012-2/+14
| |/
* | Merge branch 'zj-env-external-url' into 'master' Rémy Coutable2016-08-011-0/+12
|\ \ | |/ |/|
| * Incorporate feedbackZ.J. van de Weg2016-07-291-1/+9
| * Add an URL field to EnvironmentsZ.J. van de Weg2016-07-291-0/+4
* | Merge branch 'ability-batch-issue-checking' into 'master' Robert Speicher2016-07-292-0/+38
|\ \
| * | Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-292-0/+38
* | | Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher2016-07-291-15/+15
|\ \ \
| * | | Enable Rubocop cops for invalid access modifiersrubocop/enable-access-modifiers-copsGrzegorz Bizon2016-07-191-1/+1
| * | | Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-191-14/+14
* | | | Check for Ci::Build artifacts at database levelPaco Guzman2016-07-291-0/+1
| |_|/ |/| |
* | | Implement final review comments from @rymai.Timothy Andrew2016-07-292-0/+2
* | | Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-293-32/+16
* | | Implement review comments from @dbalexandre.Timothy Andrew2016-07-293-20/+19
* | | Admins count as masters too.Timothy Andrew2016-07-293-4/+12
* | | Humanize protected branches' access levels at one location.Timothy Andrew2016-07-292-0/+23
* | | Fix all specs related to changes in !5081.Timothy Andrew2016-07-293-10/+2
* | | Allow setting "Allowed To Push/Merge" while creating a protected branch.Timothy Andrew2016-07-291-4/+4
* | | Enforce "No One Can Push" during git operations.Timothy Andrew2016-07-292-0/+20
* | | Add "No One Can Push" to the protected branches UI.Timothy Andrew2016-07-291-1/+1
* | | Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew2016-07-293-2/+14
* | | Add models for the protected branch access levels.Timothy Andrew2016-07-293-0/+9
| |/ |/|
* | Merge branch 'cache-commit-author-lookup' into 'master' Yorick Peterse2016-07-291-1/+16
|\ \
| * | Add specs for caching commit authorStan Hu2016-07-271-7/+15
| * | Cache the commit author in RequestStore to avoid extra lookups in PostReceiveStan Hu2016-07-271-1/+8
* | | Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to...Yorick Peterse2016-07-291-14/+17
|\ \ \
| * | | Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-281-14/+17
* | | | Merge branch 'fix/use-fewer-queries-for-mr-notes' into 'master' Douwe Maan2016-07-282-2/+10
|\ \ \ \