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-596 - Add subtopic to RawMessage #642

Merged
merged 18 commits into from
Mar 15, 2019
Merged

Commits on Mar 8, 2019

  1. Commit for mainflux-596

    Modified and tested:
    - cli
    - http
    - mqtt
    - normalizer
    - all readers
    - sdk messages
    - all writers
    - ws
    Missing:
    - coap
    - lora
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    60e2a79 View commit details
    Browse the repository at this point in the history
  2. - fix subtopic name in, when starting with dot, http/ws/mqtt

    - add some test on readers
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    672194d View commit details
    Browse the repository at this point in the history
  3. - fix string concatenation

    - update http/transport regexp to match subtopic names with only \w-
    - update ws/transport regexp like http ones with also the wildcard * and >
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    7d4cd40 View commit details
    Browse the repository at this point in the history
  4. added subtopic support to coap adapter

    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    b02c5fe View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. - update replace functions with replaceall when needed

    - renamed getDestChannel to fmtSubject
    - update api/transport and ws/transport route to be more readable
    - fix mqtt syntax
    - renamed func andQuery to query as suggested by @anovakovic01
    - have a nice we :)
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    c97d5a3 View commit details
    Browse the repository at this point in the history
  2. - fix error declaration on ws/nat/publisher

    - fix regexp added missing allowed chars - and _ on coap/api/transport
    - fix subtopic clean suffix / if present on coap/api/transport
    - improve regexp on http and ws /api/transport, now does not accept url that do not strictly match
    - add some ws subtopic tests
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 11, 2019
    5 Configuration menu
    Copy the full SHA
    638efec View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. - enabled wildcard chars on coap/api/transport

    - allow use special chars on http and ws api/transport
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    6d48679 View commit details
    Browse the repository at this point in the history
  2. - use strings.Replace() insted ReplaceAll()

    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    6bc284d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. - allow every chars on subtopics

    - fix replace error on mqtt
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 13, 2019
    1 Configuration menu
    Copy the full SHA
    1001f75 View commit details
    Browse the repository at this point in the history
  2. fix cassandra test

    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    73214c1 View commit details
    Browse the repository at this point in the history
  3. fix ws test with invalid subtopic

    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    8f759c2 View commit details
    Browse the repository at this point in the history
  4. fix invalid GOCACHE in go1.12, replaced by -count 1, see https://gola…

    …ng.org/doc/go1.10#test
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    75d07ab View commit details
    Browse the repository at this point in the history
  5. Merge master into mainflux-596

    beres committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    35b17b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ccee00 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. - improve regexp on http/ws api/transport

    - minor changes
    
    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    c4b97ff View commit details
    Browse the repository at this point in the history
  2. - add generic function parseSubtopic on ws/http adapters

    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    831b200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    775ff24 View commit details
    Browse the repository at this point in the history
  4. - add generic function fmtSubtopic on coap adapter

    Signed-off-by: ale <ale@metaverso.org>
    beres committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    d746557 View commit details
    Browse the repository at this point in the history