-
Notifications
You must be signed in to change notification settings - Fork 652
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
Slice of simple custom struct is not supported by pflags #150
Comments
* Move scopes to config Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * missed Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * wip Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update handlers.go Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * go get propeller at v0.5.12 (flyteorg#146) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update to using latest flytepropeller v0.5.13 (flyteorg#148) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update propeller to 0.5.14 (flyteorg#149) * Update propeller * cleanup Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Filter executions by user (flyteorg#150) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update CI post migration Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update codecov link Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Publish raw events (flyteorg#151) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * fix test Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * wip Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix token retrieval from cookies Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix unit tests and lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Move to const Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Revert Auth config Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Revert kube config path Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Use access token when posting to IdP Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Ignore refresh token error Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix tests Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Expose openId metadata endpoint and expose scopes in /config endpoint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * mod tidy Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * rename Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * unit tests Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> Co-authored-by: Katrina Rogan <katrogan9@gmail.com> Co-authored-by: tnsetting <38207208+tnsetting@users.noreply.github.com>
…#150) * Added setup flytedir before config init Signed-off-by: Yuvraj <code@evalsocket.dev>
Signed-off-by: Daniel Rammer <daniel@union.ai>
* Move scopes to config Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * missed Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * wip Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update handlers.go Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * go get propeller at v0.5.12 (flyteorg#146) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update to using latest flytepropeller v0.5.13 (flyteorg#148) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update propeller to 0.5.14 (flyteorg#149) * Update propeller * cleanup Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Filter executions by user (flyteorg#150) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update CI post migration Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update codecov link Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Publish raw events (flyteorg#151) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * fix test Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * wip Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix token retrieval from cookies Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix unit tests and lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Move to const Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Revert Auth config Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Revert kube config path Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Use access token when posting to IdP Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Ignore refresh token error Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix tests Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Expose openId metadata endpoint and expose scopes in /config endpoint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * mod tidy Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * rename Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * unit tests Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> Co-authored-by: Katrina Rogan <katrogan9@gmail.com> Co-authored-by: tnsetting <38207208+tnsetting@users.noreply.github.com>
Signed-off-by: Daniel Rammer <daniel@union.ai>
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
This has been resolved. Close |
…#150) * Added setup flytedir before config init Signed-off-by: Yuvraj <code@evalsocket.dev>
…#150) * Added setup flytedir before config init Signed-off-by: Yuvraj <code@evalsocket.dev>
…#150) * Added setup flytedir before config init Signed-off-by: Yuvraj <code@evalsocket.dev>
When I tried to run
make generate
for this following struct, it fails and complains that it is not marshable/unmarshable.The text was updated successfully, but these errors were encountered: