Update 'gitlab_project' to support the update 'public_jobs' attribute
Changelog
- Added the
public_jobsattribute. - Deprecated the
public_buildsattribute. - Marked the
public_jobsandpublic_buildsattributes as conflicting. - Updated CRUD logic to ignore the
public_buildsattribute when thepublic_jobsattribute is present. - Added/updated the following tests:
- Added a test to test the
public_jobsattribute without thepublic_buildsattribute. - Added a test to test the
public_jobsattribute with thepublic_buildsattribute. - Updated the broken tests after the
public_jobsattribute was added.
- Added a test to test the
Closes #1339 (closed)
Edited by Taliesin Millhouse