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
2020-05-26Add latest changes from gitlab-org/security/gitlab@13-0-stable-eeGitLab Bot
2020-05-04Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot
2020-03-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-27Externalize strings in projects controllersMartin Wortschack
- concerns - dashboard - groups - import
2018-12-19Make Projects::DeployKeysController EE-readyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-17Fix enabling project deploy key for adminsStan Hu
Admins would be prevented from adding a project deploy key since the accessible keys would be restricted to the user's keys. Also backports a spec for DeployKeysController from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8432.
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-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-08-08ensure all project repository settings panels remain open after form submissionMike Greiling
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan
'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-09-15created services for keyshaseeb
2017-06-20Fix edit button for deploy keys available from other projectsAlexander Randa
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-04-28Re-wrote to match our docs - still not 100% sure but closer than it wasPhil Hughes
2017-03-24Project deploy keys json end pointJarka Kadlecova
2017-03-23Return 404 if deploy key cannot be found in ↵Adam Niedzielski
Projects::DeployKeysController#disable Closes #29633
2017-03-06Renamed the redirect_request concern to repository_settings_redirectJose Ivan Vargas
Also fixed naming of a test in the deploy_keys_presenter
2017-03-06Added tests for the repository_controller and repository_helperJose Ivan Vargas
Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
2017-03-06Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas
Also modified the render calls to the deploy_keys and protected_branches partials
2017-03-06Created the gear settings entry and created a way to initialize both ↵Jose Ivan Vargas
sections with one controller Changed views to partials, created the repository view, created a repository_helper to further aid the creation of variables across different controllers
2016-09-03Set current user as deploy key userAli Ibrahim
2016-08-17Allow to add deploy keys with write-accessAli Ibrahim
2016-08-08Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg
2016-08-05Create service for enabling deploy keysZ.J. van de Weg
2016-04-25Project deploy keys updated UIPhil Hughes
Closes #13992
2015-10-20Redirect to a default path if HTTP_REFERER is not setStan Hu
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
2015-06-04Remove show actions from Admin and Project DeployKeysRobert Speicher
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-04-03Clean up code.Douwe Maan
2015-04-03Allow admin to create public deploy keys that are accessible to any project.Douwe Maan
2015-03-17Satisfy Rubocop.Douwe Maan
2015-03-17Delete deploy key when last connection to a project is destroyed.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2014-10-20Use @project on controllers, don't call methodCiro Santilli
Also memoize the method to ensure that other methods in ApplicationController that rely on it can call it efficiently.
2014-06-27Make app works with strong paramsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-15fix most of warningsskv
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets