Skip to content

Conversation

gpachecoNI
Copy link
Collaborator

@gpachecoNI gpachecoNI commented Jul 19, 2023

What does this Pull Request accomplish?

  • Removes the double quotes (") from the annotations whenever they are a string.

The problem happened because - our Annotations are not all strings we allowed arrays for Tags and wanted to allow customers to add dictionaries too. I am using "json.dumps" to help manage that, but the problem is that it also adds quotes to the strings. I tried multiple fixes but this was the simplest I can come up.

Why should this Pull Request be merged?

We do not want to display the description or the Title with double quotes.

What testing has been done?

Fix and reran tests.
Manually look at the example:

image
image

@github-actions
Copy link
Contributor

github-actions bot commented Jul 19, 2023

Test Results

     12 files  ±0       12 suites  ±0   17m 46s ⏱️ -9s
   180 tests ±0     180 ✔️ ±0  0 💤 ±0  0 ±0 
2 148 runs  ±0  2 148 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit cf0f04f. ± Comparison against base commit 2a5fb2e.

♻️ This comment has been updated with latest results.

@gpachecoNI gpachecoNI requested a review from bkeryan July 19, 2023 15:07
Copy link
Collaborator

@bkeryan bkeryan left a comment

Choose a reason for hiding this comment

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

Approved with suggestions

@gpachecoNI gpachecoNI merged commit 3719989 into main Jul 20, 2023
@gpachecoNI gpachecoNI deleted the users/gpacheco/FixAnnotations branch July 27, 2023 16:09
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