Skip to content

Changes in adapters in order to store parentID#942

Closed
gzukowski wants to merge 11 commits intodevelfrom
feat/parent-id
Closed

Changes in adapters in order to store parentID#942
gzukowski wants to merge 11 commits intodevelfrom
feat/parent-id

Conversation

@gzukowski
Copy link
Copy Markdown
Contributor

@gzukowski gzukowski commented Aug 30, 2023

Clickup Task:
https://app.clickup.com/t/24308805/VDM-1372

  • Verify and confirm operation (please post a screenshot)
  • All STH tests pass
  • All Scramjet Cloud Platform tests pass
  • Documentation is updated or no changes

@gzukowski gzukowski force-pushed the feat/parent-id branch 2 times, most recently from 2e1e91f to 65d3e6d Compare September 6, 2023 09:14
Copy link
Copy Markdown
Contributor

@alicja-gruzdz alicja-gruzdz left a 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.

Comment thread packages/adapters/src/dockerode-docker-helper.ts Outdated
Comment thread packages/host/src/lib/host.ts Outdated
Comment thread packages/host/src/lib/host.ts Outdated
Comment thread packages/adapters/src/kubernetes-sequence-adapter.ts
Copy link
Copy Markdown
Contributor

@agne6ka agne6ka left a 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

@patuwwy patuwwy self-requested a review November 13, 2023 10:37
return { opStatus: ReasonPhrases.UNPROCESSABLE_ENTITY, error: "Invalid Instance id" };
}
if (payload.instanceId) {
if (!IDProvider.isValid(payload.instanceId)) {
Copy link
Copy Markdown
Contributor

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

@alicja-gruzdz
Copy link
Copy Markdown
Contributor

Replaced with #985

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants