-
Bug
-
Resolution: Done
-
Major
-
3.5.0.GA
-
False
-
None
-
False
-
Release Notes
-
+
-
-
Enhancement
-
Done
-
-
-
Description of problem:
Git 'commit' command has wrong behavior when a factory is launched using git provider:
– public/private repositories with configured Personal Access Token,
– public repository without any PAT/OAuth configuration,
-- public repository with setup OAuth and user refused:
Prerequisites:
-DS 3.5.0.RC-02-12
(Index image v4.10: brew.registry.redhat.io/rh-osbs/iib:430617)
(Index image v4.12: brew.registry.redhat.io/rh-osbs/iib:430678)
-bitbucket server with test repository available to launch a factory
-configured Personal Access Token
Steps to Reproduce
-Login to DS as usual user(without OCP cluster admin right)
-public repository without any PAT/OAUth or private/public with setup Personal Access Token, etc.(see the Description)
-launch a factory
-do changes and stage them
-try git commit
Actual results:
there is appeared a warning pop up
Expected results:
local commit is always possible
Reproducibility:
Always