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
Currently, a generic Repository Name is invalid message is stored in hub_repoid when the Repository ID could not be retrieved from Gitlab API.
This can be misleading, as there are other error scenarios:
Invalid URL or unable to reach server (e.g. network problems)
Bad API Key
API Key with insufficient privileges
Invalid Repo name
The system should provide a more specific error message, and warn the user that something went wrong (currently, an "Operation successful" banner is printed in all cases.
The text was updated successfully, but these errors were encountered:
When the repo is first updated after initial creation, update_repo()
throws a SYSTEM WARNING, as hub_reponame is not yet defined when we
check its value to set $f_hub_repoid.
Issue #352
Currently, a generic Repository Name is invalid message is stored in hub_repoid when the Repository ID could not be retrieved from Gitlab API.
This can be misleading, as there are other error scenarios:
The system should provide a more specific error message, and warn the user that something went wrong (currently, an "Operation successful" banner is printed in all cases.
The text was updated successfully, but these errors were encountered: