On Fri, Oct 30, 2020 at 03:36:55PM +0800, Xu Xijian wrote:
On Fri, Oct 30, 2020 at 02:56:51PM +0800, Luan Shengde wrote:
- disable use golbal variable apply_info
[why] Style/GlobalVars: Do not introduce global variables. [how] use local variables instead of global variables
- enable transfer user info when execute apply account command
[why] when applying account, the assign-account service will write the user info to user's default config file ~/.config/compass-ci/default/${USER}.yaml user info: - my_email - my_name
What's this 'my_name' for? If it's used for logging, do you mean username, thus how about change into 'my_username'?
example: user email: Zhang San <zhangsan.163.com> "Zhang San" is my_name for the user email
Thanks Luan Shengde
Thanks, Xijian
- my_uuid - lab
[how] transfer the user info along with the pub_key to assign-account service