3640 Commits

Author SHA1 Message Date
Sachin Chaurasiya
a9c010b03d
Fix #6635 UI : Announcement improvements (#6647)
* Fix #6635 UI : Announcement improvements

* Add unit test

* Fix unit test

* Fix announcement banner is not showing up!
2022-08-09 11:29:04 +05:30
Abhishek Pandey
77ad1b1c87
close-connection-after-each-batch-using-with (#6641) 2022-08-09 11:15:56 +05:30
Parth Panchal
555962dfd3
Added announcement channel (#6604)
* Added announcement channel

* Added announcement channel

* Addressing comments
2022-08-09 10:43:08 +05:30
dependabot[bot]
9012bf7f06
Bump minimist in /openmetadata-ui/src/main/resources/ui (#6460)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  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-09 10:28:06 +05:30
Suresh Srinivas
e820c60c8d
6631 (#6632)
* Fixes #6554 Add support for team of type Group

* Fixes #6631 Add support for new permissions API

* Rework the code to fix test failures
2022-08-08 15:25:44 -07:00
Nahuel
986480af7c
Fix DatabaseServiceType enum in JSON schema definition (#6642) 2022-08-08 21:57:59 +02:00
Abhishek Pandey
a08201e383
multiple-database-service-names-added-in-dashboard (#6591)
* multiple-database-service-names-added-in-dashboard

* code-formatted

* code-smell-removed

* code-formatted

* improved-dbserviceName-handling-in-dashboard

* fix checks failing

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-08-08 22:21:28 +05:30
Sriharsha Chintalapani
d18d1c548e
Fix readme images (#6629)
Co-authored-by: Sriharsha Chintalapani <harsha@Sriharshas-MacBook-Air.local>
2022-08-08 08:51:38 -07:00
Mayur Singal
997486f1bb
Fix #6540: Added Exception handling in metadata_rest (#6650)
* Added Exception handling in metadata_rest

* Added HTTPException
2022-08-08 20:25:31 +05:30
Chirag Madlani
49bc322824
major(ui): update package version for security (bump axios & moment) (#6468)
* fix(ui): update package version for security

* update axios package to 22

* fix type issues

* fix type errors

* fix tests

* address comments

* fix tests

* fix failing tests

* fix type error

* skip tests for now

* fixing count bug

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-08-08 18:29:05 +05:30
Sachin Chaurasiya
e34721d343
Fix #6637 UI : Change Manage Button UI According to the mock (#6640)
* Fix #6637UI : Change Manage Button UI According to the mock

* Update styling and icons

* Addressing review comment
2022-08-08 14:41:24 +05:30
Ayush Shah
9fc230734a
Fix Broken Link - Pull request template (#6639) 2022-08-08 12:07:30 +05:30
Ayush Shah
a6db2e8a84
Fix for profiler: modified filter patterns and added error handling (#6608) 2022-08-08 10:43:17 +05:30
Sriharsha Chintalapani
a65998c7bc
Fix readme images (#6628)
Co-authored-by: Sriharsha Chintalapani <harsha@Sriharshas-MacBook-Air.local>
2022-08-07 11:16:14 -07:00
Ramesh
38ca3ce4e3
6623:High Level Design documentation has starting paragraph has a typo (#6625)
Signed-off-by: Ramesh Mani <ramesh.mani@gmail.com>
2022-08-07 00:27:06 -07:00
Suresh Srinivas
f8edbafccf
Sonar flagged issues clean up (#6622) 2022-08-06 12:50:23 -07:00
Suresh Srinivas
a6ecef3464
Fixes #6613 - Change tests to send minimum owner information (#6614)
* Fixes #6613 - Change tests to send minimum owner information

* Fixing test failures
2022-08-06 12:20:33 -07:00
Sachin Chaurasiya
4bd295ff6e
Feat : UI Add support for editing post messages (#6619)
*  Feat : UI Add support for editing post messages

* Support key binding

* Add unit test

* Disable Save button if message is empty

* Add unit test

* Add unit test for manage button

* Add unit test

* Minor change

* Add constant for invalid start time

* Fix cypress test

* Fix Cypress test

* Fix  Edit and validate owner test
2022-08-06 23:30:47 +05:30
Vivek Ratnavel Subramanian
e9d566e497
Fix #6587 Backend: Announcement start and end time should not clash with another announcement (#6618) 2022-08-06 21:45:56 +05:30
Sachin Chaurasiya
92ea12dd29
Fix #5837 user profile pic should be displayed wherever we are showing the username (#6580)
* Fix #5837  user profile pic should be displayed wherever we are showing the username

* Fix unit test

* Addressing review comment

* Fix explore card description.

* Fix unit test

* revert css change

* Fix unit test

* Fix unit test

* Addressing review comment
2022-08-06 14:23:48 +05:30
Sachin Chaurasiya
9dacab3970
Fix #6616 UI: Announcement Improvements (#6617)
* Fix #6616  UI: Announcement Improvements

* Minor fix

* Minor change

* Rever minor change

* Addressing review comment
2022-08-06 13:35:23 +05:30
Aniket Katkar
af0079683c
UI(issue#6234) : Manage tab removal (#6536)
* Removed manage tabs from Table, Topic, Dashboard, Pipeline and ML Model entities
Modified unit tests according to the changes made in comnponents

* Fixed error while deleting entities except tables and also added test-ids to edit icons for cypress tests

* * Added functionaliy to delete entities through ManageButton on Service, DatabaseSchema and DatbaseDetails page.

* Added functionality to edit the owner through entity summary details on DatabaseSchema and DatabaseDetails page.
* Removed manage tab from Service, DatabaseSchema and DatabaseDetails page and did relevant utils changes.

* Cypress test fixes for manage tab removal and bug fix on service page

* * Service deletion message added

* Removed the option for soft delete for service, database and database schemas

* Cypress test slectors changed for specificity

* Added mocks for all APIs in service page unit tests

* Fixed failing unit tests

* Removed unused props

* Resolved onAnnouncementClick handler error.
2022-08-06 12:38:27 +05:30
Sachin Chaurasiya
1182402872
Add support for editing announcement (#6607) 2022-08-05 12:08:18 -07:00
Suresh Srinivas
7825986105
Fixes #6554 Add support for team of type Group (#6588)
* Fixes #6554 Add support for team of type Group

* Fixing test failure
2022-08-05 10:49:42 -07:00
Shilpa Vernekar
29248437c3
SSO Docker - changed to Bash from YAML (#6611) 2022-08-05 10:33:33 -07:00
Nahuel
a90787c54a
Fix Snyk vulnerability found in org.postgresql:postgresql@42.3.6 (#6612) 2022-08-05 10:33:00 -07:00
Akash Jain
ab6c9662dd
Add Page for GKE Deployment (#6606) 2022-08-05 10:32:45 -07:00
Milan Bariya
f3ec8c55a6
Clean col-level lineage internal logic (#6500)
* Clean col-level lineage internal logic

* Fix: The Python checkstyle failed

* Fix: SonarCloud Bugfix

* Add test

* Fix: Add multiple queries

* Fix: Based on review comments

* Fix: make py_format issue

* Fix: pytest issue

* Fix: BUG FIX
2022-08-05 20:48:28 +05:30
Sachin Chaurasiya
49033706a8
UI: Show announcement banner on entity pages and options to manage the announcement (#6543)
*  UI: Show announcement banner on entity pages and options to manage the announcement

* Fix undefined bug

* Create separate component for announcement thread

* Add support for announcement details in feedcard body

* Refactored feed header component

* Add support for showing active announcement

* fix unit test

* Styling change

* Address review comment

* Add unit tests

* Add support for isActive announcement util

* Fix timestamp issue
2022-08-05 13:13:59 +05:30
Chirag Madlani
4aaa995523
fix(ui): oidc login stuck at loading (#6597) 2022-08-05 12:48:41 +05:30
Mayur Singal
5e1b124d57
Fix #6530 & Fix #4975: Oracle Connection Enhancements (#6579)
* Fix #6530 & Fix #4975: Oracle Connection Enhancements

* updated migrations & docs
2022-08-05 10:28:04 +05:30
Sriharsha Chintalapani
3ea1f7845b
volumes.md - remove image with yaml (#6593) 2022-08-05 10:11:00 +05:30
Onkar Ravgan
3d93aaad53
Moved view lineage to post process (#6585)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-08-04 20:03:17 +02:00
Teddy
b37bca5471
Fixes #2954 -- Ingest sample data for profile, test suite and co. (#6586)
Fixes #2954 -- Ingest sample data for profile, test suite and co. (#6586)
2022-08-04 19:44:21 +02:00
Vivek Ratnavel Subramanian
3dd8929567
Fix #6462 Backend: Add support for filter by 'teamType' in teams API (#6531) 2022-08-04 09:08:51 -07:00
Sriharsha Chintalapani
1a42428e42
Add time series extention (#6416)
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-08-04 07:22:47 -07:00
Mayur Singal
12f81c43f8
ES pipeline minor changes (#6565) 2022-08-04 15:22:09 +02:00
Chirag Madlani
c6d35f7c4c
fix(ui): Update flags from AuthProvider only (#6566) 2022-08-04 17:29:08 +05:30
Milan Bariya
45e6c2c7d7
Sample Data Ingestion use Create request (#6546)
* Sample Data Ingestion use Create request

* Fix: Code smell

* Fix: make_pyformat

* Fix: Changed based on comments
2022-08-04 11:13:48 +02:00
Shailesh Parmar
dbc4e7fe36
UI: unit test for users page component (#6449)
* added users and admin page to global settings menu

* addressing comment

* added unit test for userListPage with 96% statement coverage

* addressing comment
2022-08-04 14:16:01 +05:30
Mayur Singal
5754b1424a
Bigquery Docs Min Requirements (#6561) 2022-08-04 10:29:45 +02:00
Suresh Srinivas
951251a444
Fixes #6518 - Support conditional policies and policies overhaul (#6519) 2022-08-03 12:08:19 -07:00
Mayur Singal
91d9e810ea
Revert Rename on MetadataEs (#6537) 2022-08-03 19:36:09 +05:30
Nahuel
3e810f1401
Fix#5917: Stop saving connection service configuration parameters when secret manager is configured (#6522)
* Change how we store entities when using the secret manager

* Refactor of secret manager interface

* Fix implementation of decryptOrNullify
2022-08-03 15:58:27 +02:00
Shailesh Parmar
fb511dc961
UI: Global setting teams page (#6533)
* added teams page to global settings

* added icon and admin protection for global setting menu

* left panel style fixes

* addressing comment

* addressing comment

* added new user modal component for global setting team page

* fixed failing test
2022-08-03 17:56:26 +05:30
Pere Miquel Brull
6701ae6416
Fix #6489 - Update backup CLI (#6488)
Fix #6489 - Update backup CLI (#6488)
2022-08-03 12:01:57 +02:00
Sachin Chaurasiya
d6ffb0aa70
Fix #6528 Color updates on Pipeline (#6532) 2022-08-03 15:30:02 +05:30
Pere Miquel Brull
e2916b2521
Organise ingestion module (#6515)
Organise ingestion module (#6515)
2022-08-03 09:55:50 +02:00
Pere Miquel Brull
dc712e3179
Add executionDate to ingestionPipeline (#6481) 2022-08-03 08:13:55 +02:00
Parth Panchal
dd8b7fb5b0
Maven publish config changes in pom.xml (#6502)
* Config for maven publish

* Config for maven publish

* Config for maven publish

* Config for maven publish

* Config for maven publish

* Config for maven publish

* Config for maven publish
2022-08-03 10:49:44 +05:30