* add check for MetaPilot - Limits
* code refactor
* move applications call from store to component
* fix:set value of applications from provider inside store
* update store inside provider
* fix failing tests
* Fix#18007: Disabled Classifications or Tags shouldn't be visible in UI
* added playwright test for disabled tags should not be visible while search
* replace testing tag to new generated one to avoid flakyness
* added test for checking tags are re-enabling it from disabled state
* fix the playwright test for the wrong column selector
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* what's new in 1.5.7 doc
* minor fix around indentation
* Update whatsNewData.ts
Update whatsNewData.ts -- remove enumWithDescriptions pointer from the list
* Added improvement for table-level, export-import
Added improvement for table-level, export-import
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
* import/export support for table type custom property
* remove logs
* Add backend tests
* ui: add custom type property parsing
* print rows in the order of columns defined in config
* ui: handle special chars pasring for custom property import/export
* ui:improve table type property parsing
* ui:fix sql input styling
* ui: improve the parsing for table type property
* ui: fix parsing for markdown, string and sqlQuery properties
* ui: fix parsing for table type property
* ui: fix unit test
* fix backend tests
* remove unwanted comments
* ui: add playwright test for table type import/export part1
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Table custom property enhancements
* ui: remove rowCount
* minor style file changes
* minor change to show no data placeholder
* add icons for property types
* fix type filtering issue
* fix spacing issue for custom properties card
* refactor comments and style file
* fix test
* add playwright test for adding/updating table type property in entity
* add sesrchField for search property by name
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Feature : Add table-type custom property
* ui: remove enumWithDescriptions property
* Refactor AddCustomProperty component to remove unused EnumWithDescriptionsConfig import and property
* ui: add support for creating and updating the table-type property
* add rowCount field in table-type and clean logic of validation
* add rowCount field in table-type and clean logic of validation
* add rowCount field in table-type and clean logic of validation
* ui: add support for adding value to table type property part 1
* use rowCount from the API
* default row-count to 10
* fix tooltip to read rowcount from the props
* fix empty row issue
* rename from table-type to table-cp
* Refactor table type property to handle empty rows and display in modal
* Refactor table type property to handle empty rows and display in modal
* use locales for messages
* minor change
* ui: use column layout for rendering custom properties cards
* remove enumwithDescriptions from backend and add tests for table type
* fix unit test
* fix playwright
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* GEN-1322: API Entity - Remove Beta
* minor: add doc for the metadata pipeline
* api service refactor
* api service refactor backend changes
* add apiconnection in test service connection
* pytest fix
* fix java file formatting
* Fix casing of REST in ApiServiceRest.spec.ts
* Refactor REST to Rest in API classes
* minor change
* minor change
* minor change
* fix cashing for API to Api
* add playwright test for api service ingestion
* fix: playwright test
---------
Co-authored-by: harshsoni2024 <harshsoni2024@gmail.com>
* added check to append reserve-sidebar class to body
* added application value as dependency to re-run in case application refetch
* fix the unit test
* supported search filter and only all show in case of all node value selected
* updated the playwright test as per the all selector
* fix playwright and unit test
* GEN-1296: sort test cases by latest run
* minor fix
* added sort support for name field
* fixed unit test
* fixed failing playwright test
* fixed failing playwright test
* minor: custom properties layout and styling improvements
* show all the properties expanded in right panel by default
* Refactor PropertyValue component to remove redundant code for dateTime-cp custom property type
* 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
* fix custom property layout issues
* fix font weight to similar like other
* fix the right panel value style issue
* fix the edit button alignment issue
* changes as per comments and sonar fix
* 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>
* Fix OpenSearch Content Size Issue
entity content is too long [204857600] for the configured buffer limit [104857600]
* Change Type to Long
* Add Payload Size to take dynamic entry
* Migrations for 1.5.6
* Mark Stale Entries Stopped
* Format checkstyle
* Fix failure
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>