12410 Commits

Author SHA1 Message Date
Imri Paran
182f3a39f5
MINOR: make test setup non-static so it can be overriden (#15451)
- made test hooks non-static
- added getApp
---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-03-06 14:14:48 +00:00
Chirag Madlani
7490663bc8
Cleanup entity details (#15461)
* chore(ui): move entitydetails loading to

* improve version page

* minor improvement for version

* fix tests

* chore(ui): reduce routes from specific to generic to reduce the code (#15404)

* chore(ui): reduce routes from specific to generic to reduce the code

* cleanup on authenticated app router

* fix tests

* fix path for table then other type

* fix cypress

* address comments

* fix routes issue

* fix path issue for versino pages

(cherry picked from commit bb03e594a4113ffd3266ab9220d1b7efc14a50f5)

* fix paths

* fix tests

* fix mock issue

* fix java lint

* fix task path
2024-03-06 17:33:13 +05:30
mohitdeuex
7d4d7aca7b _ Fix Data Issue 2024-03-06 16:37:10 +05:30
mohitdeuex
97289bafce - Fix Search Index App Json Processing Exception 2024-03-06 13:40:25 +05:30
Ashish Gupta
39eb9299e4
supported unit test for email configuration, incident header page and fix some cypress (#15420)
* supported unit test for email conifugration form

* fix cypress for roles and policies

* supported unit test for incident manager header component

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-03-06 13:27:36 +05:30
Mohit Yadav
9491e04088
- Fix Poll Interval (#15453)
* - Fix Poll Interval

* make poll interval as 1

* - Add random tests
- Disable Tests for Subscription for Query

* - Checkstyle Fix

* - Remove ondemand jobs as well
- On update remove already init instance

* - use alias

* - typo

* - Search Index Fix
2024-03-06 02:21:28 +05:30
Chirag Madlani
dd05b67449
Revert "chore(ui): reduce routes from specific to generic to reduce the code …" (#15465)
This reverts commit bb03e594a4113ffd3266ab9220d1b7efc14a50f5.
2024-03-05 23:08:19 +05:30
IceS2
86a2930cfa
Minor: Fix E2E Ingestion Tests (#15462)
* Fix E2E Tests

* Fix E2E Tests

* Update mysql count, schema changes

* Addition to vertica e2e

* Temporary Github Action modification to test

* Fix Redshift round issue post 10 digits

* modify e2e gh file

* fix gh error

* fix matrix syntax

* Fix Redash counts

* Update py-cli-e2e-tests.yml

* Fix Redshift referenced before assignment error

* Revert Py tests e2e

* Modify Elasticsearch configuration

* Modify Elasticsearch configuration

* Update docker-compose.yml

* Test only running the python tests as e2e

* Comment side effects

* Test

* Test

* Fix name

* Add missing shell property

* Add bigquery to e2e

* Uncomment needed step

* test

* test

* test

* test

* Add control ci pipeline

* Add new e2e tests

* test

* fix

* fix

* fix

* Uncomment needed steps

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-03-05 16:00:22 +01:00
Teddy
6536ce7c94
fix: move migration to 1.3.1 (#15463) 2024-03-05 15:30:43 +01:00
Teddy
70e1643bd8
doc: added threshold details (#15458) 2024-03-05 18:16:48 +05:30
Teddy
b9e732c5cd
DOC - Updated custom sql documentation (#15440) 2024-03-05 17:30:25 +05:30
Sachin Chaurasiya
491aeb1b7f
Minor: filter out the filterPatterns if excludes and includes are empty (#15449)
* Minor: filter out the filterPatterns if excludes and includes are empty

* Update limit to 20 in getTypeListByCategory
2024-03-05 15:02:17 +05:30
Chirag Madlani
bb03e594a4
chore(ui): reduce routes from specific to generic to reduce the code (#15404)
* chore(ui): reduce routes from specific to generic to reduce the code

* cleanup on authenticated app router

* fix tests

* fix path for table then other type

* fix cypress

* address comments

* fix routes issue

* fix path issue for versino pages
2024-03-05 14:34:01 +05:30
Mohit Yadav
e9281cdccb
- Fixes for Mentions on Teams (#15452) 2024-03-05 13:42:51 +05:30
Harsh Vador
219b6cdc17
fix description related cypress tests (#15434)
* fix description related cypress tests

* fix edit description cypress
2024-03-05 12:01:56 +05:30
Pere Miquel Brull
88c3c42b3f
#15425 - Move SecretsManagerUpdateService to migrate command (#15444)
* #15425 - Move SecretsManagerUpdateService to migrate command

* #15425 - Move SecretsManagerUpdateService to migrate command
2024-03-05 06:47:16 +01:00
Antoine Balliet
296d2c9351
fix: get_connection import when using customDashboard (#15447)
* fix: get_connection import when using customDashboard

* linting

* black
2024-03-05 06:36:35 +01:00
Mohit Yadav
7e66756821
[Perf Fix] Use Where clause on change event listing (#15430)
* - Use Where clause on change event listing

* - Poll in a minute

* - Fix Entity Url
- Ignore Query Entity for Change Event Update
2024-03-04 22:48:24 +05:30
Aniket Katkar
110e7a4f4b
Fix #15438: Update filters and destination for 'Conversation' source in notification alert (#15443)
* Add 'Mentions' enum for subscriptionCategory

* fix the user list selection field not showing for 'Mentioned Users' filter

* update the cypress for new changes

* fix teams not showing in the mention suggestions
2024-03-04 21:40:31 +05:30
Aniket Katkar
7b5f36b374
fix the wrong link on kubernetes gke page (#15431) 2024-03-04 10:54:49 +05:30
Thiago Pires
2e8f3f4b23
fix issue 14802: disable self-sigup interface when using ldap authent… (#15280)
* fix issue 14802: disable self-sigup interface when using ldap authentication provider

* Update SignInPage.tsx

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-03-03 16:58:15 +00:00
Mohit Yadav
f2b1622c0f
Add Dao Get Call based on type (#15429)
* Add Dao Get Call based on type

* Keep Jdbi as Attr
2024-03-02 23:43:28 +05:30
Harsh Vador
ec475bce03
ui: display source of lineage (#15391)
* ui: display lineage source

* added locale files

* rename dbt source name

* test: added unit test case
2024-03-02 22:20:30 +05:30
Teddy
7424b2f430
ISSUE #15381 - Fix execution summary timeout (#15378)
* feat: added dynamic method to build search aggregation from string

* fix: moved summary computation to ES

* fix: added+updated tests

* style: ran java linting
2024-03-01 16:57:34 +01:00
Dhruvin Maniar
8960c159eb
Minor: Fix and update docs with links and new release 1.3.1 (#15422)
* Minor: fixing link on devOps docs

* applying

* updating doc with new release and links

* updating upgrade doc
2024-03-01 18:56:23 +05:30
Pere Miquel Brull
4df94ed24d
MINOR - Update ES translation (#15416) 2024-03-01 09:13:48 +01:00
IceS2
d7ac1812d7
Fix some links on ingestion docs (#15417) 2024-03-01 13:37:18 +05:30
Aniket Katkar
4a54cfa7cc
update the docs content to fix broken anchors (#15415) 2024-03-01 08:00:28 +01:00
Harsh Vador
8240579916
ui: replace description comp with descriptionv1 comp (#15370)
* ui: replace description comp with descriptionv1 comp

* fix unit test cases

* fix failing tests

* address comments
2024-03-01 12:29:43 +05:30
Shailesh Parmar
9e224b7588
#15403 Team filter on the Data Insights page doesn't work as expected (#15410) 2024-03-01 11:57:30 +05:30
Mohit Yadav
500e407c8d
Make Recreate Index Default as true (#15413) 2024-03-01 11:56:19 +05:30
Sachin Chaurasiya
b881a596ef
fix: type errors for pr #15297 (#15411) 2024-03-01 00:14:47 +05:30
Sachin Chaurasiya
0bef4aea02
doc: add whats new for 1.3.1 (#15407)
* doc: add whats new for 1.3.1

* Fix typos and improve Slack notifications format

* Add support for enum type in custom properties
2024-03-01 00:11:51 +05:30
Ashish Gupta
bf9269fb7b
fix url malformed issue in entity popover and data insight detail page (#15402) 2024-03-01 00:02:25 +05:30
Mohit Yadav
ce8a58c126
- Fix User Instance not found (#15412)
- Fix Not Authorized Token Non Present
2024-02-29 22:32:58 +05:30
Pere Miquel Brull
25be478a43
MINOR - Bump postgresql version (#15406) 2024-02-29 16:05:15 +01:00
Shailesh Parmar
065dc4be42
#14063 Scale of axis on Data Quality Chart (#15368)
* #14063 Scale of axis on Data Quality Chart

* miner fix
2024-02-29 18:40:43 +05:30
Shailesh Parmar
a694cc5cc9
#14001 Add sort option for Test Cases (#15401) 2024-02-29 17:54:29 +05:30
Sriharsha Chintalapani
cecbf80a2d
Add Custom Propety Config to store format, enum values, entity types (#15302)
* Add Custom Propety Config to store format, enum values, entity types

* Fix import statements and remove unused code

* Add Custom Propety Config to store format, enum values, entity types

* Add support for enum field type in custom properties

* update name in customPropertyConfigTypeValueField

* add custom property config column in custom property table

* Update padding-left in block-editor.less

* Add enum value translation for multiple languages

* update placeholder of config

* fixed python sdk

* add enum type in property value

* add unit tests

* Add Custom Propety Config to store format, enum values, entity types

* update ui to handle the enum config and validation

* Fix enum value handling in EditCustomPropertyModal and PropertyValue

* Update CustomProperty.md with enum values and multi-select option

* add cypress test

* add cypress for multiselect enum value

* Add tests for enum props

* add cypress for editing the enum property

* Add validations to enum

* Fix dependency issue

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
2024-02-29 14:36:24 +05:30
Ashish Gupta
e414e9eaa3
chore: minor ui fixes (#15398) 2024-02-29 14:11:22 +05:30
Mohit Yadav
d26cb9605f
- Remove Instance on delete of the Application (#15400) 2024-02-29 13:38:47 +05:30
Akash Jain
b15cd4e17c
fix(CI): Use the standard cypress GHA way with environments (#15399) 2024-02-29 12:58:40 +05:30
Harsh Vador
e4ce31e142
remove unnecessary LOADING_STATE enum & fix failing unit tests (#15373)
* remove unnecessary LOADING_STATE enum & fix failing tests

* show loader while delete in progress

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-29 12:15:19 +05:30
Onkar Ravgan
1fc2c7f974
MINOR: Part 1 of #15090: dbt JSON Schema & Parsing Improvements (#15297) 2024-02-29 10:41:21 +05:30
Ayush Shah
35679e5234
Fix bigint out of range issue (#15395) 2024-02-28 22:37:17 +05:30
Ayush Shah
c31bb98e64
Fixes #15355: fix KeyError issue if not present (#15387) 2024-02-28 19:55:03 +05:30
Teddy
3e83bdac3d
ISSUE #14765 - Implement Athena Injected Partition Check (#15318)
* refactor!: change partition metadata structure for table entities

* refactor!: updated json schema for TypeScript code gen

* chore: migration of partition for table entities

* style: python & java linting

* fix: catch injected partition table in Athena

* style: ran python linting
2024-02-28 14:20:59 +00:00
Imri Paran
ddf02f24d4
add BigTable as beta (#15332) 2024-02-28 19:47:53 +05:30
Ashish Gupta
7284bfcb61
MINOR: change placeholder for add asset in teams (#15390)
* change placeholder for add asset in teams

* localization keys

* changes as per comment on localization key

* fix the squashing of header in entity page
2024-02-28 19:14:02 +05:30
Imri Paran
c61ab94ff4
Update conn_test.py (#15385) 2024-02-28 14:21:30 +01:00