Yu-Lin "Kirin" Chu
Yu-Lin "Kirin" Chu
@krisstern I have a problem while trying to solve this. There are originally 2 attributes inside `CauseData` about this, `sourceProjectId` and `targetProjectId`. There are at least 5 `WebHookTriggerHandler`s according to...
Hello. I believe I'm a little bit late. Anyway, I believe there are several ways to solve this. 1. Use Jenkins integration inside GitLab and click on `Tag push` only...
The build for this may also fail because the `package.json` is still unfixed.
Also, shall we also combine https://github.com/hyperledger-cello/cello/pull/691/files#diff-403672fc815d806b49ea96bfe9925b72deba54aaba8301d41f86f16ffbeb75ffR286-L285 ```js if (userRole === 'admin') { dispatch({ type: 'agent/deleteAgent', payload: agent.id, callback: this.deleteCallback, }); } else { dispatch({ type: 'agent/deleteAgent', payload: agent.id, callback: this.deleteCallback,...
So should it be included in the user management page?
> > So should it be included in the user management page? > > It's OK to include the default user. But it's weird, nobody can actually login by the...
> > So should it be included in the user management page? > > It's OK to include the default user. And if so, shouldn't we remove the lines of...
> It's Ok to remove the code lines. What about the un-login-able problem? Currently we have ```bash ... python manage.py create_user \ --username ${API_ENGINE_ADMIN_USERNAME:-admin} \ --password ${API_ENGINE_ADMIN_PASSWORD:-pass} \ --email ${API_ENGINE_ADMIN_EMAIL:[email protected]}...
> > > What about the un-login-able problem? Currently we have > > > ... > > > python manage.py create_user > > > --username ${API_ENGINE_ADMIN_USERNAME:-admin} > > > --password...
> > If so, I may work on a PR to fix this issue by this conclusion a few days later. I want to make sure that, should this default...