You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Add support for public projects (#2670)
* refactor: Extract complex SQL query into helper function
* fix: Keep list_user_projects backward compatible - Dakota pointed out that changing it to include public non-member projects could break existing code that assumes membership, so split into two functions
* test: Add service-level tests for backward compatibility
* refactor: Consolidate query logic with parameter approach
* Simplify project service functions for public project discovery
* Clean up inline comments in project service
* Fix code formatting for pre-commit compliance
* Add database migration for ProjectModel.is_public
* Fix code formatting for pre-commit compliance
* fix: clarify docstring for global admin behavior
* Fix public project access for non-members
* Apply pre-commit formatting fixes
* Fix comments and docstrings
---------
Co-authored-by: Victor Skvortsov <vds003@gmail.com>
0 commit comments