-
Notifications
You must be signed in to change notification settings - Fork 16
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
🚧 Merge develop and master #144
Conversation
* Adds a root level `LICENSE` file * Adds scripts to add the license to all js files or just those staged in git * Wires in the scripts to the `package.json` to run as pre-commit * Note that this doesn't do very good checking for existing license headers * Also, adds license to the index.html file.
* some readme updates * Update README.md
* NO-REF update readme for clarity * Update language to Virtru SDK for Javascript
…due to confusion with how the SDK should work- Updated README with details on where to find SDK usage- Add comments on SDK usage (#131)
* platform24 added develop/staging * review fixes * NPM build added for develop * Fix syntax * PLATFORM-24 fix audit issue * Remove duplicate deploy for staging * Refactor pipeline
* increase file size limit * merge
This will up he transitive dep on `eslint-utils` to 1.4.3, fixing our vulnerability alert
There was a bug on develop when you adding embedded |
@ivanovSPvirtru not sure I follow but can you post how to reproduce and I can get to it today. |
See PR #128
19bf0c6
to
024befc
Compare
I've fixed build (analytics crept back in due to the merge, after @biscoe916 removed them in #128) and the drag-and-drop as requested by @ivanovSPvirtru |
Do you need a review tonight?
…On Fri, Feb 7, 2020 at 18:41 Dave Mihalcik ***@***.***> wrote:
I've fixed build (analytics crept back in due to the merge, after
@biscoe916 <https://github.com/biscoe916> removed them in #128
<#128>) and the
drag-and-drop as requested by @ivanovSPvirtru
<https://github.com/ivanovSPvirtru>
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#144?email_source=notifications&email_token=AAALLVLN74GPKVRLWM53Z6LRBYLWLA5CNFSM4KRQLBG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELFHQKA#issuecomment-583694376>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALLVK7XM24RVCALXVDKN3RBYLWLANCNFSM4KRQLBGQ>
.
|
No rush; please feel free to wait until business hours. There are a lot of changed lines but most of the code should have been reviewed already. Mostly you'd be looking for bad auto-merge lines and the two post-merge commits to fix bugs introduced due to the separation of the branches |
Paul is apparently not in the CODEOWNERS. :-/ So I'll still need your review @jrschumacher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I would like to delete the
develop
branch after this