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

Add a Pebble function [uniq] to deduplice array #6417

Open
mozhu1024 opened this issue Dec 12, 2024 · 3 comments
Open

Add a Pebble function [uniq] to deduplice array #6417

mozhu1024 opened this issue Dec 12, 2024 · 3 comments
Assignees
Labels
area/backend Needs backend code changes enhancement New feature or request

Comments

@mozhu1024
Copy link

Feature description

Add a Pebble function [uniq] to deduplice array

[1,2,2,3] | uniq -> [1,2,3]

OR

Adding a bool parameter to merge with uniq

[1,2] | merge([2,3],true) -> [1,2,3]

@mozhu1024 mozhu1024 added area/backend Needs backend code changes area/frontend Needs frontend code changes enhancement New feature or request labels Dec 12, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Dec 12, 2024
@MilosPaunovic MilosPaunovic removed the area/frontend Needs frontend code changes label Dec 12, 2024
@Rajarajan985
Copy link

Hi @mozhu1024,
I would like to work on the issue.
Can you assign the issue to me.

@MilosPaunovic
Copy link
Member

MilosPaunovic commented Dec 12, 2024

Absolutely, go for it @Rajarajan985! 🚀

Rajarajan985 pushed a commit to Rajarajan985/kestra that referenced this issue Dec 13, 2024
@Rajarajan985
Copy link

Rajarajan985 commented Dec 13, 2024

Hi @MilosPaunovic , @mozhu1024,

Added the new change for the below mentioned feature.

Can you check once the code, the code is commited in the branch and created the merge request for waiting for approval.
I'm new to this project, Can you guide how to test changes which I have modified on the branch for this feature.

feature:

Add a Pebble function [uniq] to deduplice array
[1,2,2,3] | uniq -> [1,2,3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

3 participants