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
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
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
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
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
Shailesh Parmar
48142010d5
Cy: Fixed flakiness due to overly issue ( #7781 )
2022-09-28 14:19:03 -07:00
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
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
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
Vivek Ratnavel Subramanian
0777bea3ba
Fix #7564 Add Cypress test for Team Hierarchy Dropdown ( #7765 )
...
* Fix #7564 Add Cypress test for Team Hierarchy Dropdown
* Address review comments
2022-09-28 12:33:21 +05:30
Shailesh Parmar
f715362b7a
Bug Fixed Include Column for profiler settings disapear #7759 ( #7761 )
...
* Bug Fixed Include Column for profiler settings disapear #7759
* fixed unit test
2022-09-28 11:43:50 +05:30
Chirag Madlani
6c2f6089c7
fix(ui): refresh token for basic auth ( #7757 )
2022-09-28 11:30:38 +05:30
Sachin Chaurasiya
8875624901
Fix #7753 Empty bot view when the bot user auth mechanism is not set ( #7756 )
...
* Fix #7753 Empty bot view when the bot user auth mechanism is not set
* Add unit tests
2022-09-27 20:11:01 +05:30
Shailesh Parmar
b394925d80
(Feature) UI: Add ability to view and delete "soft-deleted" tests#7728 ( #7750 )
...
* Fixed issue: Add ability to view and delete "soft-deleted" tests #7728
* added soft-delete functionality to test case in entity details page
* added soft delete feature in data quality tab
2022-09-27 19:01:30 +05:30
Chirag Madlani
95287ab71c
test(ui): cypress tests added for re-run ( #7713 )
2022-09-27 18:55:58 +05:30
Sachin Chaurasiya
d3cd3f2b19
Fix Following data is not showing up on click of OM logo ( #7752 )
2022-09-27 18:51:27 +05:30
Sachin Chaurasiya
48c5320abb
Improve Cypress test coverage Part 1 ( #7751 )
...
* Improve Cypress test coverage Part 1
* Test Add role and assign it to the user
* Address review comments
2022-09-27 18:49:24 +05:30
Aniket Katkar
cd5c143011
UI: Fixed Failing cypress tests ( #7748 )
...
* Fixed Failing cypress tests
* changes related to filter pattern reverted
2022-09-27 18:42:49 +05:30
Chirag Madlani
bcbe1ec8e5
fix(ui): sort services on create page ( #7745 )
...
* fix(ui): sort services on create page
* address review comments
2022-09-27 18:14:06 +05:30
Chirag Madlani
09855fc4c1
chore(ui): basic auth flow improvements ( #7719 )
...
* chore(ui): basic auth flow improvements
* fix type error
* address review comments
2022-09-27 12:08:10 +05:30
Chirag Madlani
ada163ab2d
feat(ui): added Redpanda messaging service icon ( #7733 )
...
* feat(ui): added redpanda messaging service icon
* update icon
2022-09-27 10:39:34 +05:30
Vivek Ratnavel Subramanian
e2daf73fbd
UI: TeamsSelectable component should use REST API to build teams hierarchy ( #7711 )
2022-09-26 16:33:48 -07:00
Shailesh Parmar
f5f7e8a5c1
UI: Fixed Profiler metrics are not formatted correctly #7552 ( #7720 )
...
* UI: Fixed Profiler metrics are not formatted correctly #7552
* miner fix
* Fixed % value on profiler tab
2022-09-26 20:44:21 +05:30
Sachin Chaurasiya
448f2de3fb
FIx #7721 UI : Implement Authentication Mechanism on the bots details page ( #7722 )
...
* FIx #7721 UI : Implement Authentication Mechanism on the bots details page
* Addressing review comment
2022-09-26 20:25:49 +05:30
Aniket Katkar
cfdc50e18f
UI: Added cypress tests for soft deleted team checks. ( #7718 )
...
* Added cypress tests for checking the option for permanent delete is available for soft deleted teams
* Added checks in cypress tests for team type select while adding teams
Added 'cancel deletion' scenario while team deletion
2022-09-26 19:43:34 +05:30
Shailesh Parmar
b81686b426
Fixed issue: Quality tests can not be created if the column names have spaces or special characters #7623 ( #7698 )
...
* Fixed issue: Quality tests can not be created if the column names have spaces or special characters #7623
* Added logic to not decode fqn param from path
* Removed commented out code
* Allowed only "_" in spacial character in test case name
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-09-26 18:52:25 +05:30
Nahuel
e49ad000ee
Fix#6615: Configure a bot account and provider service or jwtAuthToken from the UI ( #7637 )
...
* Update JSON schemas
* Update create and update endpoint and remove /generateToken endpoint
* Add AuthMechanism and Token Expiry Field on the Add bot page
* Remove unwanted tests
* Add logic to show authMechanism based on auth provider
* Add authConfig to bots details page
* Backend implementation with secret manager
* Fix invalid date issue
* Add support for update bot token details
* Add logic for SSO auth
* Add fields for google sso auth client
* Add Edit Option.
* Updated ingestion CLI and secret manager issues
* Updated tests with errors
* Removed unused method
* Removed test files
* Fix broken JSON schema
* Fix typescript error
* Pass the bot permissions from the bot details page
* Minor errors related to the secret manager
* Restore Airflow configuration for retrocompability
* Add support for all SsoServiceType client config
* Fix Unit test
* Update tests
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-09-26 18:26:24 +05:30
Onkar Ravgan
35efd49256
Added control for DBT descriptions ( #7653 )
...
* Added control for DBT descriptions
* Fixed tests
* Added UI changes
* fixed maven ci tests
* Java formatting changes
* ui review fixes
* Fixed pytests
* Fixed python integration tests
* fixed airflow tests
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-26 16:19:47 +05:30
Aniket Katkar
796315f5d3
UI: Added a switch to show soft deleted teams on team details page ( #7692 )
...
* Added a switch to show soft deleted teams on team details page
* Worked on comments
2022-09-26 10:28:24 +05:30
Ashish Gupta
da50e2a114
Fix UI :- The redirect issue after silentcallback failure and change Navbar color ( #7688 )
...
* fix the redirect issue after silentcallback and change navbar color
* changes as per comments
2022-09-26 10:17:45 +05:30
Ashish Gupta
5e4f5ecd47
Fix UI : Google login layout style ( #7707 )
...
* Fix google login layout style
* changes as per comments
2022-09-26 10:13:19 +05:30
Shailesh Parmar
b4a0dd137b
UI Fixed issue Make columns sortable on Profiler & Data Quality page #7699 ( #7706 )
2022-09-24 21:30:53 +05:30
Shailesh Parmar
855f9c8c4f
Fixed issue : Trailing space in display name and FQN of glossary term is not handled correctly ( #7703 )
2022-09-24 18:54:26 +05:30
Shailesh Parmar
51a7020b3b
UI Fixed: Styling of adding Related Terms and Synonyms is different #7671 ( #7673 )
...
* UI Fixed: Styling of adding Related Terms and Synonyms is different #7671
* fixed unit test
* fixed cypress config
* Fixed issue Improve Assets listing of Glossary Term - P0 - 0.12.1 #7672
2022-09-24 09:33:31 +05:30
Chirag Madlani
739ea2b4b1
fix(ui): allow username or email login ( #7694 )
2022-09-23 20:42:11 +05:30
Sachin Chaurasiya
8869da7a57
Fix #7646 UI: Non-admin user should not be allowed to add a bot ( #7681 )
...
* Fix #7646 UI: Non-admin user should not be allowed to add a bot
* Add tests
2022-09-23 16:50:18 +05:30
Chirag Madlani
93ffbbbebf
feat(ui): login via email and password - Basic auth ( #7558 )
...
* feat(ui): login via email and password - Basic auth
* create admin users
* update basic auth
* create user on bootstrap
* update basic auth flow
* fix lint
* update basic auth ui forms
* update error messages
* fix cypress tests
* Added private key /public key in conf
Default invitation for invited users on bootstrapping user with invitation mail
Added self/signup flags , handled login scenarios around it
On migration persisting previous user auth mechanism also handled
* Missing fixes
* Move self signup to config
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2022-09-23 16:05:54 +05:30
Teddy
90abd73394
Fixes #7105 -- Add support for dataType filter for TestDefinition request ( #7640 )
...
* Updated json schema to support dataType filter
* Added migration for test definition support of data type filtering
* Added backend logic to support filter on data type for testdefinitions
* Added migration for:
- supported test types
- renaming of certain tests from starting uppercase to lowercase
* removed openmetadata_db from migration
* added datatype filter in column test
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-09-23 10:31:00 +02:00
Ashish Gupta
d399274c96
Fix UI : Redirect issue after token expiry user login ( #7636 )
...
* Fix redirect issue after token expiry user login
* store patch when token will going to expire
* changes as per comments
2022-09-23 00:36:55 +05:30
Ashish Gupta
b7471ab5aa
Fix Pipleine cypress issue ( #7654 )
2022-09-22 19:12:19 +05:30
Sachin Chaurasiya
3c809d3426
Fix #7648 UI : Add ViewBasic operation for resources ( #7659 )
...
* Fix #7648 UI : Add ViewBasic operation for resources
* Minor change
2022-09-22 18:55:02 +05:30
Shailesh Parmar
6fb2b87a29
fix(ui): Issues around Add Data Quality Test #7498 ( #7597 )
...
* UI: Fixed issue: UI: Issues around Add Data Quality Test #7498
* remove tailwind class
2022-09-22 18:39:21 +05:30
Ashish Gupta
e9d77a2c01
Fix UI :- Special character issue in column while creating Quality test ( #7658 )
...
* fix special character issue in column while creating Quality test
* changes as per comments
2022-09-22 18:38:50 +05:30
Sachin Chaurasiya
6b0a32cfb4
Fix #7630 Roles are not updating in User tab after creation ( #7660 )
2022-09-22 18:38:03 +05:30
Ashish Gupta
6697c5bf69
Added platform filter for Custom test definition ( #7650 )
2022-09-22 15:56:27 +05:30
Ashish Gupta
e3473487b8
Fix UI : Change tags label to Value and tooltip to it's FQN in Explorer Page ( #7624 )
...
* Change tags label to Value and tooltip to it's FQN in Explorer Page
* fix unit test issue
* fix unit test issue
* move function to tags utlis and added comments
2022-09-22 14:22:12 +05:30