-
Notifications
You must be signed in to change notification settings - Fork 13
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: improvements on follow-up #36
Merged
gentlementlegen
merged 47 commits into
ubiquity-os-marketplace:development
from
Meniole:fix/improvements
Oct 24, 2024
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
8b3a658
chore: debugging
gentlementlegen b65dc60
chore: debugging
gentlementlegen 4c9f4d4
chore: updated manifest.json and dist build
ubiquity-os[bot] 7615c38
refactor: update context type to ContextPlugin
gentlementlegen b488cf6
refactor: replace runPlugin with run in tests
gentlementlegen 6b977a8
chore: set default log level using LOG_LEVEL constant
gentlementlegen 2a485d5
chore: remove dist/index.cjs
gentlementlegen d7577a7
chore: remove dist/index.cjs
gentlementlegen 7fef8f5
fix: changed logic to compute deadline
gentlementlegen 732116f
chore: remove deprecated express_plugin mock
gentlementlegen 501420e
chore: remove deprecated express_plugin mock
gentlementlegen 1273044
chore: upgrade deps and remove unused packages
gentlementlegen 5ffb9f4
chore: updated manifest.json and dist build
ubiquity-os[bot] 9a77914
chore(workflows): add kernel payload signature to compute.yml
gentlementlegen 2975fab
chore: add support for kernel public key
gentlementlegen 9b181ea
chore: updated manifest.json and dist build
ubiquity-os[bot] 0b04064
chore: add support for kernel public key
gentlementlegen f596f48
Merge remote-tracking branch 'meniole/fix/improvements' into fix/impr…
gentlementlegen 588e667
chore: updated manifest.json and dist build
ubiquity-os[bot] 642caca
chore: remove Node.js setup from compute workflow
gentlementlegen 25152fd
chore: clean manifest.json
gentlementlegen f563ab4
chore: clean manifest.json
gentlementlegen cbc6c0b
chore: updated manifest.json and dist build
github-actions[bot] df3b02a
chore: clean manifest.json
gentlementlegen dda8ac3
Merge branch 'development' into fix/improvements
gentlementlegen df06946
chore: remove GitHub Actions payload parsing and validation
gentlementlegen ad4f799
chore: updated manifest.json and dist build
ubiquity-os[bot] 92de0ec
fix: enable unassigning and reminding users for overdue tasks
gentlementlegen 051cc9b
chore: updated manifest.json and dist build
ubiquity-os[bot] 1aa44d1
refactor: optimize task update and improve reminder handling
gentlementlegen 5d4b9f5
chore: integrate linked PR reminders and clean up logging
gentlementlegen 1b42cb1
refactor: simplify task reminder update handling
gentlementlegen 157cc4d
refactor: streamline task update logic
gentlementlegen f81afc0
chore: add pullRequestRequired flag to task config
gentlementlegen 96fb39e
chore: updated manifest.json and dist build
github-actions[bot] f6bb37f
chore: remove task-deadline helper
gentlementlegen 56bed4a
chore: update jest config and test setup for ESM support
gentlementlegen 640b373
chore: enhance createEvent functionality and improve logging
gentlementlegen 39d6718
chore: updated manifest.json and dist build
github-actions[bot] 062771e
chore: handle missing event by logging error instead of throwing
gentlementlegen 3e9f756
chore: updated manifest.json and dist build
github-actions[bot] 0e15941
chore: handle missing event by logging error instead of throwing
gentlementlegen 0a599d2
chore: handle missing event by logging error instead of throwing
gentlementlegen ab8fa91
Update .github/workflows/compute.yml
gentlementlegen 2d4b355
refactor(tests): improve test event and comment handling
gentlementlegen a786bdb
refactor(tests): improve test event and comment handling
gentlementlegen 34d0f68
refactor(tests): improve test event and comment handling
gentlementlegen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
How about a statusCode: 200 instead
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.
Sure, will change it. Thought it was not useful because the network call already sends a
200
, this is the body.