-
Notifications
You must be signed in to change notification settings - Fork 23
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
Improve animint2pages by automatically taking screenshot of the animint #131
Merged
Merged
Changes from 45 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
73d540f
Chromote session nit
siddhesh195 a3e9ae5
Update DESCRIPTION
siddhesh195 c0e6f23
Update tests.yaml
siddhesh195 492fd17
Update z_pages.R
siddhesh195 a466f94
Update z_pages.R
siddhesh195 fde4ea0
corrected variable name
siddhesh195 d3617dc
changed from captureScreenshot() to screenshot()
siddhesh195 de2a97f
added new test to check screenshot in ghpages
siddhesh195 348cd0e
corrected hardcoded repo owner name to actual repo owner during the test
siddhesh195 6872e8d
corrected hardcoded repo name to actual repo name during the test
siddhesh195 bfc1b89
test if gh-pages branch exist
siddhesh195 a358ad3
saved screenshot to local directory
siddhesh195 07596ac
Add file name screenshot.png to the path to query
siddhesh195 fc2bdca
Remove try..catch
siddhesh195 04d28e2
Add gh to suggests and tests.yaml
siddhesh195 439dd85
Load library gh
siddhesh195 de1e12c
code for server pointing to temp directory
siddhesh195 80c2da3
added magick in suggests
siddhesh195 1ec415b
added magick in suggests
siddhesh195 c1f5560
testing on github actions
siddhesh195 12941ab
Use random port Ids to solve mac error
siddhesh195 2653f9b
added cropping feature
siddhesh195 5a2523f
start common server and copy new files to it's directory
siddhesh195 1f834d1
removed cropping feature for debugging
siddhesh195 1bf1937
pass server directory into animint2dir
siddhesh195 baabd4f
fixed server error, updated version, added NEWS
siddhesh195 dec0650
corrected name of the function
siddhesh195 8241ea8
removed duplicate lines and whitespaces
siddhesh195 7569a7c
Merge branch 'master' into screenshot-animint2pages
siddhesh195 de42e29
removed empty line
siddhesh195 82c998c
removed empty line
siddhesh195 20bd120
screenshot excludes widgets
fc23ea2
animint2pages example add title, source, color
75bf982
added empty line and space
siddhesh195 c6e28c7
Merge branch 'master' into screenshot-animint2pages
siddhesh195 3b98e9c
test passes without persistent server
tdhock c7dca84
Remove empty lines
siddhesh195 b12a42f
Refactor to reuse start_server
siddhesh195 445cbc4
Delete persistent server
siddhesh195 2603e3b
Stop the server after capturing screensjot
siddhesh195 0d88a28
Merge branch 'master' into screenshot-animint2pages
siddhesh195 9375dca
Increment version
siddhesh195 87e3324
Merge branch 'screenshot-animint2pages' of https://github.com/animint…
siddhesh195 1b81662
Delete stop_binary, check that package is loaded before taking screen…
siddhesh195 1f7e933
Fix test error
siddhesh195 f336ee4
removed additional arguments
siddhesh195 3338cf5
Rename stop_server to stop_servr
siddhesh195 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Binary file not shown.
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.
two different spellings of server, in
start_servr
andstop_server
, is potentially confusing. please change tostop_servr
for consistency.