Releases: mschnitzer/open-build-service-api
Releases · mschnitzer/open-build-service-api
Release 0.3.0
- Added
#rebuild_failed!
method toPackage
model to rebuild only failed builds - Added setter methods for package title and description
- Added
#dirty?
method toPackage
model to identify if a package needs to be saved - Added
#repositories
method toProject
model to list all build repositories - Added
#binaries
method toPackage
model to list all built binaries - Added
#run_service!
method toPackage
model to trigger remote services - Added
#sources
method toPackage
model to retrieve sources of a package container
Release 0.2.0
- Added
#public_key
method toProject
model to retrieve a project's public key - Added
#delete!
method toPackage
model 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 toPackage
model to allow rebuilding of packages - Added
#meta
method toProject
model to obtain a project's meta config file - Added
#meta
method toPackage
model to obtain the meta definition of a package - Added
#reload!
method toPackage
model to reload the cached data of a package - Added
#title
method toPackage
model to obtain the title of a package - Added
#description
method toPackage
model to obtain the description of a package - Improve output of
#inspect
forPackage
model instances
Release 0.1.0
- Exception
RemoteAPIError
does now store theerror_code
anderror_summary
if 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_package
method 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
Connection
module to establish a connection with a Build Service instance - Adds
About
module to query information about the current Build Service instance - Adds
Projects
module 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.