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 #14786: Suggestions API #14821

Merged
merged 58 commits into from
Feb 1, 2024
Merged

Fix #14786: Suggestions API #14821

merged 58 commits into from
Feb 1, 2024

Commits on Jan 23, 2024

  1. Fix #14786: Suggestions API

    harshach committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d8f7bc2 View commit details
    Browse the repository at this point in the history
  2. Handle suggestions in ometa

    pmbrull committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cd11252 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    07f3a18 View commit details
    Browse the repository at this point in the history
  2. MINOR - Fix SP topology context & Looker usage context (#14816)

    * MINOR - Fix SP topology context & Looker usage context
    
    * MINOR - Fix SP topology context & Looker usage context
    
    * Fix tests
    pmbrull authored and harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ffbb682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00243ea View commit details
    Browse the repository at this point in the history
  4. fix(ui): password error message for char limits (#14808)

    * fix(ui): password error message for char limits
    
    * fix java side code
    chirag-madlani authored and harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9bd97c0 View commit details
    Browse the repository at this point in the history
  5. Fixes #13556: Support for Salesforce table description ingestion (#14733

    )
    
    * ISSUE-13556: Add suport for Salesforce table description ingestion
    
    * ISSUE-13556: Remove unnecessary blank line
    
    * ISSUE-13556: Fix to get description for each table
    
    ---------
    
    Co-authored-by: Teddy <teddy.crepineau@gmail.com>
    2 people authored and harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    993dc56 View commit details
    Browse the repository at this point in the history
  6. MINOR - Better handling of Ingestion Pipeline Status (#14792)

    * MINOR - Better handling of Ingestion Pipeline Status
    
    * format
    
    * format
    pmbrull authored and harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d8555fc View commit details
    Browse the repository at this point in the history
  7. MINOR: Added table validation for cost analysis data (#14793)

    * Added validation for cost analysis source
    
    * centralized life cycle logic
    OnkarVO7 authored and harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    cc00da6 View commit details
    Browse the repository at this point in the history
  8. CYPRESS: simplify side navigation click in cypress (#14818)

    * simplify side navigation click in cypress
    
    * make sidbar item uses common enum
    
    * fix cypress failure of outside import
    Ashish8689 authored and harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    97440f7 View commit details
    Browse the repository at this point in the history
  9. fix(#14326): tier dropdown is not working in advance search (#14780)

    * improvement in advance search based on custom property
    
    * fix a reading undefined property issue
    
    * wip: advance search based on tier
    
    * some code cleanup and improvement
    
    * some fixes
    
    * fix: ui flicker when advanceSearched is apply and refresh the page
    
    * some cleanup
    
    * no need to call customproperty api call, if entity not suppport customProperties
    
    * minor change
    
    * fix: autocomplete not working in tier search option in advance search modal
    
    * added unit test for advance search provider component
    
    * some cleanup
    
    * added testcase for open modal
    
    * added testcase for resetAllFilters method
    
    * removed unwanted code
    
    * added e2e test for testing tier advance search
    
    * fix: e2e search flow for single field
    
    * fix: string field not working after giving listValues in TierSearch
    
    * fix: group query e2e test fix
    
    * used asyncFetch way to get the tierOptions synchronously
    
    * some cleanup
    
    * remove unwanted lines
    
    * some cleanup
    
    * fix: selected option show option value instead of option title
    Abhishek332 authored and harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8d61948 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98a1448 View commit details
    Browse the repository at this point in the history
  11. Fixes #14803: ignore capitalization when confirming deletes (#14804)

    * ignore case when confirming deletes
    
    * Test confirmation of deletes works when case differs 
    
    Added test case for 'delete' as the confirmation text.
    luzlab authored and harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a6f6fff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6fa3eb4 View commit details
    Browse the repository at this point in the history
  13. Add Tests

    harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0b80504 View commit details
    Browse the repository at this point in the history
  14. Add list/accept/reject apis

    harshach committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9188937 View commit details
    Browse the repository at this point in the history
  15. initial ui changes

    karanh37 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9305724 View commit details
    Browse the repository at this point in the history
  16. localisation

    karanh37 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6ddea67 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    1b278be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84a9213 View commit details
    Browse the repository at this point in the history
  3. ui feedbacks

    karanh37 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    05af100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddabf4d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix entityLink and add tests

    pmbrull committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cdce603 View commit details
    Browse the repository at this point in the history
  2. Add update suggestion WIP

    pmbrull committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d6df074 View commit details
    Browse the repository at this point in the history
  3. Fix test

    pmbrull committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    db88279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22c61e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Fix PUT and Pagination

    harshach committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c999676 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    harshach committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    233fc2e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    2c6d647 View commit details
    Browse the repository at this point in the history
  2. update test

    pmbrull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fb9636d View commit details
    Browse the repository at this point in the history
  3. Update status

    pmbrull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9633d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cb3d99 View commit details
    Browse the repository at this point in the history
  5. add permissions check

    karanh37 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a350230 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec49706 View commit details
    Browse the repository at this point in the history
  7. Fix CI

    pmbrull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    128645c View commit details
    Browse the repository at this point in the history
  8. Remove TODO

    pmbrull committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    91cdf62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90050d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8876d9 View commit details
    Browse the repository at this point in the history
  11. Fix feedResourceTest

    harshach committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7645191 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. fix unit tests

    karanh37 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3e9f837 View commit details
    Browse the repository at this point in the history
  2. add private configs for apps

    pmbrull committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    221b3cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e324b8 View commit details
    Browse the repository at this point in the history
  4. add private configs for apps

    pmbrull committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    834800f View commit details
    Browse the repository at this point in the history
  5. fix update application icons

    karanh37 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f151418 View commit details
    Browse the repository at this point in the history
  6. minor center align icon

    karanh37 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    36d9ce8 View commit details
    Browse the repository at this point in the history
  7. add private configs for apps

    pmbrull committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a9945be View commit details
    Browse the repository at this point in the history
  8. Format

    pmbrull committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8ba8e0a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Fix pydantic gen

    pmbrull committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    95a713d View commit details
    Browse the repository at this point in the history
  2. Remove token

    pmbrull committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    842623f View commit details
    Browse the repository at this point in the history
  3. Update name

    pmbrull committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b8098ee View commit details
    Browse the repository at this point in the history
  4. Rework private conf

    pmbrull committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    73226a9 View commit details
    Browse the repository at this point in the history
  5. Fix apps

    pmbrull committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    49ca846 View commit details
    Browse the repository at this point in the history
  6. Fix apps

    pmbrull committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b3ac6b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65b736a View commit details
    Browse the repository at this point in the history
  8. Format

    pmbrull committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    10414b9 View commit details
    Browse the repository at this point in the history
  9. Format

    pmbrull committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d5de1e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7686c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    285e6a1 View commit details
    Browse the repository at this point in the history