Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

refactor(index): rewrite answer parsing #541

Merged
merged 20 commits into from
Dec 2, 2021
Merged

Commits on Nov 25, 2021

  1. refactor(index): rewrite answer parsing

    There were a couple things that didn't work as expected
    
    - isQuestionAsked actually implemented shouldQuestionBeAsked (opposite to the name)
    - getOptionsFromArguments isn't needed, Commander already exposes arguments
    - splitting array manually can be done in Commander
    - confusing "when" conditional for array values
    - validation of appName can be done inline so it doesn't error
    Haroenv committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    826c27e View commit details
    Browse the repository at this point in the history
  2. postprocess answers

    Haroenv committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    c745986 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5509036 View commit details
    Browse the repository at this point in the history
  4. make e2e build test pass

    Haroenv committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    b16efc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. more info

    Haroenv committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    06596eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b21168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11aee59 View commit details
    Browse the repository at this point in the history
  4. error for empty string path

    Haroenv committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    80eabed View commit details
    Browse the repository at this point in the history
  5. clean lockfile

    Haroenv committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    2b62f23 View commit details
    Browse the repository at this point in the history
  6. refactor initial questions

    Haroenv committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    df117dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    051c9a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71c745e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    ecdbbc7 View commit details
    Browse the repository at this point in the history
  2. write tests

    Haroenv committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    371419e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. fix argument

    Haroenv committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    6fd91aa View commit details
    Browse the repository at this point in the history
  2. undo change

    Haroenv committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3e425b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. make .default apply always

    Haroenv committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    fe8bcf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3032d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be4b49d View commit details
    Browse the repository at this point in the history
  4. fix error

    Haroenv committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e067902 View commit details
    Browse the repository at this point in the history