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

Add item to keychain in the background #380

Merged
merged 2 commits into from
Jun 12, 2023
Merged

Conversation

afterxleep
Copy link
Collaborator

@afterxleep afterxleep commented Jun 9, 2023

Task/Issue URL: https://app.asana.com/0/1201037661562251/1204717237528130/f
iOS PR: duckduckgo/iOS#1761
macOS PR: duckduckgo/macos-browser#1251
What kind of version bump will this require?: Patch

Description:
Moves storing the password salt to a background queue to prevent UI locks; (There is no need to wait for the data to be created)

Steps to test this PR:

  1. Check macOS Instructions
Internal references:

Software Engineering Expectations
Technical Design Template

Copy link
Contributor

@diegoreymendez diegoreymendez left a comment

Choose a reason for hiding this comment

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

Works well.

@afterxleep afterxleep merged commit 5c775d2 into main Jun 12, 2023
@afterxleep afterxleep deleted the daniel/salt-background-queue branch June 12, 2023 08:04
afterxleep added a commit to duckduckgo/iOS that referenced this pull request Jun 12, 2023
Task/Issue URL: https://app.asana.com/0/1201037661562251/1204717237528130/f
BSK PR: duckduckgo/BrowserServicesKit#380

Description:
Moves storing the password salt to a background queue on creation.
(This is a BSK fix)
afterxleep added a commit to duckduckgo/macos-browser that referenced this pull request Jun 12, 2023
Task/Issue URL:
https://app.asana.com/0/1201037661562251/1204717237528130/f
BSK PR: duckduckgo/BrowserServicesKit#380

Description:
Moves storing the password salt to a background queue on creation.
(This is a BSK fix)
samsymons added a commit that referenced this pull request Jun 19, 2023
* main: (45 commits)
  SecureVault Keychain updates (#382)
  Reattach orphaned bookmarks to root folder when reordering (#383)
  Allow for asynchronous sync initialization (#381)
  Drop regex support in param stripping (#367)
  mac promo exp2 - add support for share link message (#375)
  Revert accidentally pushed change
  Remove test that was dependant on the keychain
  Add item to keychain in the background (#380)
  macOS in-context signup updates (#359)
  Fixes the format in a log call (#379)
  Add EventMapping to DDGSync dependencies and call it from handleUnauthenticated (#376)
  Autofill hash migration updates + Bitwarden hotfix (#372)
  Autofill password generation support for iOS (#361)
  Update autofill to 7.1.0 (#370)
  Sync Engine with support for syncing bookmarks (#355)
  Centralised Messaging for User Scripts (#299)
  Update TLD accounts query to be more specific (#368)
  Bump Tests/BrowserServicesKitTests/Resources/privacy-reference-tests (#366)
  Adds a different hash Account per each macOS build kind (#363)
  adjust os_log parameter name using disfavoredOverload (#349)
  ...
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.

2 participants