All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Unique project names
@ 2016-05-09 15:27 Michael Wood
  2016-05-09 15:27 ` [PATCH 1/5] toaster: projectNameValidation API added Michael Wood
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Michael Wood @ 2016-05-09 15:27 UTC (permalink / raw)
  To: toaster

Patch series to add the unique project name validation.
All Sujith patches have been reviewed already, just my two that need a 
quick look over. Happy to do the upstreaming.

Michael Wood (2):
  toaster: models Add missing import sys
  toaster: tests browser Add test for creating a project

Sujith H (3):
  toaster: projectNameValidation API added
  toaster: ui handles duplicate project name in new project page
  toaster: ui handles duplicate project name in project page

 bitbake/lib/toaster/orm/models.py                  |   1 +
 .../toaster/tests/browser/test_new_project_page.py | 109 +++++++++++++++++++++
 .../lib/toaster/toastergui/static/js/libtoaster.js |  62 ++++++++++++
 .../toaster/toastergui/static/js/projecttopbar.js  |   7 ++
 .../toaster/toastergui/templates/newproject.html   |  12 ++-
 .../toastergui/templates/projecttopbar.html        |   3 +-
 6 files changed, 191 insertions(+), 3 deletions(-)
 create mode 100644 bitbake/lib/toaster/tests/browser/test_new_project_page.py

-- 
2.7.4



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/5] Validate unique project names
@ 2016-05-09 23:01 Michael Wood
  2016-05-09 23:01 ` [PATCH 5/5] toaster: tests browser Add test for creating a project Michael Wood
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Wood @ 2016-05-09 23:01 UTC (permalink / raw)
  To: bitbake-devel

Patch series to add the unique project name validation at project creation and editing.
Add selenium unit tests to cover the validation on new project creation page.

Michael Wood (2):
  toaster: models Add missing import sys
  toaster: tests browser Add test for creating a project

Sujith H (3):
  toaster: projectNameValidation API added
  toaster: ui handles duplicate project name in new project page
  toaster: ui handles duplicate project name in project page

 lib/toaster/orm/models.py                          |   1 +
 lib/toaster/tests/browser/test_new_project_page.py | 109 +++++++++++++++++++++
 lib/toaster/toastergui/static/js/libtoaster.js     |  62 ++++++++++++
 lib/toaster/toastergui/static/js/projecttopbar.js  |   7 ++
 lib/toaster/toastergui/templates/newproject.html   |  12 ++-
 .../toastergui/templates/projecttopbar.html        |   3 +-
 6 files changed, 191 insertions(+), 3 deletions(-)
 create mode 100644 lib/toaster/tests/browser/test_new_project_page.py

-- 
2.7.4



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-05-10 12:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-09 15:27 [PATCH 0/5] Unique project names Michael Wood
2016-05-09 15:27 ` [PATCH 1/5] toaster: projectNameValidation API added Michael Wood
2016-05-09 15:27 ` [PATCH 2/5] toaster: ui handles duplicate project name in new project page Michael Wood
2016-05-09 15:27 ` [PATCH 3/5] toaster: ui handles duplicate project name in " Michael Wood
2016-05-09 15:27 ` [PATCH 4/5] toaster: models Add missing import sys Michael Wood
2016-05-09 15:27 ` [PATCH 5/5] toaster: tests browser Add test for creating a project Michael Wood
2016-05-09 16:22   ` Smith, Elliot
2016-05-10 12:10     ` Michael Wood
  -- strict thread matches above, loose matches on Subject: below --
2016-05-09 23:01 [PATCH 0/5] Validate unique project names Michael Wood
2016-05-09 23:01 ` [PATCH 5/5] toaster: tests browser Add test for creating a project Michael Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.