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-01-04Add submit feedback link to help dropdownBrandon Labuschagne
2019-01-04Merge branch 'patch-37' into 'master'Evan Read
Documentation: Make correction to URL, from https://about.gitab.com/handbook/documentation/... See merge request gitlab-org/gitlab-ce!24137
2019-01-04Make correction to URL, from https://about.gitab.com/handbook/documentation/ ↵carla
to https://about.gitlab.com/handbook/documentation/ (I searched to see if this is a duplicate of an existing fix, didn't find one)
2019-01-04Merge branch 'gt-update-inlcude-parameter-description' into 'master'Evan Read
Update `include` parameter usage description See merge request gitlab-org/gitlab-ce!24118
2019-01-04Merge branch 'sh-fix-clone-url-for-https' into 'master'Douglas Barbosa Alexandre
Fix clone URL not showing if protocol is HTTPS Closes #55896 See merge request gitlab-org/gitlab-ce!24131
2019-01-04Merge branch '27861-add-markdown-editing-buttons-to-the-file-editor' into ↵Fatih Acet
'master' Resolve "Add markdown editing buttons to the file editor" Closes #27861 See merge request gitlab-org/gitlab-ce!23480
2019-01-04Merge branch 'knative-prometheus' into 'master'Kamil Trzciński
Add Knative metrics to Prometheus See merge request gitlab-org/gitlab-ce!23972
2019-01-04Fix clone URL not showing if protocol is HTTPSStan Hu
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did not work because the protocol returned to `http_enabled?` was the actual protocol in use (e.g. `https` instead of `http`). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
2019-01-04Add Knative metrics to PrometheusChris Baumbauer
2019-01-04Merge branch 'tz-user-popover-follow-up' into 'master'Clement Ho
Added Comment to user avatar Image, Changed Fixtures to created ones, added shadow color See merge request gitlab-org/gitlab-ce!23768
2019-01-03Merge branch '54386-integrate-mobile-css-framework-into-specific-frameworks' ↵Annabel Dunstone Gray
into 'master' Integrate mobile CSS framework into specific frameworks Closes #54386 See merge request gitlab-org/gitlab-ce!23301
2019-01-03Merge branch 'fix-popover-header-size' into 'master'Annabel Dunstone Gray
Force popover-header to size 14px instead of rems Closes gitlab-ee#8941 See merge request gitlab-org/gitlab-ce!24065
2019-01-03Force popover-header to size 14px instead of remsClement Ho
2019-01-03Merge branch 'ce-1979-fe-settings-empty' into 'master'Kushal Pandya
CE Port of "(Part 1) FE multiple approval rules settings - empty state" See merge request gitlab-org/gitlab-ce!24087
2019-01-03Merge branch 'add-link-rel-me' into 'master'Clement Ho
Add rel=me to user's website link See merge request gitlab-org/gitlab-ce!24089
2019-01-03Add rel=me to user's website linkWiktor Kwapisiewicz
rel=me links allow cross-linking of user's identities. This behavior is used by software to determine if user controls profiles on two different sites. For example Mastodon uses it to display verified badge on links. Both Twitter and GitHub automatically add rel=me to links added to users' profiles. See: https://www.zylstra.org/blog/2018/10/mastodon-rel-me/ See: http://microformats.org/wiki/rel-me
2019-01-03Merge branch 'sh-drop-webhooks-project-export' into 'master'Douwe Maan
Drop Webhooks from project import/export config Closes #53513 See merge request gitlab-org/gitlab-ce!24121
2019-01-03Merge branch '55883-modal-header-titles-have-an-unnecessary-top-margin' into ↵Clement Ho
'master' Remove unnecessary top margin in modal header titles Closes #55883 See merge request gitlab-org/gitlab-ce!24108
2019-01-03Merge branch 'qa-issues-collapsible-comments' into 'master'Sanad Liaquat
Collapsible Comments Test for Issues Closes #52617 See merge request gitlab-org/gitlab-ce!22985
2019-01-03Collapsible Comments Test for IssuesRamya Authappan
2019-01-03Merge branch 'deprecated-positional-spec-arguments' into 'master'Lin Jen-Shin
Fix deprecation: Using positional arguments in integration tests See merge request gitlab-org/gitlab-ce!24110
2019-01-03Drop Webhooks from project import/export configStan Hu
Webhook URLs were recently encrypted in the database via https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21645, and as a result they are no longer exported. When an exported project with Webhooks is imported, the project import service will fail with `URI::InvalidURIError: bad URI(is not URI?)` due to a blank URL. We avoid this by disabling the export/import of Webhooks in the first place. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53513
2019-01-03Merge branch '54844-report-syntax-dep-scan-ado' into 'master'Kamil Trzciński
Use reports syntax for Dependency scanning job Closes #54844 See merge request gitlab-org/gitlab-ce!24081
2019-01-03Use reports syntax for Dependency scanning jobTetiana Chupryna
2019-01-03Merge branch 'allow-basic-auth-on-go-get-middleware' into 'master'Douwe Maan
Allow basic auth on go get middleware Closes #45055 See merge request gitlab-org/gitlab-ce!23497
2019-01-03Update `include` parameter usage description [ci skip]George Tsiolis
2019-01-03Revert changesmortyccp
2019-01-03Fix lint errorsmortyccp
2019-01-03Remove authentication via warden and PRIVATE_TOKEN headermortyccp
2019-01-03Fix rspec error in rails 4mortyccp
2019-01-03Fix lint errormortyccp
2019-01-03Allow basic authentication on go get middlewaremortyccp
2019-01-03Merge branch 'patch-37' into 'master'Douwe Maan
Update GITLAB_SHELL_VERSION to 8.4.4 See merge request gitlab-org/gitlab-ce!24106
2019-01-03Merge branch 'sh-bump-mini-test' into 'master'Lin Jen-Shin
Bump minitest to 5.11.3 to match Gitaly version See merge request gitlab-org/gitlab-ce!24070
2019-01-03Merge branch 'docs/add-requirements-for-auto-sast' into 'master'Achilleas Pipinellis
Add requirements for Auto SAST See merge request gitlab-org/gitlab-ce!24104
2019-01-03Merge branch '55860-use-OpenShift' into 'master'Kamil Trzciński
Use OpenShift in docs and Web UI instead of Openshift Closes #55860 See merge request gitlab-org/gitlab-ce!24097
2019-01-03Merge branch 'sh-make-qa-gems-consistent' into 'master'Sean McGivern
Update gems in Gemfile and qa/Gemfile to be consistent See merge request gitlab-org/gitlab-ce!24112
2019-01-03Merge branch 'use-after-transition' into 'master'Grzegorz Bizon
Prefer to use after_transition Closes #55306 See merge request gitlab-org/gitlab-ce!24107
2019-01-03Remove top margin in modal header titlesLukas Eipert
2019-01-03Update gems in Gemfile and qa/Gemfile to be consistentStan Hu
This will allow developers to run `bundle install` on both directories and avoid additional calls to RubyGems for local development. Also sets up the possibility of improved caching as mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/55843.
2019-01-03Merge branch '55290-docs-update-link-to-updated-prometheus-url' into 'master'Kushal Pandya
docs: Fix links to Prometheus Metrics Library Closes #55290 See merge request gitlab-org/gitlab-ce!23790
2019-01-03Merge branch 'docs-remove-irrelevant-sentences-in-job-artifacts-md' into ↵Evan Read
'master' Remove outdated sentences from job_artifacts.md See merge request gitlab-org/gitlab-ce!24013
2019-01-03Merge branch '55836-docs-fix-navigation-style-in-docs' into 'master'Evan Read
Fix navigation style in docs Closes #55836 See merge request gitlab-org/gitlab-ce!24090
2019-01-03Update CHANGELOG.md for 11.6.2GitLab Release Tools Bot
[ci skip]
2019-01-03Fix deprecation: Using positional arguments in integration testsJasper Maes
2019-01-03Merge branch 'ccr/49289_milestone_link' into 'master'Mike Greiling
Add project milestone link Closes #49289 See merge request gitlab-org/gitlab-ce!22552
2019-01-02Merge branch 'deprecated-insert-sql' into 'master'Robert Speicher
Fix deprecation: insert_sql is deprecated and will be removed See merge request gitlab-org/gitlab-ce!23944
2019-01-02Merge branch 'deprecated-redirect-back' into 'master'Robert Speicher
Fix deprecation: redirect_to :back is deprecated See merge request gitlab-org/gitlab-ce!23943
2019-01-02Fix deprecation: redirect_to :back is deprecatedJasper Maes
2019-01-02Fix deprecation: insert_sql is deprecated and will be removedJasper Maes