-
Notifications
You must be signed in to change notification settings - Fork 443
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
StudyJob v1alpha2 API version #370
Comments
@johnugeorge please also add #349 |
BTW, now we have some API/filed whose type is array, some of them are named with plural type and some are named with List-suffix (such as below). I think we should name them with same style in v1alpha2 API. rpc GetStudyList(GetStudyListRequest) returns (GetStudyListReply) type StudyJobStatus struct { |
@hougangliu can you create an issue ? |
@johnugeorge Done #371 |
It would be better if all other current bigger PRs are reviewed and merged before moving to v1alpha2. Else, PRs need be modified for newer version too. PRs which should be reviewed and merged: |
#291 is also a big change for the logic of controller. |
@YujiOshima @richardsliu i was listing out issues that need API changes. Except #346(not finalized yet), other mentioned issues are already tagged with 0.5.0 which can be tracked separately. Other than issues included in #370 (comment), we will get all new controller changes in v1alpha2. |
@johnugeorge OK, Thanks.
Every PRs that include changes of DB scheme are blocked by #359 . |
Now that #381 is merged what is the remaining work here? |
I think we should keep this issue open until the implementation is done. In any case this should be moved to 0.6. |
Hi, all Could we do the jobs parallel? It seems that the process is blocked by #435 BTW I am free these days and can work on some items. |
There are a few PRs in flight:
I think after #457 is merged we can split up the remainder of the work. |
@richardsliu @johnugeorge @gaocegege Any update on this issue? |
What are the remaining changes to be code complete for v1alpha2? |
@jlewi Yes. I have started on it |
This should be done now. |
@richardsliu: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There are couple of changes that are suggested. We can incorporate all these changes in the next API version.
Please add if I missed out any.
/cc @richardsliu @YujiOshima @hougangliu
Implementation (last updated 5/13/2019):
The text was updated successfully, but these errors were encountered: