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 (Collapse)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. ↵Shinya Maeda
dry up workers
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
The `members` table can have entries where `user_id: nil`, because people can invite group members by email. We never want to include those as members, because it might cause confusion with the anonymous (logged out) user.
2017-07-24Associate Issues tab only with internal issues trackerJarka Kadlecova
2017-07-07Remove update|admin_pipeline_schedule from Project, and grant it in ↵Kamil Trzcinski
PipelineSchedule
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 ↵Kamil Trzcinski
and commit statuses without giving ability to access them
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
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-07Merge branch 'ee-1439-read-only-user' into 'master' Douwe Maan
Backport changes from gitlab-org/gitlab-ee!998 See merge request !8984
2017-02-05Backport changes from gitlab-org/gitlab-ee!998Timothy Andrew
Some changes in EE for the auditor user feature need to be backported to CE to avoid merge conflicts. This commit encapsulates all these backports.
2017-02-01Fix pages abilitiesKamil Trzcinski
2017-02-01Initial work on GitLab Pages updateKamil Trzcinski
2017-02-01Add GitLab PagesKamil Trzcinski
- The pages are created when build artifacts for `pages` job are uploaded - Pages serve the content under: http://group.pages.domain.com/project - Pages can be used to serve the group page, special project named as host: group.pages.domain.com - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB) - The public/ is extracted from artifacts and content is served as static pages - Pages asynchronous worker use `dd` to limit the unpacked tar size - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml - Pages are part of backups - Pages notify the deployment status using Commit Status API - Pages use a new sidekiq queue: pages - Pages use a separate nginx config which needs to be explicitly added
2016-12-29Merge branch 'issue_25682' into 'master' Sean McGivern
Parse JIRA issue references even if Issue Tracker is disabled Closes #25682 See merge request !8238
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
Fixes #18448
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
Due to different way of handling owners of a project, they were not allowed to fetch CI sources for project.
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
- Public projects - anyone can access - Private projects - any member (guest level and above) can access
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 ↵Kamil Trzcinski
(this also includes a container images, and in future LFS files)
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/