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

Support for multiple Kubel buffers, each one using a different combination of Contex, Namespace, Resource, Filters, and Labels. #57

Closed
wants to merge 19 commits into from

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    e9d4b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39692b7 View commit details
    Browse the repository at this point in the history
  3. Changes to allow reusing same buffer to preserve local variables

    - Kubel mode is only set once when the buffer is created.
    - Now when `kubel` is called, it'll always create a new buffer with fresh variables for
    - context, namespace, and resource.
    - Stop killing existing buffer when changing objects, instead, a new function
    - `kubel-refresh` is now taking care of displaying/refreshing current configuration.
    - Show a message when the command is being executed, to easily tell if a command
      is being executed.
    d1egoaz committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    da45e33 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

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

Commits on Aug 25, 2021

  1. Add kubel-open function

    d1egoaz committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    9c73735 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. remove duplicated ending *

    d1egoaz committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d20cfac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a57c5c View commit details
    Browse the repository at this point in the history
  3. add more info regarding the cluster/context to buffer name

    When there are too many kubel buffers is hard to differentiate what buffer
    belongs to an specific cluster/namespace
    d1egoaz committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    bb2131e View commit details
    Browse the repository at this point in the history
  4. sanitize file name, I think needed for windows

    I added pipe and colon to buffer name, pretty sure that will not work in Windows
    d1egoaz committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f445e05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    171abd8 View commit details
    Browse the repository at this point in the history
  6. fix for applying resources

    It wasn't taking into account parent cluster,buffer from where it was created
    d1egoaz committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    6966ab6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6a7d4e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    623fa4e View commit details
    Browse the repository at this point in the history
  2. fix fmt

    d1egoaz committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    3384c6a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. it looks important for tramp users

    I don't use tramp, so not sure if this is needed
    d1egoaz committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    4f02443 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. s/manager/session

    d1egoaz committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    e4c8b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0f5e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

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

Commits on Mar 11, 2022

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