This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From github.com:the-grid/cta | |
| * branch develop -> FETCH_HEAD | |
| First, rewinding head to replay your work on top of it... | |
| Applying: Possible fix to Safari autofill issue | |
| Applying: Fix tests by following Moritz suggestions | |
| Applying: Add listener to onBlur on CreditCardForm. That seems to be triggered by Safari autofill | |
| Applying: Add tests for Safari autofill | |
| Applying: Fix CreditCardForm tests adding type=number check for month/year/cvc | |
| Applying: Just have to check month/year/cvc type once | |
| Applying: Bump version number |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| here is no tracking information for the current branch. | |
| Please specify which branch you want to rebase against. | |
| See git-pull(1) for details | |
| git pull <remote> <branch> | |
| If you wish to set tracking information for this branch you can do so with: | |
| git branch --set-upstream-to=origin/<branch> develop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Git 2.0 from 'matching' to 'simple'. To squelch this message | |
| and maintain the current behavior after the default changes, use: | |
| git config --global push.default matching | |
| To squelch this message and adopt the new behavior now, use: | |
| git config --global push.default simple | |
| When push.default is set to 'matching', git will push local branches |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cta vilson$ git flow release finish 0.2.2 | |
| Switched to branch 'master' | |
| Your branch is up-to-date with 'origin/master'. | |
| Merge made by the 'recursive' strategy. | |
| Gruntfile.coffee | 2 +- | |
| package.json | 2 +- | |
| 2 files changed, 2 insertions(+), 2 deletions(-) | |
| Switched to branch 'develop' | |
| Merge made by the 'recursive' strategy. | |
| Gruntfile.coffee | 2 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| context 'with invalid input', -> | |
| beforeEach -> | |
| {year} = refs | |
| input = year.getDOMNode() | |
| input.value = 'foo bar - - ' | |
| TestUtils.Simulate.blur input | |
| it 'should always be a number', -> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| caliper vilson$ grunt dev | |
| Running "env:dev" (env) task | |
| Running "test" task | |
| Running "coffeelint:components" (coffeelint) task | |
| >> 6 files lint free. | |
| Running "coffee:spec" (coffee) task | |
| >> 1 files created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "triangulate-image/main", | |
| "environment": { | |
| "type": "noflo-browser", | |
| "content": "<style>\n body {\n background-color: #666;\n }\n</style>" | |
| }, | |
| "changed": true, | |
| "icon": "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "draw-image/main", | |
| "project": "draw-image", | |
| "environment": { | |
| "type": "noflo-browser" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "draw-image/main", | |
| "project": "draw-image", | |
| "environment": { | |
| "type": "noflo-browser" | |
| }, | |
| "changed": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "main", | |
| "id": "335ad583469286871aac", | |
| "environment": { | |
| "type": "noflo-browser", | |
| "content": "" | |
| }, | |
| "changed": true, | |
| "icon": "" |