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

feature single line prompt #265

Merged
merged 49 commits into from
Jan 7, 2021
Merged

Commits on Dec 28, 2020

  1. add flag for compact mode feature

    noaccOS authored and edouard-lopez committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    dad0fc6 View commit details
    Browse the repository at this point in the history
  2. document feature flag

    edouard-lopez committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    6e00023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d7d2a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b802da4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45c076f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    874adf4 View commit details
    Browse the repository at this point in the history
  7. query variable before testing it

    prevent error message:
    
    > test: Missing argument at index 2
    edouard-lopez committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    fa5a4c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0d3179 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0a61d5 View commit details
    Browse the repository at this point in the history
  10. correct regression

    edouard-lopez committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2555009 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8bff2b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    561cfef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd62e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e6e01 View commit details
    Browse the repository at this point in the history
  4. prefer import

    edouard-lopez committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    4c4bbe6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb07ebf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a81e5fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    998f52c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4aba62d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4da9bb7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3459f16 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5917f31 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6d1978 View commit details
    Browse the repository at this point in the history
  13. pass variable by value

    edouard-lopez committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    14abae8 View commit details
    Browse the repository at this point in the history
  14. privatize tests help methods

    * _purge_configs
    * _disable_colors
    * _print_filename
    edouard-lopez committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0a19fc5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    009ec8c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8ac4b20 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    80733e4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ceb3afc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    88b1318 View commit details
    Browse the repository at this point in the history
  20. move _purge_configs and _disable_colors at the end on setup to …

    …prevent race condition
    edouard-lopez committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2d4ef89 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    998ee3e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d34367e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    402fe4d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5ddd3bd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0a6575f View commit details
    Browse the repository at this point in the history
  26. restore purge_configs and disable_colors content

    Run before all test files
    edouard-lopez committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    85706de View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b4c8614 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    24b8283 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    69c9628 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b5def76 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    4df974e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a49ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c53de4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62aff80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ce9ecf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5735de9 View commit details
    Browse the repository at this point in the history
  7. quiet docker output

    edouard-lopez committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    64ecd36 View commit details
    Browse the repository at this point in the history
  8. bump version 3.5.0

    edouard-lopez committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    2c24946 View commit details
    Browse the repository at this point in the history