Feature #21646
Red Hat Repositories: get API client working
Description
We need a way to access APIs from our react app. We also need a way to easily mock requests on a per "smart component" basis so we can develop pages prior to an API being completed.
Related issues
Associated revisions
History
#1
Updated by Walden Raines over 4 years ago
- Blocks Tracker #21151: Add react based Red Hat repositories page to katello added
#2
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 114
#3
Updated by Walden Raines over 4 years ago
- Target version changed from 228 to 234
#4
Updated by Walden Raines over 4 years ago
APIs:
GET available and enabled repository sets:
https://gist.github.com/jlsherrill/6678dc74ae2a04fa9055c69cf3c40802
Enable/disable a repository set:
#5
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7092 added
#6
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|380a5bc6ff66d3fe6adca59e8bd242323175c9c6.
#7
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) deleted (
114)
#8
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 284
Fixes #21646 - Client api
This PR overhauls the directory structure, mock api,
and add redux structure.