DataBiosphere / leonardo

Notebook service
BSD 3-Clause "New" or "Revised" License
43 stars 21 forks source link

RW-13204 add autopilot in getApp/listApp response #4723

Closed Qi77Qi closed 1 month ago

Qi77Qi commented 1 month ago

While working on integrating autopilot in RWB, I realize we do need the autopilot info in getApp/listApp responses. So adding those in API as well.

Jira ticket: https://precisionmedicineinitiative.atlassian.net/browse/RW-13204

Summary of changes

What

-

Why

-

Testing these changes

What to test

Who tested and where

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 73.90%. Comparing base (30dba4f) to head (d27c6af).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723/graphs/tree.svg?width=650&height=150&src=pr&token=NZGL9e1XHh&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere)](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere) ```diff @@ Coverage Diff @@ ## develop #4723 +/- ## =========================================== + Coverage 73.86% 73.90% +0.04% =========================================== Files 161 161 Lines 15036 15047 +11 Branches 1171 1222 +51 =========================================== + Hits 11106 11121 +15 + Misses 3930 3926 -4 ``` | [Files](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere) | Coverage Δ | | |---|---|---| | [...dinstitute/dsde/workbench/leonardo/JsonCodec.scala](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723?src=pr&el=tree&filepath=core%2Fsrc%2Fmain%2Fscala%2Forg%2Fbroadinstitute%2Fdsde%2Fworkbench%2Fleonardo%2FJsonCodec.scala&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere#diff-Y29yZS9zcmMvbWFpbi9zY2FsYS9vcmcvYnJvYWRpbnN0aXR1dGUvZHNkZS93b3JrYmVuY2gvbGVvbmFyZG8vSnNvbkNvZGVjLnNjYWxh) | `76.38% <100.00%> (+0.27%)` | :arrow_up: | | [...dsde/workbench/leonardo/http/api/AppV2Routes.scala](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723?src=pr&el=tree&filepath=http%2Fsrc%2Fmain%2Fscala%2Forg%2Fbroadinstitute%2Fdsde%2Fworkbench%2Fleonardo%2Fhttp%2Fapi%2FAppV2Routes.scala&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere#diff-aHR0cC9zcmMvbWFpbi9zY2FsYS9vcmcvYnJvYWRpbnN0aXR1dGUvZHNkZS93b3JrYmVuY2gvbGVvbmFyZG8vaHR0cC9hcGkvQXBwVjJSb3V0ZXMuc2NhbGE=) | `89.28% <100.00%> (+0.23%)` | :arrow_up: | | [...dsde/workbench/leonardo/http/appRoutesModels.scala](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723?src=pr&el=tree&filepath=core%2Fsrc%2Fmain%2Fscala%2Forg%2Fbroadinstitute%2Fdsde%2Fworkbench%2Fleonardo%2Fhttp%2FappRoutesModels.scala&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere#diff-Y29yZS9zcmMvbWFpbi9zY2FsYS9vcmcvYnJvYWRpbnN0aXR1dGUvZHNkZS93b3JrYmVuY2gvbGVvbmFyZG8vaHR0cC9hcHBSb3V0ZXNNb2RlbHMuc2NhbGE=) | `0.00% <0.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere). Last update [30dba4f...d27c6af](https://app.codecov.io/gh/DataBiosphere/leonardo/pull/4723?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataBiosphere).