-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bookmarks management #125
Bookmarks management #125
Conversation
* Consolidate Core Data testing utilities. * Add the updated data model, along with migration and tests. * Add BookmarkManagedObject validation & tests. * Update the bookmark store and manager. * Add the Node and TreeController code. * Properly copy over the Bookmark data model changes. * Rename Folder to BookmarkFolder for clarity. * Update BookmarkManagedObject validation function names. * Fix the Bookmark data model path. * Rename Node to BookmarkNode. * Fixed up filenames in file headers (#109) * check file headers programatically (#110) * Zoom menu items; Menu Items validation (#105) * Zoom menu items; Menu Items validation in MainMenuActions * Update navigational menu items on WebView state change * Update to BrowserServicesKit 1.1.1 (#111) * Use a specific version of BrowserServicesKit. * Use BrowserServicesKit 1.1.1. * Force the content blocking rules publisher onto the main thread. (#112) * Version 0.6.16 * Address SwiftLint warnings. * Add the bookmark checks back. * Fix some incorrect file headers comments. * Fix remaining SwiftLint warnings. Co-authored-by: Rendijs Smukulis <rendijs.smukulis@gmail.com> Co-authored-by: Christopher Brind <brindy@duckduckgo.com> Co-authored-by: Alexey Martemyanov <mallexxx@gmail.com> Co-authored-by: Tomas Strba <tom@duckduckgo.com>
* Add NSOutlineView extensions. * Add PasteboardFolder and PasteboardBookmark. * Update the NSOutlineView extension. * Add the bookmark sidebar tree controller. * Add the BookmarksOutlineView subclass. * Rename a test file. * Add the bookmarks outline view data source and views. * Clean up a few comments. * Fix another misnamed header. * Fix failed tests. * Fix PR comments.
# By Tomas Strba (4) and others # Via GitHub * develop: Update the Chrome user agent (#122) TabViewModel released immediately from TabCollectionViewModel after its tab is closed (#118) User agent updated (#117) History Storage - Please do not merge (#108) use the temporary unprotected sites list and update the frequency to 30 minutes (#114) update email autofill (#113) Version 0.6.16 Force the content blocking rules publisher onto the main thread. (#112) Update to BrowserServicesKit 1.1.1 (#111) Zoom menu items; Menu Items validation (#105) check file headers programatically (#110) Fixed up filenames in file headers (#109) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # DuckDuckGo/Bookmarks/Services/Bookmark.xcdatamodeld/Bookmark.xcdatamodel/contents # Unit Tests/Bookmarks/Services/LocalBookmarkStoreTests.swift # Unit Tests/FileSystem/CoreDataEncryptionTests.swift
DuckDuckGo/Bookmarks/View/BookmarkManagementDetailViewController.swift
Outdated
Show resolved
Hide resolved
# By Tomas Strba (2) and others # Via Tomas Strba * develop: Version 0.6.17 History in Autocomplete Suggestions (please don’t merge until BSK branch is released) (#121) Save As (Downloads Refactoring) (#119) update dependency on BSK for email (#116) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
…marks-management-part-3 # By Tomas Strba (2) and others * feature/sam/bookmarks-management: Fix test suite merge conflicts. Version 0.6.17 History in Autocomplete Suggestions (please don’t merge until BSK branch is released) (#121) Save As (Downloads Refactoring) (#119) update dependency on BSK for email (#116) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj
This is a legitimate case being checked, it doesn’t need to be asserted.
TIL you shouldn’t call `resignFirstResponder` directly in AppKit. I miss UIKit. 😭
@brindy I've done a pass over this today to just fix a few little things and clean up some older code, and have retargeted this branch against I just want to read through it all once more tomorrow morning and then merge if that's okay, as it's been a while since I've compared the entire thing to `develop. |
@samsymons one thing I've noticed when switching between this branch and others off develop is that I can get core data errors. I think upgrading to this branch is OK (the problem seems to be going the other way, which is reasonable), but can you just check that to be sure, please? |
Tested bookmark migration earlier today by running the latest |
Bryan had a couple final requests yesterday afternoon:
All of these are super quick jobs. |
Happy with the migration flow here. I tested this from a I also installed the latest release from Asana, and then ran an archive built off of this branch, no issues either. |
Task/Issue URL: https://app.asana.com/0/72649045549333/1200025962848493/f
Tech Design URL:
CC: @brindy
Description
This PR adds the final part of the bookmarks management feature. Specifically, it adds:
Steps to test this PR
Manage Bookmarks
button in the main menu, theBookmarks
option in the options menu, and the new toolbar buttonInternal references:
Software Engineering Expectations
Technical Design Template
When ready for review, remember to post the PR in MM