forked from Gitlink/forgeplus
Merge branch 'develop' into standalone_develop
This commit is contained in:
commit
71052c0f7c
3
Gemfile
3
Gemfile
|
@ -70,6 +70,9 @@ group :development do
|
||||||
gem 'web-console', '>= 3.3.0'
|
gem 'web-console', '>= 3.3.0'
|
||||||
gem 'listen', '>= 3.0.5', '< 3.2'
|
gem 'listen', '>= 3.0.5', '< 3.2'
|
||||||
gem 'spring'
|
gem 'spring'
|
||||||
|
gem 'pry-rails'
|
||||||
|
gem 'pry-remote'
|
||||||
|
gem 'byebug', platforms: [:mri,:mingw,:x64_mingw]
|
||||||
gem 'spring-watcher-listen', '~> 2.0.0'
|
gem 'spring-watcher-listen', '~> 2.0.0'
|
||||||
gem "annotate", "~> 2.6.0"
|
gem "annotate", "~> 2.6.0"
|
||||||
end
|
end
|
||||||
|
|
52
Gemfile.lock
52
Gemfile.lock
|
@ -1,5 +1,5 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://gems.ruby-china.com/
|
remote: https://mirrors.cloud.tencent.com/rubygems/
|
||||||
specs:
|
specs:
|
||||||
aasm (5.0.6)
|
aasm (5.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
@ -84,6 +84,7 @@ GEM
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
bulk_insert (1.7.0)
|
bulk_insert (1.7.0)
|
||||||
activerecord (>= 3.2.0)
|
activerecord (>= 3.2.0)
|
||||||
|
byebug (11.1.3)
|
||||||
capybara (3.15.1)
|
capybara (3.15.1)
|
||||||
addressable
|
addressable
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
|
@ -99,6 +100,7 @@ GEM
|
||||||
archive-zip (~> 0.10)
|
archive-zip (~> 0.10)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
chunky_png (1.3.11)
|
chunky_png (1.3.11)
|
||||||
|
coderay (1.1.3)
|
||||||
concurrent-ruby (1.1.6)
|
concurrent-ruby (1.1.6)
|
||||||
connection_pool (2.2.2)
|
connection_pool (2.2.2)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
|
@ -106,6 +108,8 @@ GEM
|
||||||
activerecord (>= 3.1.0, < 7)
|
activerecord (>= 3.1.0, < 7)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
diffy (3.3.0)
|
diffy (3.3.0)
|
||||||
|
domain_name (0.5.20190701)
|
||||||
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
doorkeeper (5.5.1)
|
doorkeeper (5.5.1)
|
||||||
railties (>= 5)
|
railties (>= 5)
|
||||||
doorkeeper-jwt (0.4.1)
|
doorkeeper-jwt (0.4.1)
|
||||||
|
@ -133,6 +137,8 @@ GEM
|
||||||
fugit (1.4.1)
|
fugit (1.4.1)
|
||||||
et-orbi (~> 1.1, >= 1.1.8)
|
et-orbi (~> 1.1, >= 1.1.8)
|
||||||
raabro (~> 1.4)
|
raabro (~> 1.4)
|
||||||
|
gitea-client (1.4.1)
|
||||||
|
rest-client (~> 2.1.0)
|
||||||
globalid (0.4.2)
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
grape-entity (0.7.1)
|
grape-entity (0.7.1)
|
||||||
|
@ -143,6 +149,9 @@ GEM
|
||||||
harmonious_dictionary (0.0.1)
|
harmonious_dictionary (0.0.1)
|
||||||
hashie (3.6.0)
|
hashie (3.6.0)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
|
http-accept (1.7.0)
|
||||||
|
http-cookie (1.0.5)
|
||||||
|
domain_name (~> 0.5)
|
||||||
i18n (1.8.2)
|
i18n (1.8.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
io-like (0.3.1)
|
io-like (0.3.1)
|
||||||
|
@ -180,6 +189,9 @@ GEM
|
||||||
mimemagic (~> 0.3.2)
|
mimemagic (~> 0.3.2)
|
||||||
maruku (0.7.3)
|
maruku (0.7.3)
|
||||||
method_source (0.9.2)
|
method_source (0.9.2)
|
||||||
|
mime-types (3.4.1)
|
||||||
|
mime-types-data (~> 3.2015)
|
||||||
|
mime-types-data (3.2023.0218.1)
|
||||||
mimemagic (0.3.10)
|
mimemagic (0.3.10)
|
||||||
nokogiri (~> 1)
|
nokogiri (~> 1)
|
||||||
rake
|
rake
|
||||||
|
@ -193,6 +205,7 @@ GEM
|
||||||
mustermann (1.1.1)
|
mustermann (1.1.1)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.3)
|
||||||
|
netrc (0.11.0)
|
||||||
nio4r (2.5.2)
|
nio4r (2.5.2)
|
||||||
nokogiri (1.10.8)
|
nokogiri (1.10.8)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
|
@ -209,9 +222,21 @@ GEM
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
omniauth (~> 1.2)
|
omniauth (~> 1.2)
|
||||||
|
omniauth-gitee (1.0.0)
|
||||||
|
omniauth (>= 1.5, < 3.0)
|
||||||
|
omniauth-oauth2 (>= 1.4.0, < 2.0)
|
||||||
|
omniauth-github (1.4.0)
|
||||||
|
omniauth (~> 1.5)
|
||||||
|
omniauth-oauth2 (>= 1.4.0, < 2.0)
|
||||||
omniauth-oauth2 (1.6.0)
|
omniauth-oauth2 (1.6.0)
|
||||||
oauth2 (~> 1.1)
|
oauth2 (~> 1.1)
|
||||||
omniauth (~> 1.9)
|
omniauth (~> 1.9)
|
||||||
|
omniauth-rails_csrf_protection (0.1.2)
|
||||||
|
actionpack (>= 4.2)
|
||||||
|
omniauth (>= 1.3.1)
|
||||||
|
omniauth-wechat-oauth2 (0.2.2)
|
||||||
|
omniauth (>= 1.3.2)
|
||||||
|
omniauth-oauth2 (>= 1.1.1)
|
||||||
parallel (1.19.1)
|
parallel (1.19.1)
|
||||||
parser (2.7.1.1)
|
parser (2.7.1.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
|
@ -221,6 +246,14 @@ GEM
|
||||||
popper_js (1.16.0)
|
popper_js (1.16.0)
|
||||||
powerpack (0.1.2)
|
powerpack (0.1.2)
|
||||||
prettier (0.18.2)
|
prettier (0.18.2)
|
||||||
|
pry (0.12.2)
|
||||||
|
coderay (~> 1.1.0)
|
||||||
|
method_source (~> 0.9.0)
|
||||||
|
pry-rails (0.3.9)
|
||||||
|
pry (>= 0.10.4)
|
||||||
|
pry-remote (0.1.8)
|
||||||
|
pry (~> 0.9)
|
||||||
|
slop (~> 3.0)
|
||||||
public_suffix (4.0.3)
|
public_suffix (4.0.3)
|
||||||
puma (3.12.2)
|
puma (3.12.2)
|
||||||
raabro (1.4.0)
|
raabro (1.4.0)
|
||||||
|
@ -292,6 +325,11 @@ GEM
|
||||||
regexp_parser (1.7.0)
|
regexp_parser (1.7.0)
|
||||||
request_store (1.5.0)
|
request_store (1.5.0)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
|
rest-client (2.1.0)
|
||||||
|
http-accept (>= 1.7.0, < 2.0)
|
||||||
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
|
mime-types (>= 1.16, < 4.0)
|
||||||
|
netrc (~> 0.8)
|
||||||
reverse_markdown (1.4.0)
|
reverse_markdown (1.4.0)
|
||||||
nokogiri
|
nokogiri
|
||||||
roo (2.8.3)
|
roo (2.8.3)
|
||||||
|
@ -380,6 +418,7 @@ GEM
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
rack-protection (= 2.0.8.1)
|
rack-protection (= 2.0.8.1)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
|
slop (3.6.0)
|
||||||
solargraph (0.38.6)
|
solargraph (0.38.6)
|
||||||
backport (~> 1.1)
|
backport (~> 1.1)
|
||||||
benchmark
|
benchmark
|
||||||
|
@ -418,6 +457,9 @@ GEM
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
|
unf (0.1.4)
|
||||||
|
unf_ext
|
||||||
|
unf_ext (0.0.8.2)
|
||||||
unicode-display_width (1.6.1)
|
unicode-display_width (1.6.1)
|
||||||
web-console (3.7.0)
|
web-console (3.7.0)
|
||||||
actionview (>= 5.0)
|
actionview (>= 5.0)
|
||||||
|
@ -448,6 +490,7 @@ DEPENDENCIES
|
||||||
bootsnap (>= 1.1.0)
|
bootsnap (>= 1.1.0)
|
||||||
bootstrap (~> 4.3.1)
|
bootstrap (~> 4.3.1)
|
||||||
bulk_insert
|
bulk_insert
|
||||||
|
byebug
|
||||||
capybara (>= 2.15, < 4.0)
|
capybara (>= 2.15, < 4.0)
|
||||||
chartkick
|
chartkick
|
||||||
chinese_pinyin
|
chinese_pinyin
|
||||||
|
@ -459,6 +502,7 @@ DEPENDENCIES
|
||||||
enumerize
|
enumerize
|
||||||
faraday (~> 0.15.4)
|
faraday (~> 0.15.4)
|
||||||
font-awesome-sass (= 4.7.0)
|
font-awesome-sass (= 4.7.0)
|
||||||
|
gitea-client (~> 1.4.1)
|
||||||
grape-entity (~> 0.7.1)
|
grape-entity (~> 0.7.1)
|
||||||
groupdate (~> 4.1.0)
|
groupdate (~> 4.1.0)
|
||||||
harmonious_dictionary (~> 0.0.1)
|
harmonious_dictionary (~> 0.0.1)
|
||||||
|
@ -472,10 +516,16 @@ DEPENDENCIES
|
||||||
oauth2
|
oauth2
|
||||||
omniauth (~> 1.9.0)
|
omniauth (~> 1.9.0)
|
||||||
omniauth-cas
|
omniauth-cas
|
||||||
|
omniauth-gitee (~> 1.0.0)
|
||||||
|
omniauth-github
|
||||||
omniauth-oauth2 (~> 1.6.0)
|
omniauth-oauth2 (~> 1.6.0)
|
||||||
|
omniauth-rails_csrf_protection
|
||||||
|
omniauth-wechat-oauth2
|
||||||
parallel (~> 1.19, >= 1.19.1)
|
parallel (~> 1.19, >= 1.19.1)
|
||||||
pdfkit
|
pdfkit
|
||||||
prettier
|
prettier
|
||||||
|
pry-rails
|
||||||
|
pry-remote
|
||||||
puma (~> 3.11)
|
puma (~> 3.11)
|
||||||
rack-cors
|
rack-cors
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
|
|
|
@ -27,6 +27,7 @@ class Api::V1::Issues::JournalsController < Api::V1::BaseController
|
||||||
end
|
end
|
||||||
|
|
||||||
def destroy
|
def destroy
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueComment', @issue&.id, current_user.id, @journal.id, 'deleted', JSON.parse(@journal.to_builder.target!))
|
||||||
if @journal.destroy!
|
if @journal.destroy!
|
||||||
render_ok
|
render_ok
|
||||||
else
|
else
|
||||||
|
|
|
@ -46,6 +46,7 @@ class JournalsController < ApplicationController
|
||||||
end
|
end
|
||||||
Rails.logger.info "[ATME] maybe to at such users: #{@atme_receivers.pluck(:login)}"
|
Rails.logger.info "[ATME] maybe to at such users: #{@atme_receivers.pluck(:login)}"
|
||||||
AtmeService.call(current_user, @atme_receivers, journal) if @atme_receivers.size > 0
|
AtmeService.call(current_user, @atme_receivers, journal) if @atme_receivers.size > 0
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('PullRequestComment', @issue&.id, current_user.id, journal.id, 'created', {})
|
||||||
# @issue.project_trends.create(user_id: current_user.id, project_id: @project.id, action_type: "journal")
|
# @issue.project_trends.create(user_id: current_user.id, project_id: @project.id, action_type: "journal")
|
||||||
|
|
||||||
# author: zxh
|
# author: zxh
|
||||||
|
@ -66,6 +67,7 @@ class JournalsController < ApplicationController
|
||||||
|
|
||||||
def destroy
|
def destroy
|
||||||
if @journal.destroy #如果有子评论,子评论删除吗?
|
if @journal.destroy #如果有子评论,子评论删除吗?
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('PullRequestComment', @issue&.id, current_user.id, @journal.id, 'deleted', JSON.parse(@journal.to_builder.target!))
|
||||||
Journal.children_journals(@journal.id).destroy_all
|
Journal.children_journals(@journal.id).destroy_all
|
||||||
normal_status(0, "评论删除成功")
|
normal_status(0, "评论删除成功")
|
||||||
else
|
else
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
class TouchWebhookJob < ApplicationJob
|
||||||
|
queue_as :webhook
|
||||||
|
|
||||||
|
def perform(source, *args)
|
||||||
|
case source
|
||||||
|
when 'IssueCreate'
|
||||||
|
issue_id, sender_id = args[0], args[1]
|
||||||
|
issue = Issue.find_by_id issue_id
|
||||||
|
sender = User.find_by_id sender_id
|
||||||
|
return if issue.nil? || sender.nil?
|
||||||
|
issue.project.webhooks.each do |webhook|
|
||||||
|
next unless webhook.events["events"]["issues"]
|
||||||
|
_, _, @webhook_task = Webhook::IssueClient.new(webhook, issue, sender,"issues").do_request
|
||||||
|
Rails.logger.info "Touch Webhook Response result: #{@webhook_task.response_content}"
|
||||||
|
end
|
||||||
|
when 'IssueUpdate'
|
||||||
|
issue_id, sender_id, changes = args[0], args[1], args[2]
|
||||||
|
issue = Issue.find_by_id issue_id
|
||||||
|
sender = User.find_by_id sender_id
|
||||||
|
return if issue.nil? || sender.nil? || !changes.is_a?(Hash) || changes.blank?
|
||||||
|
issue.project.webhooks.each do |webhook|
|
||||||
|
next unless webhook.events["events"]["issues"]
|
||||||
|
_, _, @webhook_task = Webhook::IssueClient.new(webhook, issue, sender, "issues", changes.stringify_keys).do_request
|
||||||
|
Rails.logger.info "Touch Webhook Response result: #{@webhook_task.response_content}"
|
||||||
|
end
|
||||||
|
|
||||||
|
when 'IssueAssign'
|
||||||
|
issue_id, sender_id, changes = args[0], args[1], args[2]
|
||||||
|
issue = Issue.find_by_id issue_id
|
||||||
|
sender = User.find_by_id sender_id
|
||||||
|
return if issue.nil? || sender.nil?
|
||||||
|
issue.project.webhooks.each do |webhook|
|
||||||
|
next unless webhook.events["events"]["issue_assign"]
|
||||||
|
_, _, @webhook_task = Webhook::IssueClient.new(webhook, issue, sender, "issue_assign", changes.stringify_keys).do_request
|
||||||
|
Rails.logger.info "Touch Webhook Response result: #{@webhook_task.response_content}"
|
||||||
|
end
|
||||||
|
|
||||||
|
when 'IssueLabel'
|
||||||
|
issue_id, sender_id, changes = args[0], args[1], args[2]
|
||||||
|
issue = Issue.find_by_id issue_id
|
||||||
|
sender = User.find_by_id sender_id
|
||||||
|
return if issue.nil? || sender.nil?
|
||||||
|
issue.project.webhooks.each do |webhook|
|
||||||
|
next unless webhook.events["events"]["issue_label"]
|
||||||
|
_, _, @webhook_task = Webhook::IssueClient.new(webhook, issue, sender, "issue_label", changes.stringify_keys).do_request
|
||||||
|
Rails.logger.info "Touch Webhook Response result: #{@webhook_task.response_content}"
|
||||||
|
end
|
||||||
|
|
||||||
|
when 'IssueComment'
|
||||||
|
issue_id, sender_id, comment_id, action_type, comment_json = args[0], args[1], args[2], args[3], args[4]
|
||||||
|
issue = Issue.find_by_id issue_id
|
||||||
|
comment = issue.comment_journals.find_by_id comment_id
|
||||||
|
sender = User.find_by_id sender_id
|
||||||
|
return if issue.nil? || sender.nil?
|
||||||
|
return if action_type == 'edited' && comment_json.blank?
|
||||||
|
|
||||||
|
issue.project.webhooks.each do |webhook|
|
||||||
|
next unless webhook.events["events"]["issue_comment"]
|
||||||
|
_, _, @webhook_task = Webhook::IssueCommentClient.new(webhook, issue, comment, sender, "issue_comment", action_type, comment_json).do_request
|
||||||
|
Rails.logger.info "Touch Webhook Response result: #{@webhook_task.response_content}"
|
||||||
|
end
|
||||||
|
|
||||||
|
when 'PullRequestComment'
|
||||||
|
issue_id, sender_id, comment_id, action_type, comment_json = args[0], args[1], args[2], args[3], args[4]
|
||||||
|
issue = Issue.find_by_id(issue_id)
|
||||||
|
comment = issue.comment_journals.find_by_id comment_id
|
||||||
|
sender = User.find_by_id sender_id
|
||||||
|
pull = issue.try(:pull_request)
|
||||||
|
return if pull.nil? || sender.nil?
|
||||||
|
return if action_type == 'edited' && comment_json.blank?
|
||||||
|
|
||||||
|
pull.project.webhooks.each do |webhook|
|
||||||
|
next unless webhook.events["events"]["pull_request_comment"]
|
||||||
|
_, _, @webhook_task = Webhook::PullCommentClient.new(webhook, pull, comment, sender, "pull_request_comment", action_type, comment_json).do_request
|
||||||
|
Rails.logger.info "Touch Webhook Response result: #{@webhook_task.response_content}"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
|
@ -1,42 +1,42 @@
|
||||||
# == Schema Information
|
# == Schema Information
|
||||||
#
|
#
|
||||||
# Table name: attachments
|
# Table name: attachments
|
||||||
#
|
#
|
||||||
# id :integer not null, primary key
|
# id :integer not null, primary key
|
||||||
# container_id :integer
|
# container_id :integer
|
||||||
# container_type :string(30)
|
# container_type :string(30)
|
||||||
# filename :string(255) default(""), not null
|
# filename :string(255) default(""), not null
|
||||||
# disk_filename :string(255) default(""), not null
|
# disk_filename :string(255) default(""), not null
|
||||||
# filesize :integer default("0"), not null
|
# filesize :integer default("0"), not null
|
||||||
# content_type :string(255) default("")
|
# content_type :string(255) default("")
|
||||||
# digest :string(60) default(""), not null
|
# digest :string(60) default(""), not null
|
||||||
# downloads :integer default("0"), not null
|
# downloads :integer default("0"), not null
|
||||||
# author_id :integer default("0"), not null
|
# author_id :integer default("0"), not null
|
||||||
# created_on :datetime
|
# created_on :datetime
|
||||||
# description :text(65535)
|
# description :text(65535)
|
||||||
# disk_directory :string(255)
|
# disk_directory :string(255)
|
||||||
# attachtype :integer default("1")
|
# attachtype :integer default("1")
|
||||||
# is_public :integer default("1")
|
# is_public :integer default("1")
|
||||||
# copy_from :string(255)
|
# copy_from :string(255)
|
||||||
# quotes :integer default("0")
|
# quotes :integer default("0")
|
||||||
# is_publish :integer default("1")
|
# is_publish :integer default("1")
|
||||||
# publish_time :datetime
|
# publish_time :datetime
|
||||||
# resource_bank_id :integer
|
# resource_bank_id :integer
|
||||||
# unified_setting :boolean default("1")
|
# unified_setting :boolean default("1")
|
||||||
# cloud_url :string(255) default("")
|
# cloud_url :string(255) default("")
|
||||||
# course_second_category_id :integer default("0")
|
# course_second_category_id :integer default("0")
|
||||||
# delay_publish :boolean default("0")
|
# delay_publish :boolean default("0")
|
||||||
# link :string(255)
|
# link :string(255)
|
||||||
# clone_id :integer
|
# clone_id :integer
|
||||||
#
|
#
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
# index_attachments_on_author_id (author_id)
|
# index_attachments_on_author_id (author_id)
|
||||||
# index_attachments_on_clone_id (clone_id)
|
# index_attachments_on_clone_id (clone_id)
|
||||||
# index_attachments_on_container_id_and_container_type (container_id,container_type)
|
# index_attachments_on_container_id_and_container_type (container_id,container_type)
|
||||||
# index_attachments_on_created_on (created_on)
|
# index_attachments_on_created_on (created_on)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Attachment < ApplicationRecord
|
class Attachment < ApplicationRecord
|
||||||
|
@ -184,4 +184,14 @@ class Attachment < ApplicationRecord
|
||||||
is_pdf
|
is_pdf
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |attachment|
|
||||||
|
attachment.id self.id
|
||||||
|
attachment.title self.title
|
||||||
|
attachment.filesize self.filesize
|
||||||
|
attachment.is_pdf self.is_pdf?
|
||||||
|
attachment.created_on self.created_on.strftime("%Y-%m-%d %H:%M")
|
||||||
|
attachment.content_type self.content_type
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
class Gitea::WebhookTask < Gitea::Base
|
class Gitea::WebhookTask < Gitea::Base
|
||||||
serialize :payload_content, JSON
|
serialize :payload_content, JSON
|
||||||
serialize :request_content, JSON
|
serialize :request_content, JSON
|
||||||
|
serialize :response_content, JSON
|
||||||
|
|
||||||
self.inheritance_column = nil
|
self.inheritance_column = nil
|
||||||
|
|
||||||
|
@ -10,9 +11,4 @@ class Gitea::WebhookTask < Gitea::Base
|
||||||
|
|
||||||
enum type: {gogs: 1, slack: 2, gitea: 3, discord: 4, dingtalk: 5, telegram: 6, msteams: 7, feishu: 8, matrix: 9}
|
enum type: {gogs: 1, slack: 2, gitea: 3, discord: 4, dingtalk: 5, telegram: 6, msteams: 7, feishu: 8, matrix: 9}
|
||||||
|
|
||||||
def response_content_json
|
|
||||||
JSON.parse(response_content)
|
|
||||||
rescue
|
|
||||||
{}
|
|
||||||
end
|
|
||||||
end
|
end
|
|
@ -219,4 +219,30 @@ class Issue < ApplicationRecord
|
||||||
SendTemplateMessageJob.perform_later('IssueExpire', self.id) if Site.has_notice_menu? && self.due_date == Date.today + 1.days
|
SendTemplateMessageJob.perform_later('IssueExpire', self.id) if Site.has_notice_menu? && self.due_date == Date.today + 1.days
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |issue|
|
||||||
|
issue.(self, :id, :project_issues_index, :subject, :description, :branch_name, :start_date, :due_date)
|
||||||
|
issue.created_at self.created_on.strftime("%Y-%m-%d %H:%M")
|
||||||
|
issue.updated_at self.updated_on.strftime("%Y-%m-%d %H:%M")
|
||||||
|
issue.tags self.show_issue_tags.map{|t| JSON.parse(t.to_builder.target!)}
|
||||||
|
issue.status self.issue_status.to_builder
|
||||||
|
if self.priority.present?
|
||||||
|
issue.priority self.priority.to_builder
|
||||||
|
else
|
||||||
|
issue.priority nil
|
||||||
|
end
|
||||||
|
if self.version.present?
|
||||||
|
issue.milestone self.version.to_builder
|
||||||
|
else
|
||||||
|
issue.milestone nil
|
||||||
|
end
|
||||||
|
issue.author self.user.to_builder
|
||||||
|
issue.assigners self.show_assigners.map{|t| JSON.parse(t.to_builder.target!)}
|
||||||
|
issue.participants self.participants.distinct.map{|t| JSON.parse(t.to_builder.target!)}
|
||||||
|
issue.comment_journals_count self.comment_journals.size
|
||||||
|
issue.operate_journals_count self.operate_journals.size
|
||||||
|
issue.attachments self.attachments.map{|t| JSON.parse(t.to_builder.target!)}
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -32,4 +32,10 @@ class IssuePriority < ApplicationRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |priority|
|
||||||
|
priority.(self, :id, :name)
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -44,4 +44,10 @@ class IssueStatus < ApplicationRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |status|
|
||||||
|
status.(self, :id, :name)
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -53,4 +53,11 @@ class IssueTag < ApplicationRecord
|
||||||
self.update_column(:pull_requests_count, pull_request_issues.size)
|
self.update_column(:pull_requests_count, pull_request_issues.size)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |tag|
|
||||||
|
tag.(self, :id, :name, :description)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -272,5 +272,15 @@ class Journal < ApplicationRecord
|
||||||
send_details
|
send_details
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |journal|
|
||||||
|
journal.(self, :id, :notes, :comments_count)
|
||||||
|
if self.parent_journal.present?
|
||||||
|
journal.parent_journal self.parent_journal.to_builder
|
||||||
|
end
|
||||||
|
if self.reply_journal.present?
|
||||||
|
journal.reply_journal self.reply_journal.to_builder
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -446,4 +446,59 @@ class Project < ApplicationRecord
|
||||||
def del_project_issue_cache_delete_count
|
def del_project_issue_cache_delete_count
|
||||||
$redis_cache.hdel("issue_cache_delete_count", self.id)
|
$redis_cache.hdel("issue_cache_delete_count", self.id)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |project|
|
||||||
|
project.id self.id
|
||||||
|
project.identifier self.identifier
|
||||||
|
project.name self.name
|
||||||
|
project.description Nokogiri::HTML(self.description).text
|
||||||
|
project.visits self.visits
|
||||||
|
project.praises_count self.praises_count.to_i
|
||||||
|
project.watchers_count self.watchers_count.to_i
|
||||||
|
project.issues_count self.issues_count.to_i
|
||||||
|
project.pull_requests_count self.pull_requests_count.to_i
|
||||||
|
project.forked_count self.forked_count.to_i
|
||||||
|
project.is_public self.is_public
|
||||||
|
project.mirror_url self.repository&.mirror_url
|
||||||
|
project.type self&.project_type
|
||||||
|
project.created_at self.created_on.strftime("%Y-%m-%d %H:%M")
|
||||||
|
project.updated_at self.updated_on.strftime("%Y-%m-%d %H:%M")
|
||||||
|
project.forked_from_project_id self.forked_from_project_id
|
||||||
|
project.platform self.platform
|
||||||
|
project.author do
|
||||||
|
if self.educoder?
|
||||||
|
project_educoder = self.project_educoder
|
||||||
|
project.name project_educoder&.owner
|
||||||
|
project.type 'Educoder'
|
||||||
|
project.login project_educoder&.repo_name.split('/')[0]
|
||||||
|
project.image_url render_educoder_avatar_url(self.project_educoder)
|
||||||
|
else
|
||||||
|
user = self.owner
|
||||||
|
project.name user.try(:show_real_name)
|
||||||
|
project.type user&.type
|
||||||
|
project.login user.login
|
||||||
|
project.image_url user.get_letter_avatar_url
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
project.category do
|
||||||
|
if self.project_category.blank?
|
||||||
|
project.nil!
|
||||||
|
else
|
||||||
|
project.id self.project_category.id
|
||||||
|
project.name self.project_category.name
|
||||||
|
end
|
||||||
|
end
|
||||||
|
project.language do
|
||||||
|
if self.project_language.blank?
|
||||||
|
project.nil!
|
||||||
|
else
|
||||||
|
project.id self.project_language.id
|
||||||
|
project.name self.project_language.name
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -119,4 +119,37 @@ class PullRequest < ApplicationRecord
|
||||||
|
|
||||||
JSON.parse file_names
|
JSON.parse file_names
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |pull|
|
||||||
|
pull.(self, :id, :gitea_number, :title, :body, :base, :head, :is_original, :comments_count)
|
||||||
|
pull.user self.user.to_builder
|
||||||
|
if self.fork_project.present?
|
||||||
|
pull.fork_project self.fork_project.to_builder
|
||||||
|
else
|
||||||
|
pull.fork_project nil
|
||||||
|
end
|
||||||
|
pull.created_at self.created_at.strftime("%Y-%m-%d %H:%M")
|
||||||
|
pull.updated_at self.updated_at.strftime("%Y-%m-%d %H:%M")
|
||||||
|
pull.status self.pr_status
|
||||||
|
pull.url self.pr_url
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
def pr_url
|
||||||
|
return nil if self.project.nil?
|
||||||
|
"#{Rails.application.config_for(:configuration)['platform_url']}/#{self.project.owner.login}/#{self.project.name}/pulls/#{self.id}"
|
||||||
|
end
|
||||||
|
|
||||||
|
def pr_status
|
||||||
|
case status
|
||||||
|
when 0
|
||||||
|
"OPEN"
|
||||||
|
when 1
|
||||||
|
"MERGED"
|
||||||
|
when 2
|
||||||
|
"CLOSED"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -868,6 +868,16 @@ class User < Owner
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |user|
|
||||||
|
user.(self, :id, :login)
|
||||||
|
user.name self.real_name
|
||||||
|
user.email self.mail
|
||||||
|
user.image_url self.get_letter_avatar_url
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
protected
|
protected
|
||||||
def validate_password_length
|
def validate_password_length
|
||||||
# 管理员的初始密码是5位
|
# 管理员的初始密码是5位
|
||||||
|
|
|
@ -55,6 +55,12 @@ class Version < ApplicationRecord
|
||||||
User.select(:login, :lastname,:firstname, :nickname)&.find_by_id(self.user_id)
|
User.select(:login, :lastname,:firstname, :nickname)&.find_by_id(self.user_id)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_builder
|
||||||
|
Jbuilder.new do |version|
|
||||||
|
version.(self, :id, :name, :description, :effective_date)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
def send_create_message_to_notice_system
|
def send_create_message_to_notice_system
|
||||||
SendTemplateMessageJob.perform_later('ProjectMilestone', self.id, self.user_id) if Site.has_notice_menu?
|
SendTemplateMessageJob.perform_later('ProjectMilestone', self.id, self.user_id) if Site.has_notice_menu?
|
||||||
|
|
|
@ -82,7 +82,11 @@ class Api::V1::Issues::CreateService < ApplicationService
|
||||||
SendTemplateMessageJob.perform_later('IssueAssigned', current_user.id, @created_issue&.id, assigner_ids) unless assigner_ids.blank?
|
SendTemplateMessageJob.perform_later('IssueAssigned', current_user.id, @created_issue&.id, assigner_ids) unless assigner_ids.blank?
|
||||||
SendTemplateMessageJob.perform_later('ProjectIssue', current_user.id, @created_issue&.id)
|
SendTemplateMessageJob.perform_later('ProjectIssue', current_user.id, @created_issue&.id)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# 触发webhook
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueCreate', @created_issue&.id, current_user.id)
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueLabel', @created_issue&.id, current_user.id, {issue_tag_ids: [[], issue_tag_ids]}) unless issue_tag_ids.blank?
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueAssign', @created_issue&.id, current_user.id, {assigner_ids: [[], assigner_ids]}) unless assigner_ids.blank?
|
||||||
unlock("Api::V1::Issues::CreateService:#{project.id}") # 结束写数据,解锁
|
unlock("Api::V1::Issues::CreateService:#{project.id}") # 结束写数据,解锁
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ class Api::V1::Issues::Journals::CreateService < ApplicationService
|
||||||
|
|
||||||
# @信息发送
|
# @信息发送
|
||||||
AtmeService.call(current_user, @atme_receivers, @created_journal) unless receivers_login.blank?
|
AtmeService.call(current_user, @atme_receivers, @created_journal) unless receivers_login.blank?
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueComment', @issue&.id, @current_user.id, @created_journal.id, 'created', {})
|
||||||
unlock("Api::V1::Issues::Journals::CreateService:#{@issue.id}")
|
unlock("Api::V1::Issues::Journals::CreateService:#{@issue.id}")
|
||||||
|
|
||||||
@created_journal
|
@created_journal
|
||||||
|
|
|
@ -38,6 +38,7 @@ class Api::V1::Issues::Journals::UpdateService < ApplicationService
|
||||||
|
|
||||||
# @信息发送
|
# @信息发送
|
||||||
AtmeService.call(current_user, @atme_receivers, @created_journal) unless receivers_login.blank?
|
AtmeService.call(current_user, @atme_receivers, @created_journal) unless receivers_login.blank?
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueComment', @issue&.id, @current_user.id, @updated_journal.id, 'edited', @updated_journal.previous_changes.slice(:notes).stringify_keys)
|
||||||
|
|
||||||
unlock("Api::V1::Issues::Journals::UpdateService:#{@issue.id}:#{@journal.id}")
|
unlock("Api::V1::Issues::Journals::UpdateService:#{@issue.id}:#{@journal.id}")
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ class Api::V1::Issues::UpdateService < ApplicationService
|
||||||
|
|
||||||
attr_reader :project, :issue, :current_user
|
attr_reader :project, :issue, :current_user
|
||||||
attr_reader :status_id, :priority_id, :milestone_id, :branch_name, :start_date, :due_date, :subject, :description, :blockchain_token_num
|
attr_reader :status_id, :priority_id, :milestone_id, :branch_name, :start_date, :due_date, :subject, :description, :blockchain_token_num
|
||||||
attr_reader :issue_tag_ids, :assigner_ids, :attachment_ids, :receivers_login
|
attr_reader :issue_tag_ids, :assigner_ids, :attachment_ids, :receivers_login, :before_issue_tag_ids, :before_assigner_ids
|
||||||
attr_accessor :add_assigner_ids, :previous_issue_changes, :updated_issue, :atme_receivers
|
attr_accessor :add_assigner_ids, :previous_issue_changes, :updated_issue, :atme_receivers
|
||||||
|
|
||||||
validates :project, :issue, :current_user, presence: true
|
validates :project, :issue, :current_user, presence: true
|
||||||
|
@ -26,6 +26,8 @@ class Api::V1::Issues::UpdateService < ApplicationService
|
||||||
@blockchain_token_num = params[:blockchain_token_num]
|
@blockchain_token_num = params[:blockchain_token_num]
|
||||||
@issue_tag_ids = params[:issue_tag_ids]
|
@issue_tag_ids = params[:issue_tag_ids]
|
||||||
@assigner_ids = params[:assigner_ids]
|
@assigner_ids = params[:assigner_ids]
|
||||||
|
@before_issue_tag_ids = issue.issue_tags.pluck(:id)
|
||||||
|
@before_assigner_ids = issue.assigners.pluck(:id)
|
||||||
@attachment_ids = params[:attachment_ids]
|
@attachment_ids = params[:attachment_ids]
|
||||||
@receivers_login = params[:receivers_login]
|
@receivers_login = params[:receivers_login]
|
||||||
@add_assigner_ids = []
|
@add_assigner_ids = []
|
||||||
|
@ -82,7 +84,12 @@ class Api::V1::Issues::UpdateService < ApplicationService
|
||||||
end
|
end
|
||||||
|
|
||||||
unlock("Api::V1::Issues::UpdateService:#{project.id}:#{issue.id}")
|
unlock("Api::V1::Issues::UpdateService:#{project.id}:#{issue.id}")
|
||||||
|
# 触发webhook
|
||||||
|
Rails.logger.info "################### 触发webhook"
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueUpdate', @updated_issue&.id, current_user.id, previous_issue_changes.except(:issue_tags_value, :assigned_to_id))
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueLabel', @issue&.id, current_user.id, {issue_tag_ids: [before_issue_tag_ids, issue_tag_ids]}) unless issue_tag_ids.nil?
|
||||||
|
TouchWebhookJob.set(wait: 5.seconds).perform_later('IssueAssign', @issue&.id, current_user.id, {assigner_ids: [before_assigner_ids, assigner_ids]}) unless assigner_ids.nil?
|
||||||
|
|
||||||
return @updated_issue
|
return @updated_issue
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -128,7 +135,7 @@ class Api::V1::Issues::UpdateService < ApplicationService
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_previous_issue_changes
|
def build_previous_issue_changes
|
||||||
@previous_issue_changes.merge!(@updated_issue.previous_changes.slice("status_id", "priority_id", "fixed_version_id", "issue_tags_value", "branch_name").symbolize_keys)
|
@previous_issue_changes.merge!(@updated_issue.previous_changes.slice("status_id", "priority_id", "fixed_version_id", "issue_tags_value", "branch_name", "subject", "description").symbolize_keys)
|
||||||
if @updated_issue.previous_changes[:start_date].present?
|
if @updated_issue.previous_changes[:start_date].present?
|
||||||
@previous_issue_changes.merge!(start_date: [@updated_issue.previous_changes[:start_date][0].to_s, @updated_issue.previous_changes[:start_date][1].to_s])
|
@previous_issue_changes.merge!(start_date: [@updated_issue.previous_changes[:start_date][0].to_s, @updated_issue.previous_changes[:start_date][1].to_s])
|
||||||
end
|
end
|
||||||
|
|
|
@ -0,0 +1,120 @@
|
||||||
|
module Webhook::Client
|
||||||
|
|
||||||
|
# uuid SecureRandom.uuid
|
||||||
|
# hmac = OpenSSL::HMAC.new(secret, OpenSSL::Digest::SHA1.new)
|
||||||
|
# message = Gitea::WebhookTask.last.read_attribute_before_type_cast("payload_content")
|
||||||
|
# hmac.update(message)
|
||||||
|
# sha1 = hmac.digest.unpack('H*').first
|
||||||
|
|
||||||
|
attr_reader :uuid, :event, :http_method, :content_type, :url, :secret, :payload_content, :webhook
|
||||||
|
attr_accessor :request_content, :response_content, :webhook_task
|
||||||
|
|
||||||
|
def initialize(opts)
|
||||||
|
@uuid = opts[:uuid]
|
||||||
|
@event = opts[:event]
|
||||||
|
@webhook = opts[:webhook]
|
||||||
|
@http_method = @webhook.http_method
|
||||||
|
@content_type = @webhook.content_type
|
||||||
|
@url = @webhook.url
|
||||||
|
@secret = @webhook.secret
|
||||||
|
@payload_content = opts[:payload_content]
|
||||||
|
@request_content = {}
|
||||||
|
@response_content = {}
|
||||||
|
@webhook_task = Gitea::WebhookTask.create(
|
||||||
|
hook_id: @webhook.id,
|
||||||
|
uuid: @uuid,
|
||||||
|
payload_content: @payload_content,
|
||||||
|
event_type: @event,
|
||||||
|
is_delivered: true
|
||||||
|
)
|
||||||
|
end
|
||||||
|
|
||||||
|
def do_request
|
||||||
|
headers = {}
|
||||||
|
headers['Content-Type'] = trans_content_type
|
||||||
|
headers["X-Gitea-Delivery"] = @uuid
|
||||||
|
headers["X-Gitea-Event"] = @event
|
||||||
|
headers["X-Gitea-Event-Type"] = @event
|
||||||
|
headers["X-Gitea-Signature"] = signatureSHA256
|
||||||
|
headers["X-Gogs-Delivery"] = @uuid
|
||||||
|
headers["X-Gogs-Event"] = @event
|
||||||
|
headers["X-Gogs-Event-Type"] = @event
|
||||||
|
headers["X-Gogs-Signature"] = signatureSHA256
|
||||||
|
headers["X-Hub-Signature"] = "sha1=" + signatureSHA1
|
||||||
|
headers["X-Hub-Signature-256"] = "sha256=" + signatureSHA256
|
||||||
|
headers["X-GitHub-Delivery"] = @uuid
|
||||||
|
headers["X-GitHub-Event"] = @event
|
||||||
|
headers["X-GitHub-Event-Type"] = @event
|
||||||
|
@request_content["url"] = @url
|
||||||
|
@request_content["http_method"] = @http_method
|
||||||
|
@request_content["headers"] = headers
|
||||||
|
|
||||||
|
begin
|
||||||
|
|
||||||
|
response = RestClient::Request.execute(method: trans_http_method, url: @url, headers: headers, payload: @webhook_task.read_attribute_before_type_cast("payload_content")) {|response, request, result| response }
|
||||||
|
|
||||||
|
@response_content["status"] = response.code
|
||||||
|
@response_content["headers"] = response.headers
|
||||||
|
@response_content["body"] = response.body
|
||||||
|
|
||||||
|
rescue => e
|
||||||
|
@response_content["status"] = 500
|
||||||
|
@response_content["headers"] = {}
|
||||||
|
@response_content["body"] = e.message
|
||||||
|
end
|
||||||
|
|
||||||
|
@webhook_task.update_attributes({
|
||||||
|
delivered: Time.now.to_i * 1000000000,
|
||||||
|
is_succeed: @response_content["status"] < 300,
|
||||||
|
request_content: @request_content,
|
||||||
|
response_content: @response_content
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
return @request_content, @response_content, @webhook_task
|
||||||
|
end
|
||||||
|
|
||||||
|
def request_content
|
||||||
|
@request_content
|
||||||
|
end
|
||||||
|
|
||||||
|
def response_content
|
||||||
|
@response_content
|
||||||
|
end
|
||||||
|
|
||||||
|
def webhook_task
|
||||||
|
@webhook_task
|
||||||
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
def signatureSHA1
|
||||||
|
hmac = OpenSSL::HMAC.new(@secret, OpenSSL::Digest::SHA1.new)
|
||||||
|
message = @payload_content
|
||||||
|
|
||||||
|
hmac.digest.unpack('H*').first
|
||||||
|
end
|
||||||
|
|
||||||
|
def signatureSHA256
|
||||||
|
hmac = OpenSSL::HMAC.new(@secret, OpenSSL::Digest::SHA256.new)
|
||||||
|
message = @payload_content
|
||||||
|
|
||||||
|
hmac.digest.unpack('H*').first
|
||||||
|
end
|
||||||
|
|
||||||
|
def trans_content_type
|
||||||
|
if @content_type == "form"
|
||||||
|
return "application/x-www-form-urlencoded"
|
||||||
|
else
|
||||||
|
return "application/json"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
def trans_http_method
|
||||||
|
if @http_method == "GET"
|
||||||
|
return :get
|
||||||
|
else
|
||||||
|
return :post
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
|
@ -0,0 +1,117 @@
|
||||||
|
class Webhook::IssueClient
|
||||||
|
|
||||||
|
include Webhook::Client
|
||||||
|
|
||||||
|
attr_accessor :webhook, :issue, :sender, :event, :changes
|
||||||
|
attr_accessor :webhook_task
|
||||||
|
|
||||||
|
def initialize(webhook, issue, sender, event, changes={})
|
||||||
|
@webhook = webhook
|
||||||
|
@issue = issue.reload
|
||||||
|
@sender = sender.reload
|
||||||
|
@event = event
|
||||||
|
@changes = changes
|
||||||
|
|
||||||
|
# 构建client参数
|
||||||
|
super({
|
||||||
|
uuid: SecureRandom.uuid,
|
||||||
|
event: @event,
|
||||||
|
webhook: @webhook,
|
||||||
|
payload_content: payload_content
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
def payload_content
|
||||||
|
case @event
|
||||||
|
when "issues"
|
||||||
|
issue_payload_content
|
||||||
|
when "issue_assign"
|
||||||
|
issue_assign_payload_content
|
||||||
|
when "issue_label"
|
||||||
|
issue_label_payload_content
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
def issue_payload_content
|
||||||
|
if @changes.blank?
|
||||||
|
{
|
||||||
|
"action": "opened",
|
||||||
|
"number": @issue.project_issues_index,
|
||||||
|
"issue": JSON.parse(@issue.to_builder.target!),
|
||||||
|
"project": JSON.parse(@issue.project.to_builder.target!),
|
||||||
|
"sender": JSON.parse(@sender.to_builder.target!)
|
||||||
|
}
|
||||||
|
else
|
||||||
|
if @changes.has_key?("status_id")
|
||||||
|
before_status = IssueStatus.find_by_id(@changes["status_id"][0])
|
||||||
|
after_status = IssueStatus.find_by_id(@changes["status_id"][1])
|
||||||
|
@changes["status"] = []
|
||||||
|
@changes["status"].append(before_status.present? ? JSON.parse(before_status.to_builder.target!) : {})
|
||||||
|
@changes["status"].append(after_status.present? ? JSON.parse(after_status.to_builder.target!) : {})
|
||||||
|
@changes.delete("status_id")
|
||||||
|
end
|
||||||
|
if @changes.has_key?("fixed_version_id")
|
||||||
|
before_milestone = Version.find_by_id(@changes["fixed_version_id"][0])
|
||||||
|
after_milestone = Version.find_by_id(@changes["fixed_version_id"][1])
|
||||||
|
@changes["milestone"] = []
|
||||||
|
@changes["milestone"].append(before_milestone.present? ? JSON.parse(before_milestone.to_builder.target!) : {})
|
||||||
|
@changes["milestone"].append(after_milestone.present? ? JSON.parse(after_milestone.to_builder.target!) : {})
|
||||||
|
@changes.delete("fixed_version_id")
|
||||||
|
end
|
||||||
|
if @changes.has_key?("priority_id")
|
||||||
|
before_priority = IssuePriority.find_by_id(@changes["priority_id"][0])
|
||||||
|
after_priority = IssuePriority.find_by_id(@changes["priority_id"][1])
|
||||||
|
@changes["priority"] = []
|
||||||
|
@changes["priority"].append(before_priority.present? ? JSON.parse(before_priority.to_builder.target!) : {})
|
||||||
|
@changes["priority"].append(after_priority.present? ? JSON.parse(after_priority.to_builder.target!) : {})
|
||||||
|
@changes.delete("priority_id")
|
||||||
|
end
|
||||||
|
{
|
||||||
|
"action": "edited",
|
||||||
|
"number": @issue.project_issues_index,
|
||||||
|
"changes": @changes,
|
||||||
|
"issue": JSON.parse(@issue.to_builder.target!),
|
||||||
|
"project": JSON.parse(@issue.project.to_builder.target!),
|
||||||
|
"sender": JSON.parse(@sender.to_builder.target!)
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
def issue_assign_payload_content
|
||||||
|
if @changes.has_key?("assigner_ids")
|
||||||
|
before_assigners = User.where(id: @changes["assigner_ids"][0])
|
||||||
|
after_assigners = User.where(id: @changes["assigner_ids"][1])
|
||||||
|
@changes["assigners"] = []
|
||||||
|
@changes["assigners"].append(before_assigners.blank? ? [] : before_assigners.map{|a|JSON.parse(a.to_builder.target!)})
|
||||||
|
@changes["assigners"].append(after_assigners.blank? ? [] : after_assigners.map{|a|JSON.parse(a.to_builder.target!)})
|
||||||
|
@changes.delete("assigner_ids")
|
||||||
|
end
|
||||||
|
{
|
||||||
|
"action": @changes["assigners"].blank? ? "unassigned" : "assigned",
|
||||||
|
"number": @issue.project_issues_index,
|
||||||
|
"changes": @changes,
|
||||||
|
"issue": JSON.parse(@issue.to_builder.target!),
|
||||||
|
"project": JSON.parse(@issue.project.to_builder.target!),
|
||||||
|
"sender": JSON.parse(@sender.to_builder.target!)
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
|
def issue_label_payload_content
|
||||||
|
if @changes.has_key?("issue_tag_ids")
|
||||||
|
before_issue_tags = IssueTag.where(id: @changes["issue_tag_ids"][0])
|
||||||
|
after_issue_tags = IssueTag.where(id: @changes["issue_tag_ids"][1])
|
||||||
|
@changes["issue_tags"] = []
|
||||||
|
@changes["issue_tags"].append(before_issue_tags.blank? ? [] : before_issue_tags.map{|t|JSON.parse(t.to_builder.target!)})
|
||||||
|
@changes["issue_tags"].append(after_issue_tags.blank? ? [] : after_issue_tags.map{|t|JSON.parse(t.to_builder.target!)})
|
||||||
|
@changes.delete("issue_tag_ids")
|
||||||
|
end
|
||||||
|
{
|
||||||
|
"action": @changes["issue_tags"].blank? ? "label_cleared" : "label_updated",
|
||||||
|
"changes": @changes,
|
||||||
|
"number": @issue.project_issues_index,
|
||||||
|
"issue": JSON.parse(@issue.to_builder.target!),
|
||||||
|
"project": JSON.parse(@issue.project.to_builder.target!),
|
||||||
|
"sender": JSON.parse(@sender.to_builder.target!)
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
|
@ -0,0 +1,45 @@
|
||||||
|
class Webhook::IssueCommentClient
|
||||||
|
|
||||||
|
include Webhook::Client
|
||||||
|
|
||||||
|
attr_accessor :webhook, :issue, :journal, :sender, :event, :action_type, :comment_json
|
||||||
|
|
||||||
|
def initialize(webhook, issue, journal, sender, event, action_type, comment_json={})
|
||||||
|
@webhook = webhook
|
||||||
|
@issue = issue.reload
|
||||||
|
@journal = journal.present? ? journal.reload : nil
|
||||||
|
@sender = sender.reload
|
||||||
|
@event = event
|
||||||
|
@action_type = action_type
|
||||||
|
@comment_json = comment_json
|
||||||
|
|
||||||
|
# 构建client参数
|
||||||
|
super({
|
||||||
|
uuid: SecureRandom.uuid,
|
||||||
|
event: @event,
|
||||||
|
webhook: @webhook,
|
||||||
|
payload_content: payload_content
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def payload_content
|
||||||
|
payload_content = {
|
||||||
|
"action": @action_type,
|
||||||
|
"issue": JSON.parse(@issue.to_builder.target!),
|
||||||
|
"journal": @journal.present? ? JSON.parse(@journal.to_builder.target!) : @comment_json,
|
||||||
|
"project": JSON.parse(@issue.project.to_builder.target!),
|
||||||
|
"sender": JSON.parse(@sender.to_builder.target!),
|
||||||
|
"is_pull": false
|
||||||
|
}
|
||||||
|
|
||||||
|
payload_content.merge!({
|
||||||
|
"changes": @comment_json,
|
||||||
|
}) if @action_type == "edited"
|
||||||
|
|
||||||
|
payload_content
|
||||||
|
end
|
||||||
|
end
|
|
@ -0,0 +1,43 @@
|
||||||
|
class Webhook::PullCommentClient
|
||||||
|
include Webhook::Client
|
||||||
|
|
||||||
|
attr_accessor :webhook, :pull, :journal, :sender, :event, :action_type, :comment_json
|
||||||
|
|
||||||
|
def initialize(webhook, pull, journal, sender, event, action_type='created', comment_json={})
|
||||||
|
@webhook = webhook
|
||||||
|
@pull = pull.reload
|
||||||
|
@journal = journal.present? ? journal.reload : nil
|
||||||
|
@sender = sender.reload
|
||||||
|
@event = event
|
||||||
|
@action_type = action_type
|
||||||
|
@comment_json = comment_json
|
||||||
|
# 构建client参数
|
||||||
|
super({
|
||||||
|
uuid: SecureRandom.uuid,
|
||||||
|
event: @event,
|
||||||
|
webhook: @webhook,
|
||||||
|
payload_content: payload_content
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def payload_content
|
||||||
|
payload_content = {
|
||||||
|
"action": @action_type,
|
||||||
|
"number": @pull.gitea_number,
|
||||||
|
"pull_request": JSON.parse(@pull.to_builder.target!),
|
||||||
|
"comment": @journal.present? ? JSON.parse(@journal.to_builder.target!) : @comment_json,
|
||||||
|
"project": JSON.parse(@pull.project.to_builder.target!),
|
||||||
|
"sender": JSON.parse(@sender.to_builder.target!),
|
||||||
|
"is_pull": true
|
||||||
|
}
|
||||||
|
|
||||||
|
payload_content.merge!({
|
||||||
|
"changes": @comment_json
|
||||||
|
}) if @action_type == "edited"
|
||||||
|
|
||||||
|
payload_content
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
|
@ -1,6 +1,6 @@
|
||||||
json.total_count @hooktasks.total_count
|
json.total_count @hooktasks.total_count
|
||||||
json.hooktasks @hooktasks.each do |task|
|
json.hooktasks @hooktasks.each do |task|
|
||||||
json.(task, :id, :event_type, :type, :uuid, :is_succeed, :is_delivered, :payload_content, :request_content)
|
json.(task, :id, :event_type, :type, :uuid, :is_succeed, :is_delivered, :payload_content, :request_content)
|
||||||
json.response_content task.response_content_json
|
json.response_content task.response_content
|
||||||
json.delivered_time Time.at(task.delivered*10**-9).strftime("%Y-%m-%d %H:%M:%S")
|
json.delivered_time Time.at(task.delivered*10**-9).strftime("%Y-%m-%d %H:%M:%S")
|
||||||
end
|
end
|
|
@ -1,6 +1,6 @@
|
||||||
json.total_count @tasks.total_count
|
json.total_count @tasks.total_count
|
||||||
json.tasks @tasks.each do |task|
|
json.tasks @tasks.each do |task|
|
||||||
json.(task, :id, :event_type, :type, :uuid, :is_succeed, :is_delivered, :payload_content, :request_content)
|
json.(task, :id, :event_type, :uuid, :is_succeed, :is_delivered, :payload_content, :request_content)
|
||||||
json.response_content task.response_content_json
|
json.response_content task.response_content
|
||||||
json.delivered_time Time.at(task.delivered*10**-9).strftime("%Y-%m-%d %H:%M:%S")
|
json.delivered_time task.delivered.present? ? Time.at(task.delivered*10**-9).strftime("%Y-%m-%d %H:%M:%S") : nil
|
||||||
end
|
end
|
|
@ -9,3 +9,4 @@
|
||||||
- [mailers, 101]
|
- [mailers, 101]
|
||||||
- [cache, 10]
|
- [cache, 10]
|
||||||
- [message, 20]
|
- [message, 20]
|
||||||
|
- [webhook, 20]
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
class ChangeWebhookTaskFieldCharacter < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
Gitea::Base.connection.execute("ALTER TABLE `hook_task` MODIFY `payload_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
|
||||||
|
Gitea::Base.connection.execute("ALTER TABLE `hook_task` MODIFY `request_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
|
||||||
|
Gitea::Base.connection.execute("ALTER TABLE `hook_task` MODIFY `response_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue