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-475 - Replace increment ID with UUID #490

Merged
merged 12 commits into from
Dec 5, 2018
Merged

Commits on Dec 5, 2018

  1. Update increment ID to UUID in things service

    Update increment ID to UUID for things and channels in things
    service and proto files. Also, update ID type from uint to string.
    
    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    bc02f55 View commit details
    Browse the repository at this point in the history
  2. Update increment ID to UUID in http adapter

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    bcdcae0 View commit details
    Browse the repository at this point in the history
  3. Update increment ID to UUID in ws adapter

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    33768f0 View commit details
    Browse the repository at this point in the history
  4. Update increment ID to UUID in CoAP adapter

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    f1160a4 View commit details
    Browse the repository at this point in the history
  5. Update increment ID to UUID in normalizer service

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    63fe8b3 View commit details
    Browse the repository at this point in the history
  6. Update increment ID to UUID in writer services

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    3d7e994 View commit details
    Browse the repository at this point in the history
  7. Update increment ID to UUID in reader services

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    a61c604 View commit details
    Browse the repository at this point in the history
  8. Update increment ID to UUID in SDK

    Update increment ID to UUID in SDK. Update id type to string.
    Update tests.
    
    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    0c341c9 View commit details
    Browse the repository at this point in the history
  9. Update increment ID to UUID in mqtt adapter

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    c6249b2 View commit details
    Browse the repository at this point in the history
  10. Remove unnecessary case from influxdb reader

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    8d2105b View commit details
    Browse the repository at this point in the history
  11. Update tests in order to increase code coverage

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    2695f9c View commit details
    Browse the repository at this point in the history
  12. Update lora adapter to use string ID instead of unsigned int

    Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
    Aleksandar Novakovic committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b1f7f21 View commit details
    Browse the repository at this point in the history