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

Enable signaling of bridge errors #111

Merged
merged 23 commits into from Jul 25, 2019
Merged

Commits on Jul 24, 2019

  1. Create subtypes for EventQueue

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    9278739 View commit details
    Browse the repository at this point in the history
  2. Tidy up usage of EventQueues

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    c2affca View commit details
    Browse the repository at this point in the history
  3. Add error classes for bridge errors

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    5b63f67 View commit details
    Browse the repository at this point in the history
  4. Add intent to signal bridge error

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    0778089 View commit details
    Browse the repository at this point in the history
  5. Remove prolong function for simpler alternative

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    39697e1 View commit details
    Browse the repository at this point in the history
  6. Move EventQueue to own file

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    ff3ba4b View commit details
    Browse the repository at this point in the history
  7. Add JSDoc annotations to event-queue.js

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    f2180e8 View commit details
    Browse the repository at this point in the history
  8. Fix perRequest setting for queues

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    fb91204 View commit details
    Browse the repository at this point in the history
  9. Fix eslint warnings

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    51e0da8 View commit details
    Browse the repository at this point in the history
  10. Add logic for reacting to permanent errors

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    2388dfe View commit details
    Browse the repository at this point in the history
  11. Change bridge error affected_users to use a regex

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    602ef29 View commit details
    Browse the repository at this point in the history
  12. Fix jsdoc comments

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    f8f8855 View commit details
    Browse the repository at this point in the history
  13. Change type of bridge error event

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    a44c4bc View commit details
    Browse the repository at this point in the history
  14. Make EventQueue compatible with ES Promises

    Signed-off-by: Kai A. Hiller <KaiAlexHiller@web.de>
    Kai A. Hiller authored and V02460 committed Jul 24, 2019
    Copy the full SHA
    22c1689 View commit details
    Browse the repository at this point in the history
  15. Beautify

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    004314d View commit details
    Browse the repository at this point in the history
  16. Add TODO related to bridge error sending

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    21faaae View commit details
    Browse the repository at this point in the history
  17. Add README section about bridge error signaling

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    f29e8ef View commit details
    Browse the repository at this point in the history
  18. Correct bridge error text in README

    Signed-off-by: Kai A. Hiller <KaiAlexHiller@web.de>
    Kai A. Hiller authored and V02460 committed Jul 24, 2019
    Copy the full SHA
    1876e07 View commit details
    Browse the repository at this point in the history
  19. Make _onEvent async

    Signed-off-by: Kai A. Hiller <KaiAlexHiller@web.de>
    Kai A. Hiller authored and V02460 committed Jul 24, 2019
    Copy the full SHA
    b4dc1aa View commit details
    Browse the repository at this point in the history
  20. Fix EventQueueNone push method

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    2587fea View commit details
    Browse the repository at this point in the history
  21. Add unit tests for all EventQueue classes

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    f5f4bf6 View commit details
    Browse the repository at this point in the history
  22. Add comment and async keyword to Bridge method

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 24, 2019
    Copy the full SHA
    3e9b46c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Change bridge error affected_users to an array

    Signed-off-by: Kai A. Hiller <V02460@gmail.com>
    V02460 committed Jul 25, 2019
    Copy the full SHA
    86b4734 View commit details
    Browse the repository at this point in the history