-
-
Couldn't load subscription status.
- Fork 7
Changes in adapters in order to store parentID #942
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
Conversation
2e1e91f to
65d3e6d
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.
It looks like it's going in the right direction, thanks 🦾
Please see a couple of my comments.
65d3e6d to
d007fde
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.
Nice work so far 🙌
There is one extra info in response:
"container": {
"image": "scramjetorg/runner:0.35.2",
"maxMem": 512,
"exposePortsRange": [
30000,
32767
],
"hostIp": "0.0.0.0"
},
For more info see: https://github.com/scramjetorg/scramjet-cpm-dev/pull/608#pullrequestreview-1671284710
d007fde to
ebb2d98
Compare
| return { opStatus: ReasonPhrases.UNPROCESSABLE_ENTITY, error: "Invalid Instance id" }; | ||
| } | ||
| if (payload.instanceId) { | ||
| if (!IDProvider.isValid(payload.instanceId)) { |
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.
will fail tests. actually we allow any 36chars long instance id and tests use not uuid 36 long strings
|
Replaced with #985 |
Clickup Task:
https://app.clickup.com/t/24308805/VDM-1372