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

Flag Generation in the CLI #836

Merged
merged 34 commits into from Aug 7, 2019
Merged

Commits on Aug 3, 2019

  1. Copy the full SHA
    e01e3c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9766be8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    32ddef5 View commit details
    Browse the repository at this point in the history
  4. finish generation of flag types for altsrc package

    rename package to fg (flag generator)
    asahasrabuddhe committed Aug 3, 2019
    Copy the full SHA
    16c7a60 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c133a5a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    add69c7 View commit details
    Browse the repository at this point in the history
  7. update go generate command

    test file generation
    asahasrabuddhe committed Aug 3, 2019
    Copy the full SHA
    d209be3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    9260850 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Copy the full SHA
    d1ded77 View commit details
    Browse the repository at this point in the history
  2. change structure to embed source json and template files

    restructure code to have defaults in place of choices
    asahasrabuddhe committed Aug 4, 2019
    Copy the full SHA
    065fe9e View commit details
    Browse the repository at this point in the history
  3. move around code

    change package to flag-gen to avoid conflict with flag-generator binary
    test code generation
    asahasrabuddhe committed Aug 4, 2019
    Copy the full SHA
    2a08494 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c4fc88e View commit details
    Browse the repository at this point in the history
  5. indentation fixes in template

    regeneration test
    asahasrabuddhe committed Aug 4, 2019
    Copy the full SHA
    c676ed4 View commit details
    Browse the repository at this point in the history
  6. remove redundant go generate from altsrc

    update go generate in cli package to generate both files
    regeneration test
    asahasrabuddhe committed Aug 4, 2019
    Copy the full SHA
    86e1021 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    04948f2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    826954c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b6bfbe9 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3655570 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    fb4cea5 View commit details
    Browse the repository at this point in the history
  12. fix travis build

    asahasrabuddhe committed Aug 4, 2019
    Copy the full SHA
    4b0a410 View commit details
    Browse the repository at this point in the history
  13. remove zero mod fs

    asahasrabuddhe committed Aug 4, 2019
    Copy the full SHA
    8547458 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    58ae5eb View commit details
    Browse the repository at this point in the history
  15. fix tests

    asahasrabuddhe committed Aug 4, 2019
    Copy the full SHA
    7a6f3d4 View commit details
    Browse the repository at this point in the history
  16. fix spacing issue

    asahasrabuddhe committed Aug 4, 2019
    Copy the full SHA
    798e1f3 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    a7f0d86 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    489d92d View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    ac5c97b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. indenting fix

    asahasrabuddhe committed Aug 6, 2019
    Copy the full SHA
    adfe6a0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5070d00 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e8bbb4c View commit details
    Browse the repository at this point in the history
  4. move build.go to root

    asahasrabuddhe committed Aug 6, 2019
    Copy the full SHA
    6ee5b89 View commit details
    Browse the repository at this point in the history
  5. update ci commands

    asahasrabuddhe committed Aug 6, 2019
    Copy the full SHA
    c19938f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    24de27b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Copy the full SHA
    e2de8c7 View commit details
    Browse the repository at this point in the history