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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI - Integrate fakerbot 馃 #1507

Merged
merged 17 commits into from Mar 3, 2019
Merged

Add CLI - Integrate fakerbot 馃 #1507

merged 17 commits into from Mar 3, 2019

Commits on Jan 5, 2019

  1. Copy the full SHA
    e34a04b View commit details
    Browse the repository at this point in the history
  2. chore(cli): Extract module outside of faker dir

    The module dir `faker` houses the main "faker" namespaces; and it should
    remain that way.
    
    Best to have the CLI live outside the directory; similar to helpers
    akabiru committed Jan 5, 2019
    Copy the full SHA
    552de6e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2582f5d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    38ec79c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c5e7224 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5a65094 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    deb31a4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    96b2dd1 View commit details
    Browse the repository at this point in the history
  9. fix(cli): Amend faker version load path

    - Add integration test to cover that
    akabiru committed Jan 5, 2019
    Copy the full SHA
    a4b2bc2 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9285086 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. chore(cli): Amend var names

    akabiru committed Jan 7, 2019
    Copy the full SHA
    63a24f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. chore(reflectors): Distribute Reflector responsibilities

    The Reflector was doing too much; handling Search and List reflections
    which made it a tad harder to follow.
    
    This commit defines a Reflection interface and the correspoding
    subclasses.
    akabiru committed Jan 22, 2019
    Copy the full SHA
    fd9d986 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Merge master

    akabiru committed Feb 13, 2019
    Copy the full SHA
    203ef41 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Copy the full SHA
    450dbaf View commit details
    Browse the repository at this point in the history
  2. chore: Don't specify bunlder version

    There's an erroneous 'null byte' error in the CI which could be caused
    by the bundler version.
    
    Further, As of Ruby 2.6.0, bundler is now built into Ruby, so no need to
    install it ourselves
    akabiru committed Feb 15, 2019
    Copy the full SHA
    a800621 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. chore: Address review comments

    * move cli doc to unreleased
    * Reinstate rubygems deprecation warnings
    akabiru committed Feb 17, 2019
    Copy the full SHA
    7ca6e5d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

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