Open ml-evs opened 2 months ago
Attention: Patch coverage is 88.57143%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 68.42%. Comparing base (
39be3fb
) to head (a055f7a
).
Files with missing lines | Patch % | Lines |
---|---|---|
pydatalab/pydatalab/routes/v0_1/items.py | 88.57% | 4 Missing :warning: |
Failed #2473
•
0b7790547d ℹ️: Merge a055f7a737b1bb311b27f0c9f244d7652ea6e899 into 39be3fb056179b66d37cf2de259a...
Project |
datalab
|
Branch Review |
ml-evs/creators-ui
|
Run status |
Failed #2473
|
Run duration | 05m 03s |
Commit |
0b7790547d ℹ️: Merge a055f7a737b1bb311b27f0c9f244d7652ea6e899 into 39be3fb056179b66d37cf2de259a...
|
Committer | Matthew Evans |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
3
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
129
|
View all changes introduced in this branch ↗︎ |
View
Output
Test | Artifacts | |
---|---|---|
Edit Page > Add some blocks to the sample and checks unsaved warning behavior |
Test Replay
Screenshots
|
View
Output
Test | Artifacts | |
---|---|---|
Edit Page > Add some blocks to the sample and checks unsaved warning behavior |
Test Replay
Screenshots
|
View
Output
Test | Artifacts | |
---|---|---|
Edit Page > Add some blocks to the sample and checks unsaved warning behavior |
Screenshots
|
This PR will add a user select and editable option to the creator list for items.
It should prevent the user from removing themselves at the JS level, and should potentially prevent the user from removing other people (i.e. append-only share), or some more tortured logic where the "first" creator in the list takes precedence.
This may require some additional API routes.