Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2016-07-30Merge branch 'clarify-deletion-message' into 'master' Robert Speicher
2016-07-30Merge branch 'reject-merge-conflicts' into 'master' Robert Speicher
2016-07-30Improve diff performance by eliminating redundant checks for text blobsStan Hu
2016-07-30Clarify which project is deleted to avoid alarmStan Hu
2016-07-29Properly abort a merge when merge conflicts occurStan Hu
2016-07-29Merge branch 'ability-batch-issue-checking' into 'master' Robert Speicher
2016-07-29Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher
2016-07-29Check for Ci::Build artifacts at database levelPaco Guzman
2016-07-29Bump gitlab_git to speedup DiffCollection iterationsPaco Guzman
2016-07-29Method for returning issues readable by a userYorick Peterse
2016-07-29Implement final review comments from @rymai.Timothy Andrew
2016-07-29Use `Gitlab::Access` to protected branch access levels.Timothy Andrew
2016-07-29Authorize user before creating/updating a protected branch.Timothy Andrew
2016-07-29Have the `branches` API work with the new protected branches data model.Timothy Andrew
2016-07-29Implement review comments from @axil.Timothy Andrew
2016-07-29Implement review comments from @dbalexandre.Timothy Andrew
2016-07-29Favor labels like `Allowed to push` over `Allowed To Push`.Timothy Andrew
2016-07-29Admins count as masters too.Timothy Andrew
2016-07-29Make specs compatible with PhantomJS versions < 2.Timothy Andrew
2016-07-29Humanize protected branches' access levels at one location.Timothy Andrew
2016-07-29Fix all specs related to changes in !5081.Timothy Andrew
2016-07-29Fix default branch protection.Timothy Andrew
2016-07-29Update protected branches spec to work with the `select`s.Timothy Andrew
2016-07-29Allow setting "Allowed To Push/Merge" while creating a protected branch.Timothy Andrew
2016-07-29Enforce "No One Can Push" during git operations.Timothy Andrew
2016-07-29Add "No One Can Push" to the protected branches UI.Timothy Andrew
2016-07-29Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew
2016-07-29Add models for the protected branch access levels.Timothy Andrew
2016-07-29Merge branch 'cache-commit-author-lookup' into 'master' Yorick Peterse
2016-07-29Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to...Yorick Peterse
2016-07-29Merge branch 'fix/use-fewer-queries-for-mr-notes' into 'master' Douwe Maan
2016-07-28Merge branch 'ci-icons-again' into 'master' Jacob Schatz
2016-07-28Merge branch 'log-project-deletion' into 'master' Stan Hu
2016-07-28Merge branch 'new-issue-by-email' into 'master' Douwe Maan
2016-07-28Add a log message when a project is scheduled for destruction for debuggingStan Hu
2016-07-28Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez
2016-07-28Merge branch '20308-fix-title-that-is-show-in-the-dropdown-toggle-button-on-p...Rémy Coutable
2016-07-28Fix the title of the toggle dropdown buttonHerminio Torres
2016-07-28Reduce number of queries made for merge_requests/:id/diffsAhmad Sherif
2016-07-28Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin
2016-07-28Add specs for caching commit authorStan Hu
2016-07-28Cache the commit author in RequestStore to avoid extra lookups in PostReceiveStan Hu
2016-07-27Replace reject_blocked with reject_blocked! in callbacks.Connor Shea
2016-07-27Merge branch 'akismet-ui-check' into 'master' Douwe Maan
2016-07-27Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre
2016-07-27Fix renaming repository when name contains invalid chars under settingsDouglas Barbosa Alexandre
2016-07-27Merge branch 'allow-skipping-users-in-autocomplete' into 'master' Robert Speicher
2016-07-27Merge branch '5571-hipchat-notifications-missing-colors' into 'master' Robert Speicher
2016-07-27Allow skipping users in autocompleteSean McGivern
2016-07-27Respective cache is now expired when creating a new branchtiagonbotelho