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
2019-08-27Merge branch 'ab-codeowners-database' into 'master'Mayra Cabrera
Change database codeowners to database maintainer group See merge request gitlab-org/gitlab-ce!32229
2019-08-27Change database maintainers group for codeownersAndreas Brandl
Aligning with backend maintainers, @gitlab-org/maintainers/database is now used for codeowners.
2019-08-27Merge branch 'setting_mirror_repos_too_big' into 'master'Tim Zallmann
apps: remove the too big "Mirror a repository" header Closes #66445 See merge request gitlab-org/gitlab-ce!32097
2019-08-27Remove tests from quarantineMark Lapierre
2019-08-26Merge branch 'docs/53811-move-multiple-issue-boards-to-free-and-core' into ↵Achilleas Pipinellis
'master' Added note that Multiple Issue Boards moved tiers. See merge request gitlab-org/gitlab-ce!31829
2019-08-26Added note that Multiple Issue Boards moved tiers.Russell Dickenson
2019-08-26Merge branch 'patch-74' into 'master'Mike Greiling
fix: remove double % See merge request gitlab-org/gitlab-ce!32178
2019-08-26Merge branch 'docs-jv-gitaly-concurrency-limiter' into 'master'Achilleas Pipinellis
Add documentation about Gitaly concurrency limiter See merge request gitlab-org/gitlab-ce!31902
2019-08-26Add documentation about Gitaly concurrency limiterJacob Vosmaer
2019-08-26Reduce complexity of CI filesStan Hu
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-26Merge branch '13764-fix' into 'master'Mayra Cabrera
Remove unnecessary include Closes gitlab-ee#13764 See merge request gitlab-org/gitlab-ce!32173
2019-08-26Remove unnecessary includeReuben Pereira
2019-08-26Guard against deleted project feature entryStan Hu
In https://gitlab.com/gitlab-org/gitlab-ce/issues/66482, we see that a project's `project_feature` association may be lazily loaded and hence return `nil` if the entry is deleted if the `Project` is already loaded in memory. To ensure we don't fail hard when this happens, assume all features are disabled. We can fix this issue by eager loading the `project_feature` in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32169, but we shouldn't have to depend on that. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66482
2019-08-26Merge branch 'mdl-to-markdownlint' into 'master'Achilleas Pipinellis
Change mdl to markdownlint for docs linting Closes #65806 See merge request gitlab-org/gitlab-ce!31994
2019-08-26Change docs markdown linterMarcel Amirault
Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards
2019-08-26Merge branch 'docs-kramdown-warnings-3' into 'master'Achilleas Pipinellis
Add backticks and remove brackets causing kramdown warnings See merge request gitlab-org/gitlab-ce!32197
2019-08-26Add backticks and remove square bracketsMarcel Amirault
Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
2019-08-26Merge branch 'ee-12032-defaults-to-python-3-docs' into 'master'Achilleas Pipinellis
Document that License Compliance defaults to Python 3 See merge request gitlab-org/gitlab-ce!31910
2019-08-26License Compliance defaults to Python 3Fabien Catteau
License Compliance now uses Python 3 by default. See https://gitlab.com/gitlab-org/gitlab-ee/issues/12032
2019-08-26Merge branch 'master' into 'master'Achilleas Pipinellis
Update docs for forgotten secrets file See merge request gitlab-org/gitlab-ce!31393
2019-08-26ci_builds also has encrypted tokensBill Bagdon
These need to be reset
2019-08-26Merge branch 'doc-sethgitlab-csupdate' into 'master'Achilleas Pipinellis
Added sample to container scanning See merge request gitlab-org/gitlab-ce!32166
2019-08-26Updated container scanningSeth Berger
Updated container scanning docs with a sample config
2019-08-26Merge branch 'docs-password-storage' into 'master'Achilleas Pipinellis
Document how GitLab stores passwords See merge request gitlab-org/gitlab-ce!32077
2019-08-26Merge branch 'docs-gitaly-path-fixes' into 'master'Achilleas Pipinellis
Improve Gitaly path details See merge request gitlab-org/gitlab-ce!31931
2019-08-26Improve Gitaly path detailsBen Bodenmiller
related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65422
2019-08-26Merge branch '66132-document-new-line-chart-in-panel-metric-type' into 'master'Achilleas Pipinellis
Add Documentation for `line-chart` See merge request gitlab-org/gitlab-ce!32075
2019-08-26Add Documentation for `line-chart`Miguel Rincon
2019-08-26Merge branch 'user_name_migration' into 'master'Lin Jen-Shin
Add first and last name to User model See merge request gitlab-org/gitlab-ce!31985
2019-08-26Using before_save method instead of setterAishwarya Subramanian
Removed unused method for name setter method
2019-08-26Merge branch 'user-tracking-settings' into 'master'Jan Provaznik
Adjusts snowplow to use cookies for sessions Closes telemetry#77 See merge request gitlab-org/gitlab-ce!31826
2019-08-26Changes snowplow to use cookies for sessionsJeremy Jackson
This also restructures how and where the configuration for Snowplow lives.
2019-08-26Merge branch 'sh-fix-nplusone-issues' into 'master'Mayra Cabrera
Fix N+1 Gitaly calls in /api/v4/projects/:id/issues See merge request gitlab-org/gitlab-ce!32171
2019-08-26Merge branch 'bw-move-funtion-to-resolver' into 'master'Mayra Cabrera
Upgrade GraphQL gem to 1.8.4 and replace echo function with a resolver See merge request gitlab-org/gitlab-ce!32016
2019-08-26Replace echo function with a resolverBrett Walker
The `GraphQL::Function` has been deprecated in favor of resolvers.
2019-08-26Merge branch 'pl-qa-k8s' into 'master'Dan Davison
Refactor kubernetes setup in QA See merge request gitlab-org/gitlab-ce!29799
2019-08-26Extract gcloud and minikube cluster providerPeter Leitzen
Add cluster provider k3d
2019-08-26Merge branch 'georgekoltsov/54023-fogbugz-visibility-level' into 'master'Rémy Coutable
Change default visibility level for FogBugz imported projects to Private See merge request gitlab-org/gitlab-ce!32142
2019-08-26Change default visibility level for FogBugz imported projects to PrivateGeorge Koltsov
2019-08-26Merge branch 'qa-use-dag-for-package-and-qa-always-job' into 'master'Lin Jen-Shin
Use the 'needs' keyword for 'package-and-qa' job See merge request gitlab-org/gitlab-ce!32085
2019-08-26Merge branch 'id-code-review-smau' into 'master'Lin Jen-Shin
Add usage pings for merge request creating See merge request gitlab-org/gitlab-ce!32059
2019-08-26Add usage pings for merge request creatingIgor
Code Review Usage Ping for Create SMAU
2019-08-26Merge branch 'zj-remove-object-pools-feature-flag' into 'master'Nick Thomas
Remove the object pools feature flag See merge request gitlab-org/gitlab-ce!32204
2019-08-26Merge branch 'qa-copy-license-file-in-qa-image' into 'master'Lin Jen-Shin
Copy `ee/app/models/license.rb` in the QA image if present See merge request gitlab-org/gitlab-ce!32111
2019-08-26Incorporate review feedbackRobert Schilling
2019-08-26Use the 'needs' keyword for 'package-and-qa-always' jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-26Merge branch 'pl-rubocop-include-exclude' into 'master'Sean McGivern
Utilize RuboCop's Include/Exclude config See merge request gitlab-org/gitlab-ce!32098
2019-08-26Utilize RuboCop's Include/Exclude configPeter Leitzen
Stop checking the file location programmatically.
2019-08-26Merge branch 'renovate/gitlab-packages' into 'master'Filipa Lacerda
Update dependency @gitlab/ui to v5.19.0 See merge request gitlab-org/gitlab-ce!32202
2019-08-26Copy ee/app/models/license.rb in the QA image if presentRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>