Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove allow command #66

Conversation

gentlementlegen
Copy link
Member

@gentlementlegen gentlementlegen commented Dec 17, 2024

Resolves #62
Depends on #65
QA: Meniole#8

Copy link
Contributor

github-actions bot commented Dec 17, 2024

Unused devDependencies (1)

Filename devDependencies
package.json tsx

@gentlementlegen
Copy link
Member Author

@whilefoo by removing the /allow command I believe supabase can also be completely removed correct?

@whilefoo
Copy link
Member

whilefoo commented Dec 18, 2024

The plugin also saves label changes (not issue label but actual label name change) but I can't remember why we did that (maybe for audit?) but if we remove that then we don't need supabase

@gentlementlegen
Copy link
Member Author

Never heard or used the capability before so I am not sure if it is needed / wanted. @0x4007 thoughts?

@0x4007
Copy link
Member

0x4007 commented Dec 20, 2024

I'm on board for removing supabase dependencies by default.

Also, I don't recall this feature so it's probably one of many deprecated database dependent features

@gentlementlegen gentlementlegen marked this pull request as ready for review December 21, 2024 05:45
Copy link
Contributor

@gentlementlegen, this task has been idle for a while. Please provide an update.

@gentlementlegen
Copy link
Member Author

@0x4007 If you can review it thx!

Copy link
Contributor

@gentlementlegen, this task has been idle for a while. Please provide an update.

@gentlementlegen
Copy link
Member Author

@0x4007 😄

Copy link
Member

@0x4007 0x4007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to see all the deleted files. Why did you change the lint rules?

eslint.config.mjs Show resolved Hide resolved
package.json Show resolved Hide resolved

createActionsPlugin<AssistivePricingSettings, Env, Command, SupportedEvents>(
createActionsPlugin<AssistivePricingSettings, Env, null, SupportedEvents>(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes sense to me to make null the last typing here so that it's optional to pass in, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is part of the SDK, so should require a change there. Rfc @whilefoo

Copy link
Member

@whilefoo whilefoo Jan 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure we can put it as last optional argument

src/run.ts Show resolved Hide resolved
src/shared/permissions.ts Outdated Show resolved Hide resolved
tests/http/request.http Show resolved Hide resolved
Copy link
Contributor

@gentlementlegen, this task has been idle for a while. Please provide an update.

@gentlementlegen
Copy link
Member Author

@0x4007 If you can have a look thanks.

@gentlementlegen gentlementlegen merged commit 3e33352 into ubiquity-os-marketplace:development Jan 5, 2025
@gentlementlegen gentlementlegen deleted the fix/remove-allow-command branch January 5, 2025 14:52
@ubiquity-os-beta ubiquity-os-beta bot mentioned this pull request Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove /allow
3 participants