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-05-05Update licensing.mdpatch-54Jamie Hurewitz
2019-05-04Merge branch 'docs-repo-merge-1-customization' into 'master'Achilleas Pipinellis
Docs: Merge EE doc/​customization to CE See merge request gitlab-org/gitlab-ce!27604
2019-05-04Docs: Merge EE doc/​customization to CEMarcel Amirault
2019-05-04Merge branch '50926-sort-by-due-date-and-popularity' into 'master'Douglas Barbosa Alexandre
Resolve "Sort by due date and popularity in both directions" Closes #50926 See merge request gitlab-org/gitlab-ce!25502
2019-05-04Resolve "Sort by due date and popularity in both directions"Nermin Vehabovic
2019-05-04Merge branch '59365-include-time-window-parameters-in-the-url-query-string' ↵Fatih Acet
into 'master' Resolve "Include time window parameters in the URL query string" Closes #59365 See merge request gitlab-org/gitlab-ce!27230
2019-05-03Merge branch 'sh-cache-rubocop-cwd' into 'master'Douwe Maan
Cache current working directory to speed up Rubocop Closes #61383 See merge request gitlab-org/gitlab-ce!28066
2019-05-03Merge branch '10763-track-uninstall-button-clicks-ce' into 'master'Filipa Lacerda
CE Backport of tracking uninstall button click See merge request gitlab-org/gitlab-ce!28012
2019-05-03Merge branch 'patch-37' into 'master'Bob Van Landuyt
Add @katrinleinweber as German proofreader See merge request gitlab-org/gitlab-ce!24331
2019-05-03Merge branch 'docs-56838-allow-guest-access-to-releases' into 'master'Marcia Ramos
Update Releases permissions docs See merge request gitlab-org/gitlab-ce!27935
2019-05-03Update Releases permissions docsKrasimir Angelov
Guest users now can read releases, except for items related to source code. Releated: https://gitlab.com/gitlab-org/gitlab-ce/issues/56838 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27247
2019-05-03Merge branch '59952' into 'master'Kushal Pandya
Set timezone as GMT in Jest config file Closes #59952 See merge request gitlab-org/gitlab-ce!27738
2019-05-03Merge branch '56838-allow-guest-access-to-releases' into 'master'Lin Jen-Shin
Allow guests users to access project releases Closes #56838 See merge request gitlab-org/gitlab-ce!27247
2019-05-03Allow guests users to access project releasesKrasimir Angelov
This is step one of resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/56838. Here is what changed: - Revert the security fix from bdee9e8412d. - Do not leak repository information (tag name, commit) to guests in API responses. - Do not include links to source code in API responses for users that do not have download_code access. - Show Releases in sidebar for guests. - Do not display links to source code under Assets for users that do not have download_code access. GET ':id/releases/:tag_name' still do not allow guests to access releases. This is to prevent guessing tag existence.
2019-05-03Merge branch '46806-typed-ci-variables-docs' into 'master'Marcia Ramos
Docs: Update docs related to CI variables See merge request gitlab-org/gitlab-ce!27786
2019-05-03Update docs related to CI variablesKrasimir Angelov
Add `Variable Types` section to explain supported variable types and update example and related screenshots.
2019-05-03Merge branch 'include-all-postgres-queries-in-performance-bar-summary' into ↵Stan Hu
'master' Include all queries in the performance bar summary Closes #61372 See merge request gitlab-org/gitlab-ce!28063
2019-05-03Merge branch 'js-i18n-reports' into 'master'Tim Zallmann
Internationalisation of reports directory See merge request gitlab-org/gitlab-ce!27742
2019-05-03Internationalisation of reports directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-03Cache current working directory to speed up RubocopStan Hu
This saves thousands of getcwd() system calls and improves the performance of running Rubocop, which is also used by HAML linting. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61383
2019-05-03Include all queries in the performance bar summarySean McGivern
Rails 5.1's `exec_no_cache` doesn't call `async_exec` any more, but `exec_params`: https://github.com/rails/rails/pull/33188 This means that the DB summary in the performance bar was wrong. The individual query details were still correct (we subscribe to ActiveRecord events for those). We can remove this once the upstream PR to peek-pg is in a release and we update to use that release.
2019-05-03Merge branch 'ee-10030-excluded-paths' into 'master'Bob Van Landuyt
Pass excluded paths to SAST and DS See merge request gitlab-org/gitlab-ce!28018
2019-05-03Propagate excluded paths to SAST & DS jobsFabien Catteau
Propagate DS_EXCLUDED_PATHS to dependency_scanning job, and SAST_EXCLUDED_PATHS and SAST_BANDIT_EXCLUDED_PATHS to sast job. This makes possible to excluded certains paths from SAST reports and Dependency Scanning reports, respectively.
2019-05-03Merge branch 'expand-diff-performance' into 'master'Filipa Lacerda
Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
2019-05-03Merge branch 'docs/sort-ci-features-by-stage' into 'master'Achilleas Pipinellis
Sort feature set table by stage See merge request gitlab-org/gitlab-ce!27940
2019-05-03Sort feature set table by stageEvan Read
2019-05-03Merge branch '61365-consider-setting-rspec-full_backtrace-only-in-ci' into ↵Stan Hu
'master' Resolve "Consider setting RSpec `full_backtrace` only in CI" Closes #61365 See merge request gitlab-org/gitlab-ce!28051
2019-05-03Merge branch 'js-i18n-javascript-s-directories' into 'master'Filipa Lacerda
Internationalisation of javascript/s* directories See merge request gitlab-org/gitlab-ce!27745
2019-05-03Internationalisation of javascript/s* directoriesBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-03Merge branch ↵Phil Hughes
'9971-move-ee-differences-for-app-assets-javascripts-notes-components-note_form-vue-ce' into 'master' EE Backport to CE of EE!11151 See merge request gitlab-org/gitlab-ce!27824
2019-05-03Impove the performance of expanding full diffPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
2019-05-03Show full Rspec backtrace only in CIHeinrich Lee Yu
2019-05-03Merge branch '18432-switch-to-sassc-rails' into 'master'Stan Hu
Switch to sassc-rails for faster stylesheet compilation Closes #18432 See merge request gitlab-org/gitlab-ce!26224
2019-05-03Merge branch 'patch-20' into 'master'Evan Read
[docs] Clarify gitlab.rb settings for modifying pipeline schedule worker See merge request gitlab-org/gitlab-ce!27725
2019-05-03Merge branch 'sh-whitelist-internal-api' into 'master'Stan Hu
Whitelist query limits for internal API Closes gitlab-ee#11450 See merge request gitlab-org/gitlab-ce!28037
2019-05-03Whitelist query limits for internal APIStan Hu
When creating a merge request for push options, there may be over 100 queries that are run to create a merge request. Even after we reduce the number of queries by disabling the Sidekiq jobs, it appears we still hover near this limit. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11450
2019-05-03Merge branch 'docs/modify-versions-guidance' into 'master'Mike Lewis
Adjust how we do version text in docs See merge request gitlab-org/gitlab-ce!22894
2019-05-03Merge branch '56557-disable-kubernetes-namespace-service-account-backend' ↵Stan Hu
into 'master' Add gitlab-managed option to clusters form Closes #56557 See merge request gitlab-org/gitlab-ce!26565
2019-05-03Add gitlab-managed option to clusters formMayra Cabrera
When this option is enabled, GitLab will create namespaces and service accounts as usual. When disabled, GitLab wont create any project specific kubernetes resources Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
2019-05-03Merge branch 'docs-jc-document-gitaly-log' into 'master'Evan Read
Document where Gitaly instance writes logs during rspec See merge request gitlab-org/gitlab-ce!28015
2019-05-03Document where Gitaly instance writes logs during rspecJohn Cai
2019-05-03Merge branch 'docs-update-pages-comm-contribution' into 'master'Evan Read
Docs: update Pages - make user/group website See merge request gitlab-org/gitlab-ce!27903
2019-05-03Merge branch 'use-pg-10.7' into 'master'Stan Hu
Use PostgreSQL 10.7 in tests See merge request gitlab-org/gitlab-ce!28020
2019-05-03Merge branch 'pack-refs' into 'master'Stan Hu
Schedule `git pack-refs` after push Closes #59715 See merge request gitlab-org/gitlab-ce!27826
2019-05-03Use git_garbage_collect_worker to run pack_refsJan Provaznik
PackRefs is not an expensive gitaly call - we want to call it more often (than as part of full `gc`) because it helps to keep number of refs files small - too many refs file may be a problem for deployments with slow storage.
2019-05-03Merge branch 'jc-upgrade-gitaly-1.38.0' into 'master'Stan Hu
Upgrade Gitaly to 1.40.0 See merge request gitlab-org/gitlab-ce!27968
2019-05-02Upgrade Gitaly to 1.40.0John Cai
Includes catfile cache, as well as fixes to the catfile cache code that caused it to panic in Gitaly
2019-05-02CE-backport track uninstall button clicksEnrique Alcantara
2019-05-02Clarify gitlab.rb settings for modifying pipeline schedule workerZac Sturgess
2019-05-02Merge branch '28741-play-all-manual-jobs' into 'master'Douglas Barbosa Alexandre
Play all manual jobs in a stage Closes #28741 See merge request gitlab-org/gitlab-ce!27188