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

Pipeline versioning tests #2028

Merged
merged 15 commits into from
Nov 14, 2024
Merged

Pipeline versioning tests #2028

merged 15 commits into from
Nov 14, 2024

Conversation

Adir111
Copy link
Contributor

@Adir111 Adir111 commented Nov 11, 2024

Added tests for recently added feature - pipeline versioning.
Also fixed few problems found.
Issue: #2012


This change is Reviewable

@Adir111 Adir111 requested a review from golanha November 11, 2024 06:50
@Adir111 Adir111 self-assigned this Nov 11, 2024
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 7 of 7 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Adir111)


core/api-server/tests/pipelines-versions.js line 58 at r1 (raw file):

        });
        
        it.only('should succeed to get versions and change version to latest', async () => {

Remove the "only"

Code quote:

.only

Copy link
Contributor Author

@Adir111 Adir111 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: 6 of 7 files reviewed, 1 unresolved discussion (waiting on @golanha)


core/api-server/tests/pipelines-versions.js line 58 at r1 (raw file):

Previously, golanha (Golan Hallel) wrote…

Remove the "only"

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 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Adir111)

@Adir111 Adir111 merged commit 804e8e6 into master Nov 14, 2024
5 checks passed
@Adir111 Adir111 deleted the pipeline-versioning-tests branch November 14, 2024 06:17
hkube-ci pushed a commit that referenced this pull request Nov 14, 2024
* fixed bug

* changed file name

* fixed bug

* bug fix

* added tests for pipelines versioning

* added deletion tests

* removed deletion

* fixed test

* fixed test

* moved line

* return new pipeline when updating pipeline

* updated test

* removed .only

* added validation for semver increasement of latest version .... bump version [skip ci]
hkube-ci pushed a commit that referenced this pull request Nov 14, 2024
* fixed bug

* changed file name

* fixed bug

* bug fix

* added tests for pipelines versioning

* added deletion tests

* removed deletion

* fixed test

* fixed test

* moved line

* return new pipeline when updating pipeline

* updated test

* removed .only

* added validation for semver increasement of latest version .... 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.

2 participants