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

chore!(sdk): Remove html wrapper creation #406

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

dmihalcik-virtru
Copy link
Member

  • still allow reading html wrapped files, for transitional support

- still allow reading html wrapped files, for transitional support
@dmihalcik-virtru dmihalcik-virtru requested a review from a team as a code owner December 12, 2024 21:15
elizabethhealy
elizabethhealy previously approved these changes Dec 13, 2024
@@ -352,7 +350,7 @@ export class Client {
scope = { attributes: [], dissem: [] },
autoconfigure,
source,
asHtml = false,
Copy link
Member

Choose a reason for hiding this comment

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

why remove the false default?

Copy link
Member Author

Choose a reason for hiding this comment

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

We no longer need to assert it is === false as that is the default (and I think has been for some time)

Copy link

If these changes look good, signoff on them with:

git pull && git commit --amend --signoff && git push --force-with-lease origin

If they aren't any good, please remove them with:

git pull && git reset --hard HEAD~1 && git push --force-with-lease origin

Copy link
Member Author

@dmihalcik-virtru dmihalcik-virtru left a comment

Choose a reason for hiding this comment

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

PTAL as I had to resolve a merge conflict

@@ -352,7 +350,7 @@ export class Client {
scope = { attributes: [], dissem: [] },
autoconfigure,
source,
asHtml = false,
Copy link
Member Author

Choose a reason for hiding this comment

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

We no longer need to assert it is === false as that is the default (and I think has been for some time)

Signed-off-by: David Mihalcik <[email protected]>
@dmihalcik-virtru dmihalcik-virtru merged commit 1beb02c into main Dec 13, 2024
12 checks passed
@dmihalcik-virtru dmihalcik-virtru deleted the feature/no-html-wrapping branch December 13, 2024 18:52
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