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 (Expand)Author
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
2019-04-15Add some frozen string to spec/**/*.rbgfyoung
2018-12-19Update specs to rails5 formatblackst0ne
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-02-05Extract Variables controllers specs to shared_examplesMatija Čupić
2018-02-05Refactor Variable controllers specsMatija Čupić
2018-02-05Extract Variable into separate JSON SchemaMatija Čupić
2018-02-05Extract variable parameters in VariablesController specsMatija Čupić
2018-02-05Add VariableSerializer for Ci::VariableMatija Čupić
2018-02-05Return all variables after UPDATEMatija Čupić
2018-02-05Change POST to PATCH requests in the controller specsMatija Čupić
2018-02-05Use `resource` in Project Variables routing schemeMatija Čupić
2018-02-05Use all parameters in VariablesController specsMatija Čupić
2018-02-05Remove redundant routes in VariablesControllerMatija Čupić
2018-02-05Use nested attributes for updating multiple variablesMatija Čupić
2018-02-05Add destroy functionality to save_multipleMatija Čupić
2018-02-05Implement multiple variable handling actionMatija Čupić
2018-02-05Stub multiple variable controller methodMatija Čupić
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-07gb nice catchesShinya Maeda
2017-07-07Basic BE changeShinya Maeda
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-03-18All CI offline migrationsKamil Trzciński
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-07Fixed variables_controller_spec.rb testJose Ivan Vargas
2017-02-06Improved code styling on the variables_controller_specJose Ivan Vargas
2017-02-06Added tests for the variables controller #update actionJose Ivan Vargas
2017-02-06Added a variable_controller_spec test to test for flash messages on the #crea...Jose Ivan Vargas