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

Edge rebase @ 0.25.1-edge.7 #463

Merged
merged 21 commits into from
Sep 8, 2023
Merged

Edge rebase @ 0.25.1-edge.7 #463

merged 21 commits into from
Sep 8, 2023

Commits on Sep 8, 2023

  1. Allow users to disable running flux check

    When I tested it locally it looked like we're calling `flux check` a bit
    more often than we should. This may have been fixed by now, but the flag
    remains so users who are experiencing issues from `flux check` can
    disable it entirely.
    
    * allow users to additionally suppress debugging messages
    
    Emits some debugging messages that are meant for the other authors of
    the extension to notice (and users won't be as interested in how many
    times we were apparently going to call flux check)
    
    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c88a83c View commit details
    Browse the repository at this point in the history
  2. Add a hard timeout for all processes we spawn (#460)

    timeout kill all exec processes. default time is 10s
    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a8fe1e7 View commit details
    Browse the repository at this point in the history
  3. aync cluster treeview

    flux check with async cluster treeview
    
    proper async sources treeview
    
    correct expand all
    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0738668 View commit details
    Browse the repository at this point in the history
  4. responsive ui with oidc-login WIP

    * preserve collapsible states
    
    safer execs
    
    realtime namespace icons
    
    * 60 seconds exec kill
    * namespace UI better
    * namespace ui improvements
    * module tree-kill
    
    * node 20
    
    missing npm packages
    
    npm audit fix
    
    fully qualify types
    
    my cluster has HelmReleases.cluster.loft.sh and it is wreaking all kinds
    of havoc here, let's fix this in the prerelease/edge channel ASAP
    
    Signed-off-by: Kingdon Barrett <[email protected]>
    
    simplify treeview states WIP
    
    api-resources loader WIP
    
    revert Kind.APIGroup
    
    gitops.editor.openKubeconfig
    
    api-resource loader and views
    
    Signed-off-by: Kingdon Barrett <[email protected]>
    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3ba6467 View commit details
    Browse the repository at this point in the history
  5. docs and templates treeview loads

    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5f59c64 View commit details
    Browse the repository at this point in the history
  6. update github actions workflows

    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9606f07 View commit details
    Browse the repository at this point in the history
  7. First try: fully qualified Flux API names

    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5c7b710 View commit details
    Browse the repository at this point in the history
  8. More fully qualified kinds

    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0e8bc7c View commit details
    Browse the repository at this point in the history
  9. fix type error

    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ba4e8ac View commit details
    Browse the repository at this point in the history
  10. fix linting error

    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1ce47ae View commit details
    Browse the repository at this point in the history
  11. remove debugger stuff

    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    75a903e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #468 from weaveworks/attempt-fqNames

    (Prerelease) Fix fully qualified Flux API names
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6f7fc01 View commit details
    Browse the repository at this point in the history
  13. fix expand all for workloads

    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a689566 View commit details
    Browse the repository at this point in the history
  14. fqkinds record lookup

    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    059302e View commit details
    Browse the repository at this point in the history
  15. add timeout configuration to after async

    Signed-off-by: Kingdon Barrett <[email protected]>
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3188969 View commit details
    Browse the repository at this point in the history
  16. remove console.log and lint imports

    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f31a2e1 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #470 from weaveworks/untyped-fqkinds

    fqkinds record lookup
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    aa4ec2a View commit details
    Browse the repository at this point in the history
  18. treeview semantics cleanup

    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6b3b117 View commit details
    Browse the repository at this point in the history
  19. restore k8s proxy

    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6815103 View commit details
    Browse the repository at this point in the history
  20. refactor data providers to not break on context switches

    juozasg authored and Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    71fb7c9 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #471 from weaveworks/cleaning-up-debug-logs

    Cleaning up debug logs
    Kingdon Barrett committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    50b6e2e View commit details
    Browse the repository at this point in the history