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-09-27Merge branch '51299-update-grape' into 'master'Sean McGivern
Update grape to 1.1.0 to address a XSS vulnerability Closes #51299 See merge request gitlab-org/gitlab-ce!21639
2018-09-27Merge branch 'jivl-fix-missing-import-skeleton-notes' into 'master'Clement Ho
Fix import statement for the skeleton notes See merge request gitlab-org/gitlab-ce!21940
2018-09-26Fix import statement for the skeleton notesJose Vargas
2018-09-26Merge branch 'jivl-bump-gitlab-ui' into 'master'Clement Ho
Bump GitLab UI version and change the file imports to a single point of entry notation See merge request gitlab-org/gitlab-ce!21937
2018-09-26Merge branch 'winh-page-title-margin' into 'master'Annabel Dunstone Gray
Change vertical margin of page titles to 16px See merge request gitlab-org/gitlab-ce!21888
2018-09-26Bump GitLab UI version and change the file imports to a single point of ↵Jose Vargas
entry notation
2018-09-26Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński
Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649
2018-09-26Merge branch '51893-qa-fix-project-subgroup-dropdown-selector' into 'master'Rémy Coutable
Update selectors for QA::Page::Group::Show Closes #51893 See merge request gitlab-org/gitlab-ce!21925
2018-09-26Merge branch '50289-unvendor-gitlab-ci-yml' into 'master'Kamil Trzciński
Resolve "Un-vendor CI templates" Closes #50289 See merge request gitlab-org/gitlab-ce!21902
2018-09-26Resolve "Un-vendor CI templates"Dylan Griffith
2018-09-26Change vertical margin of page titles to 16pxWinnie Hellmann
2018-09-26Merge branch 'dm-fix-assign-unassign-quick-actions' into 'master'Rémy Coutable
Don't ignore first action when assign and unassign quick actions are used in the same comment See merge request gitlab-org/gitlab-ce!21749
2018-09-26Merge branch 'patch-29' into 'master'Kamil Trzciński
ci docs: clarify allow_failure default See merge request gitlab-org/gitlab-ce!21791
2018-09-26Merge branch 'rename-squash-before-merge-vue-component' into 'master'Phil Hughes
Rename squash before merge vue component See merge request gitlab-org/gitlab-ce!21851
2018-09-26Merge branch 'docs/add-artifact-file-url' into 'master'Kamil Trzciński
Add documentation for stable URLs for Artifacts See merge request gitlab-org/gitlab-ce!21890
2018-09-26Update selectors for QA::Page::Group::ShowMark Lapierre
2018-09-26Merge branch 'patch-25' into 'master'Marcia Ramos
Docs: one-off typo fix See merge request gitlab-org/gitlab-ce!21872
2018-09-26Make using assign and unassign quick actions together work as expectedDouwe Maan
2018-09-26Merge branch 'mk/backport-fix-safe-request-store-test' into 'master'Yorick Peterse
[CE backport] Fix RequestStore-related EE-only test failure See merge request gitlab-org/gitlab-ce!21915
2018-09-26Merge branch 'patch-28' into 'master'Achilleas Pipinellis
uploads.md: Fix incorrect path reference See merge request gitlab-org/gitlab-ce!21901
2018-09-26Merge branch 'frozen-string-app-controllers-much-more' into 'master'Rémy Coutable
Enable even more frozen string in app/controllers See merge request gitlab-org/gitlab-ce!21919
2018-09-26Merge branch 'patch-29' into 'master'Rémy Coutable
Docs: Update deploy token example to use https See merge request gitlab-org/gitlab-ce!21720
2018-09-26Merge branch 'patch-24' into 'master'Rémy Coutable
docs: link to repo check failures See merge request gitlab-org/gitlab-ce!21829
2018-09-26Merge branch '51839-remove-sorting-on-project-tags' into 'master'Nick Thomas
Preserve order of project tags list Closes #51839 See merge request gitlab-org/gitlab-ce!21897
2018-09-26Preserve order of project tags listDennis Tang
2018-09-26Merge branch 'fix-gitlab-capitalization-translations-ce' into 'master'Rémy Coutable
Correct GitLab capitalization in CE Translation files See merge request gitlab-org/gitlab-ce!21832
2018-09-26Merge branch '49329-mr-show-commit-details' into 'master'Phil Hughes
Resolve "Commit details are not displayed when reviewing an MR commit by commit" See merge request gitlab-org/gitlab-ce!21784
2018-09-26Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter
2018-09-26Merge branch 'merge-cpp-junit-documentation-update' into 'master'Rémy Coutable
Added cpp documentation for junit integration. See merge request gitlab-org/gitlab-ce!21916
2018-09-26Merge branch 'tc-fix-rails5-subquery-selfjoin' into 'master'Douwe Maan
Work around a bug in Rails 5, where LIMIT causes trouble Closes #51729 See merge request gitlab-org/gitlab-ce!21879
2018-09-26Merge branch 'patch-28' into 'master'Phil Hughes
fix board list vertical scroll bar always shows up See merge request gitlab-org/gitlab-ce!20481
2018-09-26Enable even more frozen string in app/controllersgfyoung
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
2018-09-26Merge branch 'jivl-glui-link' into 'master'Clement Ho
Add link component from gitlab-ui See merge request gitlab-org/gitlab-ce!21803
2018-09-26Add link component from gitlab-uiJose Ivan Vargas
2018-09-26Added cpp documentation for junit integration. Shaun Burns
2018-09-25Merge branch 'leipert-dedupe-dependencies-2018-09-25' into 'master'Mike Greiling
Dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21908
2018-09-25Fix RequestStore-related test failureMichael Kozono
The test was failing https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/101444126 because https://gitlab.com/gitlab-org/gitlab-ee/blob/a04056efad6639420b469eced5130751a8cf2757/ee/spec/support/request_store.rb which is in EE only, clears the RequestStore before every test, regardless of whether RequestStore is active. This test is unusual because it sets up RequestStore without it being active, to make sure that the tested code doesn’t attempt to use RequestStore. These two unusual facts combined to cause the failure in EE only. The fix works because of the particular order of RSpec hooks in the test lifecycle.
2018-09-25Merge branch 'add-gitlab-ui-skeleton-loading' into 'master'Mike Greiling
Add gitlab-ui skeleton loading See merge request gitlab-org/gitlab-ce!21871
2018-09-25Add gitlab-ui skeleton loadingClement Ho
2018-09-25Merge branch 'docs/zj-update-repository-lang' into 'master'Achilleas Pipinellis
Update doc/user/project/repository/index.md See merge request gitlab-org/gitlab-ce!21898
2018-09-25Merge branch '51316-qa-fix-transient-fork-spec-failure' into 'master'Rémy Coutable
Troubleshoot "Transient failure in qa/specs/features/project/fork_project_spec.rb" See merge request gitlab-org/gitlab-ce!21858
2018-09-25Merge branch 'frozen-string-app-controller-more' into 'master'Stan Hu
Enable more frozen string in app/controllers/ See merge request gitlab-org/gitlab-ce!21873
2018-09-25Merge branch 'follow-up-geo-sync-disabled-wikis' into 'master'Douglas Barbosa Alexandre
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6906 See merge request gitlab-org/gitlab-ce!21903
2018-09-25Merge branch 'fix-committer-typo' into 'master'Rémy Coutable
Fix committer typo Closes #51808 See merge request gitlab-org/gitlab-ce!21899
2018-09-25Merge branch 'leipert-fix-mr-widget-header-margins' into 'master'Annabel Dunstone Gray
Fix margins in merge request header Closes #51726 See merge request gitlab-org/gitlab-ce!21878
2018-09-25Merge branch 'ce-improve-review-apps' into 'master'Douglas Barbosa Alexandre
[CE] Improve review apps See merge request gitlab-org/gitlab-ce!21087
2018-09-25Merge branch 'fa-handle_invalid_utf8_errors' into 'master'Stan Hu
Render 412 when invalid UTF-8 is passed as parameter See merge request gitlab-org/gitlab-ce!21774
2018-09-25Merge branch 'osw-clean-up-phase-for-diff-files-removal' into 'master'Yorick Peterse
Add clean-up phase for ScheduleDiffFilesDeletion migration Closes #51469 See merge request gitlab-org/gitlab-ce!21734
2018-09-25Merge branch 'ml-qa-register-ldap' into 'master'Dan Davison
QA: Allow registration when LDAP is enabled See merge request gitlab-org/gitlab-ce!21846
2018-09-25Assert successful sign in after registrationMark Lapierre
`.has_personal_area?` waits for sign in but does not ensure that it's successful. Raise an exception if not successful so we can capture a screenshot at the point of failure Adds a workaround and code to help troubleshoot why a new user doesn't stay signed in after loading a project page.