[Yahoo-eng-team] [Bug 1505863] [NEW] caret button shouldn't be disabled

2015-10-13 Thread Shaoquan Chen
Public bug reported:

Currently, in action dropdown menu with split-button, when the action
disabled, the caret button is disabled as well, this cause it's
impossible to interact with other actions in the dropdown. Caret button
should be always enabled.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1505863

Title:
  caret button shouldn't be disabled

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Currently, in action dropdown menu with split-button, when the action
  disabled, the caret button is disabled as well, this cause it's
  impossible to interact with other actions in the dropdown. Caret
  button should be always enabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1505863/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1505867] [NEW] Missing translate in dropdown caret button

2015-10-13 Thread Shaoquan Chen
Public bug reported:

The text for dropdown caret button should be traslated

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1505867

Title:
  Missing translate in dropdown caret button

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The text for dropdown caret button should be traslated

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1505867/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1485134] [NEW] should remove html code from spec files

2015-08-14 Thread Shaoquan Chen
Public bug reported:

Currently there are some html code for test hard-coded inside of spec.js
file. It would be much better to move them out to separate html file for
better readability, cleaner spec code. This will also enable the sharing
html mock code between specs.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1485134

Title:
  should remove html code from spec files

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Currently there are some html code for test hard-coded inside of
  spec.js file. It would be much better to move them out to separate
  html file for better readability, cleaner spec code. This will also
  enable the sharing html mock code between specs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1485134/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480518] Re: 14 tests failures in 'magic-overrides directive' test suite

2015-08-03 Thread Shaoquan Chen
Marking this bug as invalid because it can not be reproduced in a newly
cloned code base.

** Changed in: horizon
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1480518

Title:
  14 tests failures in 'magic-overrides directive' test suite

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  There are 14 tests failures in file magic-overrides.js since
  yesterday.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480518/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480518] [NEW] 14 tests failures in 'magic-overrides directive' test suite

2015-08-01 Thread Shaoquan Chen
Public bug reported:

There are 14 tests failures in file magic-overrides.js since yesterday.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1480518

Title:
  14 tests failures in 'magic-overrides directive' test suite

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There are 14 tests failures in file magic-overrides.js since
  yesterday.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480518/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480427] [NEW] Remove dup custom style imports

2015-07-31 Thread Shaoquan Chen
Public bug reported:

Previously @import /custom/styles;  has a comment of // Custom Style
Variables  which make it looks like a scss file with only variables, in
that case it should be import to each scss file that will be injected to
_stylesheet.html directly. Confirm with devs, /custom/styles should
only include custom styles, than it should be imported only once.

Also, we need to make sure, /custom/styles should come at the very
bottom of the combined css file.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1480427

Title:
  Remove dup custom style imports

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Previously @import /custom/styles;  has a comment of // Custom
  Style Variables  which make it looks like a scss file with only
  variables, in that case it should be import to each scss file that
  will be injected to _stylesheet.html directly. Confirm with devs,
  /custom/styles should only include custom styles, than it should be
  imported only once.

  Also, we need to make sure, /custom/styles should come at the very
  bottom of the combined css file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480427/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480002] [NEW] missing app.scss

2015-07-30 Thread Shaoquan Chen
Public bug reported:

As part of the code organization design, scss files should be organized
align with the file structure and angular module as a tree, but we are
missing app.scss. Also importing core.scss from app.scss rather than
from dashboard.scss.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1480002

Title:
  missing app.scss

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  As part of the code organization design, scss files should be
  organized align with the file structure and angular module as a tree,
  but we are missing app.scss. Also importing core.scss from app.scss
  rather than from dashboard.scss.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480002/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480007] [NEW] Missing spec for app.module.js

2015-07-30 Thread Shaoquan Chen
Public bug reported:

We shuld have a spec file for app.module.js.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1480007

Title:
  Missing spec for app.module.js

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We shuld have a spec file for app.module.js.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480007/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480006] [NEW] Missing spec for app.module.js

2015-07-30 Thread Shaoquan Chen
Public bug reported:

We shuld have a spec file for app.module.js.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1480006

Title:
  Missing spec for app.module.js

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We shuld have a spec file for app.module.js.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480006/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1477825] [NEW] app.module shouldd'n be generated

2015-07-23 Thread Shaoquan Chen
Public bug reported:

Currently app.module's JavaScript code is generated from Django
template, this causes many issues. JavaScript code should not be
generated except for pure data or data object that receives value from
the page's environment.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1477825

Title:
  app.module shouldd'n be generated

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Currently app.module's JavaScript code is generated from Django
  template, this causes many issues. JavaScript code should not be
  generated except for pure data or data object that receives value from
  the page's environment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1477825/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1472098] [NEW] Horizon Application level module structure is unclear

2015-07-07 Thread Shaoquan Chen
Public bug reported:

Horizon client side is architected based on Angular modules, providers
etc. The application level module is defined based on a list of other
modules. What modules should be listed there and why are not very clear.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1472098

Title:
  Horizon Application level module structure is unclear

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Horizon client side is architected based on Angular modules, providers
  etc. The application level module is defined based on a list of other
  modules. What modules should be listed there and why are not very
  clear.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1472098/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1472410] [NEW] Improve Angular modules management

2015-07-07 Thread Shaoquan Chen
Public bug reported:

There are room for improving Horizon's angular module management:

- All Horizon's built-in modules should be managed as tree, child-modules of 
the same tree do not depends on each other directly.
- Library modules should be managed at the application module level, so that:
   - we have a clear picture what external modules are bing used in Horizon.
   - clearer code.

This can also improve over-mocked tests.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1472410

Title:
  Improve Angular modules management

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  There are room for improving Horizon's angular module management:

  - All Horizon's built-in modules should be managed as tree, child-modules of 
the same tree do not depends on each other directly.
  - Library modules should be managed at the application module level, so that:
     - we have a clear picture what external modules are bing used in Horizon.
     - clearer code.

  This can also improve over-mocked tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1472410/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1470665] [NEW] auto-file-discovery-test

2015-07-01 Thread Shaoquan Chen
Public bug reported:

We need to have tests to make sure the auto-file-discovery works as
expected.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1470665

Title:
  auto-file-discovery-test

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We need to have tests to make sure the auto-file-discovery works as
  expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1470665/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1470666] [NEW] auto-file-discovery-test

2015-07-01 Thread Shaoquan Chen
Public bug reported:

We need to have tests to make sure the auto-file-discovery works as
expected.

Related patch: https://review.openstack.org/#/c/191592/

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1470666

Title:
  auto-file-discovery-test

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We need to have tests to make sure the auto-file-discovery works as
  expected.

  Related patch: https://review.openstack.org/#/c/191592/

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1470666/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1467684] [NEW] Karma configuration should be normalized

2015-06-22 Thread Shaoquan Chen
Public bug reported:

Currently, Karma config includes many random rules for files to be
listed, the rules can be normalized so that developer do not to always
manage the configuration manually when do refactoring.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1467684

Title:
  Karma configuration should be normalized

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Currently, Karma config includes many random rules for files to be
  listed, the rules can be normalized so that developer do not to always
  manage the configuration manually when do refactoring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1467684/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1434700] Re: [Launch Instance Fix] Add a Instance details step

2015-05-24 Thread Shaoquan Chen
This bug is a dup of 1435869.

** Changed in: horizon
   Status: In Progress = Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1434700

Title:
  [Launch Instance Fix] Add a  Instance details step

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Address change in UX design:

  - Create a separate instance-details step in Launch Instance work
  flow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1434700/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1453260] [NEW] Should use generated unique ID for Launch Instance wizard form field

2015-05-08 Thread Shaoquan Chen
Public bug reported:

Currently, in Launch Instance wizard, form field uses hard-coded ID
value which cannot be guaranteed to be unique in the page.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1453260

Title:
  Should use generated unique ID for Launch Instance wizard form field

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Currently, in Launch Instance wizard, form field uses hard-coded ID
  value which cannot be guaranteed to be unique in the page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1453260/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1448337] [NEW] Cleaning up comments in hz.api.service.js

2015-04-24 Thread Shaoquan Chen
Public bug reported:

Some comments are no longer applicable in hz.api.service.js

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1448337

Title:
  Cleaning up comments in hz.api.service.js

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Some comments are no longer applicable in hz.api.service.js

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1448337/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1446421] Re: Increasing gap between form-groups

2015-04-22 Thread Shaoquan Chen
** Changed in: horizon
   Status: In Progress = Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1446421

Title:
  Increasing gap between form-groups

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  In new Launch Instance wizard, vertical margin between .form-groups is
  zero, causing form field too close.

  Steps to reproduce:

  - Open new Launch Instance wizard.
  - switch to Key Pare step
  - click on `Import Key Pair` button, you will see the Public Key field is too 
close to Key Pair Name field.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1446421/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1446421] [NEW] Increasing gap between form-groups

2015-04-20 Thread Shaoquan Chen
Public bug reported:

In new Launch Instance wizard, vertical margin between .form-groups is
zero, causing form field too close.

Steps to reproduce:

- Open new Launch Instance wizard.
- switch to Key Pare step
- click on `Import Key Pair` button, you will see the Public Key field is too 
close to Key Pair Name field.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1446421

Title:
  Increasing gap between form-groups

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In new Launch Instance wizard, vertical margin between .form-groups is
  zero, causing form field too close.

  Steps to reproduce:

  - Open new Launch Instance wizard.
  - switch to Key Pare step
  - click on `Import Key Pair` button, you will see the Public Key field is too 
close to Key Pair Name field.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1446421/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1446418] [NEW] Redundant validation indicator

2015-04-20 Thread Shaoquan Chen
Public bug reported:

In the new Launch Instance wizard, first step, there are redundant
validation indicators for `Instance Name`. When the field is empty, it
will show a red asterisk AND a warning icon.

** Affects: horizon
 Importance: Undecided
 Status: Invalid

** Changed in: horizon
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1446418

Title:
  Redundant validation indicator

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  In the new Launch Instance wizard, first step, there are redundant
  validation indicators for `Instance Name`. When the field is empty, it
  will show a red asterisk AND a warning icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1446418/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439486] Re: [Launch Instance Fix] Remove a step if it is not ready

2015-04-14 Thread Shaoquan Chen
** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

** Changed in: horizon
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1439486

Title:
  [Launch Instance Fix] Remove a step if it is not ready

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  We need to remove a step from the workflow if the readiness-check
  promise gets rejected. Otherwise the next/back button navigation can
  lead to an empty step.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1439486/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1442959] [NEW] Fixing typo in CONSOLE_TYPE documentation

2015-04-11 Thread Shaoquan Chen
Public bug reported:

It is saying ``SERIAL`` is available since 2005.1(Kilo) in
settings.rst in ``CONSOLE_TYPE`` section, it should be 2015 instead.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1442959

Title:
  Fixing typo in CONSOLE_TYPE documentation

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  It is saying ``SERIAL`` is available since 2005.1(Kilo) in
  settings.rst in ``CONSOLE_TYPE`` section, it should be 2015 instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1442959/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1442965] [NEW] Fixing typo in AVAILABLE_REGIONS documentation

2015-04-11 Thread Shaoquan Chen
Public bug reported:

Currently it says: A tuple of tuples which define multiple regions. But
actually it is a list of tuples, like:

AVAILABLE_REGIONS = [
('http://cluster1.example.com:5000/v2.0', 'cluster1'),
('http://cluster2.example.com:5000/v2.0', 'cluster2'),
]

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1442965

Title:
  Fixing typo in AVAILABLE_REGIONS documentation

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Currently it says: A tuple of tuples which define multiple regions.
  But actually it is a list of tuples, like:

  AVAILABLE_REGIONS = [
  ('http://cluster1.example.com:5000/v2.0', 'cluster1'),
  ('http://cluster2.example.com:5000/v2.0', 'cluster2'),
  ]

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1442965/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1443011] [NEW] There is a typo in OPENSTACK_NEUTRON_NETWORK section

2015-04-11 Thread Shaoquan Chen
Public bug reported:

There is a typo in OPENSTACK_NEUTRON_NETWORK section of settings.rst:

... or you do no not wish to ...

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

** Summary changed:

- Fxing typo in OPENSTACK_NEUTRON_NETWORK section
+ There is a typo in OPENSTACK_NEUTRON_NETWORK section

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1443011

Title:
  There is a typo in OPENSTACK_NEUTRON_NETWORK section

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  There is a typo in OPENSTACK_NEUTRON_NETWORK section of settings.rst:

  ... or you do no not wish to ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1443011/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1440922] [NEW] [Launch Instance Fix] Nested search box in flavor step

2015-04-06 Thread Shaoquan Chen
Public bug reported:

It is showing a nested search box in Launch Instance flavor step.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1440922

Title:
  [Launch Instance Fix] Nested search box in flavor step

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  It is showing a nested search box in Launch Instance flavor step.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1440922/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439449] [NEW] [Launch Instance Fix] Making table expand faster

2015-04-01 Thread Shaoquan Chen
Public bug reported:

Currently, the animation is too slow to show the details in the table's
row. It looks like it to hard for the UI to do such a simple thing. We
should make it faster and slick.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1439449

Title:
  [Launch Instance Fix] Making table expand faster

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Currently, the animation is too slow to show the details in the
  table's row. It looks like it to hard for the UI to do such a simple
  thing. We should make it faster and slick.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1439449/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439490] [NEW] [Launch Instance Fix] Clean up Wizard scope

2015-04-01 Thread Shaoquan Chen
Public bug reported:

The angular wizard widget scope can be cleaned up more.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1439490

Title:
  [Launch Instance Fix] Clean up Wizard scope

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The angular wizard widget scope can be cleaned up more.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1439490/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439487] [NEW] [Launch Instance Fix] Remove a step if it is not ready

2015-04-01 Thread Shaoquan Chen
Public bug reported:

We need to remove a step from the workflow if the readiness-check
promise gets rejected. Otherwise the next/back button navigation can
lead to an empty step.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1439487

Title:
  [Launch Instance Fix] Remove a step if it is not ready

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We need to remove a step from the workflow if the readiness-check
  promise gets rejected. Otherwise the next/back button navigation can
  lead to an empty step.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1439487/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439486] [NEW] [Launch Instance Fix] Remove a step if it is not ready

2015-04-01 Thread Shaoquan Chen
Public bug reported:

We need to remove a step from the workflow if the readiness-check
promise gets rejected. Otherwise the next/back button navigation can
lead to an empty step.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1439486

Title:
  [Launch Instance Fix] Remove a step if it is not ready

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We need to remove a step from the workflow if the readiness-check
  promise gets rejected. Otherwise the next/back button navigation can
  lead to an empty step.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1439486/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439462] [NEW] [Launch Instance Fix] Expanding/collapsing table should not cause unnecessary layout jump

2015-04-01 Thread Shaoquan Chen
Public bug reported:

Currently, when expanding/collapsing table, it will cause some
unnecessary layout jump in the table's caption line. It shouldn't.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1439462

Title:
  [Launch Instance Fix] Expanding/collapsing table should not cause
  unnecessary layout jump

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Currently, when expanding/collapsing table, it will cause some
  unnecessary layout jump in the table's caption line. It shouldn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1439462/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1438474] [NEW] [Launch Instance Fix] Adding unit tests to hz.dashboard

2015-03-30 Thread Shaoquan Chen
Public bug reported:

Angular module hz.dashboard should have unit tests.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1438474

Title:
  [Launch Instance Fix] Adding unit tests to hz.dashboard

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Angular module hz.dashboard should have unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1438474/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1438476] [NEW] [Launch Instance Fix] Adding unit tests to launch-instance.spec

2015-03-30 Thread Shaoquan Chen
Public bug reported:

We need unit test for hz.dashboard.launch-instance in launch-
instance.spec.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1438476

Title:
  [Launch Instance Fix] Adding unit tests to launch-instance.spec

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We need unit test for hz.dashboard.launch-instance in launch-
  instance.spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1438476/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1435155] [NEW] [Launch Instance Fix] Conditionally handle DiskConfig

2015-03-23 Thread Shaoquan Chen
Public bug reported:

In Launch Instance work flow Configuration step, `disk_config` should be
handle only when certain service is enabled.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1435155

Title:
  [Launch Instance Fix] Conditionally handle DiskConfig

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In Launch Instance work flow Configuration step, `disk_config` should
  be handle only when certain service is enabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1435155/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1434926] [NEW] [Launch Instance Fix] Wizard lifecycle documentation

2015-03-21 Thread Shaoquan Chen
Public bug reported:

This is created based on an comment on review patch at: 
https://review.openstack.org/#/c/165475/4/horizon/static/angular/wizard/wizard.js

The comment is:

Travis TrippMar 20 9:56 PM

Adding the extension hooks is important. I would like to see usage
documentation added on this. We basically need to writeup a Wizard
lifecycle document. An important nuance to this that may trip people up
and should be documented is that it is a broadcast event and the order
of execution between steps is not guaranteed. So critical data that
other steps depend on cannot be reliably handled in this way. Rather
they need to use common model with dynamic data binding (which is
probably the preferred way in most cases so that real time validation
can occur.).

This can be done later as long as it is tracked in etherpad, because
time is very seriously of the essence and I think we'll get a bunch of
changes backed up on this. if you can add some ngdoc sooner than later,
that'd be good.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1434926

Title:
  [Launch Instance Fix] Wizard lifecycle documentation

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  This is created based on an comment on review patch at: 
  
https://review.openstack.org/#/c/165475/4/horizon/static/angular/wizard/wizard.js

  The comment is:

  Travis TrippMar 20 9:56 PM

  Adding the extension hooks is important. I would like to see usage
  documentation added on this. We basically need to writeup a Wizard
  lifecycle document. An important nuance to this that may trip people
  up and should be documented is that it is a broadcast event and the
  order of execution between steps is not guaranteed. So critical data
  that other steps depend on cannot be reliably handled in this way.
  Rather they need to use common model with dynamic data binding (which
  is probably the preferred way in most cases so that real time
  validation can occur.).

  This can be done later as long as it is tracked in etherpad, because
  time is very seriously of the essence and I think we'll get a bunch of
  changes backed up on this. if you can add some ngdoc sooner than
  later, that'd be good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1434926/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1434925] [NEW] [Launch Instance Fix] Wizard lifecycle documentation

2015-03-21 Thread Shaoquan Chen
Public bug reported:

This is created based on an comment on review patch at: 
https://review.openstack.org/#/c/165475/4/horizon/static/angular/wizard/wizard.js

The comment is:

Travis TrippMar 20 9:56 PM

Adding the extension hooks is important. I would like to see usage
documentation added on this. We basically need to writeup a Wizard
lifecycle document. An important nuance to this that may trip people up
and should be documented is that it is a broadcast event and the order
of execution between steps is not guaranteed. So critical data that
other steps depend on cannot be reliably handled in this way. Rather
they need to use common model with dynamic data binding (which is
probably the preferred way in most cases so that real time validation
can occur.).

This can be done later as long as it is tracked in etherpad, because
time is very seriously of the essence and I think we'll get a bunch of
changes backed up on this. if you can add some ngdoc sooner than later,
that'd be good.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1434925

Title:
  [Launch Instance Fix] Wizard lifecycle documentation

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  This is created based on an comment on review patch at: 
  
https://review.openstack.org/#/c/165475/4/horizon/static/angular/wizard/wizard.js

  The comment is:

  Travis TrippMar 20 9:56 PM

  Adding the extension hooks is important. I would like to see usage
  documentation added on this. We basically need to writeup a Wizard
  lifecycle document. An important nuance to this that may trip people
  up and should be documented is that it is a broadcast event and the
  order of execution between steps is not guaranteed. So critical data
  that other steps depend on cannot be reliably handled in this way.
  Rather they need to use common model with dynamic data binding (which
  is probably the preferred way in most cases so that real time
  validation can occur.).

  This can be done later as long as it is tracked in etherpad, because
  time is very seriously of the essence and I think we'll get a bunch of
  changes backed up on this. if you can add some ngdoc sooner than
  later, that'd be good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1434925/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1434700] [NEW] [Launch Instance Fix] Add a quick launch step

2015-03-20 Thread Shaoquan Chen
Public bug reported:

Address change in UX design:

- Add a quick launch step as the first step in the launch instance work flow.
- Move the instance details (select source) step to right before configuration 
step.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1434700

Title:
  [Launch Instance Fix] Add a quick launch step

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Address change in UX design:

  - Add a quick launch step as the first step in the launch instance work flow.
  - Move the instance details (select source) step to right before 
configuration step.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1434700/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1434692] [NEW] [Launch Instance Fix] Wizard should have max-width of 1440px

2015-03-20 Thread Shaoquan Chen
Public bug reported:

Currently, the wizard takes the whole screen width a min-width of 1024.
When the browser is too wide, the layout looks odd. UX design decide to
set a max-width for the wizard and it should be centered on the screen.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1434692

Title:
  [Launch Instance Fix] Wizard should have max-width of 1440px

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Currently, the wizard takes the whole screen width a min-width of
  1024. When the browser is too wide, the layout looks odd. UX design
  decide to set a max-width for the wizard and it should be centered on
  the screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1434692/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1433674] [NEW] [Launch Instance Fix] Enhancing wizard widget

2015-03-18 Thread Shaoquan Chen
Public bug reported:

We need two new methods in wizard API:

onSwitch: to allow sub-controllers to add functions to be invoked
  when switching from one step to another.
onSubmit: to allow sub-controllers to add functions to be invoked
  before executing submit().

These two method is useful for sub-controllers to sync their data with
each other and with model(s);

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1433674

Title:
  [Launch Instance Fix] Enhancing wizard widget

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  We need two new methods in wizard API:

  onSwitch: to allow sub-controllers to add functions to be invoked
when switching from one step to another.
  onSubmit: to allow sub-controllers to add functions to be invoked
before executing submit().

  These two method is useful for sub-controllers to sync their data with
  each other and with model(s);

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1433674/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1433241] Re: [Launch Instance Fix] Make Direct Input the default in Configuration step

2015-03-18 Thread Shaoquan Chen
** Changed in: horizon
   Status: In Progress = Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1433241

Title:
  [Launch Instance Fix] Make Direct Input the default in Configuration
  step

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  In Launch Instance workflow configuration step, we should make Direct
  Input as the default selection for Customization Script Source.

  https://review.openstack.org/#/c/165174/

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1433241/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1433241] [NEW] [Launch Instance Fix] Make Direct Input the default in Configuration step

2015-03-17 Thread Shaoquan Chen
Public bug reported:

In Launch Instance workflow configuration step, we should make Direct
Input as the default selection for Customization Script Source.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1433241

Title:
  [Launch Instance Fix] Make Direct Input the default in Configuration
  step

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In Launch Instance workflow configuration step, we should make Direct
  Input as the default selection for Customization Script Source.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1433241/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1433438] [NEW] [Launch Instance Fix] Enabling loading script from file

2015-03-17 Thread Shaoquan Chen
Public bug reported:

In configuration step of Launch Instance work flow, we should allow for
uploading script from local file.  HTML5 provide a File API which makes
it possible

 - Browser support: IE10+, Chrome, FireFox and Safari on Mac.
 - The max length of script allowed it 16K.
 - Validation is still missing.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1433438

Title:
  [Launch Instance Fix] Enabling loading script from file

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In configuration step of Launch Instance work flow, we should allow
  for uploading script from local file.  HTML5 provide a File API which
  makes it possible

   - Browser support: IE10+, Chrome, FireFox and Safari on Mac.
   - The max length of script allowed it 16K.
   - Validation is still missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1433438/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1432880] Re: [Launch Instance Fix] Add Sorting To Table in Select Source

2015-03-16 Thread Shaoquan Chen
** Description changed:

- In Launch Instance wizard work flow, the columns of the available source
- table of select source step should be sortable.
+ In the new angular-based Launch Instance wizard work flow, the columns
+ of the available source table of select source step should be sortable.

** Changed in: stratagus
   Status: Invalid = In Progress

** Project changed: stratagus = horizon

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1432880

Title:
  [Launch Instance Fix] Add Sorting To Table in Select Source

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  In the new angular-based Launch Instance wizard work flow, the columns
  of the available source table of select source step should be
  sortable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1432880/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1432924] Re: [Launch Instance Fix] Cleaning up unused injected dependencies

2015-03-16 Thread Shaoquan Chen
** Project changed: stratagus = horizon

** Changed in: horizon
   Status: Invalid = In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1432924

Title:
  [Launch Instance Fix] Cleaning up unused injected dependencies

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  There are some unused angular injected dependencies in some
  controllers for Launch Instance work flow.  They should be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1432924/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1432769] [NEW] In modal dialog, the first form element should be automatically focused for user

2015-03-16 Thread Shaoquan Chen
Public bug reported:

When popping up a dialog, the first form element should
be automatically focused for the user.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1432769

Title:
  In modal dialog, the first form element should be automatically
  focused for user

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When popping up a dialog, the first form element should
  be automatically focused for the user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1432769/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1432810] [NEW] Focus should be trapped in modal dialog box when popping up

2015-03-16 Thread Shaoquan Chen
Public bug reported:

When a modal dialog showing up, by design, user cannot click
on buttons and links under the overlay layer.  However when
pressing [tab]/[shift + tab] key, user still be able to navigate
the focus to any focusable elements in the page outside the
modal dialog, and interact on it via keyboard, this is not
desired. `focusTrap` service provides an elegant solution for
it.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1432810

Title:
  Focus should be trapped in modal dialog box when popping up

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  When a modal dialog showing up, by design, user cannot click
  on buttons and links under the overlay layer.  However when
  pressing [tab]/[shift + tab] key, user still be able to navigate
  the focus to any focusable elements in the page outside the
  modal dialog, and interact on it via keyboard, this is not
  desired. `focusTrap` service provides an elegant solution for
  it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1432810/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1421818] [NEW] Jasmine spec runner has two failed tests on Firefox

2015-02-13 Thread Shaoquan Chen
Public bug reported:

wizard directive should have empty title by default
wizard directive should have title if it is specified by workflow

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

** Changed in: horizon
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1421818

Title:
  Jasmine spec runner has two failed tests on Firefox

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  wizard directive should have empty title by default
  wizard directive should have title if it is specified by workflow

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1421818/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1421778] [NEW] Plug-in architect need to allow spec files to be added

2015-02-13 Thread Shaoquan Chen
Public bug reported:

Currently all the JavaScript files are collected manually into lists of
source files and spec(test) files. For example, JavaScript source and
spec file names for launch instance are added to
/openstack_dashboard/enabled/_10_project.py ADD_JS_FILES and
ADD_JS_SPEC_FILES to get integrated with the whole Horizon system. It
will be more convenient to have just a directory-based approach so that
developer do not need to add each JS file names manually.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1421778

Title:
  Plug-in architect need to allow spec files to be added

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Currently all the JavaScript files are collected manually into lists
  of source files and spec(test) files. For example, JavaScript source
  and spec file names for launch instance are added to
  /openstack_dashboard/enabled/_10_project.py ADD_JS_FILES and
  ADD_JS_SPEC_FILES to get integrated with the whole Horizon system. It
  will be more convenient to have just a directory-based approach so
  that developer do not need to add each JS file names manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1421778/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1419987] [NEW] Jasmine spec runner needs jsi18n

2015-02-09 Thread Shaoquan Chen
Public bug reported:

The Jasmine spec runner is broken because jsi18n is missing in the page.

** Affects: horizon
 Importance: Undecided
 Assignee: Shaoquan Chen (sean-chen2)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Shaoquan Chen (sean-chen2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1419987

Title:
  Jasmine spec runner needs jsi18n

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The Jasmine spec runner is broken because jsi18n is missing in the
  page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1419987/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp