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
2023-08-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-29Further remove code branches by database typeAndreas Brandl
We dropped MySQL support and a lot of mysql specific code has been removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608. This comes in from the other direction and removes any `if postgresql?` branches.
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
2018-03-28Remove permanent redirectsBob Van Landuyt
Removes permanent redirects, this means that redirects will only be possible as long as the old route isn't taken by a new project/group.
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-08Remove unnecessary work for MySQLMichael Kozono
2017-08-08Fix conflicting redirect searchMichael Kozono
2017-06-07Added Cop to blacklist polymorphic associationsYorick Peterse
One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information.
2017-05-05Delete conflicting redirectsMichael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono