-
Notifications
You must be signed in to change notification settings - Fork 20
Pdcl 13739 #191
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
Open
brenthosie
wants to merge
28
commits into
master
Choose a base branch
from
pdcl-13739
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pdcl 13739 #191
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
88e13b5
pdcl-13739: remove inject-loader from turbine project
da2d5e8
pdcl-13739: ensure we can run integrity checks default export for inj…
1fba9c5
pdcl-13739: update ci environment
78832b5
pdcl-13739: moving to lts/jod - active lts through April 2027
72ddb69
pdcl-13739: github actions engine today is 22.19.0
464f69a
pdcl-13739: prepare dev.yaml and npm-publish to run new script commands
7384a42
pdcl-13739: modify logger.deprecation to only log once when outputEna…
703caa6
pdcl-13739: add file headers on new files
c56fba2
pdcl-13739: bump turbine as a major version to 29.0.0-beta.1
d6ff0b0
pdcl-13739: re-work how index.js modifies window._satellite. Fix inte…
98bf4c4
pdcl-13739: add a few more integration startup tests. remove copy of …
991d419
pdcl-13739: got burned by pointing at coveralls master in gh actions
2ffb889
pdcl-13739: add header to verify-no-test-code.sh
7bdc3a3
pdcl-13739: upgrade more dependencies for push to @next on npm
5453baf
pdcl-13739: invoke the check for verifying no test code using bash in…
9acc0f8
pdcl-13739: rename the auto validate file to be in line with how test…
55f485c
pdcl-13739: short-circuit the proxy check when we're ready to build i…
49e2e9f
pdcl-13739: lock karma-sauce-launcher install during unit ci test script
ae7ed08
pdcl-13739: bring back coveralls during CI run
e266083
29.0.0-beta.2
2de3c4f
pdcl-13739: put the shebang at the top of verify-no-test-code.sh
78decd1
pdcl-13739: making a way to build real containers for integration tes…
b0bd701
restore this commit. working on using sdk-javscript to make builds
38f2492
pdcl-13739: make sure that the fake integration tests have simple re-…
3678a73
revert this. interim commit where we can call the reactor sdk
5db2383
also revert this. remove logging
44a1166
revert this. attempting to build my first sync container
18b2706
built a library!
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
node_modules | ||
/coverage | ||
/dist | ||
ci-scripts/setup/.env | ||
**/.env.local | ||
**/.env.*.local | ||
**/.*access-token |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#!/bin/sh | ||
npx lint-staged | ||
node ./ci-scripts/ensure-library-builds-for-integration.js |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.