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

PE-7531: Release ArDrive Web 2.64.0 #1965

Merged
merged 10 commits into from
Jan 28, 2025
Merged

PE-7531: Release ArDrive Web 2.64.0 #1965

merged 10 commits into from
Jan 28, 2025

Conversation

thiagocarvalhodev
Copy link
Collaborator

No description provided.

thiagocarvalhodev and others added 10 commits January 17, 2025 12:20
- Implement parallel search queries for files, folders, and drives
- Add pagination support with limit and offset parameters
- Create database indexes on name columns for better query performance
- Add duplicate detection and handling in search results
- Extend SearchResult with uniqueId and duplicate tracking
- Improve search query structure with proper JOINs and result mapping
- Add comprehensive unit tests for duplicate handling and search behavior
- Add performance logging for search operations
- Add migration step from v24 to v25
- Create indexes on name columns for drives, files, and folders
- Add IF NOT EXISTS clause for idempotent index creation
- Add logging for migration tracking
- Updated the search method in ArDriveSearchRepository to use the original query instead of a sanitized version.
- Simplified duplicate handling logic by removing the addition of duplicates to a separate list.
- Removed the asDuplicate method from the SearchResult class to streamline duplicate management.
- Enhanced the search method in DriveDao to ensure better performance by maintaining parallel execution of search queries.
refactor(search): Update search tests for improved clarity and functionality
… and settled in same block as initial signature recording tx
…r-ns-name

PE-7375: optimize search performance and return results for an ArNS name
…-64-0

PE-7531: chore: bump version and add release notes
@thiagocarvalhodev thiagocarvalhodev self-assigned this Jan 28, 2025
@thiagocarvalhodev thiagocarvalhodev merged commit 8ba754f into master Jan 28, 2025
5 checks passed
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