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

Add missing newlines to clean up bootstrap output #313

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

bobheadxi
Copy link
Member

@bobheadxi bobheadxi commented Jul 11, 2018

🎟️ Ticket(s): Closes #310


👷 Changes

Adds some missing \ns to Client.Bootstrap() output that I didn't add in #294 oops

bobbook:inertia robertlin$ inertia local init
Setting up remote local at 127.0.0.1
>> Step 1/4: Installing docker...
>> Step 2/4: Building deploy key...
>> Step 3/4: Starting daemon...
Putting existing Inertia daemon to sleep
Downloading ubclaunchpad/inertia:latest
Running daemon on port 4303
>> Step 4/4: Fetching daemon API token...

Inertia has been set up and daemon is running on remote!
You may have to wait briefly for Inertia to set up some dependencies.
Use 'inertia local logs --stream' to check on the daemon's setup progress.

=============================
>> GitHub Deploy Key (add to https://www.github.com/ubclaunchpad/inertia/settings/keys/new):
ssh-rsa AA...

>> GitHub WebHook URL (add to https://www.github.com/ubclaunchpad/inertia/settings/hooks/new):
Address:  https://127.0.0.1:4303/webhook
Secret:   iVklS5WzI9STkvzvoIgmzA3u8LGpe-j9ymsT5J1tGUQ=

Note that you will have to disable SSH verification in your webhook
settings - Inertia uses self-signed certificates that GitHub won't
be able to verify.

Inertia daemon successfully deployed! Add your webhook url and deploy
key to enable continuous deployment.
Then run 'inertia local up' to deploy your application.

🔦 Testing Instructions

make testvps
make testdaemon
make cli
inertia init
inertia remote add local
inertia local init

# watch

@bobheadxi bobheadxi added :cmd command line and clientside functionality pr: finalized needs review and final approval merge: squash labels Jul 11, 2018
@bobheadxi bobheadxi requested review from bwdmonkey and a team July 11, 2018 02:27
@bobheadxi bobheadxi force-pushed the client/#310-bootstrap-output branch from 4d3a18e to f38f342 Compare July 11, 2018 02:28
@coveralls
Copy link

coveralls commented Jul 11, 2018

Pull Request Test Coverage Report for Build 1112

  • 15 of 15 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 42.016%

Totals Coverage Status
Change from base Build 1108: 0.0%
Covered Lines: 1434
Relevant Lines: 3413

💛 - Coveralls

Copy link
Contributor

@brian-nguyen brian-nguyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the '\n' master 👍

@bobheadxi bobheadxi merged commit 49bd5e2 into master Jul 11, 2018
@bobheadxi bobheadxi deleted the client/#310-bootstrap-output branch July 11, 2018 02:54
PiggySpeed added a commit that referenced this pull request Jul 14, 2018
commit 9fd7258
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sat Jul 14 13:04:18 2018 -0700

    Clean up tooltips for consistency (#316)

commit 79e6d53
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sat Jul 14 12:14:24 2018 -0700

    Rename codecov.yml

commit eed6172
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sat Jul 14 12:00:53 2018 -0700

    Switch from go-bindata to fileb0x (#318)

commit b0bba7b
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sat Jul 14 11:47:02 2018 -0700

    Add coverage configuration (#319)

commit f5e6933
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sat Jul 14 10:18:46 2018 -0700

    Report coverage to codecov.io (#317)

commit 583607f
Merge: 696e3ff 7d62818
Author: Robert Lin <robertlin1@gmail.com>
Date:   Fri Jul 13 00:18:59 2018 -0700

    Merge pull request #295 from ubclaunchpad/daemon/#158-image-pruning

    Image pruning

commit 7d62818
Author: Robert Lin <robertlin1@gmail.com>
Date:   Thu Jul 12 20:53:22 2018 -0700

    Add basic container ops tests

commit 1c9af26
Author: Robert Lin <robertlin1@gmail.com>
Date:   Thu Jul 12 20:42:51 2018 -0700

    Add input walkthrough tests

commit 491656a
Author: Robert Lin <robertlin1@gmail.com>
Date:   Thu Jul 12 20:21:45 2018 -0700

    Add simple prune request test

commit 84b26bb
Author: Robert Lin <robertlin1@gmail.com>
Date:   Thu Jul 12 20:20:50 2018 -0700

    Add simple User tests

commit cb733dc
Author: Robert Lin <robertlin1@gmail.com>
Date:   Thu Jul 12 20:13:38 2018 -0700

    Add LogsWebSocket test

commit 696e3ff
Merge: 49bd5e2 edf5de2
Author: Robert Lin <robertlin1@gmail.com>
Date:   Tue Jul 10 21:05:14 2018 -0700

    Merge pull request #314 from ubclaunchpad/client/#260-inertia-remove

    inertia [remote] remove

commit edf5de2
Author: Tom Lee <win981026@gmail.com>
Date:   Tue Jul 10 20:31:59 2018 -0700

    "process feedback"

commit fdec8ad
Author: Robert Lin <robertlin1@gmail.com>
Date:   Tue Jul 10 20:31:27 2018 -0700

    Reorder prune operation

commit 83e9c43
Author: Tom Lee <win981026@gmail.com>
Date:   Tue Jul 10 20:12:36 2018 -0700

    Fix usages of MinimumNArgs to ExactArgs.
    - `inertia [proj] user reset` was unnecessary requiring argument when not used.

commit a0bd5c8
Author: Tom Lee <win981026@gmail.com>
Date:   Tue Jul 10 20:10:15 2018 -0700

    A `inertia [proj] remove` command to nuke everything inertia-related from VPS.
    - Use the `daemon-down` script
    - Clear `~/inertia` directory on the daemon

commit 49bd5e2
Author: Robert Lin <robertlin1@gmail.com>
Date:   Tue Jul 10 19:54:15 2018 -0700

    Add missing newlines (#313)

commit f7513a3
Merge: 0e68c84 5b10c12
Author: Robert Lin <robertlin1@gmail.com>
Date:   Tue Jul 10 19:29:41 2018 -0700

    Merge branch 'master' into daemon/#158-image-pruning

commit 5b10c12
Merge: 14cf119 c5fbe7a
Author: Robert Lin <robertlin1@gmail.com>
Date:   Mon Jul 9 22:45:51 2018 -0700

    Merge pull request #301 from ubclaunchpad/daemon/#133-webhooks

    Webhook rework and support for GitLab

commit c5fbe7a
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Mon Jul 9 21:58:59 2018 -0700

    Revert "Fix formatting of FPrintf statements"

    This reverts commit e9f82dd.

commit 1cd7d9c
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Mon Jul 9 21:51:26 2018 -0700

    Remove vestigial dependency

commit e9f82dd
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Mon Jul 9 21:38:13 2018 -0700

    Fix formatting of FPrintf statements

commit 35c4c6f
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sun Jul 8 23:17:57 2018 -0700

    Pass os.Stdout directly rather than via intermediate var

commit 6bc3212
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sun Jul 8 23:17:19 2018 -0700

    Remove go-github dependency

commit 0e68c84
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sun Jul 8 20:02:27 2018 -0700

    Call prune during build, improve feedback of missing data manager

commit 8108d7b
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sun Jul 8 19:29:08 2018 -0700

    Fix minor assignment error

commit c1ee1e7
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sun Jul 8 19:25:55 2018 -0700

    Add pruneAll option, for use with the prune endpoint

commit 7e0c93f
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sun Jul 8 19:25:26 2018 -0700

    Add miscellaneous tests

commit 14cf119
Author: Correy Lim <correylim@gmail.com>
Date:   Sat Jul 7 17:25:42 2018 -0700

    Add READMEs for package local and provision (#306)

commit 7a16542
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 16:24:52 2018 -0700

    Fix webhook print format

commit cb13762
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 16:08:51 2018 -0700

    Direct webhook handler's output to stdout

commit 48c2bc9
Author: Anna Situ <annasitu1@gmail.com>
Date:   Sat Jul 7 15:51:45 2018 -0700

    Added UBC logo svg (#304)

commit 8b2d512
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 15:43:16 2018 -0700

    Add gitlab support to webhook handler

commit 51dee15
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 15:08:51 2018 -0700

    Remove unnecessary print statements

commit d2a1cd2
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 14:57:46 2018 -0700

    Integrate new webhook pkg

commit 74080ea
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 14:45:25 2018 -0700

    Rework JSON decoding to fix inteface issue

commit e20ab69
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 12:31:09 2018 -0700

    Conform to godoc spec

commit 3bca676
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 11:26:22 2018 -0700

    Export the main webhook parse method

commit 544168d
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 11:10:36 2018 -0700

    Add check for supported Github events

commit 42a4313
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Sat Jul 7 00:49:38 2018 -0700

    Add generic webhook interface and Github event handler

commit 1864275
Author: brian-nguyen <briannguyen992@gmail.com>
Date:   Fri Jul 6 23:44:26 2018 -0700

    Add basic detection for three major git hosts

commit 0853077
Author: Robert Lin <robertlin1@gmail.com>
Date:   Mon Jul 2 11:04:30 2018 -0700

    Add 'prune' endpoint and CLI command

commit 357cb40
Merge: 0a8b005 ab144d7
Author: Robert Lin <robertlin1@gmail.com>
Date:   Mon Jul 2 10:52:40 2018 -0700

    Merge branch 'master' into daemon/#158-image-pruning

commit 0a8b005
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sun Jul 1 15:01:57 2018 -0700

    Set stopper on builder constructor

commit efe4eb1
Author: Robert Lin <robertlin1@gmail.com>
Date:   Sun Jul 1 14:31:23 2018 -0700

    Add image pruning with filter, move containerStopper into Builder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:cmd command line and clientside functionality pr: finalized needs review and final approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants