438 Commits

Author SHA1 Message Date
dependabot[bot]
7ccbaca219
build(deps): bump qs from 6.5.2 to 6.5.3 in /smoke-test/tests/cypress (#6663) 2022-12-08 14:57:10 -08:00
Aditya Radhakrishnan
f0f0355a83
feat(onboarding): adds framework and some steps for onboarding steps UI (#6462)
* feat(onboarding): adds models and API for onboarding steps feature

* feat(onboarding): adds backend for onboarding steps feature

* feat(onboarding): adds framework and some steps for onboarding steps UI
2022-12-07 16:21:55 -08:00
Aseem Bansal
626a06445a
feat(ci): add smoke test for domain mutation (#6641) 2022-12-07 15:27:50 +05:30
david-leifker
00e8750657
fix(test): fix delete smoke test (#6585) 2022-11-30 13:44:55 -06:00
david-leifker
a2dc229c62
fix(tests): Misc updates for tests, auth log level, and quickstart (#6491) 2022-11-29 08:44:55 -08:00
Chris Collins
6255181169
fix(ui) Display duplicate nodes in lineage viz (#6526) 2022-11-23 16:14:21 -08:00
John Joyce
86798ec618
feat(ui): Introducing Share Button on Entity Pages (#6450) 2022-11-22 08:48:03 -08:00
Gabe Lyons
62ac91a22e
docs(cypress): adding local cypress running instructions (#6492)
* adding cypress instructions

* adding h1 header for CI

* .md -> .txt

* Update README.txt
2022-11-18 13:23:23 -08:00
david-leifker
33fd876421
feat(elasticsearch): Updates to elasticsearch configuration, dao, and tests (#6269) 2022-11-15 18:03:11 -08:00
Aseem Bansal
9a687caae4
feat(build): env variable for creds pass to cypress (#6367) 2022-11-05 03:08:51 +05:30
John Joyce
0b9a30bd8d
refactor(ui): Refactor the Glossary Related Entities, Tag Profiles to use search filters instead of query API. (#6352) 2022-11-03 15:32:25 -07:00
Aseem Bansal
4d3c25be5e
feat(build): refactor cypress tests, add some tests for invite users, domain creation (#6259) 2022-11-03 22:53:49 +05:30
Chris Collins
cd1331fffe
feat(lineage) Add column-level impact analysis feature (#6272) 2022-10-26 16:43:39 -04:00
Chris Collins
31f90a4b52
fix(ui) Fix two lineage visualization bugs (#6278) 2022-10-26 13:56:32 -04:00
Aseem Bansal
7a6ca47706
feat(build): add cypress tests for glossary and deprecation (#6249) 2022-10-20 23:30:35 +05:30
Gabe Lyons
abe6781e25
adding domain & container tests (#6221) 2022-10-18 07:33:02 -07:00
Gabe Lyons
1939116002
fixing filtering on impact analysis + cypress tests (#6152) 2022-10-07 15:09:23 -07:00
Gabe Lyons
ce90310dd0
feat(advanced-search): Complete Advanced Search: backend changes & tying UI together (#6068)
* stashing progress

* adding remove option

* more progress

* editing

* further in

* additional rendering improvements

* stashing adv search progress

* stashing more progress

* propagating not filters back to UI

* more frontend progress

* more filters working

* getting ready for data platform selector

* add platform select functionality

* locking out switching btwn advanced and standard filters

* final polish

* remove unneeded code

* added unit and cypress tests

* resolutions after merge

* adding documentation

* cleaning up & refactoring

* removing console.log

* minor ui fix & removing unneeded code

* fixing lineage search

* fixing lints

* fix display of degree

* fixing test

* fixing lint

* responding to comments

* fixing tests

* fix smoke tests

* fixing cypress

* fixing cypress test

* responding to comments
2022-10-04 10:20:04 -07:00
Aditya Radhakrishnan
325b959ea6
feat(roles): add ability to invite users into a role (#6015) 2022-09-23 16:48:23 -07:00
RyanHolstien
0728656fbf
feat(patch): initial support of json patch style semantics in MCPs (#5901)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-09-22 23:52:18 -07:00
Ravindra Lanka
b8941ab190
feat(ingestion): Add fail-safe stale entity removal via configurable 'fail_safe_threshold' param. (#6027) 2022-09-22 16:09:22 -07:00
Ravindra Lanka
ee68f09624
feat(ingestion): Refactor standard state-handling tasks into a common handler that are common across all stateful ingestion sources. (#5766) 2022-09-14 09:30:42 -07:00
firas omrane
c606abdb40
fix(docker) Add platform to docker-compose command (#5683) 2022-09-14 17:56:42 +05:30
Ravindra Lanka
386719f15a
feat(platform): timeseries - Server & Client side changes to support timeseries aspect deletion & rollback. (#4756) 2022-09-11 11:27:46 -07:00
Chris Collins
3fb4fc35f7
feat(schema) Add search filter to Schema tab (#5845) 2022-09-09 14:28:53 -04:00
Pedro Silva
102754f138
feat(smoke-tests) Make smoke tests use standalone consumers (#5856) 2022-09-08 16:34:11 +05:30
John Joyce
d15518f0d9
fix(browse): Fixing browse path to remove requirement for simple name suffix (#5634) 2022-09-07 13:32:38 -07:00
Harshal Sheth
13e411e796
chore(smoke): add additional logs in smoke test (#5842)
Will help debug flakes like this one: https://github.com/datahub-project/datahub/runs/8213344841?check_suite_focus=true
2022-09-07 09:56:13 +05:30
Pedro Silva
20138a32e5
fix(standalone-consumers): Exclude Solr from spring boot application config & make them run on M1 (#5827)
* fix(standalone-consumers) Removes Solr from spring boot application config

* Adds standalone consumer option to datahub quickstart cli

* Rename files

* Make dockerize platform agnostic & change docker compose utility to work with M1

* Fix MAE/MCE dockerfiles for arm & make smoke tests use standalone consumers

* Fix identation

* Use master code

* Adds ARM image publishing for consumers

* Fix linter

* Fix lint
2022-09-06 13:55:31 -05:00
Harshal Sheth
2a95248f6a
test(smoke-test): check debug arg in executor requests (#5811) 2022-09-02 10:43:12 +05:30
Gabe Lyons
5bf5fc2d66
feat(previews): add previews for glossary terms, tags, and domains (#5784)
* add graphql for chart glossary terms

* add placeholder tab component

* continued progress

* finished rendering of other tooltips

* fix tests

* add null check

* force more clicks

* fix analytics test
2022-08-31 20:48:32 -07:00
John Joyce
c0a69eb2eb
fix(ci): Attempting to fix failing smoke tests (#5760) 2022-08-31 10:19:00 -07:00
Ravindra Lanka
228f3b50ea
feat(ingestion): send reports of ingestion runs to datahub (#5639)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-08-19 09:08:17 -07:00
Aseem Bansal
2ba80f0418
feat(test): add option to send to slack thread (#5673) 2022-08-18 09:04:32 -07:00
Aseem Bansal
01e5bdf092
fix(ci): use graphql instead of restli (#5610) 2022-08-16 17:28:15 +05:30
Aseem Bansal
39c919407f
fix(ci): add env variable for creds smoke test (#5609) 2022-08-10 17:04:28 +05:30
Aseem Bansal
526d0497a7
fix(ci): cleanup sleeps to instead use retries (#5597) 2022-08-09 11:18:49 -07:00
Aseem Bansal
d20071ad91
fix(ci): smoke test less flaky, add src, dev dep in smoke image (#5594) 2022-08-09 19:07:12 +05:30
Aseem Bansal
edc31f453a
feat(test): add read-only smoke tests (#5558) 2022-08-05 16:35:23 -07:00
Aseem Bansal
2eef7e4c44
fix(ci): flaky smoke test fix (#5569) 2022-08-04 19:03:28 +05:30
John Joyce
44d5276879
feat(ui): Support batch adding / remove tags from search lists. (Batch Actions part 2/7) (#5534) 2022-08-02 08:38:44 -07:00
Aditya Radhakrishnan
eec5eae0ab
feat(groups): add native groups concept to DataHub (#5443) 2022-07-20 16:55:10 -07:00
Gabe Lyons
a52fac57f4
fix(siblings): fixing lineage fetching for siblings & sources (#5415) 2022-07-19 09:15:31 -07:00
Pedro Silva
6e07ec5924
fix(tests): Removes duplicate policies tests & makes DataHub user configurable (#5365) 2022-07-15 19:14:19 +05:30
Gabe Lyons
cd147685c7
feat(siblings): allow viewing siblings separately (#5390)
* allow pulling back curtain for siblings

* sibling pullback working for lineage + property merge

* propagating provinence to ui

* fixups from merge & some renames

* fix styling & add tooltip

* adding cypress tests

* fix lint

* updating mocks

* updating smoke test

* fixing domains smoke test

* responding to comments
2022-07-14 14:23:12 -07:00
Navin Sharma
ee7c5f75a2
Add Changes to support smoke test on Datahub deployed on kubernetes Cluster (#5334)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2022-07-14 22:04:06 +05:30
Pedro Silva
14f769e0d5
fix(tokens) Adds non-admin tests for access tokens (#5174) 2022-07-05 18:57:23 -07:00
Aseem Bansal
c95dc926a3
fix(test): add cleanup in tests, make urls configurable (#5287) 2022-06-30 16:00:50 +05:30
Gabe Lyons
9e58cd6ff1
fix(Siblings): Have sibling hook use entity client (#5279)
* fixing dbt platform issues

* have sibling hook use entity client over entity service

* switching search service as well

* lint

* more lint

* more specific exceptions
2022-06-29 10:02:45 -07:00
Gabe Lyons
baf3f3f33c
feat(dbt): add sibling association logic to associate dbt elements with their target systems (#5190) 2022-06-22 08:31:18 -07:00