* fixed settings menu item styling and label for customize page
Added no data placeholder
* localization change for other languages
* updated the customize page header and page card styling on settings page
* localization changes for other languages
* updated layout persona selection behavior
* changes to remove widget adding restrictions
* localization changes for other languages
* fixed unit tests
* updated the logic to add same widgets multiple times
* fixed unit test
* Improved the widgets rendering logic
* reverted the applicationConfigProvider position in App.tsx
* applied edit mode background for customized landing page
updated the empty widget placeholder color
fixed the new widget addition logic to replace correct empty widgets
* localization changes for other languages
* added images for widgets
* fixed fqn encoding bugs for persona
Updated no data placeholder for user table in person details page
fixed file spellings
* ui: clean-up in data insight page
* updated datePickerMenu with type
* added option to allow/disallowed Custom Range
* added icon and some utils change
* refactor cost analysis page
* translation
* DI enum
* updated di interface file
* removed duplicated code
* updated date picker
* export the getEntryFormattedValue function
* miner fix
* created dataInsight provider and move all the props in to provider, created classBase file
* translation sync
* fixed failing unit test
* fixed failing unite test
* Fix#12655: Customizable Landing Page - Add Personas
* Add Knowledge Panels
* Add Doc Store to store KnowledgePanels and Pages
* Add Doc Store to store KnowledgePanels and Pages schemas
* Fix tests
* feat(ui): support persona and customize landing page
* Add Multiple Persona support for a user
* support curd for persona
* fix code smells
* add more elaborate tests for docstore
* support customise page
* fix types
* revert unwanted file
* fix path
* WIP customise landing page
* complete persona crud operations
* functionality to add widgets separately for right side bar
* fix sonarlint
* cleanup customise settings page with list persona only
* update appbar with new mock designs
* fix useForm error
* fix sonar lint
* minor fixes for userprofile icon
* Updated the customize landing page
* localization changes
* updated settings menu for custom dashboard
* localization change for other languages
* minor fixers
* fix customise page config api call
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* fix breaking schema page due to encoding failure
* added more file changes
* version and service page fixes
* fix service version page
* changes as per comments
---------
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Suresh Srinivas <srini30005@gmail.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
* feat(ui): Add Badge with color or icon for Tags,GlossaryTerm, Domain and DataProducts #9972
* added api call to patch style in glossary
* updated and refactor AsyncSelectList and tagsContainerV2
* updated tags in all the pages
* added style object in addGlossaryTerm form
* added style support in domain and tags
* fixed failing unit test
* added cypress for the style feature
* added unit test for new component
* translation-sync
* addressing comment
* fixed edit tags issue
* added style feature for domain
* fixed sonarLint
* fixed merge issue
* chore(ui): add children support in app
* fix: assets path
* chore: add support for route and sidebar elements prop
* chore: remove children prop from app
* Refactor Search
* Refactor Search
* Fix propgation bugs
* Fix propgation bugs
* Fix glossary term search
* Fix glossary term search
* Only issue search requests if the client is configured properly
* Only issue search requests if the client is configured properly
* Fix glossary index
* add documentation for sharded tables (#13361)
* Cost analysis agg (#13408)
* feat: updated DI workflow to inherit from BaseWorkflow + split processor and producer classes
* feat: __init__.py files creation
* feat: updated workflow import classes in code and doc
* feat: moved kpi runner from runner to processor folder
* fix: skip failure on list entities
* feat: deleted unused files
* feat: updated status reporter
* feat: ran linting
* feat: fix test error with typing and fqn
* feat: updated test dependencies
* feat: ran linting
* feat: move execution order up
* feat: updated cost analysis report to align with new workflow
* feat: fix entity already exists for pipeline entity status
* feat: ran python linting
* feat: move skip_on_failure to method
* feat: added unusedReport to DI
* feat: added aggregated unused report
* feat: ran linting
* feat: reverted compose file changes
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* Add Java 17 support (#12895)
* Add Java 17 support
* Change Test HTTP client provider
* Create Tests HTTP Client once
* Create Tests HTTP Client once
* fix(CI): Update CI to use jdk 17 and dockerfiles as well
---------
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
* Refactor Search
* Refactor Search
* Fix propgation bugs
* Fix propgation bugs
* Fix glossary term search
* Fix glossary term search
* Only issue search requests if the client is configured properly
* Only issue search requests if the client is configured properly
* Fix glossary index
* Merge main
* fix style
* deleted field propagation
* Fix style
* close the test client
* Changing to jersey connector
* Fix Authentication Exception headers
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
* revamp teams page added supported subscription webhook
* minor changes
* minor changes
* changes teams header page layout and subscription
* minor changes
* fix cypress and addressed comments
* fix cypress for teams hierarchy (#13352)
* fix sonar errors and users not showing in teams having space
* code smell and bugs fixes
* fix teams page cypress
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>