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

app-serving: refactor pipeline construction #61

Merged
merged 5 commits into from
May 24, 2023
Merged

Conversation

robertchoi80
Copy link
Contributor

@robertchoi80 robertchoi80 commented May 24, 2023

  • pass entire stages regardless of current status
    UI 에서 파이프라인 현황을 보여주기 위해 항상 static하게 전체 stage를 리턴하도록 수정

  • update app status before calling workflow
    기존에 작업 요청 후 workflow에서 최초로 상태를 갱신하던 것을, API 에서 즉시 상태를 갱신하도록 수정
    (workflow 생성 delay로 인해 UI에서 화면 갱신 안되던 문제 해결)

openinfradev/tks-flow#188 도 함께 머지되어야 합니다

@robertchoi80 robertchoi80 changed the title [WIP] app-serving: refactor pipeline construction app-serving: refactor pipeline construction May 24, 2023
Copy link
Member

@Siyeop Siyeop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@ktkfree
Copy link
Contributor

ktkfree commented May 24, 2023

시엽님 commnet 확인해주시면 merge 하겠습니다.

& use simpler variable name
@robertchoi80
Copy link
Contributor Author

시엽님 코멘트 내용 모두 수정해서, 바로 머지하겠습니다.

@robertchoi80 robertchoi80 merged commit 3bbb1e7 into develop May 24, 2023
@ktkfree ktkfree deleted the use-static-stages branch June 19, 2023 06:28
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.

3 participants