-
Notifications
You must be signed in to change notification settings - Fork 101
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
[patch] dev experience / gha updates #1080
Conversation
0160713
to
04f4b14
Compare
7fe387c
to
53146e3
Compare
- name: Run tests | ||
run: npm run test-report | ||
|
||
- name: Test Report |
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.
this strange stuff came from the gatekeep.yml
7eaf059
to
88cefce
Compare
.github/workflows/gate-keep.yml
Outdated
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.
i merged gate-keep and deploy-qa into build-push.yml
.github/workflows/test.yml
Outdated
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.
this was a test gha, it shouldnt have been checked in
@@ -37,3 +37,6 @@ dev | |||
test-results.json | |||
.idea/ | |||
.direnv/ | |||
dev.config | |||
dev.html | |||
example.html |
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.
3 generated files
Makefile
Outdated
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.
remove all the references to dev/ directory
beta-release.sh
Outdated
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.
betas are gone
if (!error) { | ||
QrCode['rawBuffer'] = rawBuffer; | ||
QrCode['base64'] = function() { | ||
// First Encode array buffer as UTF-8 String, then Base64 Encode | ||
if (this['rawBuffer']) { | ||
const binaryString = Array.from(new Uint8Array(this.rawBuffer)) | ||
const binaryString = Array.from(new Uint8Array(rawBuffer)) |
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.
well here was the bug
startDev.js
Outdated
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.
now this script actually spits out a working dev.html, and tells the user to use it. It also builds the websdk so it should always have the latest code
afbfbb6
to
87dd827
Compare
1. Make startDev actually work out of the box 2. Remove the dev/ directory and everything related to that in favor of just using the output dist/ 3. Write proper example.html that is usable in s3 and locally
87dd827
to
6c80eea
Compare
node-version: ${{ env.NODE_VERSION }} | ||
cache: 'npm' | ||
|
||
- name: Set up JDK 11 |
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.
where do we use java?
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.
im not sure why we are setting up java, i was worried about removing it
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.
ill leave for now, but take an action item to look into it
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
Pull Request Template
Description
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
JS Budget Check
Please mention the size in kb before abd after this PR
Checklist:
Mentions:
List the person or team responsible for reviewing proposed changes.
cc @BranchMetrics/saas-sdk-devs for visibility.