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

DYN-6519: clear keywords on reset #14696

Merged
merged 3 commits into from
Dec 7, 2023

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Dec 5, 2023

Purpose

Addresses this jira issue: DYN-6519

Note

At the moment, the keyword tags (bubbles, pills) are just decorative and are not taken into account when submitting the publish package form. The actual keyword values are still taken from the textbox input. Swapping with the current functionality requires a bit more work and cannot be done for 3.0 release.

keywords

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

  • now correctly clears the keyword pills on reset

Reviewers

@reddyashish

FYIs

@avidit

- now correctly clears the keyword pills on reset
@dnenov dnenov changed the title clear keywords on reset DYN-6519: clear keywords on reset Dec 5, 2023
@QilongTang QilongTang added this to the 3.0 milestone Dec 5, 2023
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Forms;
Copy link
Contributor

Choose a reason for hiding this comment

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

Did your settings for the sorting got reverted again?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Did they? I asked @reddyashish, I wasn't sure if the system ones should be on top or not. I did update Visual Studio recently, perhaps it reset the extension settings. I will re-update and push again, for all affected PRs.

Copy link
Contributor

Choose a reason for hiding this comment

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

@reddyashish
Copy link
Contributor

@reddyashish
Copy link
Contributor

Merge the upstream master branch here to fix the serialization tests.

@QilongTang
Copy link
Contributor

Thanks @reddyashish @dnenov since the helix tests I dont think they have anything to do with this PR. Merging

@QilongTang QilongTang merged commit fe116ff into DynamoDS:master Dec 7, 2023
20 of 21 checks passed
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