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
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-25Make checks for continue_params more robustMarkus Koller
The check for continue_params&.key?(:to) in Projects::ImportsController caused an exception in redirect_to if this key contained a nil value. Since url_for won't add any params for an empty hash, we can just return that in continue_params if params[:continue] isn't present, and simplify the code in the controllers to check for the values we actually want to use.
2019-05-29Hide password on import by url formIgor Drozdov
2019-04-15Forbid the use of `#reload` and prefer `#reset`Kamil Trzciński
The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case.
2019-03-27Externalize strings in projects controllersMartin Wortschack
- concerns - dashboard - groups - import
2018-12-17Make Projects::ImportsController EE-compatibleRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-28Small code refactoring for condition circuit breakingTiago Botelho
Also adds Changelog entry
2018-11-27Removes all the irrelevant import related code and columnsTiago Botelho
Clears the import related columns and code from the Project model over to the ProjectImportState model
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.
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-06backports changed import logic from pull mirroring feature into CETiago Botelho
2016-05-13removed transaction stuffJames Lopez
2016-05-12more changes based on MR feedbackJames Lopez
2016-05-11trying to fix timing issue with import statusJames Lopez
2016-03-13ContinueToParams -> ContinueParamsZeger-Jan van de Weg
2016-03-13Check redirect path in the continue_paramsZeger-Jan van de Weg
Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2649 https://gitlab.com/gitlab-org/gitlab-ce/issues/13956
2016-02-17Redirect /import to project page if no importing at all and repo existsRémy Coutable
Fixes #13367.
2016-01-26Fixi import redirect loopDouglas Barbosa Alexandre
2015-12-18Fix specs and behavior for LFS filesDouwe Maan
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-11-18Fix redirect after import fails.Douwe Maan
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-03-10Fixing import redirect loopDJ Mountney
While importing, don't redirect import actions to the project page, even if the repository exists
2015-03-03Add brakeman rake task and improve code securityDmitriy Zaporozhets
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-11-30Move projects import to separate resource. Add bare repo creation to ↵Dmitriy Zaporozhets
repository controller Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>