Service class in hook/jenkins_hook.py is modified in a way that it
provides project name on pagure and jenkins, where user doesn't have to
manually enter name of the project.
Files like consumer.py , lib/pagure_ci.py are adjusted according to the
new addition. Forms field for pagure_name is removed since it was not
required and similar deletion in database is made since it is no more
required.
Tests are fixed according to the new changes made.
Service class in hook/jenkins_hook.py is modified in a way that it
provides project name on pagure and jenkins, where user doesn't have to
manually enter name of the project.
Files like consumer.py , lib/pagure_ci.py are adjusted according to the
new addition. Forms field for pagure_name is removed since it was not
required and similar deletion in database is made since it is no more
required.
Tests are fixed according to the new changes made.