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

Observer Microservice #126

Open
wants to merge 101 commits into
base: master
Choose a base branch
from
Open

Commits on May 31, 2021

  1. added observer microservice

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    8edce46 View commit details
    Browse the repository at this point in the history
  2. added observer microservice

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    91a22f3 View commit details
    Browse the repository at this point in the history
  3. added observer microservice

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    252e366 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    786a3b0 View commit details
    Browse the repository at this point in the history
  5. message tweak

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    324edbf View commit details
    Browse the repository at this point in the history
  6. added some error responses

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    ca7fb65 View commit details
    Browse the repository at this point in the history
  7. fix: fixed import lines

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    46950ce View commit details
    Browse the repository at this point in the history
  8. fix: changed dockerfile

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    044440e View commit details
    Browse the repository at this point in the history
  9. tweaked pipeline parameter

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    67d732a View commit details
    Browse the repository at this point in the history
  10. changed pymongo version

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    2711e68 View commit details
    Browse the repository at this point in the history
  11. debug

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f58f14b View commit details
    Browse the repository at this point in the history
  12. debug

    SGMPAndre committed May 31, 2021
    Configuration menu
    Copy the full SHA
    7fab35a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. teak pymongo version

    SGMPAndre authored and SGMPAndre committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    172aeee View commit details
    Browse the repository at this point in the history
  2. changed spark version

    SGMPAndre authored and SGMPAndre committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9c49e16 View commit details
    Browse the repository at this point in the history
  3. changed request parameter structure

    SGMPAndre authored and SGMPAndre committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    028dfe4 View commit details
    Browse the repository at this point in the history
  4. changed except argument

    SGMPAndre authored and SGMPAndre committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    24c9219 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. added json in POST request and some query parameters in GET

    SGMPAndre authored and SGMPAndre committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    35cfbc5 View commit details
    Browse the repository at this point in the history
  2. fixed POST only bug

    SGMPAndre authored and SGMPAndre committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    f0d547f View commit details
    Browse the repository at this point in the history
  3. removed GET method type

    SGMPAndre authored and SGMPAndre committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    52523fd View commit details
    Browse the repository at this point in the history
  4. testing

    SGMPAndre authored and SGMPAndre committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    01bffcf View commit details
    Browse the repository at this point in the history
  5. fixed string comparing error

    SGMPAndre authored and SGMPAndre committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    8820890 View commit details
    Browse the repository at this point in the history
  6. fix: query parameter timeout

    SGMPAndre authored and SGMPAndre committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    30ad3d3 View commit details
    Browse the repository at this point in the history
  7. debug

    SGMPAndre authored and SGMPAndre committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    f30c4e9 View commit details
    Browse the repository at this point in the history
  8. debug

    SGMPAndre authored and SGMPAndre committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    8c75f73 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. added timeout to POST

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    006386b View commit details
    Browse the repository at this point in the history
  2. removed watch method inside POST, now only GET will halt until next c…

    …hange in observer
    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    fc0ef62 View commit details
    Browse the repository at this point in the history
  3. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    8dfb574 View commit details
    Browse the repository at this point in the history
  4. fixed wrong uri return in POST method

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f1fc6c6 View commit details
    Browse the repository at this point in the history
  5. added / character to POST return

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    cf8b995 View commit details
    Browse the repository at this point in the history
  6. tweaked API path

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6c3a51c View commit details
    Browse the repository at this point in the history
  7. tweaked krakend timeout and post request

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    4366933 View commit details
    Browse the repository at this point in the history
  8. tweak krakenD

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1623acd View commit details
    Browse the repository at this point in the history
  9. remove debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c58123c View commit details
    Browse the repository at this point in the history
  10. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    041d32c View commit details
    Browse the repository at this point in the history
  11. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0a65aba View commit details
    Browse the repository at this point in the history
  12. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    3d15d16 View commit details
    Browse the repository at this point in the history
  13. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ccd8afe View commit details
    Browse the repository at this point in the history
  14. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    47d7f58 View commit details
    Browse the repository at this point in the history
  15. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f3f33a0 View commit details
    Browse the repository at this point in the history
  16. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    802e58d View commit details
    Browse the repository at this point in the history
  17. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e1dec3e View commit details
    Browse the repository at this point in the history
  18. debug

    SGMPAndre authored and SGMPAndre committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c31813e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. debug

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    6a43ce4 View commit details
    Browse the repository at this point in the history
  2. debug

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    a053c20 View commit details
    Browse the repository at this point in the history
  3. debug

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    431e3f2 View commit details
    Browse the repository at this point in the history
  4. added utils class and cleaned server.py code

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    7e8b254 View commit details
    Browse the repository at this point in the history
  5. added metadata return in GET

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    fcc75fd View commit details
    Browse the repository at this point in the history
  6. debug

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    e9aab8b View commit details
    Browse the repository at this point in the history
  7. misstext correction

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    bfd33f9 View commit details
    Browse the repository at this point in the history
  8. misstext correction

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    510c624 View commit details
    Browse the repository at this point in the history
  9. misstext correction

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    2c5ed34 View commit details
    Browse the repository at this point in the history
  10. misstext correction

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    d8ce7f7 View commit details
    Browse the repository at this point in the history
  11. misstext correction

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    f0072f4 View commit details
    Browse the repository at this point in the history
  12. debug test

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    f6cdd3b View commit details
    Browse the repository at this point in the history
  13. tweaked pipeline

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    903348c View commit details
    Browse the repository at this point in the history
  14. tweaked pipeline

    SGMPAndre authored and SGMPAndre committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    4f3c9dc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. tweaked krakend

    SGMPAndre authored and SGMPAndre committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    452e74a View commit details
    Browse the repository at this point in the history
  2. krakend add observer

    SGMPAndre authored and SGMPAndre committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    e32eaa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. debug

    SGMPAndre authored and SGMPAndre committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ce92076 View commit details
    Browse the repository at this point in the history
  2. debug

    SGMPAndre authored and SGMPAndre committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ebe1af9 View commit details
    Browse the repository at this point in the history
  3. debug

    SGMPAndre authored and SGMPAndre committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    58153ce View commit details
    Browse the repository at this point in the history
  4. debug

    SGMPAndre authored and SGMPAndre committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    6fe3111 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    6589a0f View commit details
    Browse the repository at this point in the history
  2. changed submit method

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3fcd085 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/SGMPAndre/learningOrchestra

     into develop
    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    1d9fe1a View commit details
    Browse the repository at this point in the history
  4. changed watch method in database.py

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f88ec88 View commit details
    Browse the repository at this point in the history
  5. debug

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    1e44aa8 View commit details
    Browse the repository at this point in the history
  6. cleaned code and changed some requests structure

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f0bd36b View commit details
    Browse the repository at this point in the history
  7. bugfix

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    baebd28 View commit details
    Browse the repository at this point in the history
  8. bugfix

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    38d2d77 View commit details
    Browse the repository at this point in the history
  9. debug

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    fcc2f4e View commit details
    Browse the repository at this point in the history
  10. bugfix

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    97efb12 View commit details
    Browse the repository at this point in the history
  11. bugfix

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8129e03 View commit details
    Browse the repository at this point in the history
  12. bugfix

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    6f702cd View commit details
    Browse the repository at this point in the history
  13. krakend tweak

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    be5a316 View commit details
    Browse the repository at this point in the history
  14. removed observer microservice from krakenD

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    22ca810 View commit details
    Browse the repository at this point in the history
  15. fixed url bug

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a97c0f4 View commit details
    Browse the repository at this point in the history
  16. removed debug messages

    SGMPAndre authored and SGMPAndre committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    cf9a231 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. added timeout feature inside the server

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    c2fa7e9 View commit details
    Browse the repository at this point in the history
  2. bug fix

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6ce231d View commit details
    Browse the repository at this point in the history
  3. debug

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    e5a900f View commit details
    Browse the repository at this point in the history
  4. debug

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    14fe4c6 View commit details
    Browse the repository at this point in the history
  5. bug fix

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    a45d610 View commit details
    Browse the repository at this point in the history
  6. debug

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    686dcbc View commit details
    Browse the repository at this point in the history
  7. debug

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    1ff73be View commit details
    Browse the repository at this point in the history
  8. debug

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    1c62427 View commit details
    Browse the repository at this point in the history
  9. bug fix

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    322e7ec View commit details
    Browse the repository at this point in the history
  10. bug fix

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    931daeb View commit details
    Browse the repository at this point in the history
  11. debug

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    cfd81c8 View commit details
    Browse the repository at this point in the history
  12. bug fix

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    ab2a8e2 View commit details
    Browse the repository at this point in the history
  13. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    47bfa0f View commit details
    Browse the repository at this point in the history
  14. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    c691211 View commit details
    Browse the repository at this point in the history
  15. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    36df031 View commit details
    Browse the repository at this point in the history
  16. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    1a3e2e2 View commit details
    Browse the repository at this point in the history
  17. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6519957 View commit details
    Browse the repository at this point in the history
  18. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    5a36a88 View commit details
    Browse the repository at this point in the history
  19. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6450eab View commit details
    Browse the repository at this point in the history
  20. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    11ad2fa View commit details
    Browse the repository at this point in the history
  21. added patch implementation

    SGMPAndre authored and SGMPAndre committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    d612cbf View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    79b63ae View commit details
    Browse the repository at this point in the history
  2. Update krakend.json

    SGMPAndre authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    e678f19 View commit details
    Browse the repository at this point in the history