This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Refactor/move to delegated compute #920
Merged
0x4007
merged 29 commits into
ubiquity:refactor/move-to-delegated-compute
from
0x4007:refactor/move-to-delegated-compute
Feb 27, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
07ce845
fix: unassign handler but root cause not diagnosed
0x4007 678dcb9
feat: switch logging to ubiquibot-logging NPM module
gitcoindev c4c5986
feat: enable pretty logs import with ubiquity-logger v0.3.0
gitcoindev 3ca8fad
Merge pull request #60 from gitcoindev/refactor-general-with-npm-logging
0x4007 db96aca
feat: nft rewards
whilefoo 06b3981
fix: remove console log
whilefoo 99408aa
Merge remote-tracking branch 'pavlovcik/refactor/general' into nft-re…
whilefoo a703491
feat: update ubiquibot logger and fix start command
whilefoo 626cae8
chore: almost done merging
0x4007 3014776
chore: merge
0x4007 841b18c
Merge branch 'ubiquity-whilefoo-nft-rewards' into refactor/move-to-de…
0x4007 eefbee9
feat: fix duplication price label issue
wannacfuture 1060f00
Merge pull request #65 from wannacfuture/feat/fix-label-issues
0x4007 8aaf055
feat: fix build errors
wannacfuture 19ec41c
feat: fix CI erros
wannacfuture f87a896
Update build.yml
wannacfuture 136b11d
Update build.yml
wannacfuture 73c5781
feat: minor change
wannacfuture fa4c9b9
Update build.yml
wannacfuture f16bf6d
feat: update build.yml
wannacfuture 7fbd280
Update build.yml
wannacfuture d0d4230
feat: update build.yml
wannacfuture 6b29125
Update build.yml
wannacfuture 9d3c91c
feat: update
wannacfuture ed835da
Merge pull request #67 from wannacfuture/feat/fix-label-issues
0x4007 663138c
feat: remove axios call
wannacfuture beb5c9f
Merge pull request #68 from wannacfuture/refactor/remove-axios-call
0x4007 9bc1583
Revert "feat: remove axios call"
0x4007 e402d16
Merge pull request #69 from pavlovcik/revert-68-refactor/remove-axios…
0x4007 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 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.
Oops, something went wrong.
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.
We should remove the core pack stuff and use yarn 1.2 or whatever is the default.
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.
Agree. If I remember correctly it was a workaround from @wannacfuture and it had to be added to avoid an error but I do not remember the root cause for introducing this change.