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(UI): fix updates from the UI #3280

Merged
merged 4 commits into from
Sep 22, 2021

Conversation

gabe-lyons
Copy link
Contributor

@gabe-lyons gabe-lyons commented Sep 21, 2021

Addresses a two issues:

  1. Removes validation that was added in feat(tags+terms): Adding write side validation and tests for add+remove API #3259 to prevent tags from being added or removed from non-dataset entities. Also adds test to prevent this from happening again

  2. Fixes issue where tags & glossary terms were being overwritten by updating descriptions. This issue was introduced in feat(react): Dataset page refresh + improved homepage, search and browse screens #3169. This happened in part because our schema description update logic was so complicated. To simplify, I moved description update logic to the server side & added a smoke test to validate its functionality.

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

Copy link
Contributor

@shirshanka shirshanka left a comment

Choose a reason for hiding this comment

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

LGTM!

@shirshanka shirshanka merged commit fa9e172 into datahub-project:master Sep 22, 2021
xdl pushed a commit to G-Research/datahub that referenced this pull request Oct 4, 2021
xdl added a commit to G-Research/datahub that referenced this pull request Oct 5, 2021
jgiannuzzi pushed a commit to G-Research/datahub that referenced this pull request Oct 6, 2021
swaroopjagadish pushed a commit to swaroopjagadish/datahub that referenced this pull request Oct 7, 2021
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