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

[discover] temporarily disable recent datasets #8816

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

kavilla
Copy link
Member

@kavilla kavilla commented Nov 5, 2024

Description

With workspaces disabled, recent datasets works fine. However the dataset service does not have the concept of workspaces yet so instead of adding a new feature we are opting for recent datasets not yielding any results. The dataset selector already handles displaying or not if no recent datasets.

Follow up issue:
#8814

Issues Resolved

n/a

Screenshot

Screenshot 2024-11-05 at 3 25 34 PM

Testing the changes

locally and jest tests

Changelog

  • skip

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

With workspaces disabled, recent datasets works fine.
However the dataset service does not have the concept of workspaces yet so instead of adding a new
feature we are opting for recent datasets not yielding any results. The dataset selector already
handles displaying or not if no recent datasets.

Follow up issue:
opensearch-project#8814

Signed-off-by: Kawika Avilla <[email protected]>
Copy link
Contributor

github-actions bot commented Nov 5, 2024

❌ 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
Contributor

github-actions bot commented Nov 5, 2024

❌ 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.

@kavilla kavilla added backport 2.x discover for discover reinvent labels Nov 5, 2024
@github-actions github-actions bot added Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry and removed failed changeset labels Nov 5, 2024
Copy link
Collaborator

@virajsanghvi virajsanghvi left a comment

Choose a reason for hiding this comment

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

approving assuming passes ci

Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.78%. Comparing base (758e4fb) to head (7b1d801).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8816   +/-   ##
=======================================
  Coverage   60.78%   60.78%           
=======================================
  Files        3798     3798           
  Lines       90701    90701           
  Branches    14284    14284           
=======================================
+ Hits        55133    55134    +1     
+ Misses      32068    32067    -1     
  Partials     3500     3500           
Flag Coverage Δ
Linux_1 29.05% <0.00%> (ø)
Linux_2 56.39% <ø> (ø)
Linux_3 37.65% <100.00%> (+<0.01%) ⬆️
Linux_4 29.82% <0.00%> (ø)
Windows_1 29.06% <0.00%> (ø)
Windows_2 56.34% <ø> (ø)
Windows_3 37.65% <100.00%> (-0.01%) ⬇️
Windows_4 29.82% <0.00%> (ø)

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.

@ashwin-pc
Copy link
Member

Skipping CI group 10 since the related tests havent been merged in yet from the functional test repo

@ashwin-pc
Copy link
Member

@ashwin-pc ashwin-pc merged commit 4f6b287 into opensearch-project:main Nov 6, 2024
78 of 81 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 6, 2024
With workspaces disabled, recent datasets works fine.
However the dataset service does not have the concept of workspaces yet so instead of adding a new
feature we are opting for recent datasets not yielding any results. The dataset selector already
handles displaying or not if no recent datasets.

Follow up issue:
#8814

Signed-off-by: Kawika Avilla <[email protected]>
(cherry picked from commit 4f6b287)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
abbyhu2000 pushed a commit that referenced this pull request Nov 8, 2024
With workspaces disabled, recent datasets works fine.
However the dataset service does not have the concept of workspaces yet so instead of adding a new
feature we are opting for recent datasets not yielding any results. The dataset selector already
handles displaying or not if no recent datasets.

Follow up issue:
#8814


(cherry picked from commit 4f6b287)

Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x discover for discover reinvent discover-next distinguished-contributor Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry v2.19.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants