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 Sends API in bitwarden-uniffi #217

Merged
merged 2 commits into from
Sep 5, 2023
Merged

Add Sends API in bitwarden-uniffi #217

merged 2 commits into from
Sep 5, 2023

Conversation

dani-garcia
Copy link
Member

Type of change

- [ ] Bug fix
- [x] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Add missing Sends API to the bitwarden-uniffi crate.

Also fixed copy-pasted comment in the password history function

@dani-garcia dani-garcia requested a review from Hinton September 4, 2023 15:56
@bitwarden-bot
Copy link

bitwarden-bot commented Sep 4, 2023

Logo
Checkmarx One – Scan Summary & Details3741abb0-a063-426d-b378-db5994687c58

No New Or Fixed Issues Found

Copy link
Member

@Hinton Hinton left a comment

Choose a reason for hiding this comment

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

Can you re-generate the doc file?

@dani-garcia
Copy link
Member Author

Done, I also updated the prettierignore so that npm run prettier works on the file.

Not sure why but when I ran the doc generation the ExportFormat definition got deleted from the doc, so I restored it by hand.

@dani-garcia dani-garcia requested a review from Hinton September 4, 2023 16:44
Comment on lines +3 to +4
!/languages/kotlin
languages/kotlin/*
Copy link
Member

Choose a reason for hiding this comment

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

Is this needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's a bit awkward but that seems to be how the ignore file works yeah:
prettier/prettier#3328 (comment)

We could always remove it and add an extra step on the Readme to format the doc file after it's generated.

@dani-garcia dani-garcia merged commit 41be235 into master Sep 5, 2023
39 checks passed
@dani-garcia dani-garcia deleted the ps/send-uniffi-api branch September 5, 2023 09:46
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