Teddy
3bd613e51a
doc: added more details regarding freshness metrics ( #10098 )
2023-02-03 15:03:28 +01:00
Shailesh Parmar
92ad68a7b5
fixed: scroll issue in glossary preview ( #10103 )
2023-02-03 19:17:18 +05:30
Mayur Singal
01cad0f811
Add json zip support for datalake ( #10100 )
2023-02-03 13:03:55 +00:00
Mayur Singal
4d181ba8dc
Tableau Owner Fix ( #10101 )
2023-02-03 17:20:11 +05:30
Ashish Gupta
942b553edc
UI : Fix Test cases breaking issue while editing ( #10095 )
...
* Fix Test cases while edit
* Added cypress for null test type
* fix unit test issue
2023-02-03 16:30:50 +05:30
karanh37
852edc74d3
refactor: remove font awesome dependency ( #10081 )
...
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-02-03 14:56:48 +05:30
Shailesh Parmar
8cc36ef7f6
ui: improve glossary bulk upload ui ( #10092 )
...
* ui: updated glossary bulk upload ui
* added unit test for changes
* addressing comments
* added "--" if there is no description
2023-02-03 14:23:22 +05:30
Suresh Srinivas
3d016c46f2
Fixes #10065 Allow Unicode characters and digits in the entityName ( #10066 )
...
* Fixes #10065 Allow Unicode characters and digits in the entityName
* Use Unicode modifier (?U) to JSON schema patterns
* fix(dataModel): convert unicode modifier from uppercase to lowercase
---------
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2023-02-02 12:49:45 -08:00
Nahuel
89fd0dfba7
Pytest CI should not skipped with changes on om-spec or om-service ( #10094 )
2023-02-02 18:54:55 +00:00
Teddy
0a77f8a3f2
Fixes issue #10082 -- Unsupported field types for bigquery ( #10091 )
...
* fix(profile): Raise nicer error for BQ unsupported interval type for timestamp
* fix(profiler): run checkstyle
2023-02-02 19:00:56 +01:00
Nahuel
61ab6ec74c
Update security-scan.yml ( #10093 )
2023-02-02 17:53:42 +00:00
Nahuel
43ca330853
Improve PDF generation for Snyk security report ( #10089 )
2023-02-02 16:41:00 +00:00
Nahuel
a3490093df
Generate PDF for Snyk security report ( #10086 )
...
* Generate PDF for Snyk security report
* Add missing doc
* Minor change
2023-02-02 17:10:35 +01:00
Nahuel
51f019d9ee
Doc: Change security note banner position ( #10084 )
2023-02-02 14:58:23 +00:00
Mohit Yadav
edd260ab66
Updated Client to use OpenApi , updated feign dependencies, added Ela… ( #10069 )
...
* Updated Client to use OpenApi , updated feign dependencies, added Elasticsearch Api Client
* review comments
* checkstyle
2023-02-02 20:20:03 +05:30
Mohit Yadav
7b6771f1cf
Revert "Prevent Authentication bypass using Jwt Token Config in case of OM su… ( #10079 )" ( #10083 )
...
This reverts commit e164bbb760886ca30327a5c0fe7983341775f7d1.
2023-02-02 20:19:32 +05:30
Mohit Yadav
e164bbb760
Prevent Authentication bypass using Jwt Token Config in case of OM su… ( #10079 )
...
* Prevent Authentication bypass using Jwt Token Config in case of OM supporting token generation
* fix failing tests
2023-02-02 20:18:28 +05:30
Chirag Madlani
590c3b8172
fix(ui): add principle domain to username to generate email ( #10074 )
2023-02-02 19:53:13 +05:30
Teddy
5e1e975e0e
Fixes #10018 - Limit user fields to team ( #10050 )
...
* fix(dataInsight): Limit field for user request
* fix(dataInsight): revert changes added for testing
2023-02-02 15:00:55 +01:00
Nahuel
b9a3c06104
Bump main branch to version 1.0.0 ( #10040 )
...
* Bump to version 0.13.2
* Bump mvn projects to 1.0.0-SNAPSHOT
* Bump python projects to 1.0.0.dev0
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-02-02 12:56:14 +01:00
Shailesh Parmar
72d6bfca1d
fix: dataInsight page break issue ( #10068 )
...
* fix: dataInsight page break issue
* Added unit test around the bug
2023-02-02 17:16:43 +05:30
Ashish Gupta
66f4136fc8
UI Improvements ( #10034 )
...
* UI Improvements
* fix restore modal unit test
* Remove tooltip from active button and optimse code
* remove console
* used enum for loading state
2023-02-02 17:09:09 +05:30
Nahuel
d7b40162fd
Doc: Update security docs related to SSL configuration ( #10053 )
2023-02-02 11:32:54 +00:00
Nahuel
314274ae20
Doc: Add security notes for prod environments ( #10071 )
...
* Doc: Add security notes for prod environments
* Wrap security notes with Important block
* Improve security note message
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-02-02 11:31:31 +00:00
Nahuel
97f325d7bc
Fix: Update CI GitHub actions ( #10075 )
...
* Update CI GitHub actions
* Add missing matrix property to Maven CI
2023-02-02 12:26:13 +01:00
07Himank
d989aee887
solved issue of entity followed by user not visible after editing the… ( #10051 )
...
* solved issue of entity followed by user not visible after editing the entity
* did it for all the entities
---------
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
2023-02-02 15:49:38 +05:30
Pere Miquel Brull
cd474f79a8
Docs - Fix version typo ( #10056 )
...
* Docs - Fix version typo
* Update docker.md
2023-02-02 10:40:35 +01:00
Sriharsha Chintalapani
ba44ae25b9
Fix #10061 : Adding Reference to GlossaryTerm throws an error with EntityNotFound exception ( #10062 )
2023-02-02 10:06:46 +05:30
Teddy
4f707f8531
fix(pylint): adjust code to conform with pylint 2.16 release ( #10055 )
2023-02-01 18:03:56 +01:00
Nahuel
af61c45f2d
Avoid running Maven CI on each PR ( #10048 )
2023-02-01 16:40:02 +01:00
Pere Miquel Brull
23ba96a271
Docs - Upgrade and breaking changes for 0.13.2 ( #9882 )
...
* Prep breaking changes docs
* Prep breaking changes docs
* highlights
* Superset Changes
* Metabase and Domo
* Add missing task_id param
* Update upgrade docs for 0.13.2
* Version alignments
* What's new
* doc: Added breaking change around entityName and entityLink
* Update openmetadata-docs/content/overview/roadmap/index.md
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2023-02-01 14:41:38 +01:00
Mayur Singal
9e6a91d349
Glue Req Docs ( #10049 )
2023-02-01 14:41:11 +01:00
Aniket Katkar
f4ae0f0e2f
ui: fixed onboarding placeholder issue on homepage ( #10045 )
...
* fixed issue with onboarding placeholder showing while loading activity feeds for all filter
* improved unit tests for MyData component
2023-02-01 17:57:03 +05:30
Ashish Gupta
a5f9857815
UI : Minor ui fixes and localisation ( #10001 )
...
* Minor ui fixes and localisation
* fix localization key
* changes as per comments
* memoized page header
* method name change
2023-02-01 17:34:39 +05:30
Pere Miquel Brull
f0f3f0be6a
Add looker unit tests ( #9691 )
...
* Add looker tests
* Empty-Commit
* Install GE for tests
* Fix usage details python name
* Add missing test requirement
2023-02-01 09:20:26 +00:00
Parth Panchal
5805269506
Fixed#6145: Notification for service owner when ingestion pipeline fails ( #9805 )
2023-02-01 12:09:58 +05:30
Deepa Rao
3beea862fa
Fixes #9975 - Add missing documentation for path params ( #9990 )
2023-01-31 14:36:04 -08:00
Teddy
70b4055400
fix(testSuite): removed relationship update with testCase on testSuite update ( #10029 )
...
* fix(testSuite): removed relationship update with testCase on testSuite update
* fix(testSuite): empty commit for CI
2023-01-31 10:15:08 -08:00
dhruvinmaniar123
cfac0470eb
Quick fix of docker github action ( #10037 )
2023-01-31 22:05:21 +05:30
Ayush Shah
4e0598db44
Fix Docs ( #10035 )
2023-01-31 21:26:26 +05:30
Ayush Shah
747fcf569b
Add docs - quicksight, lineage... ( #10023 )
2023-01-31 15:17:40 +00:00
Nahuel
da9b534194
Fix: bug in migration when removin sample data services ( #10032 )
2023-01-31 15:11:09 +00:00
Onkar Ravgan
c101a6fd36
Added tableau min role in docs ( #10031 )
2023-01-31 15:03:24 +00:00
Teddy
ba08302ea1
Issue #7291 - Implements Table Rows Inserted to be Between test ( #9813 )
...
* staging commit
* staging commit
* refactor: partitioning logic
* refactor (tests): move to parametrized tests for test validations
* refactor: local variables into global
* (feat): Added logic for table row inserted test
* (feat): fix python checkstyle
* feature: extracted get_query_filter logic into its own function
2023-01-31 15:57:51 +01:00
Chirag Madlani
2c71c2c6be
support cypress status on README.md ( #10019 )
2023-01-31 19:21:22 +05:30
Shailesh Parmar
01c717fff4
Cypress: Fixed flaky alert test ( #10026 )
2023-01-31 15:42:53 +05:30
Onkar Ravgan
b754121425
Added dbt Manifest V8 Compatibility ( #10024 )
...
* Added v8 compatibility
* Added condition
2023-01-31 14:06:06 +05:30
Teddy
0b3996d2fa
Remove profiler support for dynamodb ( #10014 )
...
* fix(DynamoDB): remove profiler support and cleaned up documentation
* fix(DynamoDB): remove supportProfiler filed in tests
2023-01-31 08:29:35 +01:00
Mayur Singal
399adf788d
Oracle & Superset Req Docs ( #10015 )
2023-01-31 07:07:25 +01:00
Suresh Srinivas
a1b9d3fe65
Fixes 10021 - Add CSV import/export for users ( #10022 )
...
* Fixes 10021 - Add CSV import/export for users
* Fixes 10021 - Add CSV import/export for users
2023-01-30 21:34:34 -08:00