Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

MODSetter
Copy link
Owner

@MODSetter MODSetter commented Oct 17, 2025

feat: bumped version to v0.0.8

High-level PR Summary

This PR bumps the version number from v0.0.7 to v0.0.8 across all packages in the monorepo (backend, browser extension, and web frontend). The changes also include minor code formatting improvements such as trailing whitespace removal, line length adjustments, and removal of an unused import (hashlib) in the Elasticsearch indexer.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 surfsense_backend/pyproject.toml
2 surfsense_browser_extension/package.json
3 surfsense_web/package.json
4 surfsense_web/components/sidebar/app-sidebar.tsx
5 surfsense_backend/app/services/connector_service.py
6 surfsense_backend/alembic/versions/30_add_baidu_search_connector_enum.py
7 surfsense_backend/app/tasks/connector_indexers/elasticsearch_indexer.py

Need help? Join our Discord

Analyze latest changes

Summary by CodeRabbit

  • Chores
    • Version updated to 0.0.8 across backend, web, and browser extension.
    • Updated UI beta label to reflect current version.
    • Removed unused dependencies.
    • Applied formatting and style adjustments.

@vercel
Copy link

vercel bot commented Oct 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
surf-sense-frontend Building Building Preview Comment Oct 17, 2025 5:44am

@coderabbitai
Copy link

coderabbitai bot commented Oct 17, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This PR performs a version bump from 0.0.7 to 0.0.8 across backend, frontend, and browser extension packages. It includes code cleanup (removing an unused import) and minor formatting adjustments to docstrings and error message wrapping.

Changes

Cohort / File(s) Summary
Version bump
surfsense_backend/pyproject.toml, surfsense_browser_extension/package.json, surfsense_web/package.json
Updated package versions from 0.0.7 to 0.0.8 across backend, frontend, and extension projects
UI version label update
surfsense_web/components/sidebar/app-sidebar.tsx
Updated beta version label displayed in AppSidebar header from "beta v0.0.7" to "beta v0.0.8"
Code cleanup
surfsense_backend/app/tasks/connector_indexers/elasticsearch_indexer.py
Removed unused hashlib import
Formatting and docstring adjustments
surfsense_backend/alembic/versions/30_add_baidu_search_connector_enum.py, surfsense_backend/app/services/connector_service.py
Adjusted whitespace in downgrade() docstring and reformatted error message wrapping; no logic changes

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Poem

🐰 Patch eight hops in, version bumped with care,
Unused imports cleaned from the air,
Docstrings aligned, formatting sweet,
The backend and frontend now meet!
Beta label shines—0.0.8 complete! ✨

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7ed6fc5 and 5b957ec.

⛔ Files ignored due to path filters (1)
  • surfsense_backend/uv.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • surfsense_backend/alembic/versions/30_add_baidu_search_connector_enum.py (1 hunks)
  • surfsense_backend/app/services/connector_service.py (4 hunks)
  • surfsense_backend/app/tasks/connector_indexers/elasticsearch_indexer.py (0 hunks)
  • surfsense_backend/pyproject.toml (1 hunks)
  • surfsense_browser_extension/package.json (1 hunks)
  • surfsense_web/components/sidebar/app-sidebar.tsx (1 hunks)
  • surfsense_web/package.json (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@MODSetter MODSetter merged commit f9d5a9f into main Oct 17, 2025
4 of 10 checks passed
Copy link

@recurseml recurseml bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by RecurseML

🔍 Review performed on 7ed6fc5..5b957ec

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (7)

surfsense_backend/alembic/versions/30_add_baidu_search_connector_enum.py
surfsense_backend/app/services/connector_service.py
surfsense_backend/app/tasks/connector_indexers/elasticsearch_indexer.py
surfsense_backend/pyproject.toml
surfsense_browser_extension/package.json
surfsense_web/components/sidebar/app-sidebar.tsx
surfsense_web/package.json

⏭️ Files skipped (1)
  Locations  
surfsense_backend/uv.lock

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.

1 participant