-
Notifications
You must be signed in to change notification settings - Fork 674
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
Commits on Mar 8, 2019
-
Modified and tested: - cli - http - mqtt - normalizer - all readers - sdk messages - all writers - ws Missing: - coap - lora Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for 60e2a79 - Browse repository at this point
Copy the full SHA 60e2a79View commit details -
- fix subtopic name in, when starting with dot, http/ws/mqtt
- add some test on readers Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for 672194d - Browse repository at this point
Copy the full SHA 672194dView commit details -
- 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>
Configuration menu - View commit details
-
Copy full SHA for 7d4cd40 - Browse repository at this point
Copy the full SHA 7d4cd40View commit details -
added subtopic support to coap adapter
Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for b02c5fe - Browse repository at this point
Copy the full SHA b02c5feView commit details
Commits on Mar 11, 2019
-
- 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>
Configuration menu - View commit details
-
Copy full SHA for c97d5a3 - Browse repository at this point
Copy the full SHA c97d5a3View commit details -
- 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>
5Configuration menu - View commit details
-
Copy full SHA for 638efec - Browse repository at this point
Copy the full SHA 638efecView commit details
Commits on Mar 12, 2019
-
- enabled wildcard chars on coap/api/transport
- allow use special chars on http and ws api/transport Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for 6d48679 - Browse repository at this point
Copy the full SHA 6d48679View commit details -
- use strings.Replace() insted ReplaceAll()
Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for 6bc284d - Browse repository at this point
Copy the full SHA 6bc284dView commit details
Commits on Mar 13, 2019
-
- allow every chars on subtopics
- fix replace error on mqtt Signed-off-by: ale <ale@metaverso.org>
1Configuration menu - View commit details
-
Copy full SHA for 1001f75 - Browse repository at this point
Copy the full SHA 1001f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73214c1 - Browse repository at this point
Copy the full SHA 73214c1View commit details -
fix ws test with invalid subtopic
Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for 8f759c2 - Browse repository at this point
Copy the full SHA 8f759c2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 75d07ab - Browse repository at this point
Copy the full SHA 75d07abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b17b1 - Browse repository at this point
Copy the full SHA 35b17b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ccee00 - Browse repository at this point
Copy the full SHA 0ccee00View commit details
Commits on Mar 14, 2019
-
- improve regexp on http/ws api/transport
- minor changes Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for c4b97ff - Browse repository at this point
Copy the full SHA c4b97ffView commit details -
- add generic function parseSubtopic on ws/http adapters
Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for 831b200 - Browse repository at this point
Copy the full SHA 831b200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775ff24 - Browse repository at this point
Copy the full SHA 775ff24View commit details -
- add generic function fmtSubtopic on coap adapter
Signed-off-by: ale <ale@metaverso.org>
Configuration menu - View commit details
-
Copy full SHA for d746557 - Browse repository at this point
Copy the full SHA d746557View commit details