summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / /
* | | | Merge branch 'new-issue-by-email' into 'master' Douwe Maan2016-07-282-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-285-4/+44
| |\ \ \ | | |/ /
| * | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-277-25/+78
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-2628-224/+691
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-1559-502/+1390
| |\ \ \ \ \
| * | | | | | Added new issue by email modal windowPhil Hughes2016-06-301-1/+1
| * | | | | | Only return the address if incoming emails is enabled:Lin Jen-Shin2016-06-241-2/+4
| * | | | | | Add Project#new_issue_address(author):Lin Jen-Shin2016-06-231-0/+5
| * | | | | | Merge branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-1548-503/+1163
| |\ \ \ \ \ \
| * | | | | | | fix some styling offenderLin Jen-Shin2016-05-182-4/+4
* | | | | | | | Merge branch '20308-fix-title-that-is-show-in-the-dropdown-toggle-button-on-p...Rémy Coutable2016-07-281-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fix the title of the toggle dropdown buttonHerminio Torres2016-07-281-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'akismet-ui-check' into 'master' Douwe Maan2016-07-272-0/+17
|\ \ \ \ \ \ \
| * | | | | | | Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-262-0/+17
* | | | | | | | Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre2016-07-271-1/+5
* | | | | | | | Merge branch '5571-hipchat-notifications-missing-colors' into 'master' Robert Speicher2016-07-271-3/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Move color-logic into HipchatService#HipchatService5571-hipchat-notifications-missing-colorsRémy Coutable2016-07-271-1/+5
| * | | | | | | | Little refactor, add specs, and a CHANGELOG entryRémy Coutable2016-07-261-3/+6
| * | | | | | | | HipChat notification color overridden by build statusDavid Eisner2016-07-261-3/+11
* | | | | | | | | Respective cache is now expired when creating a new branchtiagonbotelho2016-07-271-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix typo in commentStan Hu2016-07-261-1/+1
* | | | | | | | Optimize the invited group link access level checkStan Hu2016-07-261-17/+21
* | | | | | | | Incorporate review commentsStan Hu2016-07-263-8/+10
* | | | | | | | Optimize maximum user access level lookup in loading of notesStan Hu2016-07-262-11/+49
| |_|/ / / / / |/| | | | | |
* | | | | | | 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-1/+3
| |/ / / / / |/| | | | |
* | | | | | Rescue Rugged::OSError (lock exists) when creating references.20156-rescue-reference-create-due-to-file-lock-existsPaco Guzman2016-07-261-0/+3
|/ / / / /
* | | | | 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-2/+6
| |_|_|/ |/| | |
* | | | Merge branch 'use-project-id-in-repo-cache' into 'master' Yorick Peterse2016-07-251-1/+1
|\ \ \ \
| * | | | Use project ID in repository cache to prevent stale data from persisting acro...Stan Hu2016-07-251-1/+1
* | | | | Merge branch 'filter-branch-by-name' into 'master' Douwe Maan2016-07-251-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |