* fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
* process/browser support for okta (#14561)
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Harsh Vador <58542468+harsh-vador@users.noreply.github.com>
* fix(#14539): make the input font-color consistent
* Revert "fix(#14539): make the input font-color consistent"
This reverts commit 3ab267bc1ce3e78b83fec1eedf6f3976613132e8.
* address comments
* Revert "address comments"
This reverts commit 547daf08b4e76e4e5fb556104d41a95e76c50833.
* update input color by updating variable of default theme
* change rjsf input-field color to #292929 from #757575 to make consistant color everywhere
* fix feed link breaking if data not found
* minor change
* changes as per comment mentioned
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* added sort option in custom property table
* add comparision for displayName also, instead of just name
* added columnSorter utils fn
* fix type issue
* added unit test for columnSorter method
* global manifest option for storage services
* added a no metadata config source option for global manifest s3 services option
* merge fixes
* more merge fixes.
* black stuff
* test fixes
* formatting
* storage service container automatic deletion support
* reverted auto-modified files.
* styling
* linting
* Add new OpenMetadataSetup command line application to migrate/deploy and re-index
* Add new OpenMetadataSetup command line application to migrate/deploy and re-index
* Add deployPipelines option
* Add reIndex option
* add subcommands
* add provision to store upgrade metrics
* rename bootstrap script
* fix styling checks
* Add changelog and store metrics into SERVER_CHANGE_LOG
* Cast jsonb
* Cast jsonb
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* fix: return null is no aggregation value is present
* fix: added Optional typing
* style: java linting
* fix: use Optional type hint
* style: java linting
* fix: limit sampling to specific column
* fix: handle bigquery struct columns
* fix: default partition to 1 DAY for BQ
* fix: default to __TABLES__ for BQ table metrics
* style: ran python linting
* style: fix linting
* fix: python style
* fix: set partition to DAY if not HOUR
* feat: add test case resolution task workflow
* chore: add migration for test case resolution feature
* fix: removed required field for object compatibiity in older migrations
* fix: minor testCaseResolution status logic
* chore: revert migration for test case incident
* chore: update migration file
* style: renamed variables
* feat: added logic to compute failed/passed rows
* feat: add support for row level computation in schema
* chore: add test definition migration
* feat: add logic to explicitly compute row level failure
* chore: clean up code
* style: fix java
* style: fix pyton format
* fix: unhidde API for incident manager
* style: fix java styling
* Replace the user ID with user name in Glossary
* Replace the user ID with user name in glossary version history tab
* fix tests
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>