プロジェクト

全般

プロフィール

Vote #75278

完了

fetch_changesets should use POST method too

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
SCM_3
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
3
version_id:
81
issue_org_id:
17077
author_id:
103211
assigned_to_id:
1
comments:
5
status_id:
5
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

We use fetch_changesets to link Redmine issues with our git commits within another application.
Unfortunately, it only uses the POST method - so we had to add it to the redmine code :

bq. - match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => :get

  • match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => [:get, :post]

Could you please add it to a future Redmine version ?

Thanks !


journals

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Fix committed in r13392.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


related_issues

duplicates,Closed,17169,Allow POST in sys/fetch_changesets

Admin Redmine さんが約4年前に更新

  • カテゴリSCM_3 にセット
  • 対象バージョン2.6.0_81 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0