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-06-17Update doc/ci/yaml/README.mddocs/add-multiple-extends-headerBrendan O'Leary 🐢
2019-06-17Merge branch 'issue-58747' into 'master'Nick Thomas
Fix GPG signature verification with recent versions of GnuPG Closes #58747 See merge request gitlab-org/gitlab-ce!29388
2019-06-17Fix GPG signature verification with recent versions of GnuPGDavid Palubin
2019-06-17Merge branch '30138-display-cycle-analytics-issue-logic-fixes' into 'master'James Lopez
Resolve "Display and logic improvements for cycle analytics" Closes #30138 See merge request gitlab-org/gitlab-ce!29018
2019-06-17Fix plan stage queryGosia Ksionek
Fix plan stage query and the way it is displayed
2019-06-17Merge branch '9490-record-repository_type-on-lfs_objects_projects-ce' into ↵Grzegorz Bizon
'master' CE backport for gitlab-ee!13894 (Save repository_type to LfsObjectsProject) See merge request gitlab-org/gitlab-ce!29179
2019-06-17Merge branch 'error-pipelines-for-blocked-users' into 'master'Grzegorz Bizon
Preventing blocked users and their PipelineSchdules from creating new Pipelines Closes #47756 See merge request gitlab-org/gitlab-ce!27318
2019-06-17Merge branch 'docs/turn-single-line-code-into-blocks' into 'master'Sanad Liaquat
Turn single line code into blocks to improve documentation readability Closes #62506 See merge request gitlab-org/gitlab-ce!29693
2019-06-17Turn single line code into blocksWalmyr
To improve doc readability. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62506
2019-06-17Merge branch 'master-i18n' into 'master'Bob Van Landuyt
Master i18n See merge request gitlab-org/gitlab-ce!29723
2019-06-17New translations from CrowdinLuke Bennett
2019-06-17Merge branch 'container-registry-api-perms-58271' into 'master'Kamil Trzciński
Align Container Registry API Delete Permissions with UI See merge request gitlab-org/gitlab-ce!29512
2019-06-17Allow Developer role to delete tags via container registry apiJason Goodman
This brings the API permissions in line with the UI permissions
2019-06-17Merge branch '35428-docker-registry-date-not-accurate' into 'master'Filipa Lacerda
Resolve "Docker registry date not accurate" Closes #35428 See merge request gitlab-org/gitlab-ce!29464
2019-06-17Resolve "Docker registry date not accurate"Nick Kipling
2019-06-17Merge branch '8429-enforce-template-inclusion-in-pipelines-fe-backport' into ↵Filipa Lacerda
'master' Backporting required template form on admin CI/CD See merge request gitlab-org/gitlab-ce!29154
2019-06-17Merge branch 'boolean-values-from-matches-operator' into 'master'Kamil Trzciński
return boolean from Pipeline::Expression::Lexeme::Matches#evaluate See merge request gitlab-org/gitlab-ce!29717
2019-06-17Merge branch 'sh-fix-issue-63158' into 'master'Rémy Coutable
Fix inability to set visibility_level on project via API Closes #63158 See merge request gitlab-org/gitlab-ce!29578
2019-06-17Merge branch 'revert-3a50fc5d' into 'master'Filipa Lacerda
Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'" See merge request gitlab-org/gitlab-ce!29684
2019-06-17Merge branch '62910-task-completion-status-gql-pderichs' into 'master'Sean McGivern
Make task completion status available via GraphQL Closes #62910 See merge request gitlab-org/gitlab-ce!29573
2019-06-17Merge branch 'sh-clean-query-recorder-backtrace' into 'master'Sean McGivern
Clean QueryRecorder backtrace See merge request gitlab-org/gitlab-ce!29724
2019-06-17Merge branch 'gitlab-ui-259-style-checkboxes' into 'master'Kushal Pandya
Make changes suggested by Pedro for UX See merge request gitlab-org/gitlab-ce!29324
2019-06-17Merge branch 'docs-existing-knative' into 'master'Evan Read
Add documentation on using serverless with existing Knative instance See merge request gitlab-org/gitlab-ce!29699
2019-06-17Add documentation on using serverless with existing Knative instanceDaniel Gruesso
2019-06-17Merge branch 'sh-bump-ruby-labkit' into 'master'Ash McKenzie
Upgrade gitlab-labkit to 0.3.0 See merge request gitlab-org/gitlab-ce!29728
2019-06-17Merge branch 'docs-university-link' into 'master'Evan Read
Docs: Fix link in university support doc See merge request gitlab-org/gitlab-ce!29582
2019-06-17Docs: Fix link in university support docMarcel Amirault
2019-06-17Merge branch 'docs-sso-enforce-note' into 'master'Evan Read
Docs: SSO Groups: Add login session note See merge request gitlab-org/gitlab-ce!29628
2019-06-17Merge branch 'sh-bump-mime-types-data' into 'master'Ash McKenzie
Upgrade mime-types-data to 3.2019.0331 See merge request gitlab-org/gitlab-ce!29729
2019-06-17Merge branch 'fix/grammar' into 'master'Ray Paik
[Docs] Fix minor grammar issue See merge request gitlab-org/gitlab-ce!29716
2019-06-17Fix send_file_upload_spec.rb with right MIME typeStan Hu
This fixes a regression in mime-types-data: https://github.com/mime-types/mime-types-data/pull/20
2019-06-17Upgrade gitlab-labkit to 0.3.0Stan Hu
This matches the version used in Gitaly, bumps the gRPC version to be aligned with GitLab CE/EE, and adds gRPC interceptor support: https://gitlab.com/gitlab-org/labkit-ruby/compare/v0.2.0...v0.3.0
2019-06-17CE backport for changes in EE MR 13894Luke Duncalfe
This backports to CE changes that allow the recording of the repository_type in the table lfs_objects_projects. This is in order to allow future pruning of unreferenced LFS objects, as we will need to know which repository to look in for the LFS pointer file. The EE MR that contains the original code and a full explanation of the changes is https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894 EE Issue https://gitlab.com/gitlab-org/gitlab-ee/issues/9490 Note that there was a lot of CE code changed in the EE MR because we want to allow the wiki repository to also use LFS. See https://gitlab.com/gitlab-org/gitlab-ce/issues/43721. As the wiki is an unlicensed feature, a full backport is required to enable this.
2019-06-17Merge branch 'sh-bump-msgpack' into 'master'Ash McKenzie
Bump msgpack to 1.2.10 See merge request gitlab-org/gitlab-ce!29730
2019-06-17Merge branch 'docs/edit-after-script-context' into 'master'Achilleas Pipinellis
Edit after script context text See merge request gitlab-org/gitlab-ce!29583
2019-06-17Edit after script context textEvan Read
2019-06-17Merge branch 'say-dependency-list-is-from-gemnasium-docs' into 'master'Achilleas Pipinellis
Say that the dependency list is from Gemnasium See merge request gitlab-org/gitlab-ce!29673
2019-06-17Say that the dependency list is from GemnasiumFabien Catteau
Make it explicit that the dependency list is generated from Gemnasium.
2019-06-15Merge branch 'patch-71' into 'master'Stan Hu
Fix broken hyperlink in reducing_the_repo_size_using_git.md See merge request gitlab-org/gitlab-ce!29727
2019-06-15Bump msgpack to 1.2.10Stan Hu
This saves some space by matching the version used by Gitaly. List of changes: * https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog * https://github.com/msgpack/msgpack-ruby/compare/v1.2.6..v1.2.10
2019-06-15Upgrade mime-types-data to 3.2019.0331Stan Hu
This saves some disk space by matching the version used in Gitaly. Only minor changes: https://github.com/mime-types/mime-types-data/blob/master/History.md
2019-06-15Fix broken hyperlink in reducing_the_repo_size_using_git.mdTom Forbes
2019-06-15Merge branch 'pendo-poc' into 'master'Tim Zallmann
Backport: Pendo POC snippet See merge request gitlab-org/gitlab-ce!29439
2019-06-15Backport: Pendo POC snippetDonald Cook
2019-06-15Add task count and completed count to graphql typesPatrick Derichs
Add specs for task completion status (graphql) Fix style issues Changed format of constants in spec Refactor specs to reduce creation of records Reduce parameters to merge request creation Use set's for project and user Move let's out of it_behaves_like block Fix description parameter Fix format of lets Use dig to get task completion status out of graphql response Modified rspec output Add changelog entry
2019-06-15Merge branch 'renovate/gitlab-ui-4.x' into 'master'Clement Ho
Update dependency @gitlab/ui to ^4.1.0 See merge request gitlab-org/gitlab-ce!29707
2019-06-15Update dependency @gitlab/ui to ^4.1.0null
2019-06-15Clean QueryRecorder backtraceStan Hu
This makes it much easier to debug N+1 queries via QueryRecorder by eliminating unnecessary lines.
2019-06-15Return boolean from Lexeme::Matches#evaluatedrew cimino
2019-06-15Merge branch '57813-merge-request-tabs-do-not-handle-ctrl-click-correctly' ↵Fatih Acet
into 'master' Resolve "Merge request tabs do not handle ctrl+click correctly" Closes #57813 See merge request gitlab-org/gitlab-ce!29506