Uh oh!
There was an error while loading. Please reload this page.
fix: updated the ember-cli version to the latest release - #80
Conversation
There was a problem hiding this comment.
can we use the version number instead of the commit hash?
Brocco
commented
Nov 28, 2015
I'm fine with doing that, we can even pull in the latest version via npm directly instead of via github?
Either way will work just fine, and the necessary coding changes in the repo are already handled. |
cironunes
commented
Nov 28, 2015
Awesome! Please amend the commit changing to the exact version and it will be good to merge. |
dabb431 to
447a63aCompareBrocco
commented
Nov 28, 2015
This also now includes the change that fixes a unit test failure issue |
cironunes
commented
Nov 30, 2015
@Brocco the best would be having them in two different commits. Can you just remove the change and fix the commit message? |
34dca41 to
09543a7CompareIgorMinar
commented
Dec 4, 2015
lots of test failures. @Brocco can you please investigate? |
IgorMinar
commented
Dec 10, 2015
ping |
09543a7 to
9c66c5fCompareChange the reference to ember-cli from a github reference to an npm ref via fixed version Add errorStream configuration in mock-ui test helper fixesangular#73
9c66c5f to
10eae9eCompareBrocco
commented
Dec 10, 2015
Node v5 checks were failing had to update some broccoli package references, all is good now |
cironunes
commented
Dec 10, 2015
ci green, merged. Thanks @Brocco |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes#73 by updating the ember-cli version to the latest release
https://github.com/ember-cli/ember-cli/releases/tag/v1.13.13
Minor build issue fixed via helper update to mock-ui.js (pulled directly from ember's helper class)