Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Py3 support + changes for new RBFW and SeleniumLibrary by aaltat #231

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Feb 12, 2019

  1. convert to py3 using 2to3 script

    Tanakiat Srisaranyakul committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    37f72c8 View commit details
    Browse the repository at this point in the history
  2. rename queue to data_queue to avoid import issue in multiprocessor pa…

    …ckage
    Tanakiat Srisaranyakul committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    ddba4bc View commit details
    Browse the repository at this point in the history
  3. fix import issue and md5 for py3

    Tanakiat Srisaranyakul committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    69401f2 View commit details
    Browse the repository at this point in the history
  4. fix typo for resource2

    Tanakiat Srisaranyakul committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    c27a39e View commit details
    Browse the repository at this point in the history
  5. ignore *.json

    Tanakiat Srisaranyakul committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    e605230 View commit details
    Browse the repository at this point in the history
  6. fix md5 has for py3

    Tanakiat Srisaranyakul committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    324ca41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    711fd7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89a043c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7910ae View commit details
    Browse the repository at this point in the history
  10. fix import

    idxn committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    15701c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    205d3ce View commit details
    Browse the repository at this point in the history
  2. handle byte check for md5hash

    idxn committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    7f4d0e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Configuration menu
    Copy the full SHA
    be38fd7 View commit details
    Browse the repository at this point in the history
  2. add missing files :p

    idxn committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    bd86244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30bbd89 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Incoporate reviewer comments

    idxn committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    56ee229 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. rename noralize_cell to normalize_cell

    get rid of unnecessary print
    Tanakiat Srisaranyakul committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    35a06cd View commit details
    Browse the repository at this point in the history
  2. Make the changes for is_string fx to raise an exception if it's not py3

    Tanakiat Srisaranyakul committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    7d5f6e7 View commit details
    Browse the repository at this point in the history
  3. Raise an error message dialog if python with RBFW package is not pyth…

    …on 3
    Tanakiat Srisaranyakul committed Feb 18, 2019
    1 Configuration menu
    Copy the full SHA
    d671b0a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Update __init__.py

    add missing new line at the end of the file
    idxn authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    cafa0bc View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

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

Commits on Feb 25, 2019

  1. Make SettingObject a singleton so we call python_binary once to check…

    … the version and correct the typo
    idxn committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    fba063e View commit details
    Browse the repository at this point in the history