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

Feature/triggers #1936

Merged
merged 26 commits into from
Sep 24, 2016
Merged

Feature/triggers #1936

merged 26 commits into from
Sep 24, 2016

Commits on Sep 7, 2016

  1. Implemented trigger channels.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    a12c392 View commit details
    Browse the repository at this point in the history
  2. Using channel id instead of thing id for event.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    818be92 View commit details
    Browse the repository at this point in the history
  3. Smaller fixes.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    5c8202b View commit details
    Browse the repository at this point in the history
  4. Ran mvn:licenseformat

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    bf76bb8 View commit details
    Browse the repository at this point in the history
  5. Renamed ThingTriggerEvent to ChannelTriggeredEvent

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    eac79ba View commit details
    Browse the repository at this point in the history
  6. Added tests to ThingEventFactoryTest.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    3583fcb View commit details
    Browse the repository at this point in the history
  7. Changed StateOption in EventDescription to new class EventOption.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    5e283cd View commit details
    Browse the repository at this point in the history
  8. Removed unused constant

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    b375f09 View commit details
    Browse the repository at this point in the history
  9. ChannelTriggeredEvent now includes the channel which triggered the ev…

    …ent.
    
    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    261dc5d View commit details
    Browse the repository at this point in the history
  10. Code cleanuo

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    8f2f99e View commit details
    Browse the repository at this point in the history
  11. Run formatter on RulesJvmModelInferrer.xtend

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    106a715 View commit details
    Browse the repository at this point in the history
  12. Refactored XML. A channel now has a kind, which can be (atm) STATE or…

    … TRIGGER.
    
    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    affe3b0 View commit details
    Browse the repository at this point in the history
  13. Fix XML parsing.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    961058e View commit details
    Browse the repository at this point in the history
  14. Ensure that channel kind is never null.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    ff09f31 View commit details
    Browse the repository at this point in the history
  15. Removed trigger event types. Every trigger event is now of type string.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    e12a223 View commit details
    Browse the repository at this point in the history
  16. Fixed a bug where channel kind hasn't been applied.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    100cc02 View commit details
    Browse the repository at this point in the history
  17. Added JavaDoc.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    dadb9cb View commit details
    Browse the repository at this point in the history
  18. Reset targetplatform launch script.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    dc7c5fe View commit details
    Browse the repository at this point in the history
  19. Improved null checks for kind fields.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    cc981d2 View commit details
    Browse the repository at this point in the history
  20. Fixed a bug where the item types of custom channels was null.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    37cf37a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Added system trigger types.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    6a736e4 View commit details
    Browse the repository at this point in the history
  2. Added missing license header.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    691cb1d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

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

Commits on Sep 21, 2016

  1. Fixed line break.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    2207d95 View commit details
    Browse the repository at this point in the history
  2. Fixed useless line breaks.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    e85dd53 View commit details
    Browse the repository at this point in the history
  3. Fixed logger declaration.

    Signed-off-by: Moritz Kammerer <moritz.kammerer@qaware.de>
    phxql committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    32c8048 View commit details
    Browse the repository at this point in the history