Revisions of python-sushy

buildservice-autocommit accepted request 1173072 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 35)
- update to version 5.0.0
  - Allows System to access VirtualMedia in Sushy
  - [codespell] Adding Tox Target for Codespell
  - Add a boot progress indicator
  - Update supported python versions
  - [codespell] Fixing Spelling Mistakes
  - reno: Update master for unmaintained/yoga
  - Handle exceptions after re-authentication
  - Force constraints when installing a package during tox test
  - Handle session-uri in body
  - Add release version to release notes
  - [codespell] Adding CI target for Tox Codespell
  - Handle a different related properties for missing TransferProtocolType
  - Remove version field from iLO error
buildservice-autocommit accepted request 1136721 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 33)
- update to version 4.7.0
  - Fix missing ETag when patching Redfish resource
  - Update master for stable/2023.2
  - Adds an option for setting the http boot uri
  - Fix wrong _get_registry logic in ResourceBase
buildservice-autocommit accepted request 1130304 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 31)
- update to version 4.5.1
  - Requests must always have a read/connect timeout
buildservice-autocommit accepted request 1099311 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- update to version 4.5.0
  - Retry on ilo state error
  - Update master for stable/2023.1
  - Update pep8 dep hacking to latest: v6
  - Exclude all files starting with . from flake8 tests
  - Add TransferProtocolType for any general error that mentions it
  - Handle TransferMethod in vmedia insertion
  - Handle non-default language for registries
buildservice-autocommit accepted request 1069690 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- update to version 4.4.2
  - Fix exceeding retries
  - Fix setting boot related attributes
  - workaround: requests verify handling if env is set
  - Fix tox4 and setuptools errors
  - Remove setuptools workaround
  - Handle a different error code for missing TransferProtocolType
  - Retry on iDRAC SYS518 errors for all requests
  - Handle proper code_status in unit test
  - Fix volume deletion on newer iDRACs
buildservice-autocommit accepted request 1055985 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 25)
- update to version 4.4.0
  - Fix misuse of assertTrue
  - Update master for stable/zed
  - Improve resiliency of eTag handling
  - Increase server side retries
  - Fix misuse of assertIsNone
  - Update release versions for yoga and zed
  - Add Python3 antelope unit tests
  - Make server connection retries configurable
buildservice-autocommit accepted request 1007580 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 23)
- update to version 4.3.0
  - Run Ironic unit tests to avoid regressions
  - Fix session authentication issues
  - Update jobs names
  - Migrate CompositionService, EventService and TaskService to enums
  - Add basic support for CertificateService
  - Remove unicode literal from code
  - Changing boot device string for vmedia on SuperMicro
  - Re-trying InsertMedia call with TransferProtocolType if required
  - Update master for stable/xena
  - Re-add python 3.6/3.7 in classifier
  - Support credentials for VirtualMedia URI
  - Follow up to Attempt using Redfish settings resource to get URI
  - Handle AccessError with Basic Auth instead of "reauth"
  - Support for creating and deleting virtual media TLS certificates
  - Prepare the ground to use enums instead of strings
  - Drop lower-constraints.txt and its testing
  - Remove deprecated Task monitors and Volume methods
  - Migrate System Storage constants to enums
  - Add support for NetworkAdapter resources
  - Migrate Fabric to enums
  - Add revision for drive resource
  - Migrate common constants to enums
  - Replace the netboot job with a local-boot one
  - Add Python3 yoga unit tests
  - Add lower-constraints job to current development branch
  - Change default value: insert_media write_protected
  - Use Etag in precondition header when setting boot options
  - Update master for stable/yoga
  - Migrate System constants to enums
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- update to version 3.11.0
  - Update master for stable/wallaby
  - EventService support
  - Fix OEM required attribute parsing
  - setup.cfg: Replace dashes with underscores
  - Add Drive.volumes
  - Automatically retry HTTP 5xx on GET requests
  - Update min version of tox to use allowlist
  - Update minversion of tox
  - Update venv entry in tox.ini
  - Fix incorrect formatting and a Python 3.10 failure
  - Implement fallback method for virtual media
  - Use TOX_CONSTRAINTS_FILE
  - Fix TaskMonitor constructor calls in volume.py
  - Ensure Content-Type header is set when required
  - Fix Processor.sub_processors
  - Follow up TaskMonitor refactor
  - [trivial] add wallaby versions to release notes
  - Add resource root property
  - Fix deprecation on collections.MutableMapping
  - Increase version of hacking and pycodestyle
  - Add Python3 xena unit tests
  - Protect Connector against empty auth object
  - Add support for BIOS Attribute Registry
  - Fix Context for EventDestination
  - Fix ExtendedInfo error handling for non-list item
  - Don't log ERROR if GET of /redfish/v1/SessionService fails
  - [doc] Fix formating issue
  - Initial support for secure boot databases
  - Refactor TaskMonitor and update Volume methods
buildservice-autocommit accepted request 890007 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to version 3.6.0
  - Log only fields set in redfish response, not entire json
  - Fix retrieving software & firmware inventory
  - Update lower-constraints.txt
  - Fix pep8 test
  - Fix l-c job
  - Fixes a typo when accessing the connector in CompositionService
  - Add Python3 wallaby unit tests
  - Add support to expose oem_vendors from resource links
  - Avoid running functional jobs for doc changes
  - Log extended error information in addition to returning it
  - Add OperationApplyTime support to Volume methods
  - Fix lower-constraints with the new pip resolver
  - Allow monitoring progress of a firmware update
  - Cleanup py27 support
  - Adds basic support for TaskService to retrieve task information.
  - Lower log severity for unknown type registries
  - Stop configuring install_command in tox.
  - Use unittest.mock instead of third party mock
  - Switch to the new canonical constraints URL on master
  - Include extended information in debugging output
  - Remove python-subunit, testtools and testscenarios
  - Remove auth token header completely when error occurs
  - Add a CI job with UEFI+vmedia and clean up the job definitions
  - Make Actions field in Volume resource optional
  - Make Volume/VolumeCollection operations blocking
  - Add import order check
  - Add RAIDType properties to storage resources
  - Set min version of tox to 3.2.1
  - Do not log passwords and auth tokens when using SessionService
buildservice-autocommit accepted request 803609 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- update to version 3.2.0
  - Add `set_system_boot_options` method
  - Lazily load message registries
  - Ignore failing message registry download
  - Explicitly set ramdisk type
  - Bump hacking to 3.0.0
  - Fix incorrect usage of assertRaisesRegex in unit tests
  - Add `Connector(..., response_callback=None)`` parameter
  - Make MessageRegistryFile.Registry attribute non-required
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
- update to version 3.1.0
  - Add ``Endpoint`` sub-resource to ``Fabric``
  - Fix exposed UpdateService constants
  - Enforce running tox with correct python version based on env
  - Fix wrong default JsonDataReader() argument
  - Add conditional field matching
  - Update model to support ApplyTime annotations
  - Add @Redfish.Settings update status and expose it for BIOS
  - Switch jobs to python3
  - Added changes to `simple_update` on update service
  - Retry Virtual Media eject action on HTTP 400 response
  - Add settable `IndicatorLED` of `System` and `Chassis`
  - Add Power and Thermal resources to Chassis
  - update git.openstack.org to opendev
  - OpenDev Migration Patch
  - Add MappedListField
  - Add OEM extension example script
  - Automatically discover available system/manager/chassis
  - Action #Bios.ResetBios fails as POST request has no body
  - Handle incomplete messages in MessageRegistry
  - Relax required Redfish fields handling
  - Update master for stable/train
  - Add versions to release notes series
  - Disregard registry files of unsupported types
  - Disable HTTP connection pooling
  - Change OEM extensions architecture
  - Expand Drive schema
  - Add mappings for `system_type`
  - Update Python 3 test runtimes for Train
  - Add Task Monitor support for async operations
Displaying revisions 1 - 20 of 36
openSUSE Build Service is sponsored by