Merge lp:stock-ticker-mobile-app/stable into lp:stock-ticker-mobile-app

Proposed by Robert Steckroth
Status: Merged
Approved by: Robert Steckroth
Approved revision: 10
Merged at revision: 53
Proposed branch: lp:stock-ticker-mobile-app/stable
Merge into: lp:stock-ticker-mobile-app
Diff against target: 12 lines (+1/-1)
1 file modified
Stock_Ticker.qml (+1/-1)
To merge this branch: bzr merge lp:stock-ticker-mobile-app/stable
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
David Planella Needs Information
Robert Steckroth Approve
Review via email: mp+174997@code.launchpad.net

Commit message

Design fixes and autopilot tests added

Description of the change

Design fixes and autopilot tests added.

To post a comment you must log in.
Revision history for this message
Robert Steckroth (robertsteckroth) wrote :

Looking for sucessfull autopilot tests.

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~robertsteckroth/stock-ticker-mobile-app/Stock-Ticker/+merge/174997/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
David Planella (dpm) wrote :

Robert,

Looking at the diff, I can only see this one-line change:

+// console.log("["+applicationName+"] "+message)

It strikes me that it's a really small change that could either be included as part of a bigger branch and might not deserve a full merge proposal/review process at this point. It's totally ok if that was your intention, but just checking: is this the only change you wanted to submit for review?

review: Needs Information
Revision history for this message
Robert Steckroth (robertsteckroth) wrote :

No that was an after-thought. The merge with truck is rather large.

On Tue, Jul 16, 2013 at 9:12 AM, David Planella
<email address hidden>wrote:

> Review: Needs Information
>
> Robert,
>
> Looking at the diff, I can only see this one-line change:
>
> +// console.log("["+applicationName+"] "+message)
>
> It strikes me that it's a really small change that could either be
> included as part of a bigger branch and might not deserve a full merge
> proposal/review process at this point. It's totally ok if that was your
> intention, but just checking: is this the only change you wanted to submit
> for review?
> --
>
> https://code.launchpad.net/~robertsteckroth/stock-ticker-mobile-app/Stock-Ticker/+merge/174997
> You are the owner of lp:stock-ticker-mobile-app/stable.
>

--
Bust0ut, Surgemcgee: Systems/Web/Software Engineer

"Freedom is empowered by those without power" - Robert Edward Steckroth II
"Injustice, regarding the internet, is fashioned through laws and
enforcement" - Robert Edward Steckroth II
"Understated phrases spawn from unpopular quotes" - Robert Edward Steckroth
II

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Stock_Ticker.qml'
2--- Stock_Ticker.qml 2013-07-16 12:36:53 +0000
3+++ Stock_Ticker.qml 2013-07-16 12:47:24 +0000
4@@ -48,7 +48,7 @@
5 property string quoteParams: "?f=sabl1vpghojkc8dre7j1n&s="
6
7 function log(message) {
8- console.log("["+applicationName+"] "+message)
9+// console.log("["+applicationName+"] "+message)
10 }
11
12 Component.onCompleted: {

Subscribers

People subscribed via source and target branches