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

Merge current work into master #18

Merged
merged 33 commits into from
Jun 9, 2017
Merged

Merge current work into master #18

merged 33 commits into from
Jun 9, 2017

Commits on May 24, 2017

  1. Added a few network control commands

    I expect that these commands can be called from the web UI via buttons
    and forms.
    uas committed May 24, 2017
    Configuration menu
    Copy the full SHA
    682afed View commit details
    Browse the repository at this point in the history
  2. added nmcli scripts for client and ap wifi

    uas committed May 24, 2017
    Configuration menu
    Copy the full SHA
    68385d2 View commit details
    Browse the repository at this point in the history
  3. added initial dataflash log upload to cloud

    uas committed May 24, 2017
    Configuration menu
    Copy the full SHA
    0a4e0aa View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. dfsync - cleaning up the module

    uas committed May 25, 2017
    Configuration menu
    Copy the full SHA
    3556f85 View commit details
    Browse the repository at this point in the history
  2. dflogger - make user home path general

    uas committed May 25, 2017
    Configuration menu
    Copy the full SHA
    1ac2101 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Configuration menu
    Copy the full SHA
    1dc8c3a View commit details
    Browse the repository at this point in the history
  2. added messages which will be used by the webserver

    these messages will dispaly the progress of rsync
    Unknown committed May 27, 2017
    Configuration menu
    Copy the full SHA
    3a3a3d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    563a4b0 View commit details
    Browse the repository at this point in the history
  4. prevent the rsync/ssh non-interactive UI from being blocked while it …

    …waits for confirmation that will never come.
    
    without this change, this shows up on the console, but never gets answered:
    The authenticity of host '[www.mavcesium.io]:2221 ([162.243.255.160]:2221)' can't be established.
    RSA key fingerprint is 79:39:48:87:5f:57:89:12:f6:c8:7d:af:36:88:3d:0a.
    Are you sure you want to continue connecting (yes/no)?
    davidbuzz committed May 27, 2017
    Configuration menu
    Copy the full SHA
    ebf93b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from davidbuzz/df_sync_wip

    Df sync minor corrections.
    davidbuzz authored May 27, 2017
    Configuration menu
    Copy the full SHA
    6297f06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f714d3 View commit details
    Browse the repository at this point in the history
  7. Improve the way modules with lots of confurable options can write the…

    …ir defaults to a WebConfigServer.json that may not have all the data in them already.
    davidbuzz committed May 27, 2017
    Configuration menu
    Copy the full SHA
    b14fa44 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #12 from davidbuzz/df_sync_wip

    Df sync - example of better module parameter defaults handling
    davidbuzz authored May 27, 2017
    Configuration menu
    Copy the full SHA
    5d74a72 View commit details
    Browse the repository at this point in the history
  9. add basic cmd-line help

    davidbuzz committed May 27, 2017
    Configuration menu
    Copy the full SHA
    47466f1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #13 from davidbuzz/df_sync_wip

    add basic cmd-line help
    davidbuzz authored May 27, 2017
    Configuration menu
    Copy the full SHA
    5bce5f4 View commit details
    Browse the repository at this point in the history
  11. no message

    davidbuzz committed May 27, 2017
    Configuration menu
    Copy the full SHA
    b0893a9 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #14 from davidbuzz/df_sync_wip

    add basic cmd-line help
    davidbuzz authored May 27, 2017
    Configuration menu
    Copy the full SHA
    cf6b9f0 View commit details
    Browse the repository at this point in the history
  13. bugfix... after adding the -o StrictHostKeyChecking=no to the ssh com…

    …mandline, this re-arrangment of the location of the username/hostname etc is needed for it to work here for me.
    davidbuzz committed May 27, 2017
    Configuration menu
    Copy the full SHA
    c449dfd View commit details
    Browse the repository at this point in the history
  14. Merge pull request #15 from davidbuzz/df_sync_wip

    dfsync bugfix... after adding the -o StrictHostKeyChecking=no to the ssh com…
    davidbuzz authored May 27, 2017
    Configuration menu
    Copy the full SHA
    827fa5a View commit details
    Browse the repository at this point in the history
  15. resolve conflicts

    SamuelDudley committed May 27, 2017
    1 Configuration menu
    Copy the full SHA
    a9a3c11 View commit details
    Browse the repository at this point in the history
  16. support for Creating an Identity file on-disk from the browser, and t…

    …hen displaying the contents to the user. ( last part no worky )
    davidbuzz committed May 27, 2017
    Configuration menu
    Copy the full SHA
    b1eae0a View commit details
    Browse the repository at this point in the history
  17. fix typo

    davidbuzz committed May 27, 2017
    Configuration menu
    Copy the full SHA
    77505fc View commit details
    Browse the repository at this point in the history
  18. Merge pull request #16 from davidbuzz/df_sync_wip

    Df sync wip
    davidbuzz authored May 27, 2017
    Configuration menu
    Copy the full SHA
    f4ec3ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bab81e3 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #17 from davidbuzz/df_sync_wip

    fix for identity file not being encoded properly.
    davidbuzz authored May 27, 2017
    Configuration menu
    Copy the full SHA
    87bdea2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5e11542 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Added initial stab at logging support

    uas authored and uas committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    72dce69 View commit details
    Browse the repository at this point in the history
  2. Update to dfsync module. changes to support interface with apsync.cloud

    a minimal working example can be found in requests_utils.py
    uas authored and uas committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    0ba1e3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d32b0 View commit details
    Browse the repository at this point in the history
  4. dfsync module working with apsync.cloud

    registration and verification need more work
    SamuelDudley committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    5a6c0be View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. cleanup

    davidbuzz authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    66bf169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    231e05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f318eb1 View commit details
    Browse the repository at this point in the history