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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

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.75%. Comparing base (1f4216e) to head (0de05d6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
+ Coverage   28.72%   28.75%   +0.03%     
==========================================
  Files         106      106              
  Lines       15888    15864      -24     
==========================================
- Hits         4564     4562       -2     
+ Misses      10842    10820      -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
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.

2 participants