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
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-08-19Change `be_success` to `be_successful` in specsVitali Tatarintev
Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
2019-08-14Track page views for cycle analytics show pageAdam Hegyi
This change adds a new counter 'cycle_analytics_views' to the usage data metrics to count the page views for cycle analytics show page.
2019-04-15Add some frozen string to spec/**/*.rbgfyoung
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2018-12-19Update specs to rails5 formatblackst0ne
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-03-01Adapt cycle analytics spec helper and cycle analytics usage data specTiago Botelho
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-01-26Use `empty_project` where possible in controller specsRobert Speicher
2016-11-21Updated code based on feedbackJames Lopez
2016-11-21Adds a flag to reflect whether or not there is data in cycle analyticsJames Lopez