[bitbake-devel] [PATCH 0/5] Validate unique project names

Michael Wood michael.g.wood at intel.com
Mon May 9 23:01:47 UTC 2016


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




More information about the bitbake-devel mailing list