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

fix-353 #364

Merged
merged 8 commits into from
Sep 25, 2020
Merged

fix-353 #364

merged 8 commits into from
Sep 25, 2020

Commits on Sep 19, 2020

  1. fix #208

    * added code to group entities by servicepath when multiple notifications arrive at once (#208)
    * add tests and integration tests (so we have also test with orion triggering such case)
    * fix notification tests to rely only on api calls (remove call to translator)
    * changed error code to 400 when due to invalid request
    * upgraded python to 3.8.5
    * fix integration test to use new docker image with entrypoint (#362)
    chicco785 committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    c88db3c View commit details
    Browse the repository at this point in the history
  2. minor fixes

    * remove build (we can assume a build is available)
    * remove volumes at the end of the test
    * increase timesleep for one test
    * improve code
    chicco785 committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    31b605d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. minor fixes

    * fix timeing for notifications
    * fix error message check
    chicco785 committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    3a7d44b View commit details
    Browse the repository at this point in the history
  2. add tests to produce a similar case as #353

    * use only from
    * use from in combination with last
    chicco785 committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    fe0ef1b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

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

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    d51cebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78976b5 View commit details
    Browse the repository at this point in the history
  3. fix backward compat test.

    c0c0n3 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    4f2237c View commit details
    Browse the repository at this point in the history