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

Add atcoder support #22

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft

Add atcoder support #22

wants to merge 20 commits into from

Commits on Nov 6, 2020

  1. Update gitignore

    infalmo committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    6f267c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Add Parse function.

    infalmo committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    50ebf9b View commit details
    Browse the repository at this point in the history
  2. Move Browser launcher to util package.

    NewBrowser is common to all website start functionalities.
    infalmo committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    8516fb1 View commit details
    Browse the repository at this point in the history
  3. Add Start function.

    infalmo committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    01ad8fe View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Downgrade dependencies.

    infalmo committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    1a3d703 View commit details
    Browse the repository at this point in the history
  2. Add NewPage functionality.

    infalmo committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    2bfac50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    befaf2f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Add strings utility functions.

    Added string cleaner and random string generator.
    infalmo committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    87e182a View commit details
    Browse the repository at this point in the history
  2. Clean returned strings

    infalmo committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    89f8278 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Update dependencies

    infalmo committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    21d20f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. More changes.

    infalmo committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    7f63394 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Fix logged in handle parsing issues.

    Change selCSSHandle to select only the username of logged in user.
    infalmo committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    07ecc33 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Create page sub-struct.

    infalmo committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    3365563 View commit details
    Browse the repository at this point in the history
  2. Add GetCountdown method.

    infalmo committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    1f44304 View commit details
    Browse the repository at this point in the history
  3. Upgrade dependencies.

    infalmo committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    4150499 View commit details
    Browse the repository at this point in the history
  4. Add workflow.

    infalmo committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    505b96d View commit details
    Browse the repository at this point in the history
  5. Restructure code.

    Handle element waiting inside the method, rather than loadPage.
    This is to accomodate the various selectors available.
    
    Do parsing in page method. This is a refractor to allow cross page usage.
    infalmo committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    d4bc99a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. 'go mod tidy' changes.

    infalmo committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    423adfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933ffae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1614167 View commit details
    Browse the repository at this point in the history