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-10-05Merge branch 'gitlab-templates-maintainer' into 'master'Mek Stittri
Add gitlab-templates code owners See merge request gitlab-org/gitlab-ce!22138
2018-10-05Merge branch 'load_project_features' into 'master'Sean McGivern
Preload project features in reference parser Closes #43094 See merge request gitlab-org/gitlab-ce!22008
2018-10-05Merge branch 'auth' into 'master'Nick Thomas
Make GitLab pages support access control Closes #33422 See merge request gitlab-org/gitlab-ce!18589
2018-10-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-10-05Merge branch '50246-can-t-sort-group-issues-by-popularity-when-searching' ↵Grzegorz Bizon
into 'master' Resolve "Can't sort group issues by popularity when searching" Closes #50246 See merge request gitlab-org/gitlab-ce!21521
2018-10-05Merge branch 'winh-upgrade-svgs' into 'master'Phil Hughes
Upgrade gitlab-svgs to 1.31.0 See merge request gitlab-org/gitlab-ce!22139
2018-10-05Merge branch 'docs/fix-404-to-8.17' into 'master'Achilleas Pipinellis
Fix links and Markdown. See merge request gitlab-org/gitlab-ce!22128
2018-10-05Put issues group search CTE behind a (default on) flagSean McGivern
We don't think this is needed any more - see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21521, and https://gitlab.com/gitlab-org/gitlab-ce/issues/52271 for removing the flag.
2018-10-05Merge branch 'feature/gb/pipeline-only-except-with-modified-paths' into 'master'Kamil Trzciński
Pipeline only/except for modified paths See merge request gitlab-org/gitlab-ce!21981
2018-10-05Add changelog entrySean McGivern
2018-10-05Remove confidential access checks if user has group accessSean McGivern
We simplify the query generated if the user can see all confidential issues in a project context. This change applies the same simplification to group issue lists.
2018-10-05Add spec for group issues search + sortingSean McGivern
2018-10-05Upgrade gitlab-svgs to 1.31.0Winnie Hellmann
2018-10-05Merge branch '22188-drop-down-filter-for-project-snippets' into 'master'Fatih Acet
Resolve "Drop down filter for project snippets" Closes #22188 See merge request gitlab-org/gitlab-ce!21458
2018-10-05Resolve "Drop down filter for project snippets"Fabian Schneider
2018-10-05Merge branch 'ce-issue_1984' into 'master'Sean McGivern
Backport CE changes from draft_notes addition in EE See merge request gitlab-org/gitlab-ce!22125
2018-10-05Merge branch '50904-remove-icon-env' into 'master'Grzegorz Bizon
Removes icon key from job endpoint See merge request gitlab-org/gitlab-ce!22085
2018-10-05Delete 50904-remove-icon-env.ymlGrzegorz Bizon
2018-10-05Merge branch 'epics-e2e-tests' into 'master'Grzegorz Bizon
Adding qa-selectors for e2e tests See merge request gitlab-org/gitlab-ce!21824
2018-10-05Adding qa-selectors for e2e testsRamya Authappan
2018-10-05Merge branch 'patch-29' into 'master'Marcia Ramos
Documentation: Use proper Configure label instead of Configuration in issue_workflow.md See merge request gitlab-org/gitlab-ce!22114
2018-10-05Merge branch '52143-use-tiller-directly' into 'master'Dmitriy Zaporozhets
Use tiller directly for Auto DevOps Closes #52143 See merge request gitlab-org/gitlab-ce!22076
2018-10-05Merge branch 'revert-2f0a0761' into 'master'Douwe Maan
Revert "Merge branch 'feature/git-v2-flag' into 'master'" See merge request gitlab-org/gitlab-ce!22134
2018-10-05Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan
List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118
2018-10-05Merge branch 'rs-feature-enabled-and-licensed' into 'master'Douwe Maan
Add `Feature.enabled_and_licensed?` See merge request gitlab-org/gitlab-ce!21687
2018-10-05Merge branch 'master' into feature/gb/pipeline-only-except-with-modified-pathsGrzegorz Bizon
* master: Require spec helpers loaded by other spec helpers first Resolve "2FA mobile options should be rephrased" Add css class to Admin > Project > show page Trim whitespace when inviting a new user by email Bump Gitaly to v0.124.0 Banzai project ref- share context more aggresively Add reliable fetcher for Sidekiq Allows to filter issues by `Any milestone` in the API
2018-10-05Improve only: changes feature documentationGrzegorz Bizon
Align with current technical writing style-guides.
2018-10-05Add gitlab-templates code ownersAlessio Caiazza
With https://gitlab.com/gitlab-org/gitlab-ce/issues/50289 we moved CI templates into gitlab repository. The previous gitlab-ci-yml maintainers are now marked as code owners. Auto DevOps is assigned to configure team backend developers.
2018-10-05Merge branch '51748-filter-any-milestone-via-api' into 'master'Douwe Maan
Allows to filter issues by `Any milestone` in the API Closes #51748 See merge request gitlab-org/gitlab-ce!22080
2018-10-05Merge branch 'mao/48221-issues_show_sql_count' into 'master'Sean McGivern
Banzai label ref finder - minimize SQL calls by sharing context more aggresively Closes #48221 See merge request gitlab-org/gitlab-ce!22070
2018-10-05Revert "Merge branch 'feature/git-v2-flag' into 'master'"James Lopez
This reverts merge request !21520
2018-10-05Merge branch 'spec-helpers-order' into 'master'Stan Hu
Require spec helpers loaded by other spec helpers first See merge request gitlab-org/gitlab-ce!22127
2018-10-05Fix links and Markdown.Evan Read
2018-10-05Require spec helpers loaded by other spec helpers firstAlejandro Rodríguez
2018-10-05Redirect IO streams to prevent hangingThong Kuah
https://en.wikipedia.org/wiki/Nohup#Overcoming_hanging https://gitlab.com/gitlab-org/gitlab-runner/issues/2880
2018-10-05Use tiller directly for Auto DevOpsThong Kuah
This saves a external network call to fetch a helm plugin. The cost is a few lines of shell script
2018-10-05Merge branch 'ee-7126-admin-projects-geo-status' into 'master'Douglas Barbosa Alexandre
EE backport: Add css class to Admin > Project > show page See merge request gitlab-org/gitlab-ce!22124
2018-10-05Merge branch '40140-2FA-mobile-options-should-be-rephrased' into 'master'Filipa Lacerda
Resolve "2FA mobile options should be rephrased" Closes #40140 See merge request gitlab-org/gitlab-ce!21998
2018-10-05Resolve "2FA mobile options should be rephrased"Marc Schwede
2018-10-05Backport CE changes from draft_notes addition in EEMario de la Ossa
2018-10-05Merge branch '52194-trim-extra-whitespace-invite-member' into 'master'Clement Ho
Trim whitespace when inviting a new user by email Closes #52194 See merge request gitlab-org/gitlab-ce!22119
2018-10-05Add css class to Admin > Project > show pageGabriel Mazetto
2018-10-04Merge branch 'sh-bump-gitaly-to-fix-mirrors' into 'master'Alejandro Rodríguez
Bump Gitaly to v0.124.0 Closes #52235 See merge request gitlab-org/gitlab-ce!22120
2018-10-04Add ProjectFeature check for feature flagRobert Speicher
This will allow an explicitly-disabled feature flag to override a feature being available for a project. As an extreme example, we could quickly disable issues across all projects at runtime by running `Feature.disable(:issues)`.
2018-10-04Trim whitespace when inviting a new user by emailJacopo
2018-10-04Bump Gitaly to v0.124.0Stan Hu
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/52235
2018-10-04Merge branch 'add_reliable_fetcher' into 'master'Nick Thomas
Add reliable sidekiq fetcher See merge request gitlab-org/gitlab-ce!21715
2018-10-04Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'Kamil Trzciński
# Conflicts: # app/models/ci/pipeline.rb
2018-10-04Banzai project ref- share context more aggresivelyMario de la Ossa
Changes `Banzai::CrossProjectReference#parent_from_ref` to return the project in the context if the project's `full_path` matches the ref we're looking for, as it makes no sense to go to the database to find a Project we already have loaded.
2018-10-04Merge branch '47496-more-n-1s-in-calculating-notification-recipients' into ↵Robert Speicher
'master' Resolve "More N+1s in calculating notification recipients" Closes #47496 See merge request gitlab-org/gitlab-ce!22050