Releases: mschnitzer/open-build-service-api
Releases · mschnitzer/open-build-service-api
Release 0.3.0
- Added
#rebuild_failed!method toPackagemodel to rebuild only failed builds - Added setter methods for package title and description
- Added
#dirty?method toPackagemodel to identify if a package needs to be saved - Added
#repositoriesmethod toProjectmodel to list all build repositories - Added
#binariesmethod toPackagemodel to list all built binaries - Added
#run_service!method toPackagemodel to trigger remote services - Added
#sourcesmethod toPackagemodel to retrieve sources of a package container
Release 0.2.0
- Added
#public_keymethod toProjectmodel to retrieve a project's public key - Added
#delete!method toPackagemodel to allow deletion of packages - Added 'Collections' system to act on a dataset like an Array and use API methods as well
- Added
#rebuild!method toPackagemodel to allow rebuilding of packages - Added
#metamethod toProjectmodel to obtain a project's meta config file - Added
#metamethod toPackagemodel to obtain the meta definition of a package - Added
#reload!method toPackagemodel to reload the cached data of a package - Added
#titlemethod toPackagemodel to obtain the title of a package - Added
#descriptionmethod toPackagemodel to obtain the description of a package - Improve output of
#inspectforPackagemodel instances
Release 0.1.0
- Exception
RemoteAPIErrordoes now store theerror_codeanderror_summaryif it is available - Added a method to allow creation of Open Build Service projects
- Added
exists?method to `Projects module in order to check whether a project exists or not - Added a
branch_packagemethod to Project model to allow branching of source packages - Added a
delete!method to Project model to allow deletion of source projects
Release 0.0.2
- Adds
Connectionmodule to establish a connection with a Build Service instance - Adds
Aboutmodule to query information about the current Build Service instance - Adds
Projectsmodule to allow searching and listing projects - Requires a new dependency:
date>= 2.0.0
Release 0.0.1
- Just a dummy release to register the gem name.