* added edit support for description, tags and owner for queries
* updated style of left panel and center panel of query tab
* translation sync
* full entity ref
* added ui changes for query used in other table
* translation-sync
* move const value to constant file
* implemented permission API for edit actions
* implemented pagination
* sync-language
* translation sync
* implemented vote up and vote down functionality for query
* refactor code
* added filter dropdown for query entity
* translation-sync
* fixed unit test and refactor query files
* localization-sync
* fixed failing unit test and cursor blink issue in readOnly mode for editor
* refactor
* addressing comments
* updated edit condition
* updated description heading
* updated floating query used by other table element
* translation sync
* updated default paging value
* updated expand collapse icon for query
* added border top for card footer
* addressing comment
* import fix
* fixed cypress for postgress
* removing py changes,
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* Added show deleted table in Database scheam level
* Changes as per comments
* fix cypress issue
* make switch label static
* other language
* fix cypress issue
* chore(ui): add glossary and glossary terms count on landing page
* sync local files
* chore: update icon for glossary term
* fix: cy test
* sync locales
* address comment
* fix: cy test
* fix: cy test
* fix: cy test
* chore(ui): add support for service documentation md file
* sync local
* chore: add method for fetching markdown file
* chore: move fields to connections
* fix(ui): pagination fix and tags to be shown form end
* fix infinite refresh api calls
* fix cypress
* fix cypress
* fix cypress failure
* update layout for tag selection dropdown
* fix tags logic
* fix tests
* add ellipsis for tags too
* Fixed no APi call being made for tags removal for schema fields
* Fixed the issue where API call was not being made while trying to add tags for tasks in pipeline entities
* added unit tests
* resolved error occuring due to wrong key names in mock data
* added cypress tests for tags addition and removal flow in tables
* Fixed failing glossary cypress test
* Fixed failing cypress and unit tests
* Removed addition of hostPort done by UI for pipeline and task URLs
* Added missing cypress tests for adding and removing tags for other entities
* add Japanese to SupportedLocales
* add ja-jp.json just copied en-us.json
* add Japanese translations.
* Unified punctuation in Japanese translation
* Add items to ja-jp.json(reflects commit 39fc6f8)
* Correct key name mistake in 2 items.
* Remove spaces at the end of lines
* Import ja-jp.json into i18nextUtils.ts
* Rename Workflow package to automations
* Add list filter by root container & counts api
* Rename path
* Add glossary and glossaryTerm to count API
* Unify SqlQuery when there is no diff in mysql or psql
* chore: address feedback for object store service page
* Update glossary tests
* chore: add containers count on my data page
* fix: tag removal issue
* test: add unit test
* address comments
* address comment
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Add users.isBot flag to index and add defaults to the user spec
* Added bot flag in user search api
* change as per comments
* fix cypress
* revert user.json changes
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* chore(ui): fix advance search modal getting stuck
* update URL and make request to get data
* remove unwanted code
* listen location search change and update data
* fix(#10504): Assigning owners doesn't work for non-admin users
* chore: improve naming
* chore: remove admin checks
* chore: fix type
* chore: use owner widget in glossary page for updating/adding/removing owner
* chore: minor fix
* fix: unit test
* test: add unit test
* test: add more test
* Added tags at schema Level
* Add task handling for Database Schema
* added cypress and unit test
* Changes as per comments
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* chore(ui): remove react-copy-to-clipboard and add custom hook for copy text
* test: add unit test
* test: update test imports
* test: improve the copy to clipboard button component test
* added quartile metrics chart for column profiler
* translation key sync
* added histogram graph
* sync - translation file
* added histogram comoponent and unit test for the same
* addressing comments
* addressing comment
* renaming date variable to graphDate
* fix(#10500): When the tier is removed all tags are also removed.
* chore: warp TagsViewer component with AntD Space component
* test: add cypress test
* update test
* test: fix test for feed message check
* added flag for overriding owners
* docs update
* adding owners in patch call
* adding owners in patch call
* fix: python test case
* changes as per comment
* changes as per comment
* ui changes
* Added Delete toggle and restore testsuite functionality
* Added cypress and address comments
* fix cypress and redirect to detailsPage
* missing localization for other languages
* Worked on Cypress comments
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* ✨feat(ui)#10271:UI - Object Storage Service
* chore: add objectStoreService in permission resource enum
* chore: add support for connection config form for object store service
* chore: add support for service connection details schema for object service
* chore: change objectStores to objectstores
* chore: add object stores in global settings
* chore: update objectstore locals
* chore: change objectStoreServices to objectstoreServices
* chore: add support for page header for object stores
* chore: fetch containers for object store service
* chore: fix connection config is not showing up for object store service
* chore: update getLinkForFqn for object store service
* fix: add object store service in delete widget modal
* chore: add object store service logo
* chore: update object store service label
* chore: fix routing of object store service
* test: add unit test for object store service
* fix: missing tags column header
* test: add unit test for global setting left panel
* test: update global setting left panel test
* chore: update svg to take the current color
* address comments
* ✨feat(ui)#10271:UI - Object Storage Service Part-2
* chore: add support for container children
* chore: add support for data model component
* chore: add support for adding/updating description
* fix: read serviceType directly from entity
* chore: add support for follow and unFollow container
* chore: add support for update/remove owner and tier
* chore: add support for updating/removing tags of container
* fix: version is not updating in real time
* chore: add support for restoring the container
* chore: add support for lineage
* chore: add support for custom properties
* chore: add support for CRUD for custom attributes
* chore: add support for container nth level in breadcrumb
* fix: unit test
* chore: locale update
* chore: add support for updating data models
* chore: add object store service icon
* address previous PR comments
* test: add unit test
* chore: fix label issue
* chore: remove duplicate codes
* chore: add beta tag for object store service
* fix: tags source issue
* address comments