[openSUSE/osc] e5774a: Add XmlModel class that encapsulates manipulation ...
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: e5774a57303e3545d62a7548ff3aec2b37f670da https://github.com/openSUSE/osc/commit/e5774a57303e3545d62a7548ff3aec2b37f67... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M osc/util/models.py A tests/test_models_xmlmodel.py Log Message: ----------- Add XmlModel class that encapsulates manipulation with XML Commit: 0dd1f526d8f98dd8dafc25ab20e695a7b155af0b https://github.com/openSUSE/osc/commit/0dd1f526d8f98dd8dafc25ab20e695a7b155a... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: A osc/obs_api/__init__.py A osc/obs_api/enums.py A osc/obs_api/flag.py A osc/obs_api/group_role.py A osc/obs_api/package.py A osc/obs_api/package_devel.py A osc/obs_api/person_role.py A osc/obs_api/project.py A osc/obs_api/project_devel.py A osc/obs_api/project_link.py A osc/obs_api/project_maintenance_maintains.py A osc/obs_api/repository.py A osc/obs_api/repository_download.py A osc/obs_api/repository_download_master.py A osc/obs_api/repository_hostsystem.py A osc/obs_api/repository_path.py A osc/obs_api/repository_releasetarget.py A osc/obs_api/simple_flag.py A osc/obs_api/status.py A osc/obs_api/status_data.py Log Message: ----------- Add XML models for Project and Package Commit: 00d2192bcd8a1e7deb2c31c4334d50f7e63388b1 https://github.com/openSUSE/osc/commit/00d2192bcd8a1e7deb2c31c4334d50f7e6338... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M osc/core.py Log Message: ----------- Migrate core.show_devel_project() to obs_api.Package Commit: ab36108871cf2511c6142f6c7f40e03dd60dc115 https://github.com/openSUSE/osc/commit/ab36108871cf2511c6142f6c7f40e03dd60dc... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M osc/util/models.py M tests/test_conf.py M tests/test_models.py Log Message: ----------- Implement do_snapshot() and has_changed() methods to determine changes in BaseModel Commit: b03f5d3b86657d99e93812aea99a2a309453f1c6 https://github.com/openSUSE/osc/commit/b03f5d3b86657d99e93812aea99a2a309453f... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M behave/features/setdevelproject-pkgcheckout.feature M behave/features/setdevelproject-project-package.feature M osc/core.py Log Message: ----------- Migrate core.set_devel_project() to obs_api.Package Commit: af24f3c75af81b56780138d019be8050e8a5cb90 https://github.com/openSUSE/osc/commit/af24f3c75af81b56780138d019be8050e8a5c... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M behave/features/setdevelproject-pkgcheckout.feature M behave/features/setdevelproject-project-package.feature M osc/core.py A osc/obs_api/__init__.py A osc/obs_api/enums.py A osc/obs_api/flag.py A osc/obs_api/group_role.py A osc/obs_api/package.py A osc/obs_api/package_devel.py A osc/obs_api/person_role.py A osc/obs_api/project.py A osc/obs_api/project_devel.py A osc/obs_api/project_link.py A osc/obs_api/project_maintenance_maintains.py A osc/obs_api/repository.py A osc/obs_api/repository_download.py A osc/obs_api/repository_download_master.py A osc/obs_api/repository_hostsystem.py A osc/obs_api/repository_path.py A osc/obs_api/repository_releasetarget.py A osc/obs_api/simple_flag.py A osc/obs_api/status.py A osc/obs_api/status_data.py M osc/util/models.py M tests/test_conf.py M tests/test_models.py A tests/test_models_xmlmodel.py Log Message: ----------- Merge pull request #1349 from dmach/xmlmodel Object wrappers for OBS XML Compare: https://github.com/openSUSE/osc/compare/2616ca454e6a...af24f3c75af8 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/osc/settings/notifications
participants (1)
-
Daniel Mach