-
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
First step of simplifaction of task output - update importer package #963
Conversation
This pull request has been mentioned on MESG Community. There might be relevant details there: |
0d4d94e
to
c35d5b2
Compare
024a10d
to
67fbb14
Compare
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.
The core cannot start, system services are not valid.
Please do some manual testing
I did the tests before and none of the system services will work in that case. @NicolasMahe requested to do PR following the order from the forum https://forum.mesg.com/t/simplification-of-the-tasks-output/265/6 and there update system services are one of the last tasks. I'm not quite following how then I should divide this work. From one hand the post on the forum says about very small pull request and from the other hand everything should work. It's impossible to keep the order of PRs, small PRs and working PRs at the same time. It's like CAP theorem - only 1 or 2 of those 3 will work at the same time |
Please have a look at this PR #965, the core is not broken and it's just an update of the mesg.yml like you did for the tests so it's still the purpose of this PR. Of course, this will still break the marketplace service but I've created a new version of the mesg-js lib https://github.com/mesg-foundation/mesg-js/tree/feature/output-simplification with the tag The part of the forum to update the services is all the other services not system services. System services are part of the core and are necessary to run the core. |
@antho1404 Nice catch about the mesg-js that impacted the system service! I forgot about this one. I tried and everything seems to work correctly 👍 |
I changed to base branch of this PR to |
…-1-2 Simplify output for system services
…-1-3 Add back removed test from #963
This pull request has been mentioned on MESG Community. There might be relevant details there: https://forum.mesg.com/t/simplification-of-the-tasks-output/265/6 |
I have removed tests that were using external services.