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/ocp-advisor-frontend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: RedHatInsights/ocp-advisor-frontend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Oct 21, 2022

  1. chore(deps): bump @redhat-cloud-services/frontend-components-config (#…

    …439)
    
    Bumps [@redhat-cloud-services/frontend-components-config](https://github.com/RedHatInsights/frontend-components) from 4.6.18 to 4.6.22.
    - [Release notes](https://github.com/RedHatInsights/frontend-components/releases)
    - [Commits](https://github.com/RedHatInsights/frontend-components/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@redhat-cloud-services/frontend-components-config"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d7386dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9cc008 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    133dfa2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    ac98e81 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. chore(deps): bump @babel/preset-env from 7.19.0 to 7.20.2 (#449)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.0 to 7.20.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6e72472 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @redhat-cloud-services/frontend-components-notifica…

    …tions (#437)
    
    Bumps [@redhat-cloud-services/frontend-components-notifications](https://github.com/RedHatInsights/frontend-components) from 3.2.10 to 3.2.12.
    - [Release notes](https://github.com/RedHatInsights/frontend-components/releases)
    - [Commits](https://github.com/RedHatInsights/frontend-components/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@redhat-cloud-services/frontend-components-notifications"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3fcffb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. feat(Tables): Set default pagination to 50 items

    Implements https://issues.redhat.com/browse/OCPADVISOR-41.
    
    This changes how many items per page are displayed by default in all
    tables where pagination is supported.
    gkarat committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    34e90a4 View commit details
    Browse the repository at this point in the history
  2. fix(Affected clusters list): Remove extra margin

    Fixes https://issues.redhat.com/browse/OCPADVISOR-41.
    
    This removes extra top and bottom margins from the bottom pagination of
    the table.
    gkarat committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    85901e4 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.8.0 [skip ci]

    # [1.8.0](v1.7.0...v1.8.0) (2022-11-14)
    
    ### Bug Fixes
    
    * **Affected clusters list:** Remove extra margin ([85901e4](85901e4))
    
    ### Features
    
    * **Tables:** Set default pagination to 50 items ([34e90a4](34e90a4))
    semantic-release-bot committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ba8b4bf View commit details
    Browse the repository at this point in the history
Loading