Skip to content
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 47 commits into from
Oct 9, 2024

Commits on Jun 12, 2024

  1. Chromote session nit

    Added line Chromote session initialization as a starting step for using chromote screenshot API
    siddhesh195 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    73d540f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update DESCRIPTION

    added chromote in suggests for testing chromote's screenshot API
    siddhesh195 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a3e9ae5 View commit details
    Browse the repository at this point in the history
  2. Update tests.yaml

    added chromote package for testing chromote screenshot API
    siddhesh195 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c0e6f23 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Update z_pages.R

    changed the location of chromote init line in the code and added print to see local address of animint
    siddhesh195 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    492fd17 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update z_pages.R

    used chromote's API of taking screenshot by navigating to url of local temporary directory
    siddhesh195 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a466f94 View commit details
    Browse the repository at this point in the history
  2. corrected variable name

    corrected variable name from chrome to chrome.session
    siddhesh195 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fde4ea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. changed from captureScreenshot() to screenshot()

    changed chrome sessions captureScreenshot() API to chromote's screenshot() API to compare which option will be better.
    siddhesh195 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d3617dc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. added new test to check screenshot in ghpages

    added new test to see if screenshot.png file exists in github pages repo.
    siddhesh195 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    de2a97f View commit details
    Browse the repository at this point in the history
  2. corrected hardcoded repo owner name to actual repo owner during the test

    corrected hardcoded repo owner name to actual repo owner during the test by getting the repo owner from animint2pages
    siddhesh195 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    348cd0e View commit details
    Browse the repository at this point in the history
  3. corrected hardcoded repo name to actual repo name during the test

    corrected hardcoded repo name to actual repo name during the test
    siddhesh195 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6872e8d View commit details
    Browse the repository at this point in the history
  4. test if gh-pages branch exist

    test if gh-pages branch exist duting github actions testing
    siddhesh195 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bfc1b89 View commit details
    Browse the repository at this point in the history
  5. saved screenshot to local directory

    added code to write data from chromote screenshot api to local dir which has animint
    siddhesh195 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a358ad3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07596ac View commit details
    Browse the repository at this point in the history
  7. Remove try..catch

    siddhesh195 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fc2bdca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04d28e2 View commit details
    Browse the repository at this point in the history
  9. Load library gh

    siddhesh195 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    439dd85 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. code for server pointing to temp directory

    code for server pointing to temp directory where dynamic html file is there
    siddhesh195 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    de1e12c View commit details
    Browse the repository at this point in the history
  2. added magick in suggests

    siddhesh195 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    80c2da3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. added magick in suggests

    siddhesh195 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1ec415b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    c1f5560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12941ab View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. added cropping feature

    added cropping feature using magick and set optimal values of sleep
    siddhesh195 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2653f9b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. start common server and copy new files to it's directory

    created a new persistent server for all tests in ghpages. in z_pages added code to copy files from temporary directory created by animint2dir to directory of persistent server.
    siddhesh195 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5a2523f View commit details
    Browse the repository at this point in the history
  2. removed cropping feature for debugging

    removed cropping feature for debugging on github actions
    siddhesh195 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1f834d1 View commit details
    Browse the repository at this point in the history
  3. pass server directory into animint2dir

    pass server directory into animint2dir
    siddhesh195 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1bf1937 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    baabd4f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. corrected name of the function

    corrected name of the function
    siddhesh195 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    dec0650 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    8241ea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    7569a7c View commit details
    Browse the repository at this point in the history
  2. removed empty line

    siddhesh195 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    de42e29 View commit details
    Browse the repository at this point in the history
  3. removed empty line

    siddhesh195 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    82c998c View commit details
    Browse the repository at this point in the history
  4. screenshot excludes widgets

    Toby Dylan Hocking committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    20bd120 View commit details
    Browse the repository at this point in the history
  5. animint2pages example add title, source, color

    Toby Dylan Hocking committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fc23ea2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75bf982 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    c6e28c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    3b98e9c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Remove empty lines

    siddhesh195 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c7dca84 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    b12a42f View commit details
    Browse the repository at this point in the history
  2. Delete persistent server

    siddhesh195 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    445cbc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    2603e3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d88a28 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Increment version

    siddhesh195 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9375dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e3324 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    1b81662 View commit details
    Browse the repository at this point in the history
  2. Fix test error

    siddhesh195 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1f7e933 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    f336ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    3338cf5 View commit details
    Browse the repository at this point in the history