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
path: root/app
AgeCommit message (Collapse)Author
2019-04-05Merge branch 'css-color-utils' into 'master'Clement Ho
Add color util classes for backgrounds and text See merge request gitlab-org/gitlab-ce!26898
2019-04-05Merge branch ↵Filipa Lacerda
'ce-9262-move-project-search-bar-into-modal-dialog-on-operations-dashboard-page' into 'master' CE backport: Add reusable project_selector component See merge request gitlab-org/gitlab-ce!25036
2019-04-05Add checkbox to choose to create new list when creating new labelTucker Chapman
2019-04-05Merge branch ↵Filipa Lacerda
'9788-add-generic-metrics-report-type-to-merge-requests-backport' into 'master' Backporting EE changes to CE See merge request gitlab-org/gitlab-ce!26871
2019-04-05Merge branch '59719-const-get' into 'master'Robert Speicher
Do not inherit when calling const_get See merge request gitlab-org/gitlab-ce!26985
2019-04-05Merge branch 'revert-3962b00b' into 'master'Andreas Brandl
Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" See merge request gitlab-org/gitlab-ce!27051
2019-04-05Merge branch '57482-shortcut-to-create-merge-request-from-web-ide' into 'master'Phil Hughes
Resolve "Shortcut to create merge request from Web IDE" Closes #57482 See merge request gitlab-org/gitlab-ce!26792
2019-04-05Merge branch '9201-create-a-user-via-scim-ce' into 'master'Douglas Barbosa Alexandre
[CE] Add saml provider to user build service (Backport EE 10456) See merge request gitlab-org/gitlab-ce!26903
2019-04-05Merge branch '57668-create-file-from-url' into 'master'Phil Hughes
Resolve "Support creating new file from URL in the Web IDE" Closes #57668 See merge request gitlab-org/gitlab-ce!26622
2019-04-05Merge branch 'allow-ref-name-caching-projects-controller' into 'master'Douglas Barbosa Alexandre
Enable FindCommit caching for project and commits pages See merge request gitlab-org/gitlab-ce!27048
2019-04-05Removes the undescriptive CI Charts headerDimitrie Hoekstra
Additional changes include removal of translation records Added changelog
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Enable FindCommit caching for project and commits pagesStan Hu
This reduces a handful of duplicate FindCommit calls while viewing the projects and commits pages.
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Merge branch '57493-add-limit-to-user-name' into 'master'Andreas Brandl
Add a length limit of 128 char to the user name field See merge request gitlab-org/gitlab-ce!26146
2019-04-05Fall back to project repository type by defaultBob Van Landuyt
This makes sure that we always have a repository type when trying to parse a repository from a path. This is needed because sometimes we want to perform access checks as if the project already existed, for example when creating a project on push. Before this we were only doing that when accessing git over http, this makes sure it also works correctly when accessing git over SSH
2019-04-05Merge branch 'keyval-labels' into 'master'Sean McGivern
[CE] Add mutually exclusive labels See merge request gitlab-org/gitlab-ce!26804
2019-04-05Merge branch '58375-api-controller' into 'master'Sean McGivern
Add a prometheus proxy API per environment Closes #58375 See merge request gitlab-org/gitlab-ce!26841
2019-04-05Merge branch 'ce-proj-settings-ok-avatar-only' into 'master'Kushal Pandya
CE Improve project avatar settings See merge request gitlab-org/gitlab-ce!26589
2019-04-05Restore multiple series supportAdriel Santiago
Corrects an issue whereby queries which return multiple series results were not rendering as multiple data series on the metrics dashboard
2019-04-05Merge branch 'fix-merge-request-relations-with-pipeline-on-mwps' into 'master'Kamil Trzciński
Fix MWPS doesn't work for merge request pipelines See merge request gitlab-org/gitlab-ce!26906
2019-04-05Merge branch 'extend-cte-optimisations-to-projects' into 'master'Dmitriy Zaporozhets
Extend CTE search optimisation to projects Closes #55170 See merge request gitlab-org/gitlab-ce!26908
2019-04-05Merge branch '59162-fix-review-apps-initial-seeding' into 'master'Dmitriy Zaporozhets
Fix race condition in ApplicationSettingImplementation.create_from_defaults Closes #59162 See merge request gitlab-org/gitlab-ce!26319
2019-04-05Fix scoped links styling on milestones pageJan Provaznik
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-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-05Add limit of 128 characters to users nameBrandon Labuschagne
Truncate existing users names which exceed 128 characters Include test for truncating users names
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-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-05Fix labels selection, escape text in templatesKushal Pandya
2019-04-05Add saml provider to user build serviceJames Lopez
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-05Dynamic vuln graph dimensionsFernando Arias
* Fix up graph resize logic if navbar is collapsed Add snapshot
2019-04-05Fix merge requst relationships with pipeline in MWPSServiceShinya Maeda
MWPSService currently uses the old pipeline lookup method. It searches related merge requests with pipeline.ref, however, this doesn't work for attached/detached merge request pipelines.
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-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-05Hide kubernetes cluster warning when a cluster existsMike Greiling
2019-04-05Backporting EE changes to CEScott Hampton
Changes in EE involving ability to size MR widget icons. Also changing loading icon to medium size.
2019-04-05Switch to Object.const_getThong Kuah
As we get error with Kernel.const_get(..., false) ``` uninitialized constant Kernel::Gitlab ``` Kernel is included into Object. I guess top level constants are loaded into Object and not the Kernel module.
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-04Allow message strings to be translatedrpereira2
2019-04-04Call permit! on paramsrpereira2
2019-04-04Remove permitting of paramsrpereira2
- It is now being done in ProxyService class.
2019-04-04Add spec for invalid environment idrpereira2
2019-04-04Streamline controller specsPeter Leitzen
2019-04-04Add a Prometheus API per environmentrpereira2
The api will proxy requests to the environment's prometheus server. The Prometheus::ProxyService class can be reused when we add support for group prometheus servers.