1011 Commits

Author SHA1 Message Date
Sachin Chaurasiya
d6ffb0aa70
Fix #6528 Color updates on Pipeline (#6532) 2022-08-03 15:30:02 +05:30
Pere Miquel Brull
dc712e3179
Add executionDate to ingestionPipeline (#6481) 2022-08-03 08:13:55 +02:00
Sachin Chaurasiya
70654f309c
Feat : UI Add support to create an announcement (#6507) 2022-08-02 10:28:49 -07:00
Aniket Katkar
13eabfe2db
Fix(Ui): Fixed the teams search irrelevant suggestions issue (#6516)
* Fixed the issue where teams suggestions when searched were not showing relevant results

* Fixed isJoinable param issue
2022-08-02 21:47:13 +05:30
Chirag Madlani
6e8da06b12
fix(ui): for use signin we should try fallback popup login (#6506)
* fix(ui): for use signin we should try fallback popup login

* fix authState for signIn page
2022-08-02 19:15:50 +05:30
Aniket Katkar
6175b821c5
Teams search by query response size increased. (#6503) 2022-08-02 16:14:43 +05:30
Sachin Chaurasiya
ee6dbe8adb
Fix #6497 UI : Replace arrow with Read more text (#6498)
* Fix #6497 UI : Replace arrow with `Read more` text

* Add unit test

* Fix unit test

* Fix unit test
2022-08-02 15:41:17 +05:30
Aniket Katkar
11276986e4
Fix(UI)#6445: Global Search no data placeholder removal (#6482) 2022-08-01 10:58:33 -07:00
Chirag Madlani
cc2dcefa6d
fix(ui): notify auth provider for login failed event (#6484) 2022-08-01 07:47:26 -07:00
Aniket Katkar
ba24ce936c
fix(ui): Eliminating signup page error (#6471) 2022-08-01 07:06:37 -07:00
Sachin Chaurasiya
ce7c0180e2
Fix #6318 UI : Delete widget is showing wrong entity type (#6475)
* Fix #6318 UI : Delete widget is showing wrong entity type

* Clean dom

* Change normal button to antd button.
2022-08-01 15:55:08 +05:30
dependabot[bot]
a5c8074bbd
Bump eventsource in /openmetadata-ui/src/main/resources/ui (#6461)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.2)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 14:46:03 +05:30
Suresh Srinivas
109b937fd4
Use JSON schema constraints to validate policies and other misc cleanup (#6451) 2022-07-30 15:23:18 -07:00
Shailesh Parmar
6fb888437a
UI: Added users and admin page to global settings menu (#6429)
* added users and admin page to global settings menu

* addressing comment
2022-07-30 23:17:07 +05:30
Chirag Madlani
c76f96571d
fix(ui): notification badge & browser notifications (#6437) 2022-07-30 09:47:38 -07:00
Chirag Madlani
e102f0eb7c
feat(ui): support command + k global search support (#6322) 2022-07-29 14:12:58 -07:00
Sachin Chaurasiya
e11b409d70
Fix #4391 UI : Use user API to get owns and following data on home page. (#6431) 2022-07-29 08:59:07 -07:00
Chirag Madlani
173b820c22
revert(ui): react-slick added back as it's breaking login page (#6427)
* revert(ui): react-slick added back as it's breaking login page

* add missing packages

* add missing config

* add missing file

* update test
2022-07-29 18:58:41 +05:30
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