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-04-05Remove dead link in frontend docspatch-49Mark Florian
2019-04-05Merge branch 'qa-update-perf-data-script' into 'master'Sanad Liaquat
Adding perf testdata for MR diff tab See merge request gitlab-org/gitlab-ce!26660
2019-04-05Adding perf testdata for MR diff tabRamya Authappan
2019-04-05Merge branch '58375-proxy-service' into 'master'Sean McGivern
Add a service to proxy calls to Prometheus API See merge request gitlab-org/gitlab-ce!26840
2019-04-05Add a proxy method to PrometheusClientReuben Pereira
- Also refactor the get and json_api_get methods so that the get method can be reused by the new proxy method. - The new proxy method makes no changes to the request to the prometheus server and response from the prometheus server. This allows it to be used as a proxy to the Prometheus server, hence the name.
2019-04-05Merge branch 'qa-quarantine-failing-staging-nightly-tests' into 'master'Ramya Authappan
Quarantine failing tests See merge request gitlab-org/gitlab-ce!27036
2019-04-05Merge branch 'winh-filtered_search_manager' into 'master'Phil Hughes
Remove EE-specific parts from FilteredSearchManager (CE-backport) See merge request gitlab-org/gitlab-ce!27016
2019-04-05Extract recentSearchesStorageKeys from FilteredSearchManagerWinnie Hellmann
(cherry picked from commit a4d0b2435ff132da9bb238fea95672a6ddfd084d)
2019-04-05Merge branch '60021-fix-ide-file-dropdown' into 'master'Phil Hughes
Fix IDE file dropdown Closes #60021 See merge request gitlab-org/gitlab-ce!27015
2019-04-05Merge branch '56762-fix-commit-view' into 'master'Phil Hughes
Fix old image diff swipe view Closes #56762 See merge request gitlab-org/gitlab-ce!26968
2019-04-05Fix old image diff swipe viewftab
2019-04-05Merge branch 'ce-7327-add-roadmap-within-epic' into 'master'Phil Hughes
CE Backport: Re-use MR tabs styles to Epic tabs See merge request gitlab-org/gitlab-ce!26935
2019-04-05Merge branch 'ide-fix-detect-mr-from-fork' into 'master'Phil Hughes
IDE fix MR detection from fork See merge request gitlab-org/gitlab-ce!26986
2019-04-05Fix IDE detecting MR from fork branchPaul Slaughter
**Why?** Currently the IDE loads a merge request based on only the `source_branch` name. This means it loads MR's from forks that have the same branch name (not good). - This required updating the BE API to accept `source_project_id`
2019-04-05Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon
Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
2019-04-05Quarantine failing testsSanad Liaquat
2019-04-05Merge branch 'include-ci-yaml' into 'master'Grzegorz Bizon
Fixing single string values in the 'include:' keyword of gitlab-ci.yml validations See merge request gitlab-org/gitlab-ce!26998
2019-04-05fix(gitlab-ci-config): allow strings in the 'include' keywordPaul 🐻
This fix is a followup to !24098 which introduced a validation of the `include:` keyword of a gitlab-ci configuration file when triggered from /ci/lint API calls. However, there was a test case missing: the case of a single string as value. I have added a test case for that which shows that the code was not validating it correctly. This commit fixes that to allow all `include:` valid inputs.
2019-04-05Merge branch 'patch-3' into 'master'Evan Read
Fix capitalization of a sentence in CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!27021
2019-04-05Merge branch 'resize-vuln-graph' into 'master'Mike Greiling
Backport Resizable container component for gl-charts See merge request gitlab-org/gitlab-ce!26843
2019-04-05Dynamic vuln graph dimensionsFernando Arias
* Fix up graph resize logic if navbar is collapsed Add snapshot
2019-04-05Merge branch 'docs/register-runner-api' into 'master'Achilleas Pipinellis
Clarify the Runner registration and authentication tokens See merge request gitlab-org/gitlab-ce!26996
2019-04-05Clarify the Runner registration and authentication tokensAchilleas Pipinellis
2019-04-05Merge branch ↵Douglas Barbosa Alexandre
'9217-warn-on-git-fetch-over-ssh-if-the-secondary-is-lagging-the-primary' into 'master' Display console messages, if available See merge request gitlab-org/gitlab-ce!26692
2019-04-05Merge branch ↵Clement Ho
'57319-hide-kubernetes-cluster-warning-if-project-has-cluster-related' into 'master' Resolve "Hide Kubernetes cluster warning if project has cluster related" See merge request gitlab-org/gitlab-ce!26749
2019-04-05Merge branch 'sh-fix-ref-name-caching' into 'master'Douglas Barbosa Alexandre
Fix and expand Gitaly FindCommit caching See merge request gitlab-org/gitlab-ce!27018
2019-04-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceGitLab Release Tools Bot
2019-04-05Merge branch 'fix-UI-links-to-route-map-info' into 'master'Mike Greiling
Fix UI anchor links after docs refactor See merge request gitlab-org/gitlab-ce!26890
2019-04-05Fix UI anchor links after docs refactorEvan Read
2019-04-05Merge branch '57602-create-cluster-validations' into 'master'Mike Greiling
Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
2019-04-05Merge branch 'qa/replace-comment-by-variable' into 'master'Mark Lapierre
Replace comment by variable See merge request gitlab-org/gitlab-ce!27007
2019-04-05Replace comment by variableWalmyr
Instead of having a comment describing what a specific value is, better to have a variable with a meaningful name.
2019-04-05Hide kubernetes cluster warning when a cluster existsMike Greiling
2019-04-05Fix capitalization of a sentence in CONTRIBUTING.mdRory O’Kane
2019-04-04Fix and expand Gitaly FindCommit cachingStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26248 added support for deduplicating FindCommit requests using Gitaly ref name caching. However, not all endpoints were covered, and in one case the Gitaly wrapper wasn't actually surrounding the serialization step. We can safely cache ref names between FindCommit calls for #index and #show endpoints for merge requests and pipelines. This can significantly reduce the number of FindCommit requests.
2019-04-04Merge branch 'improve-review-apps-docs' into 'master'Mark Lapierre
Improve the Review Apps documentation by using gitlab-rails console See merge request gitlab-org/gitlab-ce!27006
2019-04-04Refactor new_dropdown/index to receive isOpen propPaul Slaughter
**Why?** Previously it managed this as an internal data property, but there was extra complexity involved because the component doesn't have all the information it needs (i.e. the `mouseOver` prop). This is a good opportunity to colocate the data prop with the component that has the information to change it (i.e. `file_row`) and let `new_dropdown/index` receive this value as a prop.
2019-04-04Merge branch 'update-eslint-config-version' into 'master'Clement Ho
Update gitlab/eslint-config version See merge request gitlab-org/gitlab-ce!27008
2019-04-04Merge branch 'drop-usage-of-leagcy-artifacts' into 'master'Kamil Trzciński
Drop legacy artifacts usage as there are no leftovers See merge request gitlab-org/gitlab-ce!24294
2019-04-04Update @gitlab/eslint-config versionJose Vargas
2019-04-04Fix IDE file dropdown with `mouseleave` eventPaul Slaughter
2019-04-04Merge branch '60057-fix-gitlab-schema-keyerror' into 'master'Douglas Barbosa Alexandre
Fix a KeyError in GitlabSchema Closes #60057 See merge request gitlab-org/gitlab-ce!27011
2019-04-04Merge branch 'fj-rename-terminal-to-channel' into 'master'Nick Thomas
Rename Workhorse terminal_specification to channel_specification See merge request gitlab-org/gitlab-ce!26939
2019-04-04Renamed terminal_specification to channel_specificationFrancisco Javier López
We're moving from using terminology related to terminals when we refer to Websockets connections in Workhorse. It's more appropiate a concept like channel.
2019-04-04Fix a KeyError in GitlabSchemaNick Thomas
2019-04-04Merge branch '58375-reactive-caching-changes' into 'master'Michael Kozono
Allow reactive caching to be used in services See merge request gitlab-org/gitlab-ce!26839
2019-04-04Allow reactive caching to be used in servicesReuben Pereira
Add support for defining a reactive_cache_worker_finder function that will be used by the reactive_caching_worker to generate/initialize the calling object. This allows reactive caching to work with Services where the object cannot be obtained from DB but a new object can be initialized.
2019-04-04Merge branch '57831-allow-graphql-scalar-fields-to-be-authorized' into 'master'Nick Thomas
Allow GraphQL Scalar-fields to be authorized Closes #57831 See merge request gitlab-org/gitlab-ce!26338
2019-04-04Merge branch 'mw-i18n-helpers' into 'master'Nick Thomas
Externalize strings in helpers See merge request gitlab-org/gitlab-ce!26845
2019-04-04Externalize strings in helpersMartin Wortschack
- Update qa selector - Update PO file