fiftyone icon indicating copy to clipboard operation
fiftyone copied to clipboard

v1.6.0 release notes and docs

Open ritch opened this issue 1 year ago • 2 comments

Still WIP and needs initial review.

Summary by CodeRabbit

  • New Features
    • Removed Auth0 as a hard dependency, introducing direct authentication with Identity Providers.
    • Launched a new super admin UI and customizable login page.
    • Introduced "Central Auth Service" for streamlined user authentication management.
    • Added "Pluggable Auth" system for authentication customization.
    • Implemented support for user groups and dataset access management.
    • Enhanced admin capabilities with user search functionality.
    • Updated documentation to include a new section on "Pluggable Auth" for Teams deployments.
    • Detailed documentation for the "Pluggable Authentication" feature, including setup and migration instructions, Super Admin UI configuration, and REST API details.

ritch avatar Mar 28 '24 15:03 ritch

[!IMPORTANT]

Auto Review Skipped

Auto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

FiftyOne Teams version 1.6.0 underwent significant changes, introducing features like group management, Central Authentication Service, Pluggable Authentication system, removal of Auth0 dependency, support for Identity Providers, Super Admin UI, user search functionality, and login page customization. Additionally, there are updates related to roles, groups, and access permissions for users in Teams deployments.

Changes

File Path Change Summary
.../release-notes.rst Added group management, Central Authentication Service, Pluggable Authentication, removed Auth0 dependency, support for Identity Providers, Super Admin UI, user search functionality, and login page customization.
.../teams/index.rst Expanded description to include configuring roles, groups, and access permissions for users in Teams deployments. Added a new section on "Pluggable Auth."
.../teams/pluggable_auth.md Introduced Pluggable Authentication with Central Authentication Service (CAS) in legacy and internal modes, offering UI, REST API, and JavaScript Hook mechanism for user data and authentication management.
.../tutorials/monocular_depth_estimation.ipynb Added a section on "Hugging Face Transformers Integration" demonstrating the use of transformer-based models for monocular depth estimation using FiftyOne's integration.
.../tutorials/yolov8.ipynb Updated links related to YOLOv8 and added a section on FiftyOne's Ultralytics Integration for running inference with an existing YOLOv8 model on a FiftyOne dataset.
.../teams/roles_and_permissions.rst Updated user roles, introduced user groups, modified permissions for managing users collectively, clarified dataset permissions based on roles and groups, and enhanced access control for datasets.

🐰✨

To celebrate the changes, here's a poem:

In the realm of data and code,
FiftyOne Teams' new mode.
Auth0 fades, Identity Providers soar,
With groups and roles galore.
Super Admins guide the way,
Secure data, come what may! 🌟

🐰✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

Note: Auto-reply has been disabled for this repository by the repository owner. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

coderabbitai[bot] avatar Mar 28 '24 15:03 coderabbitai[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 28.84%. Comparing base (e1edc8b) to head (1688ce2). Report is 135 commits behind head on main.

:exclamation: Current head 1688ce2 differs from pull request most recent head d1bf016. Consider uploading reports for the commit d1bf016 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4212   +/-   ##
=======================================
  Coverage   28.84%   28.84%           
=======================================
  Files         768      768           
  Lines       97032    97032           
  Branches     1120     1120           
=======================================
  Hits        27988    27988           
  Misses      69044    69044           
Flag Coverage Δ
app 16.02% <ø> (ø)
python 99.23% <ø> (ø)

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 28 '24 15:03 codecov[bot]

I'm linking the install instructions to the Migrating from Legacy to internal mode header for migrating from legacy-to-internal mode (assumption is https://docs.voxel51.com/teams/pluggable_auth.html#migrating-from-legacy-to-internal-mode)

Please let me know when that section is complete and if the title changes!

findtopher avatar Apr 03 '24 15:04 findtopher