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

fix(api): Refactor JobState to string #379

Merged
merged 1 commit into from
May 8, 2024

Conversation

ariefrahmansyah
Copy link
Contributor

The previous JobState is int and uses iota together in the same const block with other values. This lead to JobState is starting from 3 instead of 0.

Using int for JobState requires mapping implementation in SDK.

This PR refactors JobState from int to string so that it easier to parse by SDK and to make it consistent with Merlin implementation (https://github.com/caraml-dev/merlin/blob/main/api/models/version_image.go#L15-L20).

@ariefrahmansyah ariefrahmansyah added the enhancement New feature or request label May 8, 2024
@ariefrahmansyah ariefrahmansyah self-assigned this May 8, 2024
Copy link
Contributor

@leonlnj leonlnj left a comment

Choose a reason for hiding this comment

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

thanks!

Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.12%. Comparing base (9b21e1b) to head (b0b5fdf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #379      +/-   ##
==========================================
- Coverage   67.96%   62.12%   -5.84%     
==========================================
  Files         149      124      -25     
  Lines       11773     9747    -2026     
==========================================
- Hits         8001     6055    -1946     
+ Misses       3036     2956      -80     
  Partials      736      736              
Flag Coverage Δ
api-test 62.12% <ø> (-0.04%) ⬇️
sdk-test-3.10 ?
sdk-test-3.8 ?
sdk-test-3.9 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ariefrahmansyah ariefrahmansyah merged commit c96619d into main May 8, 2024
12 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants