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

MF-780 - Use Normalizer as a lib #915

Merged
merged 13 commits into from
Oct 31, 2019
Merged

MF-780 - Use Normalizer as a lib #915

merged 13 commits into from
Oct 31, 2019

Commits on Oct 30, 2019

  1. Use Normalizer as a lib

    To normalize messages on the consumer side, Normalizer is moved
    to the internal pkgs. Writers being message consumers are modified to
    do message normalization instead of subscribing to normalized messages
    subject.
    
    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    b3477ac View commit details
    Browse the repository at this point in the history
  2. Fix logging middleware for readers and writers

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    55cf450 View commit details
    Browse the repository at this point in the history
  3. Remove normalizer interface

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    6a5c980 View commit details
    Browse the repository at this point in the history
  4. Use Normalizer in writers

    As we agreed on absmach#919, we'll use normalizer as an interface and provide
    the default SenML implementation. Because of that, Normalizer is removed
    from `internal` and we'll use the project structure proposed in the
    aforementioned issue.
    
    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    471f8cc View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    d702146 View commit details
    Browse the repository at this point in the history
  6. Remove unused batch settings from influxDB reader

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    f0f034b View commit details
    Browse the repository at this point in the history
  7. Update docs

    Move Normalizer service to `addons`.
    
    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    5ac76c2 View commit details
    Browse the repository at this point in the history
  8. Rename channels input topic

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    6d84c32 View commit details
    Browse the repository at this point in the history
  9. Update Noramlizer docs

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    644bd13 View commit details
    Browse the repository at this point in the history
  10. Remove commented code

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    c112f5f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Update readers logging

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    13c07c7 View commit details
    Browse the repository at this point in the history
  2. Update addons docker-compose files

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c7c10c5 View commit details
    Browse the repository at this point in the history
  3. Update topcis explanations

    Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
    dborovcanin committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    1c76adb View commit details
    Browse the repository at this point in the history