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

feat: Adds unique serializable path for each CtElement from Root Element. #1874

Merged
merged 28 commits into from
Feb 26, 2018
Merged

feat: Adds unique serializable path for each CtElement from Root Element. #1874

merged 28 commits into from
Feb 26, 2018

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    24e6e0b View commit details
    Browse the repository at this point in the history
  2. refactor test unique path

    nharrand committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    5163384 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3bd277 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b806f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64a2758 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eda3e7c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. refactor(MainTest): cosmetic

    nharrand committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    afc30dd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. merge

    nharrand committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    e3e66c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c69d39 View commit details
    Browse the repository at this point in the history
  3. refactor: fix coding style

    nharrand committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    be56d34 View commit details
    Browse the repository at this point in the history
  4. fix: MainTest merging error

    nharrand committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    1e604a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14e0c2c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Configuration menu
    Copy the full SHA
    aa826b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7865217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45d6820 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    8bc9df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b309c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7290f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2266ae View commit details
    Browse the repository at this point in the history
  5. Update path.md

    monperrus authored Feb 25, 2018
    Configuration menu
    Copy the full SHA
    1aaef21 View commit details
    Browse the repository at this point in the history
  6. Update CtElement.java

    monperrus authored Feb 25, 2018
    Configuration menu
    Copy the full SHA
    d846e6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    047f914 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1f2276 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    786d411 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. simplify api of evaluateOn

    monperrus committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    8f82a94 View commit details
    Browse the repository at this point in the history
  2. fix(CtRolePathElement): the evaluation of a path that leads nowhere r…

    …eturns an empty collection. Add test for such events
    nharrand committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    8cfc1ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67ec78b View commit details
    Browse the repository at this point in the history
  4. fix(CtRolePathElement): replace exception throwing with return null w…

    …hen element is not found in set
    nharrand committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    7ee9921 View commit details
    Browse the repository at this point in the history