Merge branch 'develop' into standalone_develop

This commit is contained in:
2023-02-10 13:44:43 +08:00
15 changed files with 321 additions and 10 deletions

View File

@@ -6,7 +6,8 @@ module Api::ProjectHelper
repo = params[:repo]
@project, @owner = Project.find_with_namespace(namespace, repo)
@repository = @project&.repository
if @project
logger.info "###########project founded"
@project