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
2018-01-05Remove unused push_code_to_protected_branchesLin Jen-Shin
2017-10-05Cluster can be read only by masterKamil Trzcinski
2017-10-03Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda
2017-10-01authorize in controller. validation in model.Shinya Maeda
2017-09-18Allow DEVELOPER role to admin milestonesFelipe Artur
2017-08-29replace `is_team_member?` with `team_member?`Maxim Rydkin
2017-07-24Don't treat anonymous users as owners when group has pending invitesSean McGivern
2017-07-24Associate Issues tab only with internal issues trackerJarka Kadlecova
2017-07-07Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS...Kamil Trzcinski
2017-06-27convert all the policies to DeclarativePolicyhttp://jneen.net/
2017-06-13Allow to access pipelines even if they are disabled, but only present jobs an...Kamil Trzcinski
2017-05-08Add confirm delete protected branch modalSam Rose
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-04-26Fix Rubocop CyclomaticComplexity offenseRémy Coutable
2017-02-07Merge branch 'ee-1439-read-only-user' into 'master' Douwe Maan
2017-02-05Backport changes from gitlab-org/gitlab-ee!998Timothy Andrew
2017-02-01Fix pages abilitiesKamil Trzcinski
2017-02-01Initial work on GitLab Pages updateKamil Trzcinski
2017-02-01Add GitLab PagesKamil Trzcinski
2016-12-29Merge branch 'issue_25682' into 'master' Sean McGivern
2016-12-29Parse JIRA issue references even if Issue Tracker is disabledFelipe Artur
2016-12-26Include group parents into read access for project and groupDmitriy Zaporozhets
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-12-04Update effected testsZ.J. van de Weg
2016-12-04Guests can read builds if those are publicZ.J. van de Weg
2016-11-30Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre
2016-11-01Allow owners to fetch source code in CI buildsKamil Trzcinski
2016-10-17Add visibility level to project repositoryFelipe Artur
2016-10-11Make guests unable to view MRsValery Sizov
2016-10-07Improve project policy specAlejandro Rodríguez
2016-09-20Cycle analytics should be accessible to all for public projects.Timothy Andrew
2016-09-20Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew
2016-09-16Improve code commentsKamil Trzcinski
2016-09-15Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski
2016-09-13Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski
2016-09-08Add a JSON version of the `CycleAnalytics` page.Timothy Andrew
2016-09-01Project tools visibility levelFelipe Artur
2016-08-31s/NB:/NOTE:/http://jneen.net/
2016-08-30use || in place of `or`http://jneen.net/
2016-08-30use a more compact style for access policieshttp://jneen.net/
2016-08-30move the rules method to the top #cosmetichttp://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/