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

Reduce input during on-boarding #954

Merged
merged 51 commits into from
Sep 16, 2020
Merged

Commits on Aug 29, 2020

  1. - Add mdns and ngx-electron plugin

    - Add electron-rebuild to dev depends so that electron can be rebuilt with the installed node
    - Fix setTimeout and setInstance to with with Node modules (required for mdns)
    - Reduce the version on node as electron needs to be on the same version for this to work
    - Change order in on boarding wizard to select API first
    - Use mdns to detect and list octoprint instances (WIP need to figure out min version required)
    - Auto set Printer name if a detected install if found.
    
    I'm trying to reduce input and the need for a keyboard during onboarding.  Obviously this is just the first step as the API key still needs to be inputed.  But it's still a start.
    
    Follow Issue UnchartedBull#921 for more info on the changes.
    TheSin- committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    8554b88 View commit details
    Browse the repository at this point in the history
  2. Merge with upstream master

    TheSin- committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    8923014 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    7313d24 View commit details
    Browse the repository at this point in the history
  2. Update src/app/config/no-config/no-config.component.ts

    Returns void
    
    Co-authored-by: Timon G. <[email protected]>
    TheSin- and UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    b038c08 View commit details
    Browse the repository at this point in the history
  3. Update src/app/config/no-config/no-config.component.ts

    Return Boolean
    
    Co-authored-by: Timon G. <[email protected]>
    TheSin- and UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6c53aec View commit details
    Browse the repository at this point in the history
  4. Update src/app/config/no-config/no-config.component.ts

    Returns void
    
    Co-authored-by: Timon G. <[email protected]>
    TheSin- and UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8716587 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68887b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afb80d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57172e1 View commit details
    Browse the repository at this point in the history
  8. test

    UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8564d39 View commit details
    Browse the repository at this point in the history
  9. Revert "test"

    This reverts commit 8564d39.
    UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9caf235 View commit details
    Browse the repository at this point in the history
  10. Attempt to fix CI

    TheSin- committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    73387d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36887ce View commit details
    Browse the repository at this point in the history
  12. restructure main.js

    UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a2dff3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    957cb03 View commit details
    Browse the repository at this point in the history
  14. Use proper indentation

    TheSin- committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    735f395 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e3d9a6 View commit details
    Browse the repository at this point in the history
  16. electron stuff finished

    UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    becd2c4 View commit details
    Browse the repository at this point in the history
  17. Fix lint errors and warnings

    TheSin- committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    540fc43 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2e2e675 View commit details
    Browse the repository at this point in the history
  19. finalise workflow

    UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    ab726d4 View commit details
    Browse the repository at this point in the history
  20. small bugfix

    UnchartedBull committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8f91083 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e2f64d2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6bafeb3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d050ae0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    727ad51 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    ad0c41b View commit details
    Browse the repository at this point in the history
  2. Fix ngZone issue

    UnchartedBull committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    dd4816f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc207d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5824236 View commit details
    Browse the repository at this point in the history
  5. Remove electron-rebuild, postinstall script and test if the travis ch…

    …anges are still needed since we are no longer rebuilding
    TheSin- committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    510bf8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11ff0b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Merge master

    TheSin- committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b174b30 View commit details
    Browse the repository at this point in the history
  2. fix OctoPrint var

    UnchartedBull committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    beabf32 View commit details
    Browse the repository at this point in the history
  3. finally get that freakin jQuery working

    not pretty, but it works
    UnchartedBull committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    ae5a087 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f7fe86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a62ccb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    dbc7db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df9b99 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    a913bd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77bafa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bc7f96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf98a4a View commit details
    Browse the repository at this point in the history
  5. Merge with Master

    TheSin- committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    5dac7f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    6083fca View commit details
    Browse the repository at this point in the history
  2. Merge changes from master

    TheSin- committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e63a183 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6086df View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    159e418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd861f0 View commit details
    Browse the repository at this point in the history
  3. fix layout issue

    UnchartedBull committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3f33af4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be231ef View commit details
    Browse the repository at this point in the history