-
Notifications
You must be signed in to change notification settings - Fork 128
Update page-lifecycle and y-indexeddb with tarball links #3262
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
Merged
raineorshine
merged 41 commits into
cybersemics:main
from
codebuild-ro:fix/re-enable-dependabot
Oct 22, 2025
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
2150149
Add git based dependencies into .ncurc configuration
codebuild-ro 431c8da
Update page-lifecycle and y-indexeddb with tarball
codebuild-ro 97874bf
Merge branch 'fork_main' into fix/re-enable-dependabot
codebuild-ro 40cbe6a
Merge branch 'fork_main' into fix/re-enable-dependabot
codebuild-ro 5eeece7
Merge branch 'fork_main' into fix/re-enable-dependabot
codebuild-ro 2e5cec6
Temp Testing for failing puppeteer: rollback page-lifecycle
codebuild-ro 5b14496
Revert "Temp Testing for failing puppeteer: rollback page-lifecycle"
codebuild-ro b0b2ff5
Skip failing test case for testing
codebuild-ro ecec300
Revert "Skip failing test case for testing"
codebuild-ro b89243a
Increase timeout values
codebuild-ro 8e377d5
Revert "Increase timeout values"
codebuild-ro 039cf33
Clear localStorage to ensure welcome modal shows in puppeteer tests
codebuild-ro 73e28db
Wrap with try catch
codebuild-ro 5facaa5
Rollback setup.ts, and remove test cases for testing
codebuild-ro 9b20df2
Wrap testings with describe in color.ts
codebuild-ro 4f6b1d8
Revert "Wrap testings with describe in color.ts"
codebuild-ro 6a56822
Rollback caret partially
codebuild-ro aedf703
Rollback setup.ts
codebuild-ro 17c4404
Rollback caret.ts
codebuild-ro ea48482
Rollback caret.ts
codebuild-ro 179726e
Update puppeteer.yml file for uploading node_modules
codebuild-ro 4b9f49a
Temp Testing for failing puppeteer: rollback page-lifecycle
codebuild-ro c70a585
Revert "Temp Testing for failing puppeteer: rollback page-lifecycle"
codebuild-ro d9d3888
Update upload node_module timing
codebuild-ro 96b5000
Update puppeteer.yml for uploading node_modules
codebuild-ro 0b62dab
Update for testing page-lifecycle - change the url with my fork page-…
codebuild-ro 4a363eb
Temp Testing for failing puppeteer: rollback page-lifecycle
codebuild-ro 67b42e0
Change page-lifecycle with direct tarball link
codebuild-ro c1c5d9b
update puppeteer.yml for wait for server running
codebuild-ro 07c03fa
Remove uploading node_modules flow part
codebuild-ro 6377356
Rollback puppeteer.yml and make waiter in puppeteer setup
codebuild-ro 5c52db7
Temp Testing for failing puppeteer: rollback page-lifecycle
codebuild-ro 10e8808
Fix page-lifecycle with tarball link
codebuild-ro 6d1674d
update puppeteer.yml for let server runs correctly on CI
codebuild-ro bd87d4c
Add waiting func for server runs
codebuild-ro 23fcf9a
Change to direct tarball link instead of using `resolutions` object
codebuild-ro 35d96a4
Update yarn.lock
codebuild-ro ce4cb89
Update page lifecycle tarball with original repository
codebuild-ro a125460
Update yarn.lock
codebuild-ro 99e792f
update puppeteer.yml to wait until server runs, instead of waiting wi…
codebuild-ro da95bbe
update package.json and README.md for dependency link urls
codebuild-ro 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
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
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.
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.
When start
Teststep, the log said that the server responds but with 502 (Bad gateway) status.So I added script to wait until the server returns with 200 status code.