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

T/73: Improve DX and add new commands #82

Merged
merged 48 commits into from
Jan 11, 2019
Merged

T/73: Improve DX and add new commands #82

merged 48 commits into from
Jan 11, 2019

Commits on Aug 10, 2018

  1. "gitStatusParser()" returns additional property (#anythingToCommit) w…

    …hich checks whether changed files could be committed.
    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    92f9399 View commit details
    Browse the repository at this point in the history
  2. Improve docs for "gitStatusParser()" function.

    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    0f5de51 View commit details
    Browse the repository at this point in the history
  3. Add "commit" command.

    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    b092eb8 View commit details
    Browse the repository at this point in the history
  4. Add "getCommandInstance()" which returns an instance of command which…

    … is ready to execute.
    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    3390740 View commit details
    Browse the repository at this point in the history
  5. Improve help screen. Every git command can display its help scren if …

    …command was called with -h flag.
    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    54c086f View commit details
    Browse the repository at this point in the history
  6. Mgit main file uses new util for loading command.

    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    4f840ec View commit details
    Browse the repository at this point in the history
  7. Improve docs in utils.

    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    6b66c64 View commit details
    Browse the repository at this point in the history
  8. Upgrade dependencies.

    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    03eaced View commit details
    Browse the repository at this point in the history
  9. Improve README.

    Kamil Piechaczek committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    2adc38e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Remove "--recursive" option from mgit. It is a option for "bootstrap"…

    … and "update" commands.
    Kamil Piechaczek committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    48a7d3f View commit details
    Browse the repository at this point in the history
  2. Improve documentation, create Command and CommandData types.

    Kamil Piechaczek committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    ad9bd3c View commit details
    Browse the repository at this point in the history
  3. Minor changes in naming the variables.

    Kamil Piechaczek committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    a69b19f View commit details
    Browse the repository at this point in the history
  4. Add help screen for all commands.

    Kamil Piechaczek committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    33f8136 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Checkout command creates new branch (-b option) or read branch name f…

    …rom CLI (if specified).
    Kamil Piechaczek committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    8e820fe View commit details
    Browse the repository at this point in the history
  2. Minor fixes in docs.

    Kamil Piechaczek committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    9d7c727 View commit details
    Browse the repository at this point in the history
  3. Add merge command.

    Kamil Piechaczek committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    c20a482 View commit details
    Browse the repository at this point in the history
  4. Code style.

    Kamil Piechaczek committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    96249da View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Fix validation in merge command.

    Kamil Piechaczek committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    f5cf410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5baba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fd1836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29a4100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3d5b32 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Code style.

    Kamil Piechaczek committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    c38b4f8 View commit details
    Browse the repository at this point in the history
  2. New commands: fetch, pull, push.

    Kamil Piechaczek committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    a3812ed View commit details
    Browse the repository at this point in the history
  3. CLI core is closed in function now.

    Kamil Piechaczek committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    096f291 View commit details
    Browse the repository at this point in the history
  4. Improve README.

    Kamil Piechaczek committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    f17a9ce View commit details
    Browse the repository at this point in the history
  5. Fix istanbul command.

    Kamil Piechaczek committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    28f7764 View commit details
    Browse the repository at this point in the history
  6. Revert "Fix istanbul command."

    This reverts commit 28f7764.
    Kamil Piechaczek committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    c0eabcb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Fix command name (s/save-hashes/save/).

    Kamil Piechaczek committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d275835 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    0b20605 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Removed bootstrap command. Pull does not clone missing repos anymore.…

    … Update was renamed to sync.
    Kamil Piechaczek committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    d7c9092 View commit details
    Browse the repository at this point in the history
  2. Renamed merge to close. Now this command will remove merged branch fr…

    …om the remote.
    Kamil Piechaczek committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    3ce3a13 View commit details
    Browse the repository at this point in the history
  3. Aligned README to changes.

    Kamil Piechaczek committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    b376f55 View commit details
    Browse the repository at this point in the history
  4. Fetch command will print log if a repository is up-to-date.

    Kamil Piechaczek committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    28a0781 View commit details
    Browse the repository at this point in the history
  5. Minor changes in commmand help screen.

    Kamil Piechaczek committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    f4368ea View commit details
    Browse the repository at this point in the history
  6. Minor improvements in the code.

    Kamil Piechaczek committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    b829f31 View commit details
    Browse the repository at this point in the history
  7. Improvements for README.

    Kamil Piechaczek committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    a11080f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Sync command prints out directories which are not listed in mgit.json…

    … but are located in packages directory.
    Kamil Piechaczek committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    eab13b9 View commit details
    Browse the repository at this point in the history
  2. Moved stub of fs.lstatSync to the test case.

    Kamil Piechaczek committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    52e5dca View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Unify a way how to specify params for mgit and git commands. Close co…

    …mmand will remove the local branch and remote as well.
    Kamil Piechaczek committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    7afa7c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    50260d3 View commit details
    Browse the repository at this point in the history
  2. "recursive" option of "sync" command now is a mgit option instead of …

    …git.
    Kamil Piechaczek committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    7dd9686 View commit details
    Browse the repository at this point in the history
  3. Improved documentation.

    Kamil Piechaczek committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    560c76a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. mgit sync#afterExecute will read packages properly.

    Kamil Piechaczek committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    4ce976e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Merge branch 'master' into t/73

    Kamil Piechaczek committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    5c11361 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Merge branch 'master' into t/73

    Kamil Piechaczek committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    8ec819f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Merge branch 'master' into t/73

    Kamil Piechaczek committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    f20dd9c View commit details
    Browse the repository at this point in the history
  2. CC: 100%.

    Kamil Piechaczek committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    5e3544f View commit details
    Browse the repository at this point in the history