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-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2019-07-10Drop feature to take ownership of a trigger tokenFabio Pitino
Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
2019-03-27Externalize strings in projects controllersMartin Wortschack
- concerns - dashboard - groups - import
2019-01-31Do not expose trigger token when user should not see itGrzegorz Bizon
2018-09-26Enable even more frozen string in app/controllersgfyoung
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
2018-08-08keep pipeline triggers settings panel open after form submissionMike Greiling
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2017-07-13Remove trigger_schedule_attributes and factory :ci_trigger_for_trigger_scheduleShinya Maeda
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 ↵blackst0ne
explicitly set 'status' in 'destroy' actions of controllers
2017-04-07Fix ref referenceKamil Trzcinski
2017-04-07create_params and update_params into trigger_paramsShinya Maeda
2017-04-07Add def trigger_schedule in Trigger. Use persisted? for checling existanceShinya Maeda
2017-04-07Use allow_destroy. Remove condtion from form.haml.Shinya Maeda
2017-04-07Add form for scheduled triggerShinya Maeda
2017-03-07Improve pipeline triggers UIKamil Trzciński
2017-02-06Improved code styling on the variables_controller_specJose Ivan Vargas
Also updated the #update action inside the variables controller as to render the show and not redirect back to the settings route
2017-02-06Added redirections to the index actions for the variables and triggers ↵Jose Ivan Vargas
controllers
2017-02-06Added a flash message to the creation of triggersJose Ivan Vargas
2017-02-06Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas
Added tests to verify the access policy to the new controller
2017-02-06Corrected tests and changed trigger controller redirects to the ↵Jose Ivan Vargas
ci_cd_pipelines_settings controller
2017-02-06Converted the views to partials that compose the menu item "pipelines"Jose Ivan Vargas
2016-02-02Make the CI permission model simplerKamil Trzcinski
This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions.
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-09-29Move CI triggers page to project settings areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>