Add filter on "connect list" by account_id/name/etc - #7
Merged
Conversation
Cody A. Ray (codyaray)
force-pushed
the
filter-list
branch
from
May 10, 2018 14:52
01facda to
041a927
Compare
Joshua Buss (chicagobuss)
approved these changes
May 10, 2018
| } | ||
|
|
||
| func CheckLogin(config *shared.Config) error { | ||
| if config == nil || config.Auth == nil || config.Auth.Account == nil || config.Auth.Account.Id == "" { |
Contributor
There was a problem hiding this comment.
this should've been a method on the config
Contributor
Author
There was a problem hiding this comment.
that's fair. i'll do it as a follow-up
Brian Strauch (brianstrauch)
pushed a commit
that referenced
this pull request
May 31, 2023
* feat: add main go with go-prompt example + custom shortcut * docs: add readme * feat: add tview examples * feat: remove code and display two components at the same time * feat: add basic folder structure * feat: fix ui formatting / allow text on input * feat: try changing focus/navigating between table and input * feat: esc/enter to switch between input and table * feat: move main and create components package * feat: add go-prompt before initializing tview * feat: format input color * feat: add shortcuts text view for shortcuts * feat: add toggle display mode with shortcuts * feat: comment out stuff that needs to be refactored * docs: complement readme with infos * docs: add considerations to readme * refactor: removed unused file * refactor: some refactor on main file * build: fix make test * build: add vscode debugger settings * chore: update goenv version to 1.19.2 Otherwise when semaphore installs 1.19.2 but goenv looks for 1.19.0 go mod will fail Co-authored-by: Tomasz Nguyen <tonguyen@confluent.io>
airlock-confluentinc Bot
pushed a commit
that referenced
this pull request
Sep 4, 2024
* chore: stop swallowing error when LSP client fails to be initialized (#136) * flink statement resume * flink statement update * fix tests * list compute pool flag first * updated with revised plan * fix tests * rebase * rebase test working * Revert Last change * Formatiing * Failing test case * Test Cases fix * Lint * Lint test case --------- Co-authored-by: Yannick Pferr <37211050+YannickPferr@users.noreply.github.com> Co-authored-by: Brian Strauch <bstrauch@confluent.io> Co-authored-by: Tushar Malik <tmalik@confluent.io>
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@confluentinc/caas
And centralize login/account_id checking & injection from plugin to cmd package