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-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-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
2019-06-15Merge branch '62149-ci-review-apps-change-pullpolicy-sidekiq-and-unicorn' ↵Stan Hu
into 'master' [CI Review Apps] Change `pullPolicy` to `Always` for `gitlab.sidekiq.image` and `gitlab.unicorn.image` and pass `FORCE_RAILS_IMAGE_BUILDS=true` to the `CNG-mirror` triggered pipeline to always rebuild the Rails image Closes #62149 See merge request gitlab-org/gitlab-ce!28592
2019-06-15Fix minor grammar issueArun Kumar Mohan
2019-06-14Merge branch 'ac-fix-graphql-project-stats' into 'master'Stan Hu
Fixes graphql project stats Closes #63275 See merge request gitlab-org/gitlab-ce!29708
2019-06-14Do not blindly expose public project statisticsMayra Cabrera
Add the missing check on GraphQL API for project statistics
2019-06-14Merge branch 'bvl-comments-graphql' into 'master'Jan Provaznik
Expose comments on Noteables in GraphQL Closes #62825 See merge request gitlab-org/gitlab-ce!29212
2019-06-14Merge branch 'leipert-default-image-node-12' into 'master'Mike Greiling
Update default CI image to use node@12 See merge request gitlab-org/gitlab-ce!29703
2019-06-14Merge branch '12173-renumber-user-callout-enum' into 'master'Kamil Trzciński
Renumber a new UserCallout enum for EE compatibility Closes gitlab-ee#12173 See merge request gitlab-org/gitlab-ce!29701
2019-06-14Merge branch 'renovate/gitlab-svgs-1.x' into 'master'Mike Greiling
Update dependency @gitlab/svgs to ^1.65.0 See merge request gitlab-org/gitlab-ce!29697
2019-06-14Update default CI image to use node@12Lukas 'Eipi' Eipert
2019-06-14Merge branch '4354-lock-memberships-to-ldap-sync-part-1' into 'master'Stan Hu
EE migration port: add app-wide LDAP membership lock field See merge request gitlab-org/gitlab-ce!29302
2019-06-14Merge branch 'ee-12033-doc-lm-python-version-docs' into 'master'Achilleas Pipinellis
Document CI variable LM_PYTHON_VERSION See merge request gitlab-org/gitlab-ce!29667