Merge branch 'develop' into standalone_develop

This commit is contained in:
2023-03-01 16:29:45 +08:00
71 changed files with 1899 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ class Projects::CreateService < ApplicationService
ActiveRecord::Base.transaction do
if @project.save!
Project.update_common_projects_count!
IssueTag.init_data(@project.id)
ProjectUnit.init_types(@project.id)
Repositories::CreateService.new(user, @project, repository_params).call
upgrade_project_category_private_projects_count