Release of RacksDB v0.5.0 #130
Pinned
rezib
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
racks
andracks_tags
properties onRacksDBDatacenter
specialization class.nodes_tags
property onRacksDBInfrastructure
specialization class.RacksDBRequestError
andRacksDBNotFoundError
errors as children of genericRacksDBError
.tags()
method toRacksDB
class to search for tags associated to either infrastructures, nodes, datacenters or racks.labels
boolean drawing parameter to control presence of rack labels in infrastructure graphical representations, true by default (Drawing parameter to remove racks labels in infrastructures #89).labels
boolean drawing parameter to control presence of row labels in infrastructure graphical representations, true by default (Drawing parameter to remove row labels in infrastructures #90).tags
command to retrieve tags associated to objects (Command to return the list of tags used in infrastructure #102).tags
endpoint to retrieve tags associated to objects.draw
endpoint with drawing parameters as optional request arguments (Support GET method to generate diagrams with drawing parameters in query parameters #66→Support GET method on REST API draw endpoint #122).tags
command inracksdb
manpage.RacksDB.tags()
method in library reference documentation.RacksDBDatacenter.{racks,racks_tags}
attributes in library reference documentation.RacksDBInfrastructure.nodes_tags
attribute in library reference documentation.RFL.log
external library.parameterized
external library.Changed
RFL.log
library (Adopt RFL.log #103).draw
REST API endpoint in OpenAPI description to mention all new cases.Fixed
.yml
and.yaml
extensions (Accept DB files with *.yaml extension #101).filter()
method.ZeroDivisionError
(ZeroDivisionError
when drawing infrastructure and no equipment matches given tags #97→Detect unable to find rack when drawing infrastructure #100).RacksDBDrawingError
when drawer is called with an unsupported output image format.RFL.log
library and honor--debug
command line option ofracksdb-web
.racksdb-web
is unable to load schema or database (Crash of racksdb-web on schema or DB load error #110).pkg_resources
API deprecation error by using importlib module andimportlib_metadata
external backport library for Python < 3.8 (DeprecationWarning: pkg_resources is deprecated as an API
#104).Removed
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions