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
Managing string instead of int as table ID is more scalable: we always
have a way to transform an object into a string, but that is not the case
for an int.
Additionally, we need that scalability to implement a local interface
required for the project's next step.
This commit also fixes the release retrieval for a given component. The
code used the wrong table field, resulting in a false result.
it/org/software-supply-chain/production-pipeline/issues#1
0 commit comments