-
Notifications
You must be signed in to change notification settings - Fork 61
Conversation
✅ Deploy Preview for ubiquibot-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@0xcodercrane can you also review this |
@0xcodercrane have you got any updates for any of my prs? |
@pavlovcik can you resolve this conflicts |
Do you have any blockers to resolve conflicts? Bounty admins can definitely suggest code changes that might generate a couple of conflicts but if its not an impossible one and doesn't require lots of work, hunters should be responsible for resolving conflicts. |
@0xcodercrane sorry about that. |
any updates on this? |
The codebase looks good. The PR requires changes in configuration file so I am tagging @rndquu for a review and collaboration in configuration changes in ubiquity/ubiquibot, ubiquibot/staging, ubiquibot/production repos. I guess everything should happen at a same time. |
thanks |
@me505 The original issue describes renaming |
sorry about that! |
There is a separate issue exactly for this "renaming" case Initially the current issue should've been dependent on this one. This way we could perform a smooth update. Anyway, when the current PR is merged and a new bot's production version is released the following PRs should be merged: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If disable-analytics
is true
then here !analyticsMode
is false
thus actually enabling analytics instead of disabling it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If partner has disable-analytics: true
then here !analyticsMode
is false
thus enabling analytics instead of disabling it
I guess we need to refactor analyticsMode
to disableAnalytics
in the bot's code
ill assume you want analytics on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My only hesitation is if the logic is implemented correctly:
- If
disable-analytics
property is not on the config, then analytics should be enabled. - If
disable-analytics: true
then analytics should be disabled - If
disable-analytics: false
then analytics should be enabled.
@rndquu @0xcodercrane what do you guys think of the code?
PR looks good, the logic is implemented correctly |
Resolves #497
This pr is made to refactor the
ubiquibot-config.yml
file