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

[4.5.0][FEATURE] Implement Labels Feature #12746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dakshina99
Copy link
Contributor

Description

This PR implements the backend functionality to introduce a Labels Feature. The key features and enhancements included in this implementation are:

  • Label Management:

    • Create, update, delete, and retrieve labels.
    • Get label usages.
    • Associate labels with APIs in the platform.
  • Extensibility:

    • Designed to easily expand the label feature to support applications and other resource types, making it adaptable for future needs.
  • Resolves Label Feature api-manager#3503

@dakshina99 dakshina99 changed the title [4.5.0][FETURE] Implement Labels Feature [4.5.0][FEATURE] Implement Labels Feature Jan 12, 2025
@dakshina99 dakshina99 force-pushed the label-feature branch 2 times, most recently from 0ec81d1 to d2b122c Compare January 20, 2025 20:40
private String description;
private List<String> accessUrls = new ArrayList<>();
private String tenantDomain;
Copy link
Contributor

Choose a reason for hiding this comment

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

remove tenantDomain

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed the tenantDomain from the Label model

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.

Label Feature
4 participants