Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Don't re-render summary panel when clearing deployer notifications #313

Merged
merged 3 commits into from May 12, 2014

Conversation

kadams54
Copy link
Contributor

QA

To test:

  1. Drag and drop the first charm.
  2. Click the Deploy button and verify the summary is correct, but don't confirm. Cancel or close the summary.
  3. Drag and drop the second charm.
  4. Click the Deploy button - used to be you'd get a "no uncommitted changes" message. Now you'll now see the expected list of two services and two units.

@@ -148,7 +148,7 @@ YUI.add('deployer-bar', function(Y) {
// the line below everything seems to work just fine.
this.descriptionTimer = window.setTimeout(
Y.bind(this._hideChangeDescription, this),
2000);
4000);
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the timeout for how long we see a new change listed in the deployer bar?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct.

@mitechie
Copy link
Contributor

qa ok thanks for the fix :shipit:

@jujugui
Copy link
Contributor

jujugui commented May 12, 2014

Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/juju-gui-merge

@jujugui
Copy link
Contributor

jujugui commented May 12, 2014

Test PASSed.
Refer to this link for build results: http://ci.jujugui.org:8080/job/juju-gui/988/

jujugui added a commit that referenced this pull request May 12, 2014
### QA

To test:

1. Drag and drop the first charm.
2. Click the Deploy button and verify the summary is correct, but don't confirm. Cancel or close the summary.
3. Drag and drop the second charm.
4. Click the Deploy button - used to be you'd get a "no uncommitted changes" message. Now you'll now see the expected list of two services and two units.
@jujugui jujugui merged commit 5c034f4 into juju:develop May 12, 2014
@kadams54 kadams54 deleted the fix-deployer-notifications branch May 14, 2014 20:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants