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 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
