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
2018-11-07Update VERSION to 11.5.0-rc3v11.5.0-rc3GitLab Release Tools Bot
2018-11-07Merge branch '11-5-stable-prepare-rc3' into '11-5-stable'Steve Azzopardi
Prepare 11.5 RC3 release See merge request gitlab-org/gitlab-ce!22869
2018-11-07Merge branch ↵Dmitriy Zaporozhets
'52771-ldap-users-can-t-choose-private-or-internal-when-creating-a-new-group' into 'master' Fix new group visibility form for non-admins Closes #52771 See merge request gitlab-org/gitlab-ce!22468
2018-11-07Update VERSION to 11.5.0-rc2v11.5.0-rc2GitLab Release Tools Bot
2018-11-06Merge branch '11-5-stable-prepare-rc2' into '11-5-stable'Steve Azzopardi
Prepare 11.5 RC2 release See merge request gitlab-org/gitlab-ce!22841
2018-11-06Merge branch 'revert-drop-gcp-clusters-table' into 'master'Steve Azzopardi
Revert Drop gcp_clusters table See merge request gitlab-org/gitlab-ce!22837
2018-11-03Update VERSION to 11.5.0-rc1v11.5.0-rc1GitLab Release Tools Bot
2018-11-02Merge branch 'sh-optimize-reload-diffs-service' into 'master'Sean McGivern
Significantly cut memory and SQL queries when reloading diffs See merge request gitlab-org/gitlab-ce!22725
2018-11-02Merge branch '52548-links-in-tabs-of-the-labels-index-pages-ends-with-html' ↵Sean McGivern
into 'master' Resolve "Links in tabs of the labels index pages ends with `.html`" Closes #52548 See merge request gitlab-org/gitlab-ce!22716
2018-11-02Merge branch 'ab-45608-stuck-mr-query' into 'master'Sean McGivern
Add index to find stuck merge requests. Closes #45608 See merge request gitlab-org/gitlab-ce!22749
2018-11-02Merge branch 'gl-ui-progress-bar' into 'master'Phil Hughes
Remove gitlab-ui's progress bar from global See merge request gitlab-org/gitlab-ce!22705
2018-11-02Remove gitlab-ui's progress bar from globalClement Ho
2018-11-02Merge remote-tracking branch 'origin/master' into dev-masterJan Provaznik
2018-11-02Merge branch 'security-kubeclient-ssrf' into 'master'Jan Provaznik
[master] Security kubeclient ssrf See merge request gitlab/gitlabhq!2575
2018-11-02Merge branch 'kinolaev-master-patch-91872' into 'master'Dmitriy Zaporozhets
Change HELM_HOST in Auto-DevOps to work behind proxy See merge request gitlab-org/gitlab-ce!22596
2018-11-02Merge branch 'sh-link-bitbucket-server-import-docs' into 'master'Evan Read
Link Bitbucket Server from import index page See merge request gitlab-org/gitlab-ce!22752
2018-11-02Merge branch 'sh-fix-generators-not-always-working' into 'master'Robert Speicher
Fix "rails g migration" not always using migration templates Closes #52651 See merge request gitlab-org/gitlab-ce!22592
2018-11-02Merge branch 'replace-tooltip-in-markdown-component' into 'master'Clement Ho
Replace tooltip in markdown component with gl-tooltip See merge request gitlab-org/gitlab-ce!21989
2018-11-02Merge branch 'user-model-merge-conflicts' into 'master'Robert Speicher
Reduce merge conflicts in the User model See merge request gitlab-org/gitlab-ce!22697
2018-11-02Merge branch 'sh-bump-puma-memory-limits' into 'master'Robert Speicher
Reserve more RAM for master process in Puma See merge request gitlab-org/gitlab-ce!22741
2018-11-01Merge branch 'fix-for-assets-image' into 'master'Stan Hu
Use CI_COMMIT_REF_SLUG when building assets image See merge request gitlab-org/gitlab-ce!22756
2018-11-01Change HELM_HOST in Auto-DevOps to work behind proxySergej
2018-11-01Use CI_COMMIT_REF_SLUG when building assets imageIan Baum
* Using CI_COMMIT_REF_NAME fails when the branch or tag contains special characters
2018-11-01Merge branch 'ee-8121-geo-search-bar' into 'master'Douglas Barbosa Alexandre
CE backport from Added a search bar to `Admin > Geo > Projects` See merge request gitlab-org/gitlab-ce!22747
2018-11-01Merge branch 'db-schema-merge-conflicts' into 'master'Robert Speicher
Use merge_db_schema for db/schema.rb conflicts See merge request gitlab-org/gitlab-ce!22692
2018-11-01Add render_if_exists to inject additional search field in EEGabriel Mazetto
This allows EE code to reuse the search partial and append additional query parameters to it, and have it preserved when searching.
2018-11-01Fix merge request specs that expect diff_files to be calledStan Hu
2018-11-01Add index to find stuck merge requests.Andreas Brandl
See https://gitlab.com/gitlab-org/gitlab-ce/issues/45608#note_113803790 for query and plan. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45608.
2018-11-01Link Bitbucket Server from import index pageStan Hu
2018-11-01Merge branch 'winh-job-list-dynamic-timer' into 'master'Clement Ho
Add dynamic timer for delayed jobs in job list See merge request gitlab-org/gitlab-ce!22656
2018-11-01Fix typo in labels_helper_spec.rbDmitriy Zaporozhets
2018-11-01Avoidp loading merge request diff files when not neededStan Hu
2018-11-01Significantly cut memory usage and SQL queries when reloading diffsStan Hu
By preloading certain models with the diff, we can eliminate many N+1 queries. For a push to the staging GitLab.com www-gitlab-com repository, this eliminates over 3000 SQL queries and appears to bring down the RSS usage by several gigabytes. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/49703
2018-11-01Use a method for the has_many :keys in ProjectYorick Peterse
This moves the `where` in the `has_many :keys` association in Project to the Key model. This allows EE to override this method, instead of modifying the source code directly.
2018-11-01Move LDAP sync time constant to a methodYorick Peterse
This moves the `1.hour` constant used as the LDAP sync time to a separate method. This allows EE to override this method using a module, instead of directly modifying the source code.
2018-11-01Use merge_db_schema for db/schema.rb conflictsYorick Peterse
This Gem can be used to automatically resolve merge conflicts in db/schema.rb. To use it you still need to initialise the configuration, which can be done by running: merge_db_schema-init --force See https://gitlab.com/gitlab-org/release/framework/issues/42 for more information.
2018-11-01Merge branch 'related_mrs' into 'master'Douglas Barbosa Alexandre
add referenced merge_requests endpoint Closes #39157 See merge request gitlab-org/gitlab-ce!21806
2018-11-01add related merge request endpointHelmut Januschka
2018-11-01Add dynamic timer for delayed jobs in job listWinnie Hellmann
2018-11-01Merge branch 'patch-31' into 'master'Achilleas Pipinellis
Fixes automatic URL formatting on Maven Page See merge request gitlab-org/gitlab-ce!22727
2018-11-01Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any'Sean McGivern
2018-11-01Merge branch 'docs/fix-user-training' into 'master'Achilleas Pipinellis
Improve markdown and fix links that don't render correctly See merge request gitlab-org/gitlab-ce!22735
2018-11-01Merge branch 'docs/fix-digital-ocean-docker' into 'master'Achilleas Pipinellis
Improve markdown and fix links that don't render correctly See merge request gitlab-org/gitlab-ce!22737
2018-11-01Merge branch 'docs/fix-ux-guide-tips' into 'master'Achilleas Pipinellis
Improve markdown and fix links that don't render correctly See merge request gitlab-org/gitlab-ce!22738
2018-11-01Merge branch '52382-filter-milestone-api-none-any' into 'master'Sean McGivern
Resolve "Filter by `None`/`Any` for milestone in issues/mrs API" Closes #52382 See merge request gitlab-org/gitlab-ce!22637
2018-11-01Merge branch 'docs/ssh-win' into 'master'Marcia Ramos
Refactor SSH keys docs for Windows clients Closes #46398 and #46399 See merge request gitlab-org/gitlab-ce!21004
2018-11-01Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis
Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
2018-11-01Merge branch 'sh-optimize-merge-request-project-lookup' into 'master'Sean McGivern
Reduce SQL queries needed to load open merge requests See merge request gitlab-org/gitlab-ce!22709
2018-11-01Refactor SSH keys docs for Windows clientsAchilleas Pipinellis
2018-11-01Merge branch 'drop-gcp-cluster-table' into 'master'Andreas Brandl
Drop gcp_clusters table See merge request gitlab-org/gitlab-ce!22713