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

feat(cli): add capacitor run command #3599

Merged
merged 39 commits into from
Oct 16, 2020
Merged

feat(cli): add capacitor run command #3599

merged 39 commits into from
Oct 16, 2020

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    8c3d3e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2762d7f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    ca1510d View commit details
    Browse the repository at this point in the history
  2. config refactor

    imhoffd committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    172f594 View commit details
    Browse the repository at this point in the history
  3. readonly

    imhoffd committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5381669 View commit details
    Browse the repository at this point in the history
  4. bug fixes

    imhoffd committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    8665579 View commit details
    Browse the repository at this point in the history
  5. fix tests

    imhoffd committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b2c4f92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b0f13a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge branch 'main' into config-refactor

    Conflicts:
    	cli/src/android/add.ts
    	cli/src/android/common.ts
    	cli/src/android/doctor.ts
    	cli/src/android/open.ts
    	cli/src/android/update.ts
    	cli/src/common.ts
    	cli/src/config.ts
    	cli/src/cordova.ts
    	cli/src/index.ts
    	cli/src/ios/add.ts
    	cli/src/ios/common.ts
    	cli/src/ios/doctor.ts
    	cli/src/ios/open.ts
    	cli/src/ios/update.ts
    	cli/src/plugin.ts
    	cli/src/tasks/add.ts
    	cli/src/tasks/copy.ts
    	cli/src/tasks/create.ts
    	cli/src/tasks/doctor.ts
    	cli/src/tasks/init.ts
    	cli/src/tasks/list.ts
    	cli/src/tasks/new-plugin.ts
    	cli/src/tasks/open.ts
    	cli/src/tasks/serve.ts
    	cli/src/tasks/sync.ts
    	cli/src/tasks/update.ts
    	cli/src/web/copy.ts
    	cli/test/util.ts
    imhoffd committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ff836cb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    a9ee8be View commit details
    Browse the repository at this point in the history
  2. refactor platformDir

    imhoffd committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    c04c10f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6f3407 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

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

Commits on Sep 18, 2020

  1. Update cli/src/config.ts

    Co-authored-by: jcesarmobile <jcesarmobile@gmail.com>
    imhoffd and jcesarmobile authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    151a41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4e89d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cf2ac8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    74b85be View commit details
    Browse the repository at this point in the history
  2. FS refactor

    imhoffd committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    146907d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. wip

    imhoffd committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f0e4d09 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat-2294

    Conflicts:
    	cli/src/android/update.ts
    	cli/src/common.ts
    	cli/src/config.ts
    	cli/src/definitions.ts
    	cli/src/ios/common.ts
    	cli/src/tasks/add.ts
    imhoffd committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    2b2242c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat-2294' into run-command

    Conflicts:
    	cli/src/android/common.ts
    	cli/src/android/doctor.ts
    	cli/src/common.ts
    	cli/src/config.ts
    	cli/src/ios/common.ts
    imhoffd committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    9cf740d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9801331 View commit details
    Browse the repository at this point in the history
  5. poc for android

    imhoffd committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    953e91b View commit details
    Browse the repository at this point in the history
  6. test fix

    imhoffd committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    c7865fc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Merge remote-tracking branch 'origin/main' into run-command

    Conflicts:
    	cli/src/android/common.ts
    	cli/src/android/doctor.ts
    	cli/src/common.ts
    	cli/src/ios/common.ts
    	cli/src/ios/update.ts
    imhoffd committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    6d1f242 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. target and list options

    imhoffd committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    9eeb26a View commit details
    Browse the repository at this point in the history
  2. debug messages

    imhoffd committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    b358102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b189dc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Merge branch 'main' into run-command

    Conflicts:
    	cli/src/common.ts
    	cli/src/util/fs.ts
    imhoffd committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a4815bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b276fe View commit details
    Browse the repository at this point in the history
  3. remove unused spinner option

    imhoffd committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    f8a8941 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    8ec1a27 View commit details
    Browse the repository at this point in the history
  2. fix lint

    imhoffd committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7a67f8a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    4704349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07ae679 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    e00cd79 View commit details
    Browse the repository at this point in the history
  2. show example install command

    imhoffd committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    4304e17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b110df View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

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