Browse Source

Merge branch 'standalone_develop' into pre_trustie_server

pull/346/head
xxq250 1 year ago
parent
commit
2dd567d212
3 changed files with 25 additions and 1 deletions
  1. +1
    -1
      app/services/projects/verify_auth_token_service.rb
  2. +7
    -0
      db/migrate/202409204354372_add_index_pm_to_issues.rb
  3. +17
    -0
      sybug.csv

+ 1
- 1
app/services/projects/verify_auth_token_service.rb View File

@@ -21,7 +21,7 @@ class Projects::VerifyAuthTokenService < ApplicationService
private
def regular_url
regx = /\/\/[\s\S]*.git$/ #获取字串
data = (regx.match @url).to_s[2..-5].split("/")
data = (regx.match @url).to_s[2..-5].to_s.split("/")
@website = data[0]
@owner = data[1]
@repo = data[2]


+ 7
- 0
db/migrate/202409204354372_add_index_pm_to_issues.rb View File

@@ -0,0 +1,7 @@
class AddIndexPmToIssues < ActiveRecord::Migration[5.2]
def change
add_index :issues, :pm_project_id
add_index :issues, :pm_issue_type
add_index :issues, :pm_sprint_id
end
end

+ 17
- 0
sybug.csv View File

@@ -0,0 +1,17 @@
Bug编号,所属产品,所属模块,所属项目,相关需求,相关任务,Bug标题,关键词,严重程度,优先级,Bug类型,操作系统,浏览器,重现步骤,Bug状态,截止日期,激活次数,是否确认,抄送给,由谁创建,创建日期,影响版本,指派给,指派日期,解决者,解决方案,解决版本,解决日期,由谁关闭,关闭日期,重复ID,相关Bug,相关用例,最后修改者,修改日期,附件
21,复杂智能软件平台(#1),/(#0),复杂智能软件项目(#1),镜像管理页面开发,联调(#110),镜像管理前后台接口联调(245),1,,3,3,代码错误,,,"[步骤]

[结果]

[期望]<img src=““{8.png}““ alt=““““ />
[步骤]

[结果]

[期望]


<img src=““{9.jpg}““ alt=““““ />
<img src=““{10.jpg}““ alt=““““ />

",已关闭,0000-00-00,0,是,,陈龙军,2024/8/29,主干(#trunk),Closed,2024/9/11,陈龙军,设计如此,,2024/8/29,陈龙军,2024/8/29,0,,,陈龙军,2024/9/11,

Loading…
Cancel
Save