-
Notifications
You must be signed in to change notification settings - Fork 694
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
Use generated mocks in flyteadmin #149
Comments
@katrogan do you know the status on this? I think this is resolved right |
@kumare3 it's a WIP. very low priority housekeeping item |
…org#149) * Fix aborted workflows * Added more tests * Workflow aborted msg
* Update propeller * cleanup
* 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>
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…org#149) * Fix aborted workflows * Added more tests * Workflow aborted msg
* Update propeller * cleanup
* 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>
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! 🙏 |
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 engage on it to decide if it is still applicable. |
#take |
thank you @popojk!
|
Hi @katrogan , thank you for the context! I will start work on it ASAP. |
#take |
Currently we have hand-curated mocks which are tedious to add for new interfaces
The text was updated successfully, but these errors were encountered: