Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RedHatInsights/frontend-components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1e8b46e782cee4dbc052708e8e25e836f4f90d9
Choose a base ref
...
head repository: RedHatInsights/frontend-components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: daf27b77f06cc6315f9a3b723a88727acce927a1
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 22, 2022

  1. Copy the full SHA
    10476d9 View commit details

Commits on Mar 23, 2022

  1. standalone entitlements - replace deprecated config/bundles.yml

    `config/bundles.yml` was removed in RedHatInsights/entitlements-config#51 ,
    leading to a 404 on the `/api/entitlements/v1/services` local endpoint (caused by `fs.readFileSync` throwing).
    
    Changing to use `configs/stage/bundles.yml` (`prod` also being an option),
    except the original yaml data is hidden as a yaml string field inside `objects[0].data['bundles.yml']` in that file.
    himdel committed Mar 23, 2022
    Copy the full SHA
    f94e1cd View commit details
  2. standalone entitlements - catch errors and return a 500 with an error…

    … field
    
    without this, if the handler throws, webpack acts as if the endpoint didn't exist, returning a 404, making debugging harder
    
    this makes the error more explicit
    himdel committed Mar 23, 2022
    Copy the full SHA
    3dce508 View commit details
  3. Copy the full SHA
    a47154c View commit details
  4. Merge pull request #1485 from himdel/fix-entitlements-404

    Fix standalone entitlements 404, add error handling
    Hyperkid123 authored Mar 23, 2022
    Copy the full SHA
    5ed5e5f View commit details
  5. Copy the full SHA
    a382b4b View commit details
  6. Copy the full SHA
    2e4c043 View commit details
  7. Merge pull request #1486 from Hyperkid123/bump-config

    Bump config utils version.
    Hyperkid123 authored Mar 23, 2022
    Copy the full SHA
    daf27b7 View commit details
Loading