mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 03:35:57 +08:00
Merge branch 'pre_trustie_server' into trustie_server
This commit is contained in:
@@ -557,7 +557,11 @@ Rails.application.routes.draw do
|
||||
get :files
|
||||
get :commits
|
||||
resources :reviews, only: [:create]
|
||||
resources :mark_files, only: [:index, :create]
|
||||
scope '/diffs' do
|
||||
resources :mark_files, only: [:index]
|
||||
put :mark_file_as_unread, to: 'mark_files#mark_file_as_unread', as: 'mark_file_as_unread'
|
||||
put :mark_file_as_read, to: 'mark_files#mark_file_as_read', as: 'mark_file_as_read'
|
||||
end
|
||||
end
|
||||
collection do
|
||||
post :check_can_merge
|
||||
@@ -588,6 +592,7 @@ Rails.application.routes.draw do
|
||||
collection do
|
||||
delete :delete
|
||||
get :jobs
|
||||
get :job_logs
|
||||
post :create_jobs
|
||||
delete :delete_job
|
||||
post :start_job
|
||||
|
||||
Reference in New Issue
Block a user