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: retaining tags on entities while using select-tags #156

Merged
merged 9 commits into from
Jan 16, 2025

Conversation

Prashansa-K
Copy link
Collaborator

Summary

As of now, while running deck with --select-tags,
the tags are removed from the tags field on
each entity. This was done to reduce duplication.
However, this has been confusing for a lot of our
deck users.

This change removes the tag removal function
calls from all entities.

Issues resolved

For Kong/deck#1454

Documentation

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

As of now, while running deck with --select-tags,
the tags are removed from the `tags` field on
each entity. This was done to reduce duplication.
However, this has been confusing for a lot of our
deck users.

This change removes the tag removal function
calls from all entities.
@codecov-commenter
Copy link

codecov-commenter commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.63%. Comparing base (424a1da) to head (75f4469).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
+ Coverage   28.60%   28.63%   +0.03%     
==========================================
  Files         106      106              
  Lines       15958    15934      -24     
==========================================
- Hits         4564     4562       -2     
+ Misses      10912    10890      -22     
  Partials      482      482              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Prashansa-K Prashansa-K requested a review from pmalek January 6, 2025 06:44
@harshadixit12
Copy link
Contributor

@Prashansa-K how do I approach testing these changes?

@Prashansa-K Prashansa-K merged commit 55d27ec into main Jan 16, 2025
19 checks passed
@Prashansa-K Prashansa-K deleted the fix/retain-tags branch January 16, 2025 06:48
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.

3 participants