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

Migrate to native SecretStorage #417

Merged
merged 5 commits into from
Oct 5, 2023
Merged

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented Sep 29, 2023

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • I used npm run format for formatting the code before submitting the pull request.

This pull request employs the native SecretStore API, which is built upon Electron's safeStorage API instead of relying on KeyTar.

Background information: KeyTar has been officially deprecated and archived. You can find additional details here: atom/node-keytar#482. Further information on this change can be found here: https://code.visualstudio.com/updates/v1_80#_secretstorage-api-now-uses-electron-api-over-keytar.

@yahavi yahavi added the improvement Automatically generated release notes label Sep 29, 2023
@yahavi yahavi self-assigned this Sep 29, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Sep 29, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Sep 29, 2023
src/main/connect/connectionManager.ts Outdated Show resolved Hide resolved
src/main/connect/connectionManager.ts Outdated Show resolved Hide resolved
src/main/connect/connectionManager.ts Outdated Show resolved Hide resolved
src/main/connect/connectionManager.ts Show resolved Hide resolved
src/main/connect/connectionManager.ts Outdated Show resolved Hide resolved
src/main/connect/connectionManager.ts Outdated Show resolved Hide resolved
@eyalbe4 eyalbe4 removed their request for review October 1, 2023 14:24
@yahavi yahavi added bug Something isn't working safe to test Approve running integration tests on a pull request and removed improvement Automatically generated release notes labels Oct 5, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Oct 5, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Oct 5, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Oct 5, 2023
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Oct 5, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Oct 5, 2023
@yahavi yahavi linked an issue Oct 5, 2023 that may be closed by this pull request
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Oct 5, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Oct 5, 2023
@yahavi yahavi merged commit dde72d8 into jfrog:master Oct 5, 2023
9 of 10 checks passed
@yahavi yahavi deleted the secret-storage branch October 5, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extension not visible on sidebar after installation
2 participants