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
AgeCommit message (Expand)Author
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-06-17Add latest changes from gitlab-org/gitlab@14-0-stable-eeGitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-03-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-09-24Use `Gitlab::SafeRequestStore` in more placesMichael Kozono
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-05-04Backport of 4084-epics-username-autocompleteMario de la Ossa
2018-04-10Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2017-06-29bugfix: use `require_dependency` to bring in DeclarativePolicyhttp://jneen.net/
2017-06-27convert the special-case Ability methods to use policieshttp://jneen.net/
2017-06-27convert all the policies to DeclarativePolicyhttp://jneen.net/
2017-03-09use a magic default :global symbol instead of nilhttp://jneen.net/
2017-01-25address commentsJarka Kadlecova
2017-01-19Support notes without projectJarka Kadlecova
2016-08-30factor out a RuleSet so that `delegate!` retains @cannothttp://jneen.net/
2016-08-30remove the rest of the dead codehttp://jneen.net/
2016-08-30take the dive - only use abilities from Policieshttp://jneen.net/
2016-08-30port UserPolicyhttp://jneen.net/
2016-08-30port runners, namespaces, group/project_membershttp://jneen.net/
2016-08-30trim more dead codehttp://jneen.net/
2016-08-30port groupshttp://jneen.net/
2016-08-30port personal snippetshttp://jneen.net/
2016-08-30trim dead codehttp://jneen.net/
2016-08-30add automatic detection of the policy classhttp://jneen.net/
2016-08-30port CommitStatus/Buildhttp://jneen.net/
2016-08-30add and use MergeRequestPolicyhttp://jneen.net/
2016-08-30port issues to Issu{able,e}Policyhttp://jneen.net/
2016-08-30add support for anonymous abilitieshttp://jneen.net/
2016-08-30add policies, and factor out ProjectPolicyhttp://jneen.net/
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-08-30make almost everything on Ability privatehttp://jneen.net/
2016-08-30don't double-cache project_abiliteshttp://jneen.net/
2016-08-30remove six, and use a Set insteadhttp://jneen.net/
2016-08-30re-enable the cyclomatic complexity checkerhttp://jneen.net/
2016-08-26Fix "Wiki" link not appearing in navigation for projects with external wikiAlejandro Rodríguez
2016-08-20Make Ability#project_abilities return unique values and fix countsStan Hu
2016-08-20Fix assorted rspec failures due to stale, cached user permissionsStan Hu
2016-08-17Merge branch 'master' into diff-line-comment-vuejsConnor Shea
2016-08-17Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre
2016-08-17Turn board for public projects accessible to everyoneDouglas Barbosa Alexandre
2016-08-17Add authorization to issues board related controllersDouglas Barbosa Alexandre
2016-08-13Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-08-04Move abilities by subject class to a dedicated methodRémy Coutable
2016-08-04Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-07-29Method for returning issues readable by a userYorick Peterse
2016-07-29Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-07-27Incorporate review commentsStan Hu