Closed naorpeled closed 2 weeks ago
Hey I know it's still in draft but I checked it out and looks cool! Works as advertised 😂
@AvitalTamir still need to fix some tests and add some tests, will try to get to it later today, worst case will do it tomorrow evening 🙏
Also, should I also adjust the shell-graph.go
file to support no-color, I don't see any actual usages and not sure what I'm missing.
@AvitalTamir still got some issues to resolve, hopefully will be able to boost this significantly tomorrow 🙏
All good, let me know if you need any help bringing this to the finish line
All good, let me know if you need any help bringing this to the finish line
Actually if you'll have a bit of time to sync over Zoom tomorrow that'd be awesome
Let's do it
Let's do it
Would 18:30 work for you?
Yea, DMing you
@AvitalTamir
the PR is ready for review, tried to test as many scenarios possible, hopefully I've caught all edge cases.
FYI TestCyphernetesShellWithLogLevelFlag
still isn't passing locally for some reason
let me know what you think 🙏
TODO (in a separate PR):
AS
as uppercase if part of a json path (e.g. bla.as becomes bla.AS) - this is the current behavior before my change.return
keyword even if there's nothing after it (the other keywords work like that so I guess it'd be nice to have the same behavior there as well) @naorpeled thank you so much for putting in the effort. Great work. Are we ok now with the tests in
main_test.go
or you still experiencing failures locally? Locally they pass for me, and I see CI is green as well. Let me know, if we're good I'll merge :)
They seem to be passing now, I think it was an issue with my local setup, did some cleanup and now it seems to be passing consistently.
I believe we can merge this now :)
TODO:
Linked issue
closes #131