Project

General

Profile

Actions

Feature #26729

closed

Add redux middleware for API calls

Added by Maria Agaphontzev almost 5 years ago. Updated over 3 years ago.


Description

https://community.theforeman.org/t/wip-proposal-refactoring-our-redux/11640
The goal is to create a new infrastructure for API communication that will make it easier to do API calls from redux controllers.
So we can create actions that will look like this:

  return {
    type: API_REQUEST,
    action: ACTIONS.GET,
    url: `/foreman_tasks/tasks/summary/${hours}`,
    subType: FOREMAN_TASKS_DASHBOARD_FETCH_TASKS_SUMMARY,
    normalizeResponse: (data) => data.results[0],
    normalizeError: error => error.message,
    onError: error => console.log(error),
  }
Actions #1

Updated by The Foreman Bot almost 5 years ago

  • Pull request https://github.com/theforeman/foreman/pull/6739 added
Actions #2

Updated by The Foreman Bot almost 5 years ago

  • Status changed from New to Ready For Testing
Actions #3

Updated by The Foreman Bot over 4 years ago

  • Pull request https://github.com/theforeman/foreman/pull/6894 added
Actions #4

Updated by The Foreman Bot over 4 years ago

  • Pull request https://github.com/theforeman/foreman/pull/7069 added
Actions #5

Updated by The Foreman Bot over 4 years ago

  • Fixed in Releases 1.24.0 added
Actions #6

Updated by Anonymous over 4 years ago

  • Status changed from Ready For Testing to Closed
Actions #7

Updated by The Foreman Bot over 4 years ago

  • Pull request https://github.com/theforeman/foreman/pull/7121 added
Actions #8

Updated by The Foreman Bot over 4 years ago

  • Pull request https://github.com/theforeman/foreman/pull/7157 added
Actions #9

Updated by The Foreman Bot over 4 years ago

  • Fixed in Releases 2.0.0 added
Actions #10

Updated by The Foreman Bot over 4 years ago

  • Pull request https://github.com/theforeman/foreman/pull/7228 added
Actions #11

Updated by The Foreman Bot about 4 years ago

  • Pull request https://github.com/theforeman/foreman/pull/7207 added
Actions #12

Updated by Jonathon Turel over 3 years ago

  • Pull request deleted (https://github.com/theforeman/foreman/pull/7207)
Actions

Also available in: Atom PDF