Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix duplicate icons #3846

Merged
merged 32 commits into from
Nov 7, 2023
Merged

fix duplicate icons #3846

merged 32 commits into from
Nov 7, 2023

Commits on Jul 16, 2023

  1. fix duplicate icons

    AsmaaNabilBakr committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    76baee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3cc20c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. policy icon size

    joshri committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    084e670 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

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

Commits on Jul 24, 2023

  1. fix audit icon size

    AsmaaNabilBakr committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ebd641e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Aug 29, 2023

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

Commits on Sep 26, 2023

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

Commits on Oct 26, 2023

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

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    035705e View commit details
    Browse the repository at this point in the history
  2. update icon

    AsmaaNabilBakr committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e69e266 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. refactor: refactor away from deprecated wait.Poll calls

    With the update, some other calls had to be updated:
    - `NewDiscoveryRESTMapper` expects an extra `HTTPClient` argument
    - `client` does not have `NewDelegatingClient` anymore, instead we can
      create the same resource with `client.New(...)`
    
    Resolves #3812
    
    References:
    - #3812
    - kubernetes-sigs/controller-runtime#2150
    - https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.15.0
    
    Signed-off-by: Balazs Nadasdi <balazs@weave.works>
    yitsushi authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3de63c4 View commit details
    Browse the repository at this point in the history
  2. try to update github.com/fluxcd/pkg/runtime to the earliest version w…

    …ith updated controller-runtime
    
    Signed-off-by: Balazs Nadasdi <balazs@weave.works>
    yitsushi authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ae13179 View commit details
    Browse the repository at this point in the history
  3. Cleanup datatable (#4091)

    * cleanup datatable
    
    * sort filtered items by `sortValue || value`
    TheGostKasper authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    182e873 View commit details
    Browse the repository at this point in the history
  4. Update pkg/run/session/connect/connect.go

    Co-authored-by: Yiannis Triantafyllopoulos <8741709+yiannistri@users.noreply.github.com>
    2 people authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    956bd52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d39a3d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    860f636 View commit details
    Browse the repository at this point in the history
  7. Replace the Sync/Suspend/Resume controls, used in the SyncActions a…

    …nd `CheckboxActions` components, with the new Sync/Suspend/Resume controls (the `SyncControl` component) (#4080)
    
    * Create the new `SyncControls` component for Sync/Suspend/Resume controls.
    
    * Move all components, related to syncing and suspending objects (existing `SyncActions` and `CheckboxActions` and new `SyncControls` and `ResumeIcon`), to the `Sync` folder.
    
    * Update the related UI snapshot.
    
    * Add `SyncControls` to exports.
    
    * Move custom actions to the start (left) of `SyncControls` buttons.
    
    * Re-arrange icons in `IconType` alphabetically.
    opudrovs authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3ce297b View commit details
    Browse the repository at this point in the history
  8. add new svg icon as CLusterDiscovery icon

    ahussein3 authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a659b94 View commit details
    Browse the repository at this point in the history
  9. fix typo

    ahussein3 authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7ea281f View commit details
    Browse the repository at this point in the history
  10. update import order

    ahussein3 authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    98d8153 View commit details
    Browse the repository at this point in the history
  11. build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.56.3

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.51.0...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    572cde9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ca3e8e View commit details
    Browse the repository at this point in the history
  13. build(deps): Bump postcss from 8.4.21 to 8.4.31 in /website

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.21...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2edba72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c819a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9710024 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d7e730b View commit details
    Browse the repository at this point in the history
  17. build(deps): Bump @babel/traverse from 7.20.13 to 7.23.2 in /website

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.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.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    74f21a0 View commit details
    Browse the repository at this point in the history
  18. fix duplicate icons

    AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e2cabfc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    24ede19 View commit details
    Browse the repository at this point in the history
  20. remove extra space

    AsmaaNabilBakr committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    451be05 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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