Tags: Ericsson/codechecker
Tags
[fix] Personal access token name fix Until now a random string was generated as a personal access token name in the schema upgrade script that copies auth session tokens to the personal_access_tokens table. In rare cases the random generator could return the same random string twice. For this reason in PostgreSQL an incremental integer is used instead of the random name. Until now all auth session tokens became a personal access token. From now only the "can_expire = false" tokens become personal access tokens.
[fix] Get product configuration with view permission The getProductConfiguration() function on Product endpoint requires a current product in the URL for checking view permission. The requirement of having view permission has been added in 8953b30. However there is no "current product" in the Product endpoint URL queries, but the product id is provided through a function parameter.
PreviousNext