Sachin Chaurasiya
a63a6bf718
Fix #6026 UI - Ability to show JWT Tokens as expired once the expiry date passes ( #6029 )
...
* Fix #6026 UI - Ability to show JWT Tokens as expired once the expiry date passes
* Addressing review comment.
* Minor logic change
* Add text for no expiration date
2022-07-13 20:34:52 +05:30
Sachin Chaurasiya
c32dbd020a
Fix #6012 Pass clean 'name' to Airflow ingestion pipeline ( #6040 )
...
* Fix #6012 Pass clean 'name' to Airflow ingestion pipeline
* Addressing review comments
2022-07-13 19:26:55 +05:30
Sachin Chaurasiya
a9d2fc5572
Fix #5880 Validate Airflow connection in Test Connection button ( #6060 )
2022-07-13 19:26:46 +05:30
Milan Bariya
c2b15a4377
FIX 5712: make generate gives different results depending on OS ( #6035 )
...
FIX 5712: make generate gives different results depending on OS (#6035 )
2022-07-13 11:53:27 +02:00
Teddy
f0926d9b75
Fixes #3463 -- Implement Custom SQL Data Quality Tests ( #5973 )
...
Fixes #3463 -- Implement Custom SQL Data Quality Tests (#5973 )
2022-07-12 06:21:11 +02:00
Sachin Chaurasiya
d9445fccf3
✨ Activity Feed: Show "Request Tag" button for Tags ( #5862 )
...
* ✨ Activity Feed: Show "Request Tag" button for Tags
* Fix alignment issues
* Add condition to show task for supported entities.
* Refactor Task detail page
* Refactor task description.
* Add flow for resolve task
2022-07-12 09:36:18 +05:30
Chirag Madlani
625b30ab94
fix(ui): clear older threads while refreshing ( #6000 )
2022-07-11 17:56:38 +05:30
Sachin Chaurasiya
1c43e31686
Fix UI: User name overflows out of the profile dropdown ( #5993 )
...
* Fix UI: User name overflows out of the profile dropdown #3831
* Fix feed card text overflow
* Fix feed text oevrflow
2022-07-11 13:10:58 +05:30
Shailesh Parmar
7f70dc1711
Fix #5981 UI: Add Team button doesn't work in the users page ( #5992 )
2022-07-10 23:59:22 -07:00
Shailesh Parmar
2df84aaef6
Fixed issue-5897: UI: Tags usage link is broken ( #5975 )
...
* Fixed issue-5897: UI: Tags usage link is broken
* bring back initial filter in place of search filter
2022-07-11 10:30:12 +05:30
Sachin Chaurasiya
23a309f1dd
Fix #5968 Airbyte logo is missing ( #5970 )
2022-07-08 21:06:04 +05:30
Sachin Chaurasiya
1ffd29e266
Fix #5956 Long team names go out of the box ( #5959 )
...
* Fix #5956 Long team names go out of the box
* Fix unit test
* Minor change
* Fix roles page issue
* Revert policy change
* Fix Long name issue
* Minor change
* Fix unit test
2022-07-08 21:05:53 +05:30
Shailesh Parmar
1bce9277cc
Fix issue 5955 non-joinable team also visible at the time of signup ( #5957 )
...
* Fix issue 5955 non-joinable team also visible at the time of signup
* miner fix for submit button
* Fix issue 5960 Teams and users page shows no team available even if team is available
* addressing comment
2022-07-08 20:31:27 +05:30
Sachin Chaurasiya
eba5776a33
Fix #5809 Show count of schemas and tables being deleted when a database service is being deleted. ( #5963 )
2022-07-08 18:56:31 +05:30
Chirag Madlani
37e7c489e6
feat(ui): refresh token support for OIDC client login ( #5923 )
...
* feat(ui): refresh token support for OIDC client login
* fix retrying stopped after one attempt
* update comments
* fix eslint
* retry logic verified
2022-07-08 18:12:22 +05:30
Vj-L
011651f078
"Updated the tags with latest tag" ( #5962 )
...
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-07-08 16:43:39 +05:30
Sachin Chaurasiya
68165db61b
Fix #5926 Missing downstream in pipeline task view ( #5950 )
...
* Fix #5926 Missing downstream in pipeline task view
* Addressing review comments
* Addressing comments
2022-07-08 10:42:08 +05:30
Chirag Madlani
27467a618a
fix(ui): owner search issue and show total count on load ( #5932 )
2022-07-07 09:42:14 -07:00
Sachin Chaurasiya
e9ef774264
✨ UI: Display a switch to show Closed Tasks vs Open Tasks ( #5929 )
2022-07-07 09:35:55 -07:00
Shailesh Parmar
0b5b536461
fixed issue: Error handling not present for add/delete/update Webhook ( #5911 )
2022-07-07 20:45:32 +05:30
Chirag Madlani
c782d82ae3
test(ui): unit tests added for profilerUtils ( #5922 )
2022-07-07 18:19:46 +05:30
Chirag Madlani
8521c45dee
revert(ui): count badge was limit to 999 ( #5910 )
...
* revert(ui): count badge was limit to 999
minor text change for Activity feed & Tasks
* support 6 digit max for count tag
* fix tests
2022-07-07 15:38:46 +05:30
Vivek Ratnavel Subramanian
373f35a133
UI: Fix browser zoom breaks UI layout ( #5909 )
2022-07-07 13:16:10 +05:30
Sachin Chaurasiya
c07a155614
Fix #5857 Add icon for foreign key constraint ( #5904 )
...
* Fix #5857 Add icon for foreign key constraint
* Change icon to line icon
2022-07-07 12:48:20 +05:30
Shailesh Parmar
09b37d28f2
Fix #5653 UI: Added Lineage support for topic and mlModal ( #5888 )
2022-07-06 12:22:30 -07:00
Chirag Madlani
a3ca37e6a8
fix(ui): #5850 loading issue for teams and user page ( #5881 )
2022-07-06 21:28:33 +05:30
Shailesh Parmar
c4d71adc5e
Feat: UI button to pause/unpause ingestion pipeline executions ( #5884 )
...
* Fixed: UI button to pause/unpause ingestion pipeline executions
* added unit test for pause/unpause button
* addressing comment and fixing miner css
2022-07-06 18:05:48 +05:30
Teddy
3a7c11424b
Fixes #3133 -- Adding Additional Column Tests ( #5867 )
...
* Added additional table + test coverage
* Added logic for front end input fields
* Added comment for median metric
* skipping `Update owner and check description` cypress test
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-07-06 10:12:29 +02:00
Chirag Madlani
421eca4f31
fix(ui): #5836 User profile should show user related activity only ( #5864 )
...
* fix(ui): #5836 User profile should show user related activity only
* minor fix
2022-07-06 10:26:21 +05:30
Shailesh Parmar
16dc5eed36
Fix #5825 Column level lineage issue ( #5861 )
2022-07-05 13:13:03 -07:00
Shailesh Parmar
152f757384
Fix: issue 5645: UI feedback 0.11 ( #5853 )
2022-07-05 21:47:00 +05:30
Sachin Chaurasiya
111106312d
Fix #5471 Creating a tag with an illegal character prevents utilizing the tagging system until manually removed ( #5854 )
2022-07-05 21:29:00 +05:30
Chirag Madlani
a00321c43e
chore(ui): update types with respective libs instead hardcoded ( #5848 )
...
adding contenthash for chunks to avoid cache issue
2022-07-05 18:54:04 +05:30
Shailesh Parmar
b4b2f9d2a4
Cypress: Cover service page issue related to description ( #5529 )
...
* coverded issue description is getting updated at the time of updating owner
* remname services file to service
* miner fix to avoid flakiness
* miner fix
* fixed failing test
* miner fix
* remove unwanted spacing
2022-07-05 18:03:08 +05:30
Sachin Chaurasiya
f862c25b40
Fix#5843 UI : Do not show the request description icon in entities that has no support for tasks yet ( #5844 )
...
* Fix#5843 UI : Do not show the request description icon in entities that has no support for tasks yet
* FIx unit test
* Minor change
2022-07-05 13:52:40 +05:30
Suresh Srinivas
cf2b336abd
Fixes #5558 Add support for enumerating Operations and Resources for authoring policies ( #5561 )
2022-07-04 10:07:47 -07:00
Vivek Ratnavel Subramanian
022585868e
Fix #5532 Suppress Yaml Warnings for generate typescript command ( #5783 )
...
* Fix #5532 Suppress Yaml Warnings for generate typescript command
* Suppress warnings
2022-07-04 09:49:45 -07:00
Sachin Chaurasiya
7483e8aeca
Fix #5826 UI : Add Error Boundaries ( #5827 )
2022-07-04 14:05:35 +05:30
Shailesh Parmar
5667921c67
Fixed: Team & Users page is stuck at loading on trying to join the team ( #5816 )
2022-07-01 15:38:56 +05:30
Aashit Kothari
66a161e466
Feature and Change-logs for 0.11.0 release ( #5807 )
...
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-06-30 10:42:58 -07:00
Shailesh Parmar
cb0fd3d811
added relavent text for lineage in login carousal ( #5804 )
2022-06-30 20:28:19 +05:30
Chirag Madlani
58f5db17c5
fix(ui): minor ui enhancements for 0.11 ( #5792 )
...
* fix(ui): minor ui enhancements for 0.11
* update comments
* show empty message
* fix test
* test fix
2022-06-30 19:24:12 +05:30
Sachin Chaurasiya
9a1647c255
Fix #5785 UI : Fix Emoji Popover Is Not Appearing After The First Mouseover ( #5798 )
...
* Fix #5785 UI : Fix Emoji Popover Is Not Appearing After The First Mouseover
* Minor fix
2022-06-30 18:38:46 +05:30
Sachin Chaurasiya
49d47524ea
✨ UI : Add task status icon to the task card ( #5786 )
...
* ✨ UI : Add task status icon in task card
* Add tooltip for task badge
* Change icon size
2022-06-30 18:05:33 +05:30
Shailesh Parmar
cdb135aab8
fixed issue: 5780 unable to delete lineage edge ( #5797 )
...
* fixed issue: 5780 unable to delete lineage edge
* removed warrning while moving node
2022-06-30 17:44:07 +05:30
yug-shah0106
006b1fe1a4
fixed Form alignment for edit webhook page. ( #5793 )
...
* fixed Form alignment for edit webhook page.
* minor fix
2022-06-30 16:37:51 +05:30
Shailesh Parmar
00e25ade91
fixed issue-5779 Add manage tab to soft deleted entity ( #5781 )
...
* fixed issue-5779 Added manage tab to soft deleted entity
* miner fix
* addressing comments
2022-06-30 16:32:07 +05:30
Aashit Kothari
e0a97d7944
Fix #5772 : Connection Scheme field missing from Ingestion UI ( #5776 )
2022-06-30 14:18:41 +05:30
Pere Miquel Brull
f7a10fe5a6
Fix #5754 - Clean pipeline service connection & minor fixes ( #5766 )
...
* Update airflow
* Remove prefect
* Remove prefect
2022-06-30 09:33:45 +02:00
Sachin Chaurasiya
42ed776353
✨ UI Improvements 0.11.1 ( #5770 )
...
* ✨ UI Improvements 0.11.1
* Fix spacing between text and select box
2022-06-30 12:52:56 +05:30