add operator "empty" on collections
An operator allowing to test if the attribute or collection is empty
myasset.myRef.isEmpty()
myasset.myAttribute.isEmpty()
!! this is different of myasset.myRef == Undefined
when myRef is not a collection
[En cours] Mise en place de quotas sur nos instances GitLab. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
[In progress] Quotas installation on our GitLab instances. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
La mise à jour de sécurité du lundi 4 novembre 2024 est terminé. Nous sommes désormais en version 17.5.1.
Release notes correspondantes :
https://about.gitlab.com/releases/2024/09/19/gitlab-17-4-released/
https://about.gitlab.com/releases/2024/10/17/gitlab-17-5-released/
An operator allowing to test if the attribute or collection is empty
myasset.myRef.isEmpty()
myasset.myAttribute.isEmpty()
!! this is different of myasset.myRef == Undefined
when myRef is not a collection