Der Projekt-Lifecycle auf git.rwth-aachen.de (Siehe: https://help.itc.rwth-aachen.de/service/ubrf9cmzd17m/article/1a0cfe327ffd46d7a62ab48df29c5b72/) wurde repariert und arbeitet derzeit ausstehende Projekte ab. Daher kommt es zu erhöhtem Mail-Aufkommen bei Projekten mit längerer Inaktivität.
--
The project lifecycle on git.rwth-aachen.de (see: https://help.itc.rwth-aachen.de/service/ubrf9cmzd17m/article/1a0cfe327ffd46d7a62ab48df29c5b72/) has been repaired and is currently processing pending projects. As a result, there is an increased volume of mail for projects with longer periods of inactivity.
When changing the identifier (id_short
, semantic_id
, name
or type
) of
and object, all namespace sets of the respective namespace are checked
and updated. This may cause an error if the parent namespace has
namespace sets that aren't structured by the attribute that is updated,
causing an error in NamespaceSet.__contains__()
or
NamespaceSet.contains_id()
.
This is fixed by excepting such errors and returning False instead.