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

NOISSUE - Export config from content #21

Merged
merged 28 commits into from
Feb 10, 2020

Commits on Jan 29, 2020

  1. add view services via mqtt

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    3bbc28d View commit details
    Browse the repository at this point in the history
  2. small fix

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    68c29b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. minor changes

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d0f5d0e View commit details
    Browse the repository at this point in the history
  2. update comment

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    59b99ed View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. add different endpoint for services view

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    5b80898 View commit details
    Browse the repository at this point in the history
  2. dont use pointers

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    8c79f70 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. fix comments

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    d80ff32 View commit details
    Browse the repository at this point in the history
  2. fix errror return

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f23785b View commit details
    Browse the repository at this point in the history
  3. inline function

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0ee05f6 View commit details
    Browse the repository at this point in the history
  4. add export config

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    d2db7f2 View commit details
    Browse the repository at this point in the history
  5. small changes

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    53fd7f4 View commit details
    Browse the repository at this point in the history
  6. remove cmdType type

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    19cd7fb View commit details
    Browse the repository at this point in the history
  7. remove pointers

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    d7b0201 View commit details
    Browse the repository at this point in the history
  8. add support for writing export config

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    3d13c2d View commit details
    Browse the repository at this point in the history
  9. remove parenthesis

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    95b4500 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0433d0 View commit details
    Browse the repository at this point in the history
  11. remove println

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    167e788 View commit details
    Browse the repository at this point in the history
  12. NOISSUE - add view services via mqtt (mainflux#19)

    * add view services via mqtt
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * small fix
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * minor changes
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * update comment
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * add different endpoint for services view
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * dont use pointers
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * fix comments
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * fix errror return
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * inline function
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * small changes
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * remove cmdType type
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * remove pointers
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * remove parenthesis
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * add service info type
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    22484cb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. add default file

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    31f2a26 View commit details
    Browse the repository at this point in the history
  2. add checking err

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    6db736d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Enable mtls communication with mqtt broker (mainflux#15)

    * enable mtls
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * enable mtls
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * fix config endpoint
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * fix double broker connection
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * fix disconnect problem
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * killing the white lines
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * small corrections
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * remove some types and typos
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * fix logger usage
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * mqtt is moved to conn
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * resolve comments
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * resolve comments
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    
    * kill whit line
    
    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c8bcea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4057938 View commit details
    Browse the repository at this point in the history
  3. update gitignore

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    b7010e3 View commit details
    Browse the repository at this point in the history
  4. dont export vars

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    947fcaa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. remove vscode

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    adfcc6b View commit details
    Browse the repository at this point in the history
  2. add export const

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    cafade7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. add len check for senml payload

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    4169112 View commit details
    Browse the repository at this point in the history
  2. change constant exportConfigFile

    Signed-off-by: Mirko Teodorovic <[email protected]>
    mteodor committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a73a81a View commit details
    Browse the repository at this point in the history