summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Chnage the way how merge request diff is initialized and savedDmitriy Zaporozhets2016-08-022-32/+37
* Change merge request diff creation from callback to part of the serviceDmitriy Zaporozhets2016-08-021-5/+0
* Add more tests to merge_request_diff and improve initializeDmitriy Zaporozhets2016-08-022-4/+4
* Refactor MergeRequestDiff initialize methodDmitriy Zaporozhets2016-08-021-16/+12
* Reload merge request association reload when update codeDmitriy Zaporozhets2016-08-021-7/+2
* Remove requirement for base_commit_sha to allow creation of merge requests fo...Dmitriy Zaporozhets2016-08-021-3/+2
* Add improvements to merge request versionsDmitriy Zaporozhets2016-08-021-1/+3
* Ensure merge request is created with valid diff objectDmitriy Zaporozhets2016-08-022-20/+28
* Refactor MergeRequestDiff modelDmitriy Zaporozhets2016-08-021-15/+17
* Refactor merge request diffDmitriy Zaporozhets2016-08-021-51/+38
* Add ability to render different merge request versionsDmitriy Zaporozhets2016-08-021-0/+10
* Improve merge request diff creation and update testsDmitriy Zaporozhets2016-08-021-5/+1
* Create merge request diff on merge request creationDmitriy Zaporozhets2016-08-021-0/+4
* Create new version of merge request diff on push instead of updating existing...Dmitriy Zaporozhets2016-08-021-3/+8
* 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
|\ \ \ \
| * | | | Reduce number of queries made for merge_requests/:id/diffsfix/use-fewer-queries-for-mr-notesAhmad Sherif2016-07-282-2/+10
* | | | | Merge branch 'log-project-deletion' into 'master' Stan Hu2016-07-281-1/+4
|\ \ \ \ \
| * | | | | Add a log message when a project is scheduled for destruction for debuggingStan Hu2016-07-281-1/+4
| |/ / / /