Ashish Gupta
8ccd879655
PLAYWRIGHT: fix activity feed mention flaky test ( #23823 )
2025-10-10 18:55:24 +05:30
Ashish Gupta
c41482c936
PLAYWRIGHT: fix the flaky test around tags and activity feed ( #23750 )
2025-10-07 10:22:09 +05:30
Ashish Gupta
ebfb98a022
chore(ui):fix the activity feed flaky playwright test ( #23721 )
2025-10-06 12:34:23 +05:30
Shrushti Polekar
a0fea6d11d
fix(ui): mentions in notification box ( #23619 )
...
* fix mentions in notification box
* fix activity feed mention redirection issue
* added unit test
* added playwright test
* address pr comments
* address pr comment
2025-10-01 16:21:43 +05:30
Harshit Shah
a2ab3b4b36
Fix flaky activity feed tests ( #23298 )
2025-09-09 12:05:20 +05:30
Aniket Katkar
65aff8ce8e
Chore(UI): Fix flaky playwright tests ( #23156 )
...
* Fix playwright tests
- AdvancedSearch.spec.ts
- Autopilot.spec.ts
- DescriptionSuggestion.spec.ts
- ObservabilityAlert.spec.ts
- EntityVersionPages.spec.ts
* Fix the flakiness while logging in
* Update config to run only required tests
* Revert description suggestion spec changes
* Revert playwright config changes
* Update playwright config
* improve observability alert page navigation
* Fix Description suggestion
* Standardize left nav bar to close for all tests
* Fix failing playwright tests
2025-08-30 18:37:45 +05:30
Harshit Shah
cdf9f6ed3b
Unskip activity feed widgets E2E tests ( #23024 )
...
* Unskip activity feed widgets E2E tests
* minor fix
2025-08-28 11:10:18 +05:30
Pranita Fulsundar
680537cd70
feat(ui): revamp landing page ( #21691 )
...
* fix: minor style for customisation pages
* feat(ui): customisation of landing page (#21692 )
* add customise header section
* fix react grid layout for widgets
* fix widget height and refactor code
* fix tests
* address pr comments and added unit test
* fix unit test
* fix spacing issues and addressed pr comments
* feat(ui): customise home page banner (#21793 )
* add structure for customise home modal
* feat: customise banner background color
* refactor css
* add unit tests
* fix color change functionality
* minor fix
* refactor code
* minor refector
* feat(ui): new layout for home page (#21901 )
* update new layout for home page
* add unit tests
* feat(ui): widgets selection modal (#21974 )
* add selection widgets to modal
* implement add widgets functionality
* fix placeholderWidgetKey for addWidget
* fix handleApply call
* fix erros after merging to main for react upgrade
* add tests
* refactor css for widget card
* fix tests
* add images for widgets
* add localisation
* fix test
* Add json files for new landing page (#22116 )
* chore(ci): improve e2e runners with conditions (#22084 )
* MINOR: Fix pytest 3.9 (#22085 )
* feat: add support for DBX system metrics (#22044 )
* feat: add support for DBX system metrics
* feat: add support for DBX system metrics
* fix: added WRITE back
* fix: failing test cases
* fix: failing test
* Doc: Meta Description Updation (#22074 )
* Doc: 404 Images Fixing (#22083 )
* Doc: Version change along with 404 Error Fixing (#22053 )
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
* Minor: Fix the token expiry options order (#22049 )
* Fix the token expiry options order
* Improve the logic and fix playwright tests
* fix sonar cloud issue
* Fix the type error
* Feature #20137 Move Glossary Terms to any level including other glossaries (#21867 )
* allow changing of glossary term
* Draft ES Index Update for Glossary term move
* ES Upates in a more faster one shot bulk update
* Remove validations on Parent Glossary Hierarchy and Include Circular Glossary Term Validations
* Introduced a new PUT api for glossaryTerms move operation
* Optimised moveGlossaryTerm
* Added Transaction Scope in moveAndStore in updater
* Remove Consolidate and revert changes for move operation
* Improved Change Description and Versioning for move operation
* Improvise request payload to have only parent and optimise the flow
* Implement async functionality of Glossary Terms move
* mvn spotless:apply
* MoveGlossaryTermChannel, Get only the required fields
* Fix: Update Parent for Glossary Term during Bulk Import
* allow glossary term to be moved across glossaries
* update locales
* move socket listening to hierarchy dialog
* Added fqn to move message for the websocket response
* fix tests
* add glossary tests
* cleanup
* fix tests
* Refactor code: Resolve Conflicts
* fix tests
* fix permissions
* cleanup
* Update generated TypeScript types
* Abstraction Logic in place of instanceOf logic for bulkImportExportGlossary to update the parent
* Update generated TypeScript types
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* update the snapshots url for ossrh migration (#22090 )
* Update README and Ingestion Framework Documentation (#22080 )
* Add my task json for new landing page
* update description
* add domain.json
* fix test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com>
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Ram Narayan Balaji <81347100+yan-3005@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
* feat(ui): Add support to create curated assets widget (#21870 )
* feat(ui): Add support to create curated assets widget
* revert settings.json
* fix: minor style for customisation pages
* feat(ui): customisation of landing page (#21692 )
* add customise header section
* fix react grid layout for widgets
* fix widget height and refactor code
* fix tests
* address pr comments and added unit test
* fix unit test
* fix spacing issues and addressed pr comments
* fix locale
* update icons and styles
* fix view more
* fix footer
* add unit tests and minor fixes
* add curatedAssets.json
* format json file
* address comments
* address comments
* remove unnecessary indentation and fix locale
* minor fix
* address comments
* update json
* remove unnecessary changes
* update imports
* add sort and size options
* add unit test
* fix test
* revert test changes
* fix unit tests
* Fix failing test
* fix sonar nullish operator issue
* address feedback
---------
Co-authored-by: Pranita <pfulsundar8@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* feat(ui): create widgets with new layout having sizes small and medium (#22082 )
* fix customise home modal for home page
* redesign widget
* fix following widget
* data assets widget
* fix conflicting styles
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Remove global search bar and add functionality to new search bar (#22156 )
* Remove global search bar and add functionality to new search bar
* add unit tests
* Add support for My Task widget (#22161 )
* Add support for My Task widget
* address comments
* minor fix
* fix failing tests
* Hide non configured curated asset from my data page (#22209 )
* Hide non configured curated asset from my data page
* address comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Disable save button and fix UI discrepencies (#22152 )
* Disable save button and miscellaneous changes
* fix ui
* Fix failing test
* address comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* add persona preference to uiCustomisation
* Add support to update persona preferences for the user (#22235 )
* Add support to update persona preferences for the user
* add loader
* add success toast
* Fix failing unit test
* Update generated TypeScript types
* Support background update by admin for customized landing page (#22301 )
* Fix failing e2e tests (#22248 )
* Fix failing e2e tests
* fix activity feed tests
* fix failing e2e tests
* fix EntityDataSteward and Entity tests
* fix failing tests
* Fix metric tests
* Fix lineage and my data page
* update uuid
* Add support for domains widget (#22318 )
* Add support for domains widget
* code cleanup
* minor fix
* fix failing test
* address comments
* update .less file
* import t from utils
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* Update curated assets widget for full size (#22343 )
* Fix customize search functionality (#22349 )
* Fix customize search functionality
* update-my-task-icon
* fix failing tests
* Redesign Data Assets widget (#22353 )
* Redesign Data Assets widget
* remove comments
* add footer and its unit tests
* Add new announcement widget (#22373 )
* Add new announcement widget
* fix badge color
* fix styles
* address comments
* fix failing test
* minor fix
* fix css
* fix color variable
* Fix KPI and Total Data Assets widgets (#22359 )
* fix dropdown styles
* fix minor styles
* remove recently viewed widget
* fix kpi widget and added tests
* fix total data assets widget and add tests
* minor style fix
* remove kpi filters
* fix total data assets chart colors
* add filters for total data assets
* fix kpi widget styles
* minor style fix
* addressed pr comments
* Feat(UI): Added Feed , Assets Following and My data widget (#22375 )
* added feeds widget
* addressed comments
* fixed padding
* addressed comments and added new tests
* addressed comments and added new tests
* removed unncessary slice condition
* added sorting for follwing and my data widget
* fixed truncate and overflow edge condtions
* fixed sonar test
* remove unwanted options
* Fix UI cosmetic issues (#22439 )
* fix: failing e2e tests (#22427 )
* fix Entity.spec
* fix metric tests from Entity.spec
* minor fix
* minor fix
* Fix CSS for data assets, KPI and total data assets widget (#22458 )
* Fix failing e2e tests (#22396 )
* Fix failing e2e tests
* Fix tour and data quality tests
* Fix description suggestion
* fix customMetric tests
* fix tests
* fix tests
* fix navbar and bulk import tests
* Fix entity service tests
* Fix ExploreQuickFilters.spec.ts
* fix metric tests
* update config
* minor fix
* Fix domain rbac
* Fix test
* fix unit test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix tests
* Fix failing E2E tests (#22462 )
* Fix failing E2E tests
* Fix service entity tests
* fix tests
* fix kpi widget test id
* fix schema definition and frequently joined tests
* fix domains.spec
* fix tests
* fix tests and address ui feedbacks
* fix unit tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Harshit Shah <dinkushah169@gmail.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com>
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Ram Narayan Balaji <81347100+yan-3005@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Dhruv Parmar <83108871+dhruvjsx@users.noreply.github.com>
2025-07-19 17:59:14 +05:30
Shrushti Polekar
def7d054c1
fix test ( #22220 )
2025-07-08 10:57:32 -07:00
Shrushti Polekar
eb56a14f32
fix(test): Comment and Close Task AUT failure ( #22034 )
...
* fix test
* minor fix
2025-06-30 22:30:41 +05:30
Shrushti Polekar
eb234c8199
fix(ui): Username issue in Comments Card ( #22016 )
...
* fix username issue
* added test
* minor fix for display name
* fix test
2025-06-29 13:18:09 +05:30
Shrushti Polekar
fe1bc83635
Fix(ui): Reply count being shown as 0 in task feed card ( #21952 )
...
* fix reply count being shown as 0 in feed card
* updated condition
* address pr comment
2025-06-25 23:08:57 +05:30
Ashish Gupta
b99071b82c
fix the activity feed flaky playwright test ( #21942 )
2025-06-25 16:05:43 +05:30
Shrushti Polekar
b8112338f3
Fix: Activity feed AUT failure and User flaky test ( #21913 )
...
* fix flaky test
* fix flaky user test
* minor fix
* minor fix for display name
* minor fix
2025-06-24 22:30:08 +05:30
Shrushti Polekar
3694bf48ca
Fix : Failing activity feed test ( #21814 )
...
* fix failing activity feed flaky test
* fix flaky emoji test
* fix flaky test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-06-20 20:45:36 +05:30
Shrushti Polekar
b72dff93b8
Fix(ui): Close emoji feed editor on outside click ( #21696 )
...
* handle outside click for emoji feed editor
* added test
* address pr comments
* address pr comments
2025-06-12 23:14:02 +05:30
Ashish Gupta
62d91fbf2e
PLAYWRIGHT: fix the flaky delete step failing in entity and serviceEntity around bar ( #21671 )
...
* fix the delete step failing in entity and serviceEntity playwright
* remove the unwanted watcher as we already have see in alert notification
* Enhance Playwright tests by ensuring network idle state before proceeding with actions in TagClass and common utility functions.
* fix glossary version spec
* fix activity feed flaky tests
* update networkidle in visit page
* fix users flaky tests
* Refactor BulkEditEntity tests to include consistent manual wait for file loading and enhance input handling in importUtils.
* Refactor Tag tests to remove unnecessary waitForResponse calls and ensure consistent handling of page interactions.
* fix activity feed flaky tests
* fix users data stewards test
* Refactor hardDeleteEntity function to improve toast notification handling and ensure consistent alert verification.
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: shrushti2000 <shrushtipolekar@gmail.com>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
2025-06-12 15:10:49 +05:30
Shailesh Parmar
436df10a7f
Fix : #21276 Only 3 Comments Shown by Default in Incident View ( #21577 )
...
* Fix : #21276 Only 3 Comments Shown by Default in Incident View
* fixed failing unit test
* addressing comments.
2025-06-09 11:22:18 +05:30
Shrushti Polekar
c3eb2eab09
fix activity feed flaky test ( #21635 )
2025-06-07 23:53:16 +05:30
Shrushti Polekar
d5d9a146af
fix(ui): Feeds count not showing up in PipelineDetails page. ( #21339 )
...
* fix pipeline feeds count update
* minor update
* added test
2025-05-21 19:52:43 +05:30
Shrushti Polekar
c620a631c4
fix flaky activity feed test ( #21159 )
2025-05-14 14:35:15 +05:30
Shrushti Polekar
3a67501e4c
Minor : fix activity feed playwright failure ( #20842 )
...
* fix activity feed failure
* minor fix
2025-04-15 22:42:21 +05:30
Shrushti Polekar
c6dfd61fa6
Fix : Reject/Close task functionality and Activity Feed Playwright failure ( #20471 )
...
* fix activity feed playwright failure
* task close functionality fix
* fix close api call for incident manager's task tab
2025-03-31 16:29:06 +05:30
Shrushti Polekar
2fe5d7e865
Landing page activity feed ui revamp ( #20265 )
...
* landing page activity feed ui update
* fix failing unit test
* feeds widget drawer update
* entity name update
* strong formatting issue fix
* fix diff view issue for task card
* fix feedspanel issue for incident manager
* minor activity feed tab css updates
* minor fix
* incident manager css fix
* assignee issue fix
* fix sonarcube issues
* failing test fix
* failing test fix and minor fix
* css fixes for header links
* owners feed card update
* localization file updates
* fix user.spec test failures
* task tab more btn action
* minor tab fix
* chip bg color update
* minor css fix
* three panel layout update for glossary term tab
* address pr comments
* address pr comments
* address pr comments
* address pr comment
* diff view fix
* resolve conflict
* minor change
* playwright failure fix
* fix playwright failure
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-03-23 12:13:56 +05:30
Shrushti Polekar
2b648dd31f
Activity Feed Tab Revamp ( #20167 )
...
* updated the ActivityFeedtab with new Component
* active tab update and unit test fix
* fix playwright failures
* minor css fix
* delete unused component
* delete unused component and update css variables
* update css variables
* delete old user component and fix failing unit test
* style changes
* no data placeholder changes
* minor fix
* block editor font fix
* minor fix
* fixme for a failing test
* task card desc update
* minor change
* summary list no data placeholder update
* minor fix
* font family revert for code block editor
* fix ActivityFeed playwright test
* fix glossary playwright test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-03-15 10:04:21 +05:30
Shrushti Polekar
907d3a93eb
Feat: Revamp user profile Page ( #19566 )
...
* new svg for user page
* user page profile sidebar
* sidebar fixes
* activity feed left and right panel updates
* activity feed editor and css fixes and profile edits
* task tab initial feed
* sidebar ht fix
* task tab
* task tab update
* update task panel tab
* update task and activity tab
* update task and activity tab
* update mydata and following
* remove body font style
* user profile manage
* update profile section
* update activity feed tab
* update task tab
* update task tab
* update task tab
* Improve border radius for preview panel
* update styling
* fix key issue
* update edit profile
* cleanup summary panels with re-usable code to make changes efficient
* css fixes
* fix missing case for common details
* fix layout
* update profile edit popovers
* remove access spacing at bottom
* popover placements
* fix some styling
* css fixes and bug fixes
* full-width update
* fix styling
* minor fixes
* minor fixes
* edit popover fix
* dropdown class update
* domain edit fix
* delete profile
* reply card css fixes
* task feed card btn changes
* css changes
* task tab refactor for inline edit
* profile edit
* fix update persona issue
* minor fix
* minor fixes
* updated layout for activity feed tab on entity page and users page
* Revert "updated layout for activity feed tab on entity page and users page"
This reverts commit 37789e4eb344d59bca1ff008059ffb5b2d0b324e.
* cleaned code for activity and task tab
* cleaned code for task tab and incident manager
* cleaned code for profile updates
* cleaned code for diff view
* cleaned code for profile edits
* refactor code
* fix card hover issue
* minor fix
* minor fixes
* addtress pr comments
* address pr comments
* address pr comments
* address pr comments
* Revert "address pr comments"
This reverts commit cc8cf74a59e13146f255216b7a4d59498f2fd74e.
* address pr comments
* address pr comments
* address pr comments
* minor fixes
* minor fixes
* fix failing test for teams and roles
* fix failing unit tests
* change icon file names
* minor fix
* minor fix
* fix failing unit test cases
* profile css fixes and team bug fix
* fix default card render for activity feed
* fix manage profile for delete and change pw
* fix closed task input issue
* fix richtextpreview editor issue
* fix task count update on refresh
* fix task approve issue for non admin users
* task tab link issue fix
* minor fix related to preview editor
* fix activity feed playwright tests
* playwright test fixes for roles and users
* fix entitySummaryPanel title
* playwright fix for user spec
* fix customize landing page playwright test
* fix domain rbac playwright failure
* sonarCloud fix
* fix user spec playwright failure
* count issue for incident manager
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-02-24 23:08:21 +05:30
Ashish Gupta
6f417b2cd4
test(e2e): Added new Fields for e2e for advanced search filters on Explore page ( #19695 )
...
* test(e2e): Added new Fields for e2e for advanced search filters on Explore page
* added requestSchema and responseSchema fields
* fix the activityFeed, user and advanceSearch playwright test
2025-02-07 17:03:59 +05:30
sonika-shah
d067121fa3
Fix #17059 - Task cannot be closed by the non-admin user who created it ( #19528 )
...
* Fix #17059 - Task cannot be closed by the non-admin user who created it
* uncommented playwright test around the flow
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-02-03 11:04:50 +05:30
Ashish Gupta
57ed033703
#19406 : supported the task filter on landing page widget ( #19431 )
...
* supported the task filter on landing page widget
* added playwright for the test
2025-01-20 22:45:17 +05:30
Aniket Katkar
f6b4434e4a
Improvements: Playwright tests ( #18849 )
...
* Resolve all the type errors in playwright code
* Fix the playwright tests
* Improve the ingestion test connection logic and autoClassification
* Fix flaky tests
* SearchIndexApplication fix
* Fix the flaky tests
* flaky test fixes and trace on for debugging
* Fix the flaky tests
* update the trace config for data insights setup
* Fix flaky tests
* Fix the flaky tests
2024-12-05 17:53:14 +05:30
Chirag Madlani
3ff11d8518
Revert "Add alert bar component ( #17230 )" ( #18812 )
...
This reverts commit e32f9cf8623cbe96cce8d0cc6c063b489c3f9590.
2024-11-27 16:43:33 +05:30
Sweta Agarwalla
e32f9cf862
Add alert bar component ( #17230 )
...
* add alert bar component
* updated as per comments
* updated as per comments
* updated alert bar component
* remove styles attributes
* update styles
* add alert store and use alert in page layout
* update component to have reset method
* refactor: update reset calling method
* update reset method name
* updated as per feedbacks
* refcator: update CrossIcon component usage
* chore: remove condition for CrossIcon
* update animation for opening alert bar.
* add autoCloseTimer to alert banner
* remove cross icon component
* add cross icon svg
* update to fix the height issue
* fix height glitch issue when alert appears
* update the alert notification tests
* update alert transition issue
* revert the changes for height issue
* add alert in mydata
* update alert animation issue
* update alert position in page layout
* update as per feedbacks
* fix tests failure
* update test for toast
* remove dummy alert bar
* made alert fixed to top
* fix check failing issue
* fix activity feed playwright test issue
* update test
* fix test issues
* update page layout
* fix sonar cloud failure
* fix sonar cloud failure
* fix test issues
* resolve sonar issue
* update lineage spec
* update as per comments
* update domain page css
* fix sonar issue
* fix sonar cloud issue
* remove react-toastify
* fix sonar error
* yarn install command run
* update yarn lock
* revert yarn lock changes
* update yarn lock
* revert yarn
* revert yarn changes
* remove toastify instance
* update message type
* fix sonar issue
* add alert bar in Alert details page
* create mock for page layout
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-11-27 00:35:23 +05:30
Ashish Gupta
c7a466b674
fix user and activityFeed flaky playwright test ( #18324 )
2024-10-21 18:23:27 +05:30
Ashish Gupta
af713adaa7
PLAYWRIGHT: fix activityFeed and DataInsight AUT playwright test ( #18180 )
...
* fix activityFeed and DataInsight AUT playwright test
* minor improvement
2024-10-09 16:51:21 +05:30
Ashish Gupta
9a116d676d
PLAYWRIGHT: fix activity feed aut flaky failures ( #18101 )
...
* fix activity feed aut flaky failures
* remove the unwanted class and arrange it in common place
* added custom hook to check floating button element in dom
2024-10-05 10:41:53 -07:00
sonika-shah
1d727d57bd
Feature: Allow Custom Property Update in Glossary Bulk Import/export ( #17919 )
...
* fix import issue
* Feat : Allow Custom Property Update in Bulk Upload
* Feat : Allow Custom Property Update in Bulk Upload
* supported editable imports in glossary page
* added remaning localizaion keys
* update logic of fieldToExtensionStrings to use csvparser
* update json and partialStatus condition
* fix tests for partialSuccess status change
* supported customProperty editable field
* fix error in custom property edit modal on new line empty custom property
* added entity type from root to support other bulk import entity as well
* fix the quote removing due to the regex in the string type
* Add backend tests , and error msg improvements
* GlossaryStatus header change
* fix unit test and dry run in case of synonyms having quotes in it
* Remove extension column in CSVs for all entities except glossaryTerm
* added editor for reviewers
* unit test around csv utils
* added escape for string too, in case of semicolon comes
* added playwright test without extension and supported relatedTerm as editable
* added unit test around csv util logic
* resolve conflicts
* Backend - add support for enumWithDescriptions in bulk import
* add tests and other error handling improvements related to enumWithDescriptions
* fix the custom property modal header and render the layout as per right panel in entities
* parese enumWithDescription for the customProperty modal while editable
* fix description data in enumWithDescription one
* fix: Handle NullPointerException when adding custom properties to ensure loop continues for other schemas of the same type for addToRegistry
* added extension playwrigth test and fix enumWithDescription object failure
* descrease the size of extension modal
* remove additional comments
* fix the escape in parent key
* improve custom property layout
* improve ui for inline properties
* fix description, glossary and relatedTerm escape char issue
* fix some customProperty ui changes
* fix sonar issue
* minor layout changes
* minor label improvements for entity ref and list
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-10-01 00:12:43 +05:30
Chirag Madlani
22837b672a
bump(ui): quill package to non-vulnerable ( #18002 )
...
* bump(ui): quill package to non-vulnerable
* update quill-emoji package
* added postinstall
* fix warnings
* fix feed-editor issue
* fix mention test failing
* fix tests
* remove quill-emoji as not working
2024-09-26 22:19:32 +05:30
Ashish Gupta
9b45573c35
fix activty feed and teamHierarchy playwright failure ( #17991 )
...
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-09-25 23:57:59 +05:30
Aniket Katkar
6541704cea
Minor: Fix count formatting ( #17968 )
...
* Remove the count formatting for single digit count
* Localization changes
* Add and fix existing tests for new changes
* fix TestCaseFeed unit test
2024-09-25 13:31:58 +05:30
Aniket Katkar
f21bb16cc3
GEN-1226: Add display name field in the advanced search filter ( #17829 )
...
* Add display name filter field for advanced search
* Localization changes
* Update advanced search tests to include display name filter checks
* Fix the failing playwright tests
* localization changes
* Fix flaky tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-25 00:51:01 +05:30
Ashish Gupta
9ed21cec4a
fix aut activity feed for 1.5.5 ( #17943 )
...
* fix aut activity feed for 1.5.5
* fix failure test
* fix: custom property spec
* refactor: Update clickOutside function usage in customProperty.ts
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-09-23 12:39:57 +05:30
Ashish Gupta
a679625f7b
fix myData and ActivityFeed playwright test 1.5.5 ( #17886 )
2024-09-18 17:09:11 +05:30
Chirag Madlani
d5507ca44f
Revert " #16465 : supported resize column in glossary tables" ( #17878 )
...
* Revert "#16465 : supported resize column in glossary tables (#17794 )"
This reverts commit a1a8d9331632f854fcd22db414f9d74285478175.
* need util changes for fix
* update machine to 4
2024-09-17 14:34:09 +05:30
Ashish Gupta
a1a8d93316
#16465 : supported resize column in glossary tables ( #17794 )
...
* supported resize column in glossary tables
* added right border in resizable table column
* fix glossary drag and drop spec flaky
* minor css fix as previous border style applied to all table and not only resizable one
* fix type conditions
* added the import for get
* skip tests due to code change required
* fixme EntityDataSteward spec
improve worker to 4
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-17 00:17:21 +05:30
Ashish Gupta
08c13e5333
playwright improvement in activity feed spec ( #17842 )
2024-09-15 19:43:21 +05:30
Ashish Gupta
d74cbed6e6
migrated user spec to playwright ( #17652 )
...
* migrated user spec to playwright
* optimization around making dataStewardUser from userClass
* changes as per comments
2024-09-02 10:43:33 +05:30
Ashish Gupta
a79a9032ce
migrated task cypress spec in Activity feed playwright ( #17618 )
2024-08-29 15:12:32 +05:30
Ashish Gupta
5ac7a466fc
change feed operation to new admin user Activity feed ( #17550 )
2024-08-22 13:23:43 +00:00
Ashish Gupta
64c527a734
supported separate call for open and close task in activity feed ( #17451 )
2024-08-15 02:29:50 +00:00
Ashish Gupta
62c51e284d
PLAYWRIGHT: fix activity feed and Entity spec playwright failure ( #17237 )
...
* fix activity feed playwright failure
* fix entity owner spec failing
2024-07-31 15:24:17 +05:30