-
Notifications
You must be signed in to change notification settings - Fork 509
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
(Auto)EmbedLiveSample #3973
Merged
Merged
(Auto)EmbedLiveSample #3973
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
28f6c16
first stab at auto-embed-live-sample
Gregoor 8d2ee63
add token information to EmbedLiveSamples to enrich flaws
Gregoor 89f3f0f
remove some logs
Gregoor b1bc8da
Update kumascript/src/live-sample.js
escattone 8376fb1
Merge branch 'main' into auto-embed-live-sample
escattone 3d6ed08
test increased timeout
Gregoor e1d9cc0
globally increased timeout
Gregoor da2a91f
more timeout
Gregoor 4cfd16c
one last comical attempt at increasing test timoeut
Gregoor 263f5ca
enough with the shenanigans
Gregoor 0f8712d
use generator for collecting live-sample code
Gregoor 3e884fe
increase page default timeout
Gregoor 15ac70a
increase page default timeout
Gregoor 4908219
more timeouting testing
Gregoor 47c62f1
more timeouting testing
Gregoor 838a2ac
more timeouting testing
Gregoor 93983e8
remove timeout stuff
Gregoor e32798e
wait for networkIdle
Gregoor e9f9f16
simplify live-sample extraction conditional control flow
Gregoor 6406608
set iframe title for AutoEmbedLiveSamples
Gregoor 0f55205
waitUntil page nav
Gregoor 4ab0272
change networkIdle value
Gregoor d884294
try networkIdle0
Gregoor ded604b
add a bit of arbitrary timeout
Gregoor d903e24
add a bit of arbitrary timeout
Gregoor f427ae8
use playwright for headless tests
Gregoor 7fce379
Merge remote-tracking branch 'origin/main' into auto-embed-live-sample
Gregoor 5ff49d0
Merge remote-tracking branch 'origin/main' into auto-embed-live-sample
Gregoor 41d9afe
start server from playwright tests
Gregoor de9b7bb
revert adding playwright
Gregoor ac9d916
upload built docs
Gregoor 23f75fa
upload built docs & screenshot
Gregoor c551cc6
upload screenshot
Gregoor 1238cfc
log grid files
Gregoor 5bcc145
remove log
Gregoor 6f03ad3
lowercase live sample IDs
Gregoor 2f7637c
remove upload artifacts action
Gregoor 29323b5
explicitly test for live_sample names
Gregoor 79fcae7
fix lint
Gregoor c8c53fb
use rawBody to construct KS livesample error
Gregoor 5c77038
remove logs
Gregoor ba86e46
stop collecting flawed liveSamples
Gregoor 57b1803
Merge branch 'main' into auto-embed-live-sample
escattone 3893d4d
change "let" to "const"
escattone 972564c
fix caching of EmbedLiveSample macros
escattone c1db1d2
make local live-samples behave like deployed
escattone f63697d
prettier fix
escattone fe1de10
improve live-sample error messages
escattone 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 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 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 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 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 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 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
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.
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 like how you decided to pass the
token
as part of the macro's execution context.