Skip to content
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

Node version algorithem #1689

Merged
merged 17 commits into from
Mar 8, 2023
Merged

Node version algorithem #1689

merged 17 commits into from
Mar 8, 2023

Conversation

zivglik
Copy link
Contributor

@zivglik zivglik commented Feb 23, 2023

This change is Reviewable

@zivglik
Copy link
Contributor Author

zivglik commented Feb 23, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev February 23, 2023 10:29 Inactive
@zivglik
Copy link
Contributor Author

zivglik commented Feb 23, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev February 23, 2023 11:31 Inactive
@zivglik
Copy link
Contributor Author

zivglik commented Feb 23, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev February 23, 2023 13:12 Inactive
@zivglik
Copy link
Contributor Author

zivglik commented Feb 23, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev February 23, 2023 13:39 Inactive
@zivglik
Copy link
Contributor Author

zivglik commented Feb 23, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev February 23, 2023 14:50 Inactive
@zivglik
Copy link
Contributor Author

zivglik commented Feb 23, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev February 23, 2023 15:20 Inactive
@zivglik
Copy link
Contributor Author

zivglik commented Feb 26, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev February 26, 2023 08:41 Inactive
@zivglik
Copy link
Contributor Author

zivglik commented Feb 26, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev February 26, 2023 11:40 Inactive
Copy link
Member

@golanha golanha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 3 files at r1, 1 of 1 files at r5, 1 of 1 files at r7, 3 of 3 files at r8, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @zivglik)


core/pipeline-driver/lib/tasks/task-runner.js line 196 at r8 (raw file):

        this._isCachedPipeline = await cachePipeline._checkCachePipeline(pipeline.nodes);

        const nodesModifiedArr = await Promise.all(pipeline.nodes.map(async node => {

you don't need this variable, you can set the pipeline.nodes directly

Code quote:

nodesModifiedArr

@zivglik
Copy link
Contributor Author

zivglik commented Mar 7, 2023

/deploy

@zivglik
Copy link
Contributor Author

zivglik commented Mar 7, 2023

/deploy

@zivglik
Copy link
Contributor Author

zivglik commented Mar 7, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev March 7, 2023 11:56 Inactive
Copy link
Member

@golanha golanha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 5 of 6 files at r9, 2 of 2 files at r10, 1 of 1 files at r11, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @zivglik)

golanha
golanha previously approved these changes Mar 8, 2023
Copy link
Member

@golanha golanha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @zivglik)

@zivglik zivglik enabled auto-merge (squash) March 8, 2023 09:19
@zivglik
Copy link
Contributor Author

zivglik commented Mar 8, 2023

/deploy

@hkube-ci hkube-ci temporarily deployed to dev March 8, 2023 10:20 Inactive
Copy link
Contributor Author

@zivglik zivglik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 7 of 14 files reviewed, 1 unresolved discussion (waiting on @golanha)


core/pipeline-driver/lib/tasks/task-runner.js line 196 at r8 (raw file):

Previously, golanha (Golan Hallel) wrote…

you don't need this variable, you can set the pipeline.nodes directly

Done.

Copy link
Member

@golanha golanha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 5 of 7 files at r12, 2 of 2 files at r13, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @zivglik)

@zivglik zivglik disabled auto-merge March 8, 2023 10:41
@zivglik zivglik merged commit 08fe73a into master Mar 8, 2023
@zivglik zivglik deleted the node-version-algorithem branch March 8, 2023 10:48
hkube-ci pushed a commit that referenced this pull request Mar 8, 2023
* insert each node version algorithem  after run

* fix error in cd

* fix graph node version algorithm

* fix node from pipeline

* add async await in loop nodes

* fix loop async await

* fix foreach nodes

* add Promise to nodes

* add algorithmVersion to _handleSingle

* fix Batch version algorthem

* add Algorithms By Version

* option to keep old versions after del algorithem

* fix codereview remove nodesModifiedArr

* update package json new @hkube/db

* update package-lock .... bump version [skip ci]
hkube-ci pushed a commit that referenced this pull request Mar 8, 2023
* insert each node version algorithem  after run

* fix error in cd

* fix graph node version algorithm

* fix node from pipeline

* add async await in loop nodes

* fix loop async await

* fix foreach nodes

* add Promise to nodes

* add algorithmVersion to _handleSingle

* fix Batch version algorthem

* add Algorithms By Version

* option to keep old versions after del algorithem

* fix codereview remove nodesModifiedArr

* update package json new @hkube/db

* update package-lock .... bump version [skip ci]
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.

3 participants