Project

General

Profile

Actions

Feature #17077

closed

fetch_changesets should use POST method too

Added by Aurélien Patour almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
SCM
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

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 :

- 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 !


Related issues

Has duplicate Redmine - Feature #17169: Allow POST in sys/fetch_changesetsClosed

Actions
Actions #1

Updated by Toshi MARUYAMA over 9 years ago

  • Category set to SCM
  • Target version set to 2.6.0
Actions #2

Updated by Toshi MARUYAMA over 9 years ago

Actions #3

Updated by Jean-Philippe Lang over 9 years ago

  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Fix committed in r13392.

Actions #4

Updated by Toshi MARUYAMA over 9 years ago

  • Related to deleted (Feature #17169: Allow POST in sys/fetch_changesets)
Actions #5

Updated by Toshi MARUYAMA over 9 years ago

  • Has duplicate Feature #17169: Allow POST in sys/fetch_changesets added
Actions

Also available in: Atom PDF