You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: Environment variables RACKSDB_DB, RACKSDB_SCHEMA, RACKSDB_EXTENSIONS, and to set default schema, extensions, and database paths when the matching racksdb / racksdb-web option is omitted (#149).
web: Support the same environment variables as CLI.
pkgs:
Add tests dependency on RFL.build >= 1.8.0 for parameterized unit tests.
Install schemas/racksdb.yml and schemas/drawings.yml with the Python package (#158).
lib: Resolve default schema paths for pip/source installs and source checkouts as a fallback for FHS distribution paths.
docs:
Mention support of RHEL 10, Fedora 43, SLES and openSUSE 15 and 16, Ubuntu 26.04 LTS.
Mention support of RACKSDB_DB, RACKSDB_SCHEMA and RACKSDB_EXTENSIONS environment variables in racksdb and racksdb-web manpages.
Fixed
docs: Add missing system dependency libpango1.0-dev to install from sources, reported by @astappiev (#148).