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

fix: do not delete expr tag tmpl values. Fixes #6909 #6921

Merged
merged 1 commit into from
Oct 14, 2021
Merged

fix: do not delete expr tag tmpl values. Fixes #6909 #6921

merged 1 commit into from
Oct 14, 2021

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Oct 12, 2021

Signed-off-by: Alex Collins alex_collins@intuit.com
Fixes #6909

Signed-off-by: Alex Collins <alex_collins@intuit.com>
@codecov
Copy link

codecov bot commented Oct 12, 2021

Codecov Report

Merging #6921 (f38464d) into master (2fd4b8a) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

❗ Current head f38464d differs from pull request most recent head f01dd11. Consider uploading reports for the commit f01dd11 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6921      +/-   ##
==========================================
- Coverage   48.53%   48.48%   -0.06%     
==========================================
  Files         265      265              
  Lines       19259    19259              
==========================================
- Hits         9348     9337      -11     
- Misses       8860     8873      +13     
+ Partials     1051     1049       -2     
Impacted Files Coverage Δ
util/expand/expand.go 100.00% <100.00%> (ø)
server/workflow/workflow_server.go 44.41% <0.00%> (-2.40%) ⬇️
cmd/argo/commands/get.go 59.18% <0.00%> (-0.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fd4b8a...f01dd11. Read the comment docs.

@alexec alexec enabled auto-merge (squash) October 13, 2021 17:35
@alexec alexec disabled auto-merge October 14, 2021 00:37
@alexec alexec merged commit 5a7708c into master Oct 14, 2021
@alexec alexec deleted the tmp branch October 14, 2021 00:37
@@ -8,20 +8,26 @@ import (
)

func TestExpand(t *testing.T) {
for i := 0; i < 100; i++ { // loop 100 times, because map ordering is not determisitic
for i := 0; i < 1; i++ { // loop 100 times, because map ordering is not determisitic
Copy link
Member

Choose a reason for hiding this comment

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

Mistake here? Either remove the loop + comments or change back to i < 100? @alexec

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ops.

This was referenced Oct 15, 2021
sarabala1979 pushed a commit that referenced this pull request Oct 19, 2021
Signed-off-by: Alex Collins <alex_collins@intuit.com>
sarabala1979 pushed a commit that referenced this pull request Oct 20, 2021
Signed-off-by: Alex Collins <alex_collins@intuit.com>
basanthjenuhb pushed a commit to basanthjenuhb/argo-workflows that referenced this pull request Oct 23, 2021
…j#6921)

Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: bjenuhb <basanth_jenuhb@intuit.com>
kriti-sc pushed a commit to kriti-sc/argo-workflows that referenced this pull request Oct 24, 2021
…j#6921)

Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: kriti-sc <kathuriakriti1@gmail.com>
@alexec alexec mentioned this pull request Nov 5, 2021
25 tasks
ilyagorban-codefresh added a commit to codefresh-io/argo-workflows that referenced this pull request Nov 10, 2021
* fix: do not delete expr tag tmpl values. Fixes argoproj#6909 (argoproj#6921)

Signed-off-by: Alex Collins <alex_collins@intuit.com>

* update image registry

* result of `make pre-commit -B`

* Retrigger CI pipeline

* result of `make codegen -B STATIC_FILES=false`

Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
Co-authored-by: Ilya Gorban <ilyagorban@Ilyas-MacBook-Pro.local>
@sarabala1979 sarabala1979 mentioned this pull request Dec 15, 2021
73 tasks
@sarabala1979 sarabala1979 mentioned this pull request Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot refer to some parameters from expression template
3 participants