5980 Commits

Author SHA1 Message Date
Chirag Madlani
1f46ad27e7
bump node version to align with UI (#9591) 2023-01-04 12:13:29 +05:30
Mohit Yadav
1deeb70bfc
Fix UI issue due to dropwizard Upgrade (#9590)
* Fix UI issue due to dropwizard Upgrade

* Added Header
2023-01-03 17:43:22 +00:00
Shailesh Parmar
92db967717
fixed glossary term and user profile picture API failure issue (#9581) 2023-01-03 13:54:04 +00:00
Chirag Madlani
831edcf002
feat(ui): support locale change option from UI (#9553) 2023-01-03 14:27:21 +05:30
Chirag Madlani
9c7e8ba424
chore(ui): improve localisation keys (#9569)
* chore(ui): improve localization keys

* address comments
2023-01-03 14:27:10 +05:30
Mayur Singal
0a7fe62552
Redshift: varchar datatype fix (#9572) 2023-01-03 14:15:42 +05:30
Parth Panchal
6597e49af8
added run conditions for mvn publish workflow (#9571) 2023-01-03 14:01:59 +05:30
8vicat
7e7528e13b
Improve SQL lineage parsing (#9537)
* CTEs support
* Supports inline comments
* Expands `*` in sources
2023-01-03 09:27:45 +01:00
Chirag Madlani
195a157b29
chore(ui): remove react-select deps from project (#9570) 2023-01-03 12:56:49 +05:30
Parth Panchal
dbf0152c85
Added maven publish git action workflow (#9568) 2023-01-03 11:18:29 +05:30
NiharDoshi99
8f69386076
Fix: refactor get_column_type (#9559)
* Fix: refactor get_column_type

* Fix: added changes as per comments

* Fix: pylint

* Fix: minor changes

* Fix: minor changes
2023-01-03 10:28:38 +05:30
Shailesh Parmar
749d850043
fixed tags and classifications update issue (#9563)
* fixed tags and classifications update issue

* fixed tab change issue for tags
2023-01-02 15:09:39 +00:00
Pere Miquel Brull
7f21a7bced
Fix #8088 - Restructure source connections & clients (#9545) 2023-01-02 13:52:27 +01:00
Mohit Yadav
e5519663e6
Fix Flyway Clean Disabled Issue (#9556) 2023-01-02 17:59:04 +05:30
Onkar Ravgan
420fa1181a
Fixed bigquery e2e test (#9555) 2023-01-02 13:08:47 +05:30
Onkar Ravgan
dc157ee286
Fixed ingestion tags with new tags API (#9552)
* Fixed ingestion tags with new API

* fix cypress failures

* wait for tags API

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-12-31 07:33:02 -06:00
Suresh Srinivas
1eb7ed95dc
Upgrade library dependencies (#9547)
* Upgrade minor version

* Update jersey-bom version

* Update dropwizard version

* Revert dropwizard and update jackson

* Upgrade to Dropwizard 2.1.4 switch default GrizzlyConnector to HttpUrlConnector

* Upgrade next set of dependencies

* Upgrade next set of dependencies - part 2

* Upgrade next set of dependencies - part 3
2022-12-30 15:20:44 -08:00
Chirag Madlani
cb78343898
fix(ui): tag api related changes to UI (#9532)
* fix(ui): tag api related changes to UI

* fix api calls

* fix tests

* fix tag cypress tests

* address comments

* update tag api calls

* fix tests

* fix unit tests

* fix unit tests failures

* fix cypress failure

* fix tests

* fix unit tests
2022-12-31 00:47:02 +05:30
Ashish Gupta
d7e4ec30ac
UI : Remove tailwind css dependency from Policies and Rule Page (#9518)
* Remove tailwind css dependicy from Roles and Basic signup form

* Remove tailwind css dependicy from Policies and Rule Page
2022-12-30 19:15:04 +05:30
Chirag Madlani
5de9658545
test(ui): cypress added for alerts flow (#9527)
* test(ui): cypress added for alerts flow

* skip flaky user test

* fix failure

* comment addressed

* update datatestid
2022-12-30 15:40:52 +05:30
dhruvinmaniar123
c83db9a84a
Latest tag release (#9516)
* adding changes

* adding changes

* adding changes

* adding changes

* fixing latest tag release

* fixing latest tag

* fixing latest tag

* fixing latest tag

* fixing latest tag

* fixing latest tag

Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
2022-12-29 23:49:00 +05:30
Suresh Srinivas
240920fa9f
Fixes #9118 - Glossary bulk upload support (#9524)
* Add CSV support for bulk edits

* Add CSV support for bulk edits - updates to the previous patch

* APIs for Glossary bulk export/import support
2022-12-29 09:58:06 -08:00
Chirag Madlani
d6a8646fa8
bum(ui): eslint v8 (#9526)
* bum(ui): eslint v8

* remove json sort-key plugin from eslint

* sort json keys

* fix unit tests failures

* fix unit test errors
2022-12-29 19:18:48 +05:30
Chirag Madlani
cce6c4a2ad
fix import missing for base url (#9543) 2022-12-29 13:27:37 +00:00
Chirag Madlani
188c4ae6bf
fix(test): cypress fix for dynamic url instead static (#9541) 2022-12-29 17:01:34 +05:30
Ashish Gupta
edc32769de
UI : UI improvement for Policy, Roles and Test Suite (#9500)
* UI fix for Policy, Roles and Test Suite

* added validation in add policy and css for team table

* fix cypress issue

* changes css for child row

* remove tailwind classes
2022-12-29 08:42:58 +00:00
Chirag Madlani
6d40d1a285
chore(ui): clean localization keys (#9529) 2022-12-29 10:45:31 +05:30
Ashish Gupta
4b43a56c43
UI : Remove tailwind css dependency from Roles and Basic signup form (#9517)
* Remove tailwind css dependicy from Roles and Basic signup form

* change flex class to d-flex
2022-12-28 19:13:05 +05:30
Ayush Shah
c08e805090
Revert Change (#9534)
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-12-28 14:05:18 +01:00
Chirag Madlani
e725489620
fix version to 0.13.1 2022-12-28 14:33:23 +05:30
Pere Miquel Brull
329d7ef69e
Fix bigquery migration and deprecate sample data type (#9533) 2022-12-27 19:09:17 +01:00
Chirag Madlani
8ff0d02e4f
update docs for 0.13.1 as stable release (#9531) 2022-12-27 15:20:51 +00:00
Chirag Madlani
bf6fc5f93a
prepare(release) next release (#9479)
* prepare(release) next release

* airflow typo

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-12-27 20:15:46 +05:30
Pere Miquel Brull
a4521fd664
Fix #6562 - Sources have their own package (#9521)
Fix #6562 - Sources have their own package (#9521)
2022-12-27 15:00:22 +01:00
Mayur Singal
e7133d1e86
Fix Elasticsearch reindex through CLI (#9528)
* Fix Elasticsearch reindex through CLI

* Fix Elasticsearch reindex through CLI
2022-12-27 12:06:05 +01:00
Chirag Madlani
d030c6cbfe
fix(ui): automate license header process via pre-commit hook (#9523)
* fix(ui): automate license header process via pre-commit hook

* remove header duplications

* update .less files license header
2022-12-27 12:37:58 +05:30
Suresh Srinivas
758c976cba
Fixes #9259 Change Tags APIs to conform with rest of the APIs (#9260) 2022-12-26 12:32:17 -08:00
Chirag Madlani
12dadb0b8e
fix(ui): license header added for missing files (#9522)
* fix(ui): license header added for missing files
fix localization keys

* revert webpack file
2022-12-26 14:13:28 +05:30
Nahuel
2c43ebba6f
Fix#9448: Add ES volumes (#9506)
* Add ES volumes

* Fix run_local_docker script

* Fix error run_local_docker script

* Update Es volumes in docker-compose files
2022-12-23 17:33:30 +01:00
Suresh Srinivas
c931ee3447
Fixes #9510 Enable authorization tests for all the entities (#9511) 2022-12-23 07:47:09 -08:00
Pere Miquel Brull
ec6ebb3694
Organise dynamic importers (#9513)
Organise dynamic importers (#9513)
2022-12-23 12:17:06 +01:00
Sachin Chaurasiya
82619bb05b
chore : remove unused request description modal (#9515) 2022-12-23 16:11:30 +05:30
Chirag Madlani
8431d23dba
fix(ui): missing localization for activity feed alert (#9514) 2022-12-23 10:15:24 +00:00
Shailesh Parmar
b7ca64f6eb
Cypress: Fixed data quality and profiler cypress test (#9461)
* Cypress: Fixed data quality and profiler cypress test

* added API wait for data quality test
2022-12-23 15:24:14 +05:30
Sachin Chaurasiya
c9fac5eb8b
fix : e2e teams spec (#9492) 2022-12-23 11:07:07 +05:30
Chirag Madlani
8d7781c862
chore(ui): eliminate unused packages and code (#9501) 2022-12-23 10:32:09 +05:30
Akash Jain
a5d440e8ef
fix: docs-k8s (#9505) 2022-12-23 00:20:54 +05:30
Pere Miquel Brull
8806244348
Removing ES volumes (#9503)
* Fix ES volumes permissions

* Remove ES volumes
2022-12-22 18:02:09 +01:00
Shailesh Parmar
e0e37b5afc
fix redirection issue from entity details page to profiler page (#9494) 2022-12-22 21:10:11 +05:30
Akash Jain
6030f4da79
Update docker-openmetadata-server.yml (#9498) 2022-12-22 18:44:16 +05:30