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 auto-complete when DefaultSSO != Default #253

Merged
merged 1 commit into from
Jan 16, 2022
Merged

Conversation

synfinatic
Copy link
Owner

Users who chose something other than to set DefaultSSO: Default
would find that auto-complete would present the wrong values or
in the case of no Default instance, no options at all.

We now load the config file and find the user specificed DefaultSSO
and load those values from the cache.

Fixes: #249

Users who chose something other than to set `DefaultSSO: Default`
would find that auto-complete would present the wrong values or
in the case of no `Default` instance, no options at all.

We now load the config file and find the user specificed DefaultSSO
and load those values from the cache.

Fixes: #249
@codecov
Copy link

codecov bot commented Jan 16, 2022

Codecov Report

Merging #253 (4c9dffe) into main (89b1f59) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #253   +/-   ##
=======================================
  Coverage   45.03%   45.03%           
=======================================
  Files          11       11           
  Lines        1781     1781           
=======================================
  Hits          802      802           
  Misses        915      915           
  Partials       64       64           
Impacted Files Coverage Δ
sso/cache.go 38.60% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89b1f59...4c9dffe. Read the comment docs.

@synfinatic synfinatic merged commit a4e51da into main Jan 16, 2022
@synfinatic synfinatic deleted the fix-autocomplete branch January 16, 2022 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix auto-complete
1 participant