-
Notifications
You must be signed in to change notification settings - Fork 61
Fix:Log-app code seperated and github workflow is assigned #727
Conversation
✅ Deploy Preview for ubiquibot-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I created the repository for you. Please feel free to introduce changes via a pull request there! |
1e261d3
to
4077a15
Compare
Thanks, on it ser. |
@pavlovcik any idea, where "Fetcher" in https://github.com/ubiquity/ubiquibot/blob/development/log-app/types/global.ts is coming from, and "request" in https://github.com/ubiquity/ubiquibot/blob/development/log-app/_worker.ts ? |
I guess those types are coming from this line. Log app uses a separate tsconfig so perhaps your IDE fetches the bot's tsconfig instead of the log app's one hence there are typescript errors in the IDE. |
@Wholesomebruh So this PR creates the log app in a separate repo. What about removing the log app from the bot's code? Is it implemented? |
It will be removed only after log-app is added to the logging repo, as there are few issues like #676 that will be adding changes to log-app . I will coordinate with contributer/hunter at time of final commit , if they want me to wait and add their changes also or they will make contribution to logging repo later. In this PR, there is log-app has no code connected with ubiquibot repo (other than .deployment file which is dependent on previous action. |
I don't understand why we should wait for #676. This issue will be simply transferred to the https://github.com/ubiquity/ubiquibot-logging repo and solved there.
This whole folder is a log app inside the bot's code. So this folder (along with related code) should be removed from the https://github.com/ubiquity/ubiquibot repo. |
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.
I don't understand about the changes.
1/ Why do we want to deploy log-app to cloudflare in ubiquibot repo? -- doesn't make sense. It should be in the same repository: ubiquity/ubiquibot-logging
2/ I guess that's fine to remove log-app folder and relevant stuff from ubiquibot.
As a issue creator, would you @rndquu give me better understanding?
Yes, it should be in a separate repo as stated in the issue's description
Yes, it is also stated in the issue's description
I don't know what else to add :) |
closing due to inactivity |
Resolves #712
Don't merge before creation of new "log-app" repo.