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: update osd to respect new oui breakpoints #8298

Closed

Conversation

virajsanghvi
Copy link
Collaborator

@virajsanghvi virajsanghvi commented Sep 23, 2024

Description

New breakpoints were added to OUI but OSD did not respect them, causing some bugs. This tries to address that by looking for consumption of breakpoints.

Issues Resolved

Screenshot

Testing the changes

Changelog

  • fix: update osd to respect new oui breakpoints

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.14%. Comparing base (6ebc1e3) to head (313df10).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8298      +/-   ##
==========================================
+ Coverage   64.05%   64.14%   +0.08%     
==========================================
  Files        3741     3743       +2     
  Lines       88682    88833     +151     
  Branches    13817    13852      +35     
==========================================
+ Hits        56809    56980     +171     
+ Misses      31261    31238      -23     
- Partials      612      615       +3     
Flag Coverage Δ
Linux_1 30.07% <ø> (+0.01%) ⬆️
Linux_2 58.86% <ø> (+<0.01%) ⬆️
Linux_3 40.36% <ø> (+0.01%) ⬆️
Linux_4 31.58% <ø> (+0.14%) ⬆️
Windows_1 30.08% <ø> (+0.01%) ⬆️
Windows_2 58.81% <ø> (+<0.01%) ⬆️
Windows_3 40.36% <ø> (+0.01%) ⬆️
Windows_4 31.58% <ø> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

virajsanghvi and others added 21 commits September 23, 2024 23:23
Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
* chore: Update oui to 1.13

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>

* Changeset file for PR opensearch-project#8246 created/updated

* update snapshot tests

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>

* update snapshot tests

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>

---------

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* Use @osd/std to stringify JSON when formatting objects for display

Signed-off-by: Miki <miki@amazon.com>

* Changeset file for PR opensearch-project#8232 created/updated

---------

Signed-off-by: Miki <miki@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Signed-off-by: Suchit Sahoo <suchsah@amazon.com>
* drop user personal settings page

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* Changeset file for PR opensearch-project#8236 created/updated

* remove unuse code

Signed-off-by: Hailong Cui <ihailong@amazon.com>

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* Add data summary panel in discover

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>

* Fix UTs

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>

* Add changelog

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>

* Fix UTs

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>

* Address comments

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>

* Address comments

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>

* Address comments

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>

---------

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
…project#8215)

* fix home page issue

Signed-off-by: yubonluo <yubonluo@amazon.com>

* Changeset file for PR opensearch-project#8215 created/updated

---------

Signed-off-by: yubonluo <yubonluo@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…aved object (opensearch-project#8013)

* feat: integrate workspace with data connections

Signed-off-by: tygao <tygao@amazon.com>

* update workspace pages and hooks to integrate with data connection

Signed-off-by: tygao <tygao@amazon.com>

* Changeset file for PR opensearch-project#8013 created/updated

* remove extra comments

Signed-off-by: tygao <tygao@amazon.com>

* update data source import

Signed-off-by: tygao <tygao@amazon.com>

* test: update tests

Signed-off-by: tygao <tygao@amazon.com>

* Changeset file for PR opensearch-project#8013 created/updated

* unify connection type icon and connectionType

Signed-off-by: tygao <tygao@amazon.com>

* test: add tests

Signed-off-by: tygao <tygao@amazon.com>

* display text directly instead of link for data connection in table

Signed-off-by: tygao <tygao@amazon.com>

* Apply suggestions from code review

Co-authored-by: SuZhou-Joe <suzhou@amazon.com>
Signed-off-by: Tianyu Gao <tygao@amazon.com>

* update

Signed-off-by: tygao <tygao@amazon.com>

---------

Signed-off-by: tygao <tygao@amazon.com>
Signed-off-by: Tianyu Gao <tygao@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Co-authored-by: SuZhou-Joe <suzhou@amazon.com>
* fix initial page ui issue

Signed-off-by: yubonluo <yubonluo@amazon.com>

* Changeset file for PR opensearch-project#8217 created/updated

* fix test error

Signed-off-by: yubonluo <yubonluo@amazon.com>

---------

Signed-off-by: yubonluo <yubonluo@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…#8212)

* add loading indicator and counter to query result

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

* Changeset file for PR opensearch-project#8212 created/updated

* add unit tests

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

* address comments

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

* update snapshot

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

---------

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…nsearch-project#8274)

* Temporary fix for a bug with Chrome 129 when handling mask-image

Signed-off-by: Miki <miki@amazon.com>

* Changeset file for PR opensearch-project#8274 created/updated

---------

Signed-off-by: Miki <miki@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* Clean up enhanced search API

* Deletes the connections service.
* Removes dataframe object being passed into request
* Deletes unused APIs

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>

* Changeset file for PR opensearch-project#8226 created/updated

---------

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* Fix click on recent query switching language

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

* change to use uuid as identifier

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

* Changeset file for PR opensearch-project#8252 created/updated

---------

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…opensearch-project#8245)

* exposed method to register search strategy routes

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* Changeset file for PR opensearch-project#8245 created/updated

* addressed comment

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fix linter error

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…nsearch-project#8299)

* expose datasets and data_frames directories for specific imports

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* Changeset file for PR opensearch-project#8299 created/updated

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…arch-project#8289)

* fix: add xxl and xxxl

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: update

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: update snapshot

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

---------

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
@virajsanghvi
Copy link
Collaborator Author

Moved to #8320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.