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

Start/Stop plugin #1

Merged

Conversation

Keyrxng
Copy link
Member

@Keyrxng Keyrxng commented May 23, 2024

Copy link

github-actions bot commented May 23, 2024

Lines Statements Branches Functions
Coverage: 80%
80% (4/5) 100% (0/0) 66.66% (2/3)

JUnit

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 2.749s ⏱️
Coverage Report (80%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files8010066.6680 
   main.ts8010066.66809

@Keyrxng
Copy link
Member Author

Keyrxng commented May 23, 2024

image

.cspell.json Show resolved Hide resolved
.github/.ubiquibot-config.yml Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/handlers/shared/get-multiplier-info.ts Outdated Show resolved Hide resolved
src/handlers/shared/stop.ts Outdated Show resolved Hide resolved
src/types/plugin-input.ts Show resolved Hide resolved
src/types/plugin-input.ts Outdated Show resolved Hide resolved
src/types/env.ts Outdated Show resolved Hide resolved
src/plugin-config.yml Outdated Show resolved Hide resolved
.github/workflows/compute.yml Outdated Show resolved Hide resolved
src/adapters/supabase/helpers/logs.ts Outdated Show resolved Hide resolved
src/adapters/supabase/helpers/user.ts Outdated Show resolved Hide resolved
src/adapters/supabase/pretty-logs.ts Outdated Show resolved Hide resolved
src/types/plugin-input.ts Outdated Show resolved Hide resolved
@rndquu
Copy link
Member

rndquu commented Jun 7, 2024

@Keyrxng The plugin config example provided in the README throws SyntaxError: "[object Object]" is not valid JSON (I'm using this one). Could you update README with a ready to use example?

@gentlementlegen
Copy link
Member

gentlementlegen commented Jul 7, 2024

@Keyrxng Worflows will crash because of yarn version not defined within the workflow (corepack enable)

error This project's package.json defines "packageManager": "[email protected]". However the current global version of Yarn is 1.22.22.

wrangler.toml Outdated Show resolved Hide resolved
@gentlementlegen
Copy link
Member

image

Just tested again an it seems there would be some formatting issues.

Second thing is a problem with the linked PRs as seen in this test. This one should have been filtered out.

Otherwise the logic is working.

@0x4007
Copy link
Member

0x4007 commented Jul 8, 2024

image Just tested again an it seems there would be some formatting issues.

This has always existed. It's fine to ship like this until we can figure a solution later (I couldn't)

Second thing is a problem with the linked PRs as seen in this test. This one should have been filtered out.

Otherwise the logic is working.

@gentlementlegen
Copy link
Member

@0x4007 I mentioned it because I think it worsened, if you look at our current bot
image
so I thought it'd be easier to track the root of the issue. But it can be a separate issue, surely this is not urgent.

@Keyrxng
Copy link
Member Author

Keyrxng commented Jul 8, 2024

Second thing is a problem with the linked PRs as seen in Meniole/todel#6 (comment). This one should have been filtered out.

we can figure a solution later (I couldn't)

I also spent some time on this as one of my first contributions, no luck either. But it annoys me too so I'm going to give it another try in this PR.

@gentlementlegen
Copy link
Member

@Keyrxng Let's have those fixed in a separate PR.

@gentlementlegen gentlementlegen mentioned this pull request Jul 11, 2024
@gentlementlegen
Copy link
Member

@Keyrxng If you could address the remaining comments so we can merge this would be nice 😄

@Keyrxng
Copy link
Member Author

Keyrxng commented Jul 11, 2024

Latest QA

Not sure if this is better, but I remember seeing this render in a diff block so there's no need to dress it up if formatting isn't supported.

It was previously rendered in a diff block and formatting is not supported. I have listed them to support formatting with your suggestion but without the diff effects. Should it be rendered in a diff block @0x4007?

@0x4007
Copy link
Member

0x4007 commented Jul 11, 2024

Match as close as possible to how it was and I can fix it later or something

@Keyrxng
Copy link
Member Author

Keyrxng commented Jul 11, 2024

Copy link
Member

@gentlementlegen gentlementlegen left a comment

Choose a reason for hiding this comment

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

Please fix my last comment and good to go for me.

@Keyrxng
Copy link
Member Author

Keyrxng commented Jul 13, 2024

Would I merge this since everyone has approved or are we still waiting on @rndquu?

@gentlementlegen
Copy link
Member

@Keyrxng Should be good to go.

@gentlementlegen gentlementlegen merged commit 9a7ab87 into ubiquity-os-marketplace:development Jul 15, 2024
2 checks passed
@gentlementlegen gentlementlegen mentioned this pull request Jul 15, 2024
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.

command/[start | stop]
4 participants