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-09-04Add initial scalability review documentationsh-scalability-review-docsStan Hu
2019-09-04Merge branch 'docs-storage-counteer' into 'master'Achilleas Pipinellis
Adds docs for total usage storage quota See merge request gitlab-org/gitlab-ce!32600
2019-09-04Adds docs for total usage storage quotaFilipa Lacerda
2019-09-04Merge branch '62535-upgrade-graphql-gem-to-version-1-8-17' into 'master'Mayra Cabrera
Upgrade GraphQL gem to 1.8.17 See merge request gitlab-org/gitlab-ce!32299
2019-09-04Upgrade GraphQL gem to 1.8.17Brett Walker
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
2019-09-04Merge branch 'add-markdownlint-to-dependencies' into 'master'Clement Ho
Add markdownlint-cli to yarn dependencies See merge request gitlab-org/gitlab-ce!32593
2019-09-04Add markdownlint-cli to yarn dependenciesAchilleas Pipinellis
This is the tool that we use to lint the Markdown files. Let's add it to yarn.lock so that we can use it in development. Pinned to 0.18.0.
2019-09-04Merge branch 'update-eslint-utils-to-1.4.2' into 'master'Mike Greiling
Update eslint-utils to 1.4.2 Fixes vulnerability in development environment. See https://nvd.nist.gov/vuln/detail/CVE-2019-15657 See merge request gitlab-org/gitlab-ce!32251
2019-09-04Merge branch 'remove-unnecessary-freeze-in-app-finders' into 'master'Stan Hu
Avoid calling freeze on already frozen strings in app/finders See merge request gitlab-org/gitlab-ce!32634
2019-09-04Merge branch 'je-add-group-deployments-page-fe' into 'master'Mike Greiling
Add ability to see project deployments at cluster level (FE) See merge request gitlab-org/gitlab-ce!31575
2019-09-04Add ability see deployments using a group clusterJacques Erasmus
Added the ability to see project deployments using a group cluster
2019-09-04Merge branch 'issue_54042' into 'master'Michael Kozono
Let project reporters create issue from group boards Closes #54042 See merge request gitlab-org/gitlab-ce!29866
2019-09-04Let project reporters create issue from group boardsFelipe Artur
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
2019-09-04Merge branch ↵Michael Kozono
'60372-milestone-link-prevent-delete-issue-after-move-it-to-another-project-2' into 'master' Add service to transfer Group Milestones when transferring a Project See merge request gitlab-org/gitlab-ce!31778
2019-09-04Add service to transfer group milestonesEugenia Grieff
- Add new service that transfers milestones from a group to a project - Include new service in Projects transfer service - Include FromUnion module in Milestone model to use in transfer service - Add specs for new milestones service - Add specs for transferring milestones in project transfer service
2019-09-04Merge branch 'fix-smime-settings-require' into 'master'Rémy Coutable
Use spec_helper for S/MIME settings specs See merge request gitlab-org/gitlab-ce!32647
2019-09-04Merge branch 'docs-sethgitlab-dast' into 'master'Achilleas Pipinellis
Clarified website url precedence See merge request gitlab-org/gitlab-ce!32599
2019-09-04Clarified website url precedenceSeth Berger
2019-09-04Merge branch 'docs-fixes-scheduling-on-background-migrations' into 'master'Achilleas Pipinellis
Cleans up "Scheduling" section on Background Migrations See merge request gitlab-org/gitlab-ce!32557
2019-09-04Removes regular migrations from background onesMayra Cabrera
Specifies that background migrations should be scheduled as post deployment migrations
2019-09-04Merge branch 'docs-sethgitlab-dast-ssot' into 'master'Achilleas Pipinellis
Removed reference to project for DAST See merge request gitlab-org/gitlab-ce!32601
2019-09-04Removed reference to project for DASTSeth Berger
2019-09-04Merge branch 'osw-record-repo-push-events' into 'master'James Lopez
Backport EE "Track repository pushes as audit events" See merge request gitlab-org/gitlab-ce!32304
2019-09-04Merge branch 'remove-unnecessary-freeze-in-app-services' into 'master'Rémy Coutable
Avoid calling freeze on already frozen strings in app/services See merge request gitlab-org/gitlab-ce!32635
2019-09-04Merge branch 'ce-14713-fix-geo-link-pointing-to-online-doc' into 'master'Douglas Barbosa Alexandre
Add a link to the 'Repository Storage Types' doc page See merge request gitlab-org/gitlab-ce!32650
2019-09-04Merge branch 'winh-issue-get-epic_iid' into 'master'Dmitriy Zaporozhets
Expose epic_iid in issues API (CE-backport) See merge request gitlab-org/gitlab-ce!32544
2019-09-04Add epic_iid to issue API entityWinnie Hellmann
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
2019-09-04Merge branch 'winh-service-desk-config-requirement' into 'master'Sean McGivern
Add note to gitlab.yml about Service Desk requirement See merge request gitlab-org/gitlab-ce!32651
2019-09-04Add note to gitlab.yml about Service Desk requirementWinnie Hellmann
2019-09-04Merge branch '66454-base-components' into 'master'Kushal Pandya
Creates base components for new job log See merge request gitlab-org/gitlab-ce!32543
2019-09-04Creates base components for new job logFilipa Lacerda
Creates a link component, a line component and a clickable line component to handle the new job log format
2019-09-04Merge branch 'persist-needs-error' into 'master'Grzegorz Bizon
Persist `needs:` validation as config error See merge request gitlab-org/gitlab-ce!32648
2019-09-04Merge branch 'pb-update-gitlab-shell-10-0-0' into 'master'Nick Thomas
Update gitlab-shell to v10.0.0 See merge request gitlab-org/gitlab-ce!32645
2019-09-04Merge branch 'renovate/gitlab-packages' into 'master'Clement Ho
Update dependency @gitlab/ui to v5.21.0 See merge request gitlab-org/gitlab-ce!32632
2019-09-04Backport "Track repository pushes as audit events"Oswaldo Ferreira
2019-09-04Add a link to the 'Repository Storage Types' doc pageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-04Merge branch 'mk/fix-comment' into 'master'Dmitriy Zaporozhets
Fix outdated comment See merge request gitlab-org/gitlab-ce!32598
2019-09-04Merge branch '12079-productivity-analytics-part-1' into 'master'James Lopez
Backport EE changes for productivity analytics. See merge request gitlab-org/gitlab-ce!32575
2019-09-04Persist `needs:` validation as config errorKamil Trzciński
In case when `needs:` is missing, but when requested by service, we would not save the pipeline with config_error. This makes it explicit that we want to persist the error as `config_error` failure reason.
2019-09-04Use spec_helper for S/MIME settings specsYorick Peterse
The constant tested is defined in an initializer, and these are not loaded when using fast_spec_helper. When running just this test file, or when running this test first this can lead to test failures. To fix this we just use spec_helper instead of fast_spec_helper.
2019-09-04Update gitlab-shell to v10.0.0Patrick Bajao
2019-09-04Merge branch '66428-make-review-app-deployment-use-wait' into 'master'Rémy Coutable
Make Review App deployment use `--wait` instead of `--atomic` for better debugging Closes #66428 See merge request gitlab-org/gitlab-ce!32223
2019-09-04Merge branch 'robust-download-chart' into 'master'Rémy Coutable
Make download_chart function robust for its own Review App See merge request gitlab-org/gitlab-ce!32595
2019-09-04Backport EE changes for productivity analyticsPavel Shutsin
Improve diff lines count efficiency
2019-09-04Merge branch '61927-internal-api-jwt-auth' into 'master'Kamil Trzciński
Extract Workhorse <-> GitLab JWT authentication to make it reusable See merge request gitlab-org/gitlab-ce!32623
2019-09-04Merge branch '61927-internal-api-namespace' into 'master'Kamil Trzciński
Rename API::Internal class to API::Internal::Base See merge request gitlab-org/gitlab-ce!32617
2019-09-04Merge branch 'fix-doc-qa-pipeline' into 'master'Rémy Coutable
Add docs exception back to qa manual job See merge request gitlab-org/gitlab-ce!32631
2019-09-04Add docs exception back to qa manual jobMarcel Amirault
2019-09-04Merge branch 'winh-ci-remove-jsdoc' into 'master'Mike Greiling
Remove jsdoc job See merge request gitlab-org/gitlab-ce!32465
2019-09-04Remove jsdoc jobWinnie Hellmann