Ashish Gupta
64bbdf5533
fix(ui): supported test email button in email smtp page ( #13998 )
...
* supported test email button in email smtp page
* localization keys added
2023-11-20 13:04:49 +05:30
Akash Jain
c92dabe004
fix: Remove the strategy block from CI to run only with 1 machine ( #14032 )
2023-11-20 11:48:03 +05:30
Suresh Srinivas
0443402812
Update dependencies ( #14031 )
2023-11-19 19:20:33 -08:00
Mohit Yadav
19dbc217b0
Add code
flow Configuration ( #14026 )
2023-11-20 08:44:13 +05:30
Suresh Srinivas
c788100687
Code cleanup ( #14030 )
2023-11-19 17:28:14 -08:00
Suresh Srinivas
c4d6f681c8
Fixes #14006 Validate tag labels before creating/updating an entity ( #14027 )
2023-11-19 14:15:17 -08:00
07Himank
dbecf6d480
dont log es exceptions while migrate-all ( #14019 )
...
* dont log es exceptions while migrate-all
* improvement in message
* checkstyle
* checkstyle
* checkstyle
2023-11-17 17:53:12 +01:00
Teddy
c7ac28f2c2
Fixes #11357 - Implement profiler custom metric processing ( #14021 )
...
* feat: add backend support for custom metrics
* feat: fix python test
* feat: support custom metrics computation
* feat: updated tests for custom metrics
* feat: added dl support for min max of datetime
* feat: added is safe query check for query sampler
* feat: added support for custom metric computation in dl
* feat: added explicit addProper for pydantic model import fo Extra
* feat: added custom metric to returned obj
* feat: wrapped trino import in __init__
* feat: fix python linting
* feat: fix typing in 3.8
2023-11-17 17:51:39 +01:00
Shailesh Parmar
efb6c5f221
ui & backend: explore page count was not showing properly ( #14013 )
2023-11-17 21:48:59 +05:30
Onkar Ravgan
9f1f830775
Convert query duration to milliseconds for usage ( #14011 )
...
* fixed athena query duration
* change second to millisecond from ui side
* added cypress support
* converted duration to millis
* supported milli second duration and change cypress
* minor change
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-11-17 19:59:47 +05:30
Teddy
f3da919329
Feat: Backend Support for Custom Metrics ( #13965 )
...
* feat: add backend support for custom metrics
* feat: fix python test
2023-11-17 19:16:35 +05:30
Shailesh Parmar
04fbe8c014
Revert "fixes #13387 : replaced ReDoc with RapiDoc for better user experience ( #13388 )" ( #14017 )
...
This reverts commit 0c37986ad60f2396702233b2ad0bcc264922e771.
2023-11-17 14:29:17 +01:00
Pere Miquel Brull
a8a1fd26b1
Snowflake SP don't filter by warehouse ( #14018 )
2023-11-17 14:18:15 +01:00
Pere Miquel Brull
f847c1cf10
Fix #14012 - Snowflake procedure with empty definition ( #14014 )
...
* Fix #14012 - Snowflake procedure with empty definition
* Add debugs
2023-11-17 11:29:27 +01:00
Onkar Ravgan
4a2a81c34b
Generalized docs ( #14016 )
2023-11-17 11:00:20 +01:00
Mohit Yadav
8abaeb5b3d
Add Test Jar for Collate Testing ( #14010 )
...
* Add Test Jar for Collate Testing
* Add Extension Path for Tests
2023-11-17 15:11:48 +05:30
Pere Miquel Brull
6fb3f12675
App Resource - Add /configure endpoint & WAII app definition ( #13983 )
...
* App Configuration
* TODO
* Configure App with OM server info
* Remove init
* Rename configs
* Remove extra source
2023-11-17 09:28:11 +01:00
Shailesh Parmar
3cf2860626
ui: fixed advance search suggestion issue for user field ( #14005 )
...
* ui: fixed advance search suggestion issue for user field
* fixed issue related to owner suggestion
2023-11-17 12:36:22 +05:30
Ashish Gupta
fc230002d9
fix path not found in swagger file ( #14007 )
2023-11-17 06:17:27 +00:00
Mohit Yadav
3f8a931e39
Bump Pom Version to 1.3.0-SNAPSHOT ( #14008 )
...
* Bump Pom Version to 1.3.0-SNAPSHOT
* chore: Fix Makefile recipe
* fix: Prepare Main Branch for Next Feature Release
* fix: Syntax issue
---------
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
2023-11-17 11:33:47 +05:30
Onkar Ravgan
8b8c80e99e
Added athena min permissions ( #14002 )
2023-11-17 10:32:46 +05:30
Suresh Srinivas
5f34bd02d3
Fixes #13595 Consolidate changes by a user in a single session to a single change ( #13617 )
...
* getChangeDescription to use entity and update type to decide previous version
* Fixes #13595 - Consolidate changes by a user in a single session to a single change
2023-11-16 18:14:27 -08:00
Suresh Srinivas
11b41a3716
getChangeDescription to use entity and update type to decide previous version ( #13991 )
2023-11-16 10:11:22 -08:00
Ashish Gupta
5ae43f084d
fix(ui): updated github popup card ( #13996 )
...
* updated github popup description
* added cancel button
* minor changes
2023-11-16 21:52:31 +05:30
Anatoliy Shulika
0c37986ad6
fixes #13387 : replaced ReDoc with RapiDoc for better user experience ( #13388 )
...
* ISSUE-13387: replaced ReDoc with RapiDoc for better user experience
* fixed specUrl
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-11-16 07:56:38 -08:00
Suresh Srinivas
89e5e6d023
Check change descriptions for updates consistently across the entities ( #13990 )
2023-11-15 17:04:25 -08:00
Teddy
a1a1d9f4d1
fix: GX integration ts ms ( #13984 )
2023-11-15 16:11:52 +01:00
Teddy
81242d6cb9
fix: comment in sql migration ( #13979 )
2023-11-15 10:32:11 +01:00
dechoma
c289dd4e2c
use BasicAuth in docs ( #13973 )
2023-11-15 10:02:04 +01:00
Pere Miquel Brull
2bac673a35
[Docs] - External Workflow requirements ( #13976 )
2023-11-15 07:17:02 +01:00
Pere Miquel Brull
efb7a54a46
[Docs] - Fix profiler page ( #13975 )
2023-11-15 06:55:43 +01:00
Teddy
71ee9ed9fd
fix: prevent PUT operation from ingestion bot to update domain ( #13971 )
2023-11-14 12:48:10 +01:00
Pere Miquel Brull
c4b4cb849b
[Docs] - Add nifi troubleshooting ( #13968 )
2023-11-14 09:27:39 +01:00
Mayur Singal
a8bca817b4
Sample Data Storage & External Profiler Docs ( #13960 )
...
* rename title from S3 to Storage config
* Sample Data Storage & External Profiler Docs
* Some changes
* Some changes
* Some changes
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-11-14 08:59:32 +01:00
Akash Jain
0c31dc4641
docs: 1.2.1 Breaking Changes and miscellaneous fixes ( #13955 )
...
* Remove Deprecated docs of docker volume
* fix(docs): Update Kubernetes Docs from 1.1.X
* docs: Add 1.2.1 breaking changes
* docs: Update Helm Values
* 1.2.1 docs
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-11-14 07:32:20 +01:00
Mohit Yadav
2ae0333551
Fix Email Issues ( #13962 )
...
* - Added Unauthenticated Server Emails
- Removed redundant OM_URI
- Add Test Email in SystemResources
* remove default port
* remove fernet
2023-11-14 09:04:53 +05:30
Suresh Srinivas
e367f557a6
Make restoring patch attributes consistent across entities ( #13961 )
...
* Make restoring patch attributes consistent across entities
* Fix test failures
* Fix test failures
2023-11-13 16:32:18 -08:00
Mohit Yadav
10d8ec84fe
Logs added for Search Indexing and Stats issue fixed ( #13956 )
...
* Logs added for Search Indexing and Stats issue fixed
* Fix uninstall error
* Add error handling
* fix lint
* Push Job Level Exception on top
* disable flaky tests
* Fix Logs not visible in Search
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2023-11-13 23:39:56 +05:30
Aniket Katkar
7bc4c7cb57
fix(ui): AUT cypress tests ( #13952 )
...
* fixed schemaSearch and dataModelVersion cypress
* fixed tags not updating after addition and deletion of tags
* fixed null value coming in the dashboard name field for search API
* fixed bug on service list page
2023-11-13 19:42:03 +05:30
Pere Miquel Brull
8c6777f820
Fix #12406 - Ingestion image with python 3.10 ( #13949 )
2023-11-13 15:08:06 +05:30
Onkar Ravgan
a1b967b857
Nifi wrong password fix ( #13950 )
2023-11-13 14:48:07 +05:30
Mayur Singal
b34111ea00
ElasticSearch: Fix ES connection ( #13919 )
2023-11-13 14:10:11 +05:30
07Himank
759bd84162
use displayName instead of name in service,database, databaseSchema and fixed owner and domain search issue. ( #13937 )
...
* use displayName instead of name in service,database, databaseSchema and fixed owner and domain search issue
* typo fix
* improve code reusabilty
2023-11-13 13:32:52 +05:30
Pere Miquel Brull
c742835766
Auto Tagger Application - Preparing the Ingestion Framework ( #13862 )
...
* Prepare the skeleton for generic app registration
* Prepare the skeleton for generic app registration
* Handle app runner
* Prepare the skeleton for generic app registration
* Prepare the skeleton for generic app registration
* Allow deployment
* Fix PII APP
* Fix lint
* Fix PII APP
* Fix PII APP
* Prepare config-based external apps
* Prepare config-based external apps
* Fix lint
* Prepare config-based external apps
* Fix DI errors
* Amend comments
2023-11-13 08:58:38 +01:00
Pere Miquel Brull
2498dbb474
[Docs] - RDS IAM Auth ( #13942 )
2023-11-13 08:58:21 +01:00
Chirag Madlani
3fdc71a98b
chore(ui): change github start modal to popup ( #13948 )
2023-11-13 10:26:05 +05:30
Shilpa Vernekar
294a15d9df
Changes in the Guide for Data Users ( #13946 )
2023-11-10 14:48:37 -08:00
Shailesh Parmar
48fd4f9ce6
cypress: fixed AUT failure part 5 ( #13940 )
...
* cypress: fixed AUT failure part 5
* fixed cypress failure
* fixed team cypress
* fixed errorplace holder
2023-11-11 00:08:32 +05:30
Chirag Madlani
e2418aef82
Paging improvement ( #13943 )
...
* fix(ui): databaseschema paging issue
* fix minor issues
* test fixes
* fix path issue and some cypress
* fix sonarcloud
2023-11-11 00:00:33 +05:30
Aniket Katkar
1e3d7f812e
Fixed bug on delete widget modal ( #13945 )
2023-11-10 23:51:37 +05:30