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

LPS-81687 Semver #63701

Closed
wants to merge 41 commits into from
Closed

LPS-81687 Semver #63701

wants to merge 41 commits into from

Commits on Oct 2, 2018

  1. LPS-81609 Remove deprecated code

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    8eb25fd View commit details
    Browse the repository at this point in the history
  2. LPS-81609 Deprecate classes and methods

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    5480f0b View commit details
    Browse the repository at this point in the history
  3. LPS-81609 Add function tracker

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    42b23a0 View commit details
    Browse the repository at this point in the history
  4. LPS-81609 Add expression observer

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    8f8b116 View commit details
    Browse the repository at this point in the history
  5. LPS-81609 Add expression action handler

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    99e48af View commit details
    Browse the repository at this point in the history
  6. LPS-81609 Add parameter accessor

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    05a1daa View commit details
    Browse the repository at this point in the history
  7. LPS-81609 Add interfaces

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    af43efa View commit details
    Browse the repository at this point in the history
  8. LPS-81609 Update expression API

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    0343768 View commit details
    Browse the repository at this point in the history
  9. LPS-81609 Update implementation to reflect API changes

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    93f81da View commit details
    Browse the repository at this point in the history
  10. LPS-81609 Apply references to Aware interfaces

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    420ed82 View commit details
    Browse the repository at this point in the history
  11. LPS-81609 Not needed

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    28fef8e View commit details
    Browse the repository at this point in the history
  12. LPS-81609 Update unit tests

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    ee0d4de View commit details
    Browse the repository at this point in the history
  13. LPS-81609 Add the instanceId property to be able to get/update a prop…

    …erty of a field instance instead of all instances
    rafaprax committed Oct 2, 2018
    Copy the full SHA
    aebb8d4 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    15baaab View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    9395314 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    19fd002 View commit details
    Browse the repository at this point in the history
  17. LPS-81609 DDMExpressionFunction implentations should de served by an …

    …osgi factory because now they are statefull. Implement a DDMExpressionFunction pool to reuse instances.
    rafaprax committed Oct 2, 2018
    Copy the full SHA
    2218952 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    cec26ac View commit details
    Browse the repository at this point in the history
  19. LPS-81687 Update form evaluator API

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    669b69e View commit details
    Browse the repository at this point in the history
  20. LPS-81687 Update functions

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    77fed03 View commit details
    Browse the repository at this point in the history
  21. LPS-81687 Add new functions

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    1c8e137 View commit details
    Browse the repository at this point in the history
  22. LPS-81687 Refactor form evaluator implementation

    Leonardo Barros authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    39d04b8 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    63eac4f View commit details
    Browse the repository at this point in the history
  24. LPS-81687 Backend can return partial context now, only returning the …

    …changed properties by rules execution. Apply to usages
    rafaprax committed Oct 2, 2018
    Copy the full SHA
    518961c View commit details
    Browse the repository at this point in the history
  25. LPS-81687 Field value accessors must inform how to create an array ba…

    …sed on its raw type. Apply to usages
    rafaprax committed Oct 2, 2018
    Copy the full SHA
    7d04e7b View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    5645951 View commit details
    Browse the repository at this point in the history
  27. LPS-81687 Apply usages

    rafaprax committed Oct 2, 2018
    Copy the full SHA
    44033fe View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    b038e39 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    c2b7eab View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    dcffc2c View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    84a365c View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    a4d0b4b View commit details
    Browse the repository at this point in the history
  33. LPS-81687 Simplify

    rafaprax committed Oct 2, 2018
    Copy the full SHA
    a9a76b6 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    53bb117 View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    f7243b0 View commit details
    Browse the repository at this point in the history
  36. LPS-81687 Not needed

    rafaprax committed Oct 2, 2018
    Copy the full SHA
    26ec9a5 View commit details
    Browse the repository at this point in the history
  37. LPS-81687 Sort

    brianchandotcom authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    913d92e View commit details
    Browse the repository at this point in the history
  38. LPS-81687 Please apply else where, this needs to be renamed to getPar…

    …ameterOptional since it's returning an Optional
    brianchandotcom authored and rafaprax committed Oct 2, 2018
    Copy the full SHA
    f9859d7 View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    1f5c3eb View commit details
    Browse the repository at this point in the history
  40. LPS-81609 Rename package

    rafaprax committed Oct 2, 2018
    Copy the full SHA
    ec53ac4 View commit details
    Browse the repository at this point in the history
  41. LPS-81687 Semver

    rafaprax committed Oct 2, 2018
    Copy the full SHA
    72e3460 View commit details
    Browse the repository at this point in the history