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

feat: Add a new backend API for activity feed #857

Merged
merged 4 commits into from
Dec 3, 2024
Merged

Conversation

thomass-dev
Copy link
Collaborator

@thomass-dev thomass-dev commented Dec 3, 2024

Author: Thomas S thomas@probabl.ai
Author: Matt J matthieu@probabl.ai


Part of #767 .

@thomass-dev thomass-dev self-assigned this Dec 3, 2024
@rouk1 rouk1 mentioned this pull request Dec 3, 2024
6 tasks
@thomass-dev thomass-dev marked this pull request as ready for review December 3, 2024 15:14
@thomass-dev thomass-dev force-pushed the activity-feed-backend-api branch from dc39354 to 64e8da4 Compare December 3, 2024 15:18
Copy link
Contributor

github-actions bot commented Dec 3, 2024

Coverage

pytest coverage report
FileStmtsMissCoverMissing
src/skore
   __init__.py180100% 
   __main__.py811 80%
   exceptions.py40100% 
src/skore/cli
   __init__.py80100% 
   cli.py320100% 
   launch_dashboard.py22120 42%
   quickstart_command.py1220 83%
src/skore/item
   __init__.py210100% 
   cross_validation_item.py11654 94%
   item.py2210 95%
   item_repository.py4221 93%
   media_item.py6041 93%
   numpy_array_item.py2111 92%
   pandas_dataframe_item.py3011 94%
   pandas_series_item.py3011 94%
   polars_dataframe_item.py2811 94%
   polars_series_item.py2311 93%
   primitive_item.py2321 91%
   sklearn_base_estimator_item.py2911 94%
   skrub_table_report_item.py1011 86%
src/skore/persistence
   __init__.py00100% 
   abstract_storage.py2210 95%
   disk_cache_storage.py2711 94%
   in_memory_storage.py200100% 
src/skore/project
   __init__.py40100% 
   create.py5080 88%
   load.py2330 89%
   project.py6322 95%
src/skore/sklearn
   __init__.py30100% 
   cross_validate.py7043 91%
   find_ml_task.py1923 85%
   types.py20100% 
src/skore/sklearn/train_test_split
   __init__.py00100% 
   train_test_split.py3411 96%
src/skore/sklearn/train_test_split/warning
   __init__.py80100% 
   high_class_imbalance_too_few_examples_warning.py1732 78%
   high_class_imbalance_warning.py1721 87%
   random_state_unset_warning.py1111 87%
   shuffle_true_warning.py901 91%
   stratify_is_set_warning.py1111 87%
   time_based_column_warning.py2212 89%
   train_test_split_warning.py510 80%
src/skore/ui
   __init__.py00100% 
   app.py2552 71%
   dependencies.py710 86%
   project_routes.py8652 92%
src/skore/utils
   __init__.py00100% 
   _show_versions.py290100% 
src/skore/view
   __init__.py00100% 
   view.py50100% 
   view_repository.py1621 83%
TOTAL11648091% 

Tests Skipped Failures Errors Time
168 0 💤 0 ❌ 0 🔥 1m 5s ⏱️

thomass-dev and others added 2 commits December 3, 2024 16:47
commit 28d726b
Author: Thomas S <thomas@probabl.ai>
Date:   Tue Dec 3 16:12:22 2024 +0100

    mob next [ci-skip] [ci skip] [skip ci]

    lastFile:skore/tests/integration/ui/test_ui.py

commit 49e6bdd
Author: Matt J <matthieu@probabl.ai>
Date:   Tue Dec 3 15:56:18 2024 +0100

    mob next [ci-skip] [ci skip] [skip ci]

    lastFile:skore/src/skore/ui/project_routes.py

commit 349dcff
Author: Thomas S <thomas@probabl.ai>
Date:   Tue Dec 3 15:41:01 2024 +0100

    mob next [ci-skip] [ci skip] [skip ci]

    lastFile:skore/tests/integration/ui/test_ui.py

commit 47d7a33
Author: Matt J <matthieu@probabl.ai>
Date:   Tue Dec 3 15:24:08 2024 +0100

    mob next [ci-skip] [ci skip] [skip ci]

    lastFile:skore/tests/integration/ui/test_ui.py

commit 1d6f33f
Author: Thomas S <thomas@probabl.ai>
Date:   Tue Dec 3 15:07:10 2024 +0100

    mob next [ci-skip] [ci skip] [skip ci]

    lastFile:skore/src/skore/ui/project_routes.py

commit 98727b9
Author: Thomas S <thomas@probabl.ai>
Date:   Tue Dec 3 14:50:24 2024 +0100

    mob start [ci-skip] [ci skip] [skip ci]

Co-authored-by: Matt J <matthieu@probabl.ai>
Co-authored-by: Auguste Baum <52001167+augustebaum@users.noreply.github.com>
@thomass-dev thomass-dev force-pushed the activity-feed-backend-api branch from 18d1dcd to d003181 Compare December 3, 2024 15:48
augustebaum
augustebaum previously approved these changes Dec 3, 2024
@rouk1 rouk1 merged commit 2e3c616 into main Dec 3, 2024
19 checks passed
@rouk1 rouk1 deleted the activity-feed-backend-api branch December 3, 2024 16:17
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