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

Feature/support passing ref to user data #724

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 22, 2017

  1. Now Ref function is supported inside userdata

    Jae Kun Choi authored and Jae Kun Choi committed May 22, 2017
    Configuration menu
    Copy the full SHA
    c0b8edb View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary code and renamed var names

    Jae Kun Choi authored and Jae Kun Choi committed May 22, 2017
    Configuration menu
    Copy the full SHA
    6a9e3d9 View commit details
    Browse the repository at this point in the history
  3. Changed to more meaningful var name

    Jae Kun Choi authored and Jae Kun Choi committed May 22, 2017
    Configuration menu
    Copy the full SHA
    47c5980 View commit details
    Browse the repository at this point in the history
  4. Added unit test for passing in Ref function

    Jae Kun Choi authored and Jae Kun Choi committed May 22, 2017
    Configuration menu
    Copy the full SHA
    e572cef View commit details
    Browse the repository at this point in the history
  5. Fix for PEP8

    Jae Kun Choi authored and Jae Kun Choi committed May 22, 2017
    Configuration menu
    Copy the full SHA
    17b6ad1 View commit details
    Browse the repository at this point in the history
  6. Adding imports for usage within userdata

    Jae Kun Choi authored and Jae Kun Choi committed May 22, 2017
    Configuration menu
    Copy the full SHA
    2f69e55 View commit details
    Browse the repository at this point in the history
  7. Fixing for unit test failure on Python 2.7.9

    Jae Kun Choi authored and Jae Kun Choi committed May 22, 2017
    Configuration menu
    Copy the full SHA
    0de37f9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Fixed PEP8 issue with E501 line too long

    Jae Kun Choi authored and Jae Kun Choi committed May 23, 2017
    Configuration menu
    Copy the full SHA
    2b26680 View commit details
    Browse the repository at this point in the history
  2. PEP8 fixes - E128 continuation line under-indented for visual indent

    Jae Kun Choi authored and Jae Kun Choi committed May 23, 2017
    Configuration menu
    Copy the full SHA
    c9f8f4f View commit details
    Browse the repository at this point in the history
  3. Added README instructions of from_file helper usage

    Jae Kun Choi authored and Jae Kun Choi committed May 23, 2017
    Configuration menu
    Copy the full SHA
    aeb88e7 View commit details
    Browse the repository at this point in the history
  4. README fixes for reStructuredText

    Jae Kun Choi authored and Jae Kun Choi committed May 23, 2017
    Configuration menu
    Copy the full SHA
    d817a64 View commit details
    Browse the repository at this point in the history
  5. README fixes for reStructuredText

    Jae Kun Choi authored and Jae Kun Choi committed May 23, 2017
    Configuration menu
    Copy the full SHA
    771381f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Added more robust userdata which is used to replace multiple refs in …

    …the test. Added condition to include ref search
    Jae Kun Choi authored and Jae Kun Choi committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    0dd8596 View commit details
    Browse the repository at this point in the history
  2. Updated README to include multiple refs in userdata

    Jae Kun Choi authored and Jae Kun Choi committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    15bddde View commit details
    Browse the repository at this point in the history