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

Redo configuration logic #87

Merged
merged 46 commits into from
Aug 6, 2020
Merged

Redo configuration logic #87

merged 46 commits into from
Aug 6, 2020

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    2edc5e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5efb99b View commit details
    Browse the repository at this point in the history
  3. Fix template paths

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    d55c560 View commit details
    Browse the repository at this point in the history
  4. Typo

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    14227eb View commit details
    Browse the repository at this point in the history
  5. More typos

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    64b6ae1 View commit details
    Browse the repository at this point in the history
  6. Name fixes

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    53f6c19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    536453d View commit details
    Browse the repository at this point in the history
  8. Exit on bad network

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    2397116 View commit details
    Browse the repository at this point in the history
  9. Config -> .env

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c69763d View commit details
    Browse the repository at this point in the history
  10. URL

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    9eba942 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d4c161 View commit details
    Browse the repository at this point in the history
  12. Remove conflicts

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ceda868 View commit details
    Browse the repository at this point in the history
  13. Add instructions

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    57239b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    390e2f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fd77258 View commit details
    Browse the repository at this point in the history
  16. Device host

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    57932c6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f556f6 View commit details
    Browse the repository at this point in the history
  18. config -> env

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    fc0d94a View commit details
    Browse the repository at this point in the history
  19. Newlines

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c19fa0d View commit details
    Browse the repository at this point in the history
  20. Move with force

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    3fe5f15 View commit details
    Browse the repository at this point in the history
  21. Shh...

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    6b7d06b View commit details
    Browse the repository at this point in the history
  22. Cleanup redundant code

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    9de99b1 View commit details
    Browse the repository at this point in the history
  23. Use docker for Tor

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    4cb6d9e View commit details
    Browse the repository at this point in the history
  24. Spacings

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    58f4f59 View commit details
    Browse the repository at this point in the history
  25. Typo

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    381e184 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2c00fc5 View commit details
    Browse the repository at this point in the history
  27. Harden error handling

    mayankchhabra committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    f4f496a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Load env

    mayankchhabra committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    f027f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f9550 View commit details
    Browse the repository at this point in the history
  3. Source env

    mayankchhabra committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    583f4ca View commit details
    Browse the repository at this point in the history
  4. Re-add linux check

    mayankchhabra committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4f86aff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84f21ed View commit details
    Browse the repository at this point in the history
  6. Default mainnet

    mayankchhabra committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    5d47b18 View commit details
    Browse the repository at this point in the history
  7. Minor wording changes

    mayankchhabra committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    2e1cca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Clean trailing whitespace

    lukechilds committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    598f687 View commit details
    Browse the repository at this point in the history
  2. Quote uname check

    lukechilds committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    cfacdb8 View commit details
    Browse the repository at this point in the history
  3. Correct resolve UMBREL_ROOT

    If you add the /.. traversal before readlink instead of after it will resolve it into the direct path
    lukechilds committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    bde81fb View commit details
    Browse the repository at this point in the history
  4. Fix quoting

    The quotes are either not doing anything:
    
    This:
    "some string ""$some_var"" some string"
    
    Is the same as:
    "some string $some_var some string"
    
    Or are actually unquoting the variable:
    
    This:
    "some string "$some_var" some string"
    
    Means $some_var is unquoted and will be subject to word splitting and
    glob expansion.
    lukechilds committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    95f1547 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8bb7d2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7 from lukechilds/configuration-changes

    Configuration changes
    mayankchhabra authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f8d7f84 View commit details
    Browse the repository at this point in the history
  7. Naming

    mayankchhabra committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    c3653da View commit details
    Browse the repository at this point in the history
  8. Removed conflicts

    mayankchhabra committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f0b0528 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dde75cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    554632c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. ignore/unignore

    mayankchhabra committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ec27955 View commit details
    Browse the repository at this point in the history
  2. Ignore/unignore db/

    mayankchhabra committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    8725a97 View commit details
    Browse the repository at this point in the history