Mayur Singal
64e3cedeea
MINOR: Improve Kafka Test Connection ( #15207 )
2024-02-19 10:11:52 +05:30
Shailesh Parmar
bc34eac98b
#15169 bug: Service password gets overwritten with '********' when editing connection details (any!) ( #15193 )
...
* bug: Service password gets overwritten with '********' when editing connection details (any!) #15169
* handle no change scenario
* added unit test for the change
* fixed failing unit test
* added cypress for edit ingestion form
* fixed failing cypress test
2024-02-17 18:14:12 +05:30
Ashish Gupta
94cba6977b
fix minor ui issues ( #15224 )
...
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-17 18:09:42 +05:30
Chirag Madlani
1be7475505
chore(ui): add tags for cypress spec files ( #15167 )
...
* chore(ui): add tags for cypress spec files
* update labeler.yaml
2024-02-17 12:06:59 +05:30
dependabot[bot]
92278b046a
Bump undici in /openmetadata-ui/src/main/resources/ui ( #15229 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.25.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.25.2...v5.28.3 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-17 11:03:47 +05:30
Chirag Madlani
5b0d75bf3a
fix(ui): #15214 open detailed logs for each runs ( #15226 )
...
* fix(ui): #15214 open detailed logs for each runs
* address comments
2024-02-16 18:58:53 +00:00
Sander van Laar
44fd621ac7
Add files via upload ( #15225 )
2024-02-16 15:09:06 +00:00
Harsh Vador
5eda139ba9
fix mention list in announcements ( #15194 )
2024-02-16 19:15:44 +05:30
Sachin Chaurasiya
fcf7f363b3
doc: update node version requirement to 18.19.0 ( #15219 )
2024-02-16 11:38:41 +00:00
Sachin Chaurasiya
0cdfad1c3a
Minor: keep the lineage style LTR only ( #15217 )
2024-02-16 11:08:09 +00:00
Harsh Vador
ee13b0499f
fix custom property render rows issue ( #15180 )
...
* fix custom property render rows issue
* code refactor
* added cypress for custom property rows count check
* variable name change
2024-02-16 14:58:37 +05:30
Chirag Madlani
d0afe8b905
chore(ui): fix component path ( #15212 )
2024-02-16 09:24:25 +00:00
Sachin Chaurasiya
7009fb7c77
fix( #15188 ): Ingestion Pipeline Run response ( #15202 )
2024-02-16 13:48:58 +05:30
Shin-ichi Hashiba
2120b38672
fix-typo: description of default batchsize ( #15206 )
2024-02-16 08:10:44 +00:00
Chirag Madlani
146ccc5a72
chore(ui): organise component directory structure ( #15199 )
...
* chore(ui): organise component directory structure
* fix tests
* fix tests
2024-02-16 10:23:36 +05:30
Shailesh Parmar
49dd0e8683
Minor: Addressing comments of #15159 ( #15195 )
...
* Minor: Addressing comments of #15159
* fixed failing unit test
2024-02-15 19:42:50 +05:30
Harsh Vador
9e867fb279
test: unit test case of quality tab ( #15160 )
...
* test: unit test case of quality tab
* code refactor
* code refactor
2024-02-15 10:24:22 +05:30
Harsh Vador
268c36aab6
fix persona selectable list issue ( #15181 )
2024-02-14 17:42:24 +05:30
Harsh Vador
58fad827f3
test: unit test case of service config component ( #15172 )
...
* test: unit test case of service config component
* test: unit test case of connection config form
2024-02-14 17:22:20 +05:30
Shawn Rice
c0607c60ea
fix(ui): Fix minor typo in language string ( #15176 )
...
Co-authored-by: Shawn Rice <rices@purdue.edu>
2024-02-14 08:46:00 +00:00
Alexander Nedomets
79215d1b1a
ISSUE-15100: add tooltip for field Text type ( #15159 )
2024-02-14 13:59:23 +05:30
Shailesh Parmar
cc2d30be84
Minor: fixed AUT failure of main branch ( #15170 )
2024-02-14 12:20:16 +05:30
Karan Hotchandani
83317cc6ed
fix: lineage cypress fix ( #15158 )
2024-02-13 22:51:43 +05:30
Supan Shah
4915d6884b
#14881 : PinotDB Docs ( #14882 )
...
* ISSUE-14881: PinotDB Test Connection Success
* Update ingestion/src/metadata/ingestion/source/database/pinotdb/connection.py
* Update ingestion/src/metadata/ingestion/source/database/pinotdb/connection.py
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-02-13 09:29:23 +01:00
Imri Paran
aeb5fbe303
fixes #12591 : add BigTable ( #15122 )
...
* feat(connector): add BigTable
* bigtable work
1. docstrings
2. tests
3. created a Row BaseModel
4. implemented a ClassConverter
* docs moved to separate PR
* format files
* minor cosmetic
- removed TODO
- changed headers' year to 2024 for new files
- fixed typos
* format
* formatting and comments
1. added missing docstrings.
2. abstracted the _find_instance method.
3. aliased the IDs used in the BigTable connection
* added comment regarding private key
* added comments regarding column families
* enclose get_schema_name_list in `try/except/else`
* format
* streamlined get_schema_name_list to include all logic in the try block
2024-02-13 08:28:01 +01:00
Harsh Vador
75eb54a0c8
test: unit test case of persona details card ( #15150 )
...
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-02-12 21:56:19 +05:30
Shailesh Parmar
33c9fe0e4e
Minor: added unit test for UI component part 3 ( #15151 )
2024-02-12 21:47:58 +05:30
Harsh Vador
3de7f9182c
test: add unit test case of settings item card ( #15140 )
...
* test: add unit test case of settings item card
* refactor code
2024-02-12 20:28:28 +05:30
Abhishek Porwal
e688084f00
added unit test for BotsPageV1 ( #15138 )
...
* added unit test for BotsPageV1
* addressed comments
2024-02-12 20:27:24 +05:30
Harsh Vador
aff919601e
test: unit test case of tags input ( #15146 )
...
* test: unit test case of tags input
* remove function mock
2024-02-12 20:27:00 +05:30
Akash Jain
95bb221025
feat: Prepare main
for next release cycle ( #15139 )
2024-02-12 16:56:50 +05:30
Karan Hotchandani
e5fad139db
metapilot cleanup ( #15144 )
2024-02-12 16:36:13 +05:30
Abhishek Porwal
b3401a32de
added re-run search indexing banner for es exception on explore page ( #15120 )
...
* added re-run search indexing banner for es exception
* minor change
2024-02-12 11:02:27 +00:00
Harsh Vador
bf6fd926f3
test: unit test case of entity list skeleton ( #15142 )
2024-02-12 16:08:37 +05:30
Abhishek Porwal
5063b341e4
added unit test for CustomPropertiesPageV1 ( #15141 )
2024-02-12 15:04:37 +05:30
Karan Hotchandani
9540406496
add tags to allow filter specs in cypress ( #15056 )
...
* add tags to allow filter specs in cypress
* test e2e label changes
* update workflows
* fix regex pattern
* fix workflow
* test
2024-02-12 14:04:46 +05:30
Harsh Vador
6cfa9863c4
test: unit test cases of right side bar ( #15123 )
...
* test: unit test cases of announcements widget
* test: unit test case of following widget
2024-02-12 12:02:50 +05:30
Ashish Gupta
f6e5de350c
added unit test for github star ( #15134 )
2024-02-12 11:35:43 +05:30
Abhishek Porwal
ceeba672a8
added unit test for ApplicationPage component ( #15124 )
2024-02-12 10:41:39 +05:30
Shailesh Parmar
1005097208
Minor: improve the unit test coverage for ui component part 2 ( #15097 )
...
* Minor: improve the unit test coverage for ui component part 2
* miner fix
* added unt test for frequently joined tables
* added unit test for swagger component
* style fix
* added unit test for request description and tags page
2024-02-09 22:10:16 +05:30
Ashish Gupta
6b770f4b75
MINOR : fix UI issues ( #15110 )
...
* fix mention feed right panel when no data is there
* support markdown parser in team table description column
* setting card height and description font size fix
* make initial and page loader in center
* remove margin from paragraph
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-09 22:07:01 +05:30
Aniket Katkar
b996f2f5f4
Minor: Fix glossary version cypress for AUT ( #15114 )
...
* fix glossary version cypress for AUT
* remove the unnecessary deletion in cypress test
2024-02-09 22:06:04 +05:30
Abhishek Porwal
1ede4d8c10
added unit test for EditConnectionFormPage component ( #15099 )
2024-02-09 17:55:34 +05:30
Abhishek Porwal
e92722d84e
added unit test for DatabaseVersionPage ( #15087 )
...
* added unit test for DatabaseVersionPage
* move constants in test file iteself
2024-02-09 17:55:12 +05:30
Abhishek Porwal
f032cbccaf
added unit test for AppInstall component ( #15117 )
2024-02-09 11:54:16 +00:00
Harsh Vador
3127f61e7c
test: unit test case of whats new alert ( #15121 )
2024-02-09 11:32:03 +00:00
Chirag Madlani
be0a9c86b3
fix(ui): #15109 okta keep loading infinitly ( #15116 )
2024-02-09 15:30:51 +05:30
Ashish Gupta
847b2d8bc9
format cron from quartz to unix in applications ( #15038 )
...
* fix initial value cron value in applications
* added unit test for cron utils functions
* remove quartz cron for applicaion from ui install and edit
* changes as per comments and fix unit test
* fix unit test
* fix user cypress failure on click
2024-02-09 15:17:14 +05:30
Harsh Vador
e4e96b25c6
added unit test case of forgot password ( #15113 )
2024-02-09 07:53:04 +00:00
Shailesh Parmar
c635cbe44f
Minor: cleanup test case details page ( #15108 )
...
* Minor: cleanup test case details page
* fixed failing cypress
2024-02-09 05:36:19 +00:00