5395 Commits

Author SHA1 Message Date
Shivam Purohit
4e0a56786a
Fix final fields static (#7852) 2022-10-01 12:56:12 -07:00
Ozan Uslan
84a1b11b11
Add private constructor to utility classes to hide the implicit public one (#7850) 2022-10-01 12:13:54 -07:00
André Oliveira
736637a598
Merging if statements (#7851) 2022-10-01 11:51:39 -07:00
Sriharsha Chintalapani
03f1d4f2fb
Revert "Update TablesInitializer.java (#7735)" (#7853)
This reverts commit a3ef95644f8e854d911312dfb2cafaef6456f168.
2022-10-01 11:34:12 -07:00
Pere Miquel Brull
fd3512b544
Postgres lineage info (#7829) 2022-10-01 20:01:49 +02:00
Pere Miquel Brull
be8899ca65
Add Ingestion Pipeline (#7815) 2022-10-01 20:01:39 +02:00
emilyolsen246
a3ef95644f
Update TablesInitializer.java (#7735)
updated error messages to be logger messages
2022-10-01 10:13:54 -07:00
Teddy
ace235922a
Added information for airflow migration and upgrade (#7818) 2022-10-01 17:32:26 +02:00
Mohit Yadav
5b3b9ec811
update Batch job status + missing place stream status update (#7842)
* [ES Reindex] Added ES Reindexing from API

* [ES Reindex] checkstyle

* [ES Reindex] return complete record for status info

* fixes

* added limit param to get no of records

* Review Comments + Stream mode

* Review Comments

* Fix for failing tests

* Global ES monitoring with Stream + batch mode to allow Reindexing

* Updated Status Message + Status update on ESIndexDefinition Create and Delete

Co-authored-by: mohitdeuex <105265192+mohitdeuex@users.noreply.github.com>
2022-10-01 17:58:19 +05:30
Nahuel
593ca3a4a0
Fix bot creation and edition logic (#7796)
* Fix bot creation and edition logic

* Fix minor error creating user

* Fix failing test

* Minor fixes

* Add missing tests for new flows

* Fix put_failIfBotHasARelationshipToAnotherUser test

* Changes after manual testing

* Move where auth_provider is retrieved in the secret manager
2022-10-01 11:25:56 +02:00
Vivek Ratnavel Subramanian
16e8778993
Fix #7812 Backend : Leave Team is throwing an error (#7835) 2022-09-30 23:01:05 -07:00
Akash Jain
1e31245bbe
fix: Remove Lineage Backend Configs (#7836) 2022-10-01 11:23:24 +05:30
Aniket Katkar
ecff318546
UI: Fix for #7791 (#7817)
* - Changed the method for editing the test suite pipeline from PATCH to PUT
- Provided option to redploy the pipeline in the table

* Worked on comments
2022-10-01 11:04:55 +05:30
Chirag Madlani
0451de4c09
fix(ui): support re-index options from ui (#7830)
* fix(ui): support re-index options from ui

* update message
2022-09-30 22:33:44 -07:00
Mohit Yadav
d04ce5341d
[Basic auth fixes] Added check to prevent brute-force attack (#7803)
* [Basic Auth] Updated messages , and added changepasswor

* checkstyleFix

* Added ChangePassword feature in user page

* unpushed file

* changes as per comments

* unpushed file

* close the modal on save

* Added Admin Create User Password + Logout

* revert test

* revert yaml

* Fix failing test

* Remove token on logout

* fix for test

* added api for random pwd

* update error messages as per UI

* Added password generator in user creation

* Fix issue with CP

* Fix issue with CP

* [Basic Auth] Added Brute forcing check , blocks user login for 10 mins + send update on mail

* Review Comments updated

Co-authored-by: mohitdeuex <105265192+mohitdeuex@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-10-01 02:03:43 +05:30
Teddy
595e5c1b89
Added checks to see if DAG can reach OM (#7794) 2022-09-30 17:57:03 +02:00
Ashish Gupta
4520c138f8
Change antd empty component with ErrorPlaceholder (#7825) 2022-09-30 20:48:33 +05:30
Aniket Katkar
5c5c305813
UI: Fixed issue with suggestion overlay staying after redirection to the result (#7808)
* Fixed issue with suggetion overlay staying after redirection to the result

* fixed failing cypress test for my-data spec
2022-09-30 20:19:29 +05:30
Ashish Gupta
eb4747362d
fix the disabled button click issue (#7816) 2022-09-30 19:28:32 +05:30
Milan Bariya
d2adde53c6
Add: Add metadata restore CLI (#7596)
* Add: Add metadata restore CLI

* Fix: Query execution error

* Fix: Query execution error

* Fix: Change based on comments

* Update ingestion/src/metadata/cli/restore.py

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-09-30 18:32:16 +05:30
Akash Jain
c4b0bb0538
fix path for airflow volumes (#7827) 2022-09-30 18:20:38 +05:30
Ashish Gupta
c4d67f489e
Fix UI :- fix the Password field showing in SSO login (#7811)
* Fix the Password field showing in SSO login

* changes as per comments
2022-09-30 18:07:29 +05:30
Ashish Gupta
986ce4a8b8
Fix UI :- Fix saved URL direct after login (#7799)
* Fix saved url direct after login

* allow overriding store redirect path
2022-09-30 17:21:52 +05:30
Ashish Gupta
cc94b58168
Fix UI : Fix password validation while creating account (#7807)
* Fix the password validation while creating account

* change error message for password validation

* remove multiple error on field
2022-09-30 15:35:27 +05:30
Chirag Madlani
3b57d726f8
test(ui): cypress test for signUp & login (#7775)
* test(ui): cypress test for signUp & login

* fix cypress failure

* fix add user api failing

* fix add user cypress failure

* fix add bot cypress test failure

* fix bot failure
2022-09-30 15:33:49 +05:30
Vj-L
e473d2caa4
Fixed clean function in docker.py (#7806)
* Fixed clean function in docker.py

* Fixed clean function in docker.py

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-09-30 14:14:09 +05:30
Suresh Srinivas
b2c2369d9a
Addressing a few sonar cloud flagged issues (#7800) 2022-09-29 10:57:57 -07:00
Vj-L
489d506e3a
Removed the volume for Database (#7798)
* Removed the volume for Database

* Removed the volume for Database

* Added named volume

* Added named volume

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-09-29 21:44:12 +05:30
Ashish Gupta
8bb7219826
Fix UI :- Cypress issue for User and Bot creation (#7785)
* Fix cypress issue for User and Bot creation

* changes as per comments

* cypress for user and bot

* added cypress for bot
2022-09-29 18:02:27 +05:30
mohitdeuex
75953df386
Fix Alignment issues (#7795)
* Adding Basic Auth Document

* Updated with review Comments

* Updated with review Comments

* Fixed alignment issues
2022-09-29 16:56:18 +05:30
mohitdeuex
91ca940132
Adding Basic Auth Document (#7792)
* Adding Basic Auth Document

* Updated with review Comments

* Updated with review Comments
2022-09-29 16:29:48 +05:30
Aniket Katkar
9039217a1c
Fixed redirection issue after refreshing auth token failed (#7788) 2022-09-29 15:36:07 +05:30
Shailesh Parmar
2c3802525f
Fixed Failing cypress part 2 (#7784)
* Fixed Failing cypress part 2

* added api wait for search

* added test for profiler check

* fixed failing cypress

* fixed failing tests
2022-09-29 15:21:33 +05:30
Vj-L
6cfd16925a
Added default volumes (#7741)
* Added default volumes

* Ran make py_format for formatting

* Added sample data in mount directories

* Updated as per the comments

* Done changes for --ingest_sample_data flag

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-09-29 14:53:55 +05:30
Chirag Madlani
13e507b97f
UI - support elastic search reindexing from UI (#7739)
* feat(ui): support elasticsearch indexing from UI

* update apis

* update re-indexing table

* update ui

* fix ui update

* cleanup

* address review comments
2022-09-29 13:10:47 +05:30
Chirag Madlani
bab450ff70
update code owners for ingestion and backend (#7787) 2022-09-29 13:01:26 +05:30
Sachin Chaurasiya
d563c45b16
Fix 404 page is not rendering issue (#7786)
* Fix 404 page is not rendering issue

* Make changes in AppRouter
2022-09-29 12:43:14 +05:30
Sriharsha Chintalapani
a946c3fc5a
Fix #7782: Add console appender to OpenMetadata logs (#7783)
* Fix #7782: Add console appender to OpenMetadata logs

* Add format

Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-09-28 18:15:57 -07:00
Shailesh Parmar
48142010d5
Cy: Fixed flakiness due to overly issue (#7781) 2022-09-28 14:19:03 -07:00
Sriharsha Chintalapani
612c083612
Fix Doc links (#7734)
* Fix Broken links

* Fix symlink

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-09-28 14:05:51 -07:00
Shilpa Vernekar
fe12e966ae
Edited the content in ReadMe. Added some features (#7778) 2022-09-28 23:30:23 +05:30
mohitdeuex
b934ed4870
Stream and Batch Global ES Error Logging added (#7780)
* [ES Reindex] Added ES Reindexing from API

* [ES Reindex] checkstyle

* [ES Reindex] return complete record for status info

* fixes

* added limit param to get no of records

* Review Comments + Stream mode

* Review Comments

* Fix for failing tests

* Global ES monitoring with Stream + batch mode to allow Reindexing
2022-09-28 22:55:00 +05:30
Aniket Katkar
0b416564a3
UI: Fix failing cypress tests part-2 (#7773)
* Fixed failing user page cypress tests

* Fixed failing cypress tests for glossary

* fixing failing cypress

* Custom properties cypress fix

* fixed failing cypress for description

* miner wait added

* fixed bot cy test

* Fixed failing cypress tests for users page

* fixed mysql test failure

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-09-28 21:58:20 +05:30
Ashish Gupta
8a2c8b275a
Fix UI : Create user page along with some styling (#7776)
* Fix Create user page along with some styling

* Rectify input field error message
2022-09-28 21:56:24 +05:30
mohitdeuex
07b995dbb2
Basic auth fixes (#7777)
* [Basic Auth] Updated messages , and added changepasswor

* checkstyleFix

* Added ChangePassword feature in user page

* unpushed file

* changes as per comments

* unpushed file

* close the modal on save

* Added Admin Create User Password + Logout

* revert test

* revert yaml

* Fix failing test

* Remove token on logout

* fix for test

* added api for random pwd

* update error messages as per UI

* Added password generator in user creation

* Fix issue with CP

* Fix issue with CP

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-09-28 19:29:47 +05:30
Aniket Katkar
ba1a7ca3b7
UI: Added recursive param for soft deleting teams. (#7766)
* Changes made to soft delete request for teams with recursive param

* changed soft delete message for team delete

* Worked on comments

* Worked on comments
2022-09-28 17:29:41 +05:30
Teddy
962866a30e
Fixes #7280 - Implements support for BYTEA DType (#7749)
* Added support for postgres bytea data type

* Added BYTEA support for profiler and converts bytes to hex on results read
2022-09-28 13:28:35 +02:00
mohitdeuex
859317494b
Basic auth fixes (#7747)
* [Basic Auth] Updated messages , and added changepasswor

* checkstyleFix

* Added ChangePassword feature in user page

* unpushed file

* changes as per comments

* unpushed file

* close the modal on save

* Added Admin Create User Password + Logout

* revert test

* revert yaml

* Fix failing test

* Remove token on logout

* fix for test

* added api for random pwd

* update error messages as per UI

* Added password generator in user creation

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-09-28 16:57:30 +05:30
Mayur Singal
24daae88e9
Add flag use fqn for filter patterns (#7755) 2022-09-28 16:41:22 +05:30
Milan Bariya
f6ef053196
Fix: 'GCSCredentialsPath' object has no attribute 'projectId' (#7731)
Fix: 'GCSCredentialsPath' object has no attribute 'projectId' (#7731)
2022-09-28 11:59:54 +02:00