4793 Commits

Author SHA1 Message Date
Sachin Chaurasiya
6e455e51ac
Fix #6410 UI: Homepage looks distorted on windows machine (#6435) 2022-07-29 18:30:05 +05:30
Teddy
6397b6a0b1
Fixes #6325 -- Implement multithreading for metrics computation (#6406)
* Added tests for multithreading SQA interface

* Added multithread support for metric computation

* Added thread ID to log debuger

* Cleaned up tests

* Fixed python formatting issues

* Added non blocking result processing + threadCount in config file to set numbers of threads

* Added frontend input field to set number of threads

* Fixed code smell, bug and comments from reviewer
2022-07-29 10:41:53 +02:00
Vivek Ratnavel Subramanian
fe7151e870
Fix flaky Cypress test (#6415)
* Fix flaky Cypress test

* Add jest fake timers
2022-07-29 09:49:22 +05:30
Chirag Madlani
3522a6ed67
fix(ui): skip test file to unblock checks (#6412) 2022-07-28 23:05:13 +05:30
Chirag Madlani
3036e7fb5c
feat(ui): support mention notification on notification popover (#6395)
* feat(ui): support mention notification on notification popover

* move timer to constant

* update notification text
2022-07-28 20:29:01 +05:30
Pere Miquel Brull
b7eb41a560
Fix #5840 - Upgrade Airflow container to 2.3.3 (#6362)
Fix #5840 - Upgrade Airflow container to 2.3.3 (#6362)
2022-07-28 14:46:25 +02:00
Chirag Madlani
33f2f4b283
chore(ui): cleaup package.json (#6398)
* chore(ui): cleaup package.json

* update package & webpack file

* cleanup
2022-07-28 17:24:22 +05:30
Sachin Chaurasiya
c4260e78ce
Fix #6397 UI : Override markdown parser default stylings (#6401)
* Fix UI : Override markdown parser default stylings #6397

* Minor change
2022-07-28 17:22:25 +05:30
Sachin Chaurasiya
dd3d4cb926
Fix #6356 Clicking tasks on My Tasks should open up the task details (#6399) 2022-07-28 15:13:33 +05:30
Sachin Chaurasiya
b9eaeb8aeb
UI : Add custom properties support for all entities (#6350)
*  UI : Add custom properties support for all entities

* Add custom properties for topic entity

* use async await pattern

* Add custom property support for dashboard entity

* Add custom property support for pipeline entity

* minor fix

* Fix unit test

* Add custom property support for ml model entity

* Fix unit test

* Add unit tests

* Add extension

* Fix formatting

* Addressing review comment

* Addressing review comments
2022-07-27 20:59:28 +05:30
Mayur Singal
c6efe8c142
Fix #6158: Fivetran Connector Added (#6329)
* Fivetran Connector Added

* Fivetran unit test added

* Fixed Unit Tests

* Added Fivetran Docs & Added Fivetran in Pipeline Listing
2022-07-27 20:50:56 +05:30
Shailesh Parmar
e35cfe489c
UI: Added custom property pages into global settings (#6381)
* Added custom property i global settings

* prettier formatting

* addressing comment

* addressing comment

* added prettier
2022-07-27 20:35:20 +05:30
Chirag Madlani
04998d6e37
fix(ui): pre-commit not writing changes (#6379)
* fix(ui): pre-commit not writing changes

* use flag --concurrent false

* Update .nvmrc
2022-07-27 19:50:28 +05:30
Pere Miquel Brull
53930a9253
Fix #6283 #6281 #6279 - Send compressed log, backend logs and Airflow fix (#6288)
Fix #6283 #6281 #6279 - Send compressed log, backend logs and Airflow fix (#6288)
2022-07-27 07:47:25 +02:00
Shailesh Parmar
4cbdc530c3
Fix #6261 UI: Global settings page - services (#6347) 2022-07-26 15:22:59 -07:00
Shailesh Parmar
d3977bcb29
Fix #6291 UI: Remove required condition for dbt s3 from ui (#6361) 2022-07-26 15:19:39 -07:00
Suresh Srinivas
a23a9c84c1
Fixes #6336 - Add API to list of operations per resource for policy authoring (#6337)
* Fixes #6336 - Add API to list of operations per resource to be used for writing policies

* Fixing UI build errors

* Include only JSON schema file and not JSON data files in python code generation

* Fix generate

* Update operations list

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-07-26 12:08:01 -07:00
Harsh Vador
7da74d48e5
tier description dropdown (#6354)
* tier description dropdown

* code improvements
2022-07-26 23:52:55 +05:30
Chirag Madlani
9dc8cb6107
fix(ui): update placeholder to indicate search teams (#6351) 2022-07-26 23:12:39 +05:30
Chirag Madlani
0688f558cb
support pre-commit hook to avoid prettier or lint errors (#6358) 2022-07-26 23:01:03 +05:30
Chirag Madlani
6f02774baa
feat(ui): support notification popover at navbar (#6090)
* feat(ui): support notification popover at navbar

* Remove conversation from notification box
Attach web-socket to listen on notifications
Add badge component from AntD
Fix loading issue
removing badge style from css

* fix notification misx

* support we based notification

* fix code smell

* update notifications

* update avatar component

* fix codesmell

* revert polling transport changes

* address comments
2022-07-26 18:53:10 +05:30
Sachin Chaurasiya
aac79dd566
feat UI : kill endpoint for IngestionPipeline (#6323)
*  feat UI : kill endpoint for IngestionPipeline

* minor change

* Remove reload logic

* Add unit tests

* Addressing review comments
2022-07-26 15:42:54 +05:30
Shailesh Parmar
5839620b60
UI: added webhook page in global setting (#6277)
* added left panel for global setting

* adding style for left panel

* removed unneccessary state depandancy and make setting route allowed only for sandbox and local env

* added webhook page in global setting

* added primery color to remove icon

* addressing comment

* addressing comment

* added wait time as delete service taking more time
2022-07-26 14:47:15 +05:30
Chirag Madlani
1959179a9a
fix(ui): redirect to home only if loggedIn flag updates (#6298)
* fix(ui): redirect to home only if loggedIn flag updates

* fix(ui): infinite load for first login
2022-07-26 13:06:53 +05:30
Sachin Chaurasiya
16e94a8b16
Fix #6320 UI : Update Entity Versions Markdown Parser (#6327) 2022-07-26 11:05:55 +05:30
Vivek Ratnavel Subramanian
eb81a6a61a
Fix json2ts build errors (#6332) 2022-07-25 12:10:50 -07:00
Teddy
aae4410c93
Fies #6183 - Ability to set profile sample at the profilier workflow level (#6292)
Fies  #6183 - Ability to set profile sample at the profilier workflow level (#6292)
2022-07-25 12:08:20 +02:00
Snyk bot
7c7e19b36f
fix: upgrade mobx from 6.0.1 to 6.6.1 (#6301)
Snyk has created this PR to upgrade mobx from 6.0.1 to 6.6.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-07-24 23:06:51 -07:00
Shailesh Parmar
3d2f3cfd15
Cypress: Add E2E test for delete service work flow (#6150) 2022-07-24 22:24:47 -07:00
Chirag Madlani
c9be0ceff2
fix(ui): app crashing on 401 error (#6287)
* fix(ui): app crashing on 401 error

* add null checkes
2022-07-22 14:02:02 -07:00
Sachin Chaurasiya
c41af3eb0d
UI : Update Markdown Parser (#6275)
*  UI : Update Markdown Parser

* Add unit test for different formats

* FIx cypress tests
2022-07-22 22:06:01 +05:30
Shailesh Parmar
ba94121fce
UI: Global setting page (#6271)
* added left panel for global setting

* adding style for left panel

* removed unneccessary state depandancy and make setting route allowed only for sandbox and local env
2022-07-22 17:39:44 +05:30
Sachin Chaurasiya
f6b7af8c6e
Fix #6242 Handle Pipeline without tasks on Pipeline view (#6243) 2022-07-21 15:10:15 +05:30
Sachin Chaurasiya
12ffa9338e
Add unit test for task page components part-2 (#6229) 2022-07-21 10:15:06 +05:30
Harsh Vador
c4169a5105
Fix #4753 UI: Make setting owner and tier tag more intuitive by eliminating Manage tab (#6107)
Co-authored-by: Chirag Madlani <chirag.m@deuexsolutions.com>
2022-07-20 10:32:15 -07:00
Shailesh Parmar
0d1e57baf2
fixed issue 6071: Service ingestion workflows should be configurable as scheduled or on-demand (#6216)
* fixed issue 6071: Service ingestion workflows should be configurable as scheduled or on-demand

* fixing cypress
2022-07-20 18:40:20 +05:30
Sachin Chaurasiya
91c6de706c
Fix softDelete should not sent hardDelete true (#6226) 2022-07-20 17:20:36 +05:30
Chirag Madlani
c556481610
fix(ui): #6068 softDelete should not sent hardDelete true (#6218) 2022-07-20 14:07:37 +05:30
Chirag Madlani
574dbcef03
feat(ui): sync OMD theme with AntD components (#6148)
* feat(ui): sync omd theme with antd components

* update package.json

* fixed failing cypress

* fix layout break issue

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-07-20 11:49:38 +05:30
Sachin Chaurasiya
90a847aeeb
Fix #6202 UI : Explore page card should show unique tags (#6209) 2022-07-19 22:29:38 -07:00
Vivek Ratnavel Subramanian
4c8cce3dac
UI: Fix slack chat hooks for Okta and Azure SSO (#6204) 2022-07-19 22:18:12 -07:00
Suresh Srinivas
4c62237bcb
Fixes #6133 - Add support for Team Hiearchy (#6134)
* Adding different team types for supporting organization team hierarchy

* Add support for team hierarchy

* Create organization during initalization

* Team hierachy test for POST methods

* Add PUT and PATCH support for changing team hiearchy

* Added tests for the team hiearchy feature

* Restored v003 sql files and added v004

* Merge conflicts with main and adopt new JSON based configuration

* Remove configuration Organization name to simplify user MUST do configurations

* Snowflake Make Query tag Optional (#6114)

* Snowflake make query tag optional

* Modified Description

* [Backend][UsageResource] Add PUT to enable updating Usage #6117 :::::: and allow adding space to tagCAtegory and Tags (#6119)

* [Backend][UsageResource] Add PUT to enable updating Usage #6117

* [Backend][UsageResource] Allow space in tags category and primary tags #6121

* [Backend][UsageResource] Update in more genric way to make use of space in resourcePath

* ui changes for allowing space in tag and tag category name

* [Backend][Improvement]add test for put and post

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>

* Adding different team types for supporting organization team hierarchy

* Add support for team hierarchy

* Create organization during initalization

* Team hierachy test for POST methods

* Add PUT and PATCH support for changing team hiearchy

* Added tests for the team hiearchy feature

* Restored v003 sql files and added v004

* Merge conflicts with main and adopt new JSON based configuration

* Remove configuration Organization name to simplify user MUST do configurations

* Python jsonSchema code generation not respecting  defaults

* fixed failing cypress

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: mohitdeuex <105265192+mohitdeuex@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-07-19 11:10:52 -07:00
Sachin Chaurasiya
615286ee50
Add unit tests for task page components (#6192) 2022-07-19 18:55:29 +05:30
Shailesh Parmar
04db051197
Revert "Pipeline lineage edge UI (#5891)" (#6159)
This reverts commit 4d898a120fd4410a8ed660db252bc270710e9323.
2022-07-19 18:07:46 +05:30
Sachin Chaurasiya
99cafe1fb7
Fix #6175 UI : show "Close with comment" for task creator, assignees, owners and admins (#6187) 2022-07-19 16:29:21 +05:30
Sachin Chaurasiya
8c778725e1
Fix #6179 Edge not getting generated when multiple tasks in pipeline (#6181) 2022-07-19 16:19:28 +05:30
Vivek Ratnavel Subramanian
0b2390bbd4
Fix #5193 Backend - Need support to Filter users rest api with isAdmin field (#6170)
* Fix #5193 Backend - Need support to Filter users rest api with isAdmin field

* Add UI changes and remove migration scripts

* Address review comments

* Fix UT failures
2022-07-19 13:35:49 +05:30
Chirag Madlani
d5cbdfd7c0
minor(ui): fix infinite scroll not working (#6177) 2022-07-19 00:14:55 -07:00
Chirag Madlani
2e3b062e44
Fix issue 6105 (#6156)
* fix(ui): teams & user page layout fixes
Fixed - filters not added for User profile page
Fix issue for longer text
Fix all the teams not showing up

* update team selectable

* revert getUserSuggestions function

* fix elipsis issue

* fix lint issue

* address comments
2022-07-19 10:37:25 +05:30
mohitdeuex
e7dca141ed
[Backend][UsageResource] Add PUT to enable updating Usage #6117 :::::: and allow adding space to tagCAtegory and Tags (#6119)
* [Backend][UsageResource] Add PUT to enable updating Usage #6117

* [Backend][UsageResource] Allow space in tags category and primary tags #6121

* [Backend][UsageResource] Update in more genric way to make use of space in resourcePath

* ui changes for allowing space in tag and tag category name

* [Backend][Improvement]add test for put and post

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-07-19 01:16:37 +05:30