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

[SM-1371] Add GenerateSecret to the Go SDK #937

Closed
wants to merge 5 commits into from

Conversation

coltonhurst
Copy link
Member

@coltonhurst coltonhurst commented Aug 3, 2024

๐ŸŽŸ๏ธ Tracking

https://bitwarden.atlassian.net/browse/SM-1371

๐Ÿ“” Objective

Add a GenerateSecret function to the Go SDK.

Note this depends on the #936 PR, which should be merged first.

โฐ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation
    team

๐Ÿฆฎ Reviewer guidelines

  • ๐Ÿ‘ (:+1:) or similar for great changes
  • ๐Ÿ“ (:memo:) or โ„น๏ธ (:information_source:) for notes or general info
  • โ“ (:question:) for questions
  • ๐Ÿค” (:thinking:) or ๐Ÿ’ญ (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • ๐ŸŽจ (:art:) for suggestions / improvements
  • โŒ (:x:) or โš ๏ธ (:warning:) for more significant problems or concerns needing attention
  • ๐ŸŒฑ (:seedling:) or โ™ป๏ธ (:recycle:) for future improvements or indications of technical debt
  • โ› (:pick:) for minor or nitpick changes

@coltonhurst coltonhurst self-assigned this Aug 3, 2024
@coltonhurst coltonhurst changed the base branch from main to sm/sm-1371_part1 August 3, 2024 18:11
Copy link
Contributor

github-actions bot commented Aug 3, 2024

Logo
Checkmarx One โ€“ Scan Summary & Details โ€“ 18fef3a9-5b17-4f13-8fae-225842ebf275

No New Or Fixed Issues Found

Copy link

codecov bot commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests โœ…

Project coverage is 57.80%. Comparing base (7dc4bb1) to head (5d13d74).

Additional details and impacted files
@@                Coverage Diff                @@
##           sm/sm-1371_part1     #937   +/-   ##
=================================================
  Coverage             57.80%   57.80%           
=================================================
  Files                   199      199           
  Lines                 13690    13690           
=================================================
  Hits                   7913     7913           
  Misses                 5777     5777           

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

@coltonhurst coltonhurst requested review from Hinton, dani-garcia and a team August 8, 2024 23:19
@coltonhurst coltonhurst marked this pull request as ready for review August 8, 2024 23:19
Copy link
Contributor

@Thomas-Avery Thomas-Avery left a comment

Choose a reason for hiding this comment

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

LGTM

@coltonhurst
Copy link
Member Author

Closing because we are going with the alternate solution here:

#992

coltonhurst added a commit that referenced this pull request Aug 23, 2024
## ๐ŸŽŸ๏ธ Tracking

https://bitwarden.atlassian.net/browse/SM-1371

## ๐Ÿ“” Objective

Add a `GenerateSecret` function to the Go SDK.

**Note** this depends on the #986
PR, which should be merged first.

This PR is parallel to this: #937.
One will be merged and the other closed based on the decided approach.

## โฐ Reminders before review

- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
- Protected functional changes with optionality (feature flags)
- Used internationalization (i18n) for all UI strings
- CI builds passed
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or
informed the documentation
  team

## ๐Ÿฆฎ Reviewer guidelines

<!-- Suggested interactions but feel free to use (or not) as you desire!
-->

- ๐Ÿ‘ (`:+1:`) or similar for great changes
- ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info
- โ“ (`:question:`) for questions
- ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry
that's not quite a confirmed
  issue and could potentially benefit from discussion
- ๐ŸŽจ (`:art:`) for suggestions / improvements
- โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or
concerns needing attention
- ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or
indications of technical debt
- โ› (`:pick:`) for minor or nitpick changes
@coltonhurst coltonhurst deleted the sm/sm-1371_part2 branch August 26, 2024 13:30
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