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
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-03-22Make Variable key not secretMatija Čupić
2018-03-17Alias secret_key and secret_value to key and valueMatija Čupić
2018-03-16Use secret_key and secret_value in Variables controllerMatija Čupić
2018-02-06Fix static_analysis failureMatija Čupić
2018-02-05Switch emphasis from controller format to updateMatija Čupić
2018-02-05Remove usage of VariablePresenter in controllerMatija Čupić
2018-02-05Add VariableSerializer for Ci::VariableMatija Čupić
2018-02-05Return all variables after UPDATEMatija Čupić
2018-02-05Use `resource` in Project Variables routing schemeMatija Čupić
2018-02-05Format validation errors as human readable messagesMatija Čupić
2018-02-05Pass validation errors in JSON endpointMatija Č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-05Move variable loading into before_actionMatija Čupić
2018-02-05Refactor VariablesController#save_multipleMatija Čupić
2018-02-05Implement multiple variable handling actionMatija Čupić
2018-02-05Stub multiple variable controller methodMatija Čupić
2017-07-07Use variable_params && variable_params_attributes in project variables_contro...Shinya Maeda
2017-07-07Use new project_variables_path in this MRShinya Maeda
2017-07-07gb nice catchesShinya Maeda
2017-07-07Adopt project_variable_path instead of namespace_project_variable_path. (Reso...Shinya Maeda
2017-07-07ayufan nice catchesShinya Maeda
2017-07-07Fix variables_controller.rb and formatShinya Maeda
2017-07-07Basic BE changeShinya Maeda
2017-07-06Backports for ee-2112Lin Jen-Shin
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne
2017-05-25Frontend implementation, tests, and changelogLin Jen-Shin
2017-02-06Updated the #create action to render the show view in case of a form errorJose 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-06Modified redirection logic in the variables cont.Jose Ivan Vargas
2017-02-06Added redirections to the index actions for the variables and triggers contro...Jose Ivan Vargas
2017-02-06Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas
2017-02-06changed pipelines controller name to ci_cd_pipelinesJose Ivan Vargas
2017-02-06Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas
2016-05-16Project variables UIPhil Hughes
2016-02-02Make the CI permission model simplerKamil Trzcinski
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-09-28Move CI variables page to project settingsDmitriy Zaporozhets