Skip to content

Releases: mschnitzer/open-build-service-api

Release 0.3.0

25 Jun 12:36
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release
  • Added #rebuild_failed! method to Package model to rebuild only failed builds
  • Added setter methods for package title and description
  • Added #dirty? method to Package model to identify if a package needs to be saved
  • Added #repositories method to Project model to list all build repositories
  • Added #binaries method to Package model to list all built binaries
  • Added #run_service! method to Package model to trigger remote services
  • Added #sources method to Package model to retrieve sources of a package container

Release 0.2.0

24 Jun 12:51
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release
  • Added #public_key method to Project model to retrieve a project's public key
  • Added #delete! method to Package 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 to Package model to allow rebuilding of packages
  • Added #meta method to Project model to obtain a project's meta config file
  • Added #meta method to Package model to obtain the meta definition of a package
  • Added #reload! method to Package model to reload the cached data of a package
  • Added #title method to Package model to obtain the title of a package
  • Added #description method to Package model to obtain the description of a package
  • Improve output of #inspect for Package model instances

Release 0.1.0

15 Jun 12:22
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release
  • Exception RemoteAPIError does now store the error_code and error_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

06 Jun 22:41
Compare
Choose a tag to compare
Release 0.0.2 Pre-release
Pre-release
  • 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

03 Jun 16:21
Compare
Choose a tag to compare
Release 0.0.1 Pre-release
Pre-release
  • Just a dummy release to register the gem name.