45 Commits

Author SHA1 Message Date
david-leifker
6c55511f9a
fix(misc): misc fixes (#11678) 2024-10-22 06:59:40 -05:00
david-leifker
4296373c5f
config(rest-api): enable authentication and api authorization by default (#11484) 2024-09-27 11:31:25 -05:00
david-leifker
d36edcace9
test(smoke-test): updates to smoke-tests (#11152) 2024-08-13 15:53:23 -05:00
Aseem Bansal
3c0727e9b7
feat(ci): split no cypress test suite (#9387) 2023-12-06 15:07:50 +05:30
Aditya Radhakrishnan
0ff7bea043
fix(smoke-test): fix native user and access token tests (#7628) 2023-03-20 16:04:42 -05:00
Harshal Sheth
28b973e9e5
fix(smoke): add missing test resource (#7455) 2023-02-28 13:08:11 -08:00
Aseem Bansal
c12f3491a2
refactor(tests): extract common code (#7441) 2023-02-27 19:06:16 +05:30
Aseem Bansal
1bec1d87bd
fix(ci): reduce smoke test run time (#6841) 2022-12-27 00:08:01 +05:30
david-leifker
33fd876421
feat(elasticsearch): Updates to elasticsearch configuration, dao, and tests (#6269) 2022-11-15 18:03:11 -08: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
Aditya Radhakrishnan
325b959ea6
feat(roles): add ability to invite users into a role (#6015) 2022-09-23 16:48:23 -07:00
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
Aditya Radhakrishnan
eec5eae0ab
feat(groups): add native groups concept to DataHub (#5443) 2022-07-20 16:55:10 -07:00
Pedro Silva
6e07ec5924
fix(tests): Removes duplicate policies tests & makes DataHub user configurable (#5365) 2022-07-15 19:14:19 +05:30
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
Aseem Bansal
c95dc926a3
fix(test): add cleanup in tests, make urls configurable (#5287) 2022-06-30 16:00:50 +05:30
Aditya Radhakrishnan
fdf4e48495
feat(users): add ability to add native users from the UI (#5097)
Co-authored-by: John Joyce <john@acryl.io>
2022-06-08 18:13:22 -07:00
Dexter Lee
980c0550de
fix(policies): Re-revert the policies fix + ingest documents directly to search (#4733) 2022-04-25 18:45:01 -07:00
Dexter Lee
3584d64f1c
Revert "fix(policy): Use search to fetch all policies (#4713)" (#4725)
This reverts commit 8185ba441cf9266c3c811f2d0b13cdd38b7df6ba.
2022-04-22 10:05:41 -07:00
Dexter Lee
8185ba441c
fix(policy): Use search to fetch all policies (#4713)
* fix(policy): Use search to fetch all policies

* Add updated timestamp

* Change refetching logic and add timeout

* Increase wait on smoke test
2022-04-21 22:15:11 -07:00
Gabe Lyons
a21e3c16b4
wait more for add/remove user test (#4339) 2022-03-07 14:21:44 -08:00
John Joyce
93befda8cf
feat(groups): Adding editable group properties in the backend (#4166) 2022-02-17 22:47:59 -08:00
Ravindra Lanka
f20382f956
feat(ingest): framework - client side changes for monitoring and reporting (#3807) 2022-02-02 13:19:15 -08:00
John Joyce
ea271711bb
fix(groups): Fix UI encoding of groups with spaces in urns (#4021) 2022-02-01 10:47:45 -08:00
John Joyce
271784c9c1
feat(ui): UI-based ingestion (as featured in Dec Townhall) (#3975) 2022-01-27 10:33:12 -08:00
John Joyce
0da1a6b53d
fix(graphQL): Fixing set ordering in batchGet of entities (#3950) 2022-01-23 11:24:09 -08:00
Ravindra Lanka
bd69e736ba
feat(Stateful Ingestion-2/3): Client side changes for checkpointing a source job state. (#3763)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-12-16 20:06:33 -08:00
John Joyce
3bac7f7c43
fix(deletes): Fixing system metadata index deletes (#3693) 2021-12-08 14:03:24 -08:00
Dexter Lee
025202a634
fix(search): Fix issue when query is empty (#3620) 2021-11-28 16:03:40 -08:00
John Joyce
f49666a230
feat(auth): Metadata Service Authentication! (#3598) 2021-11-22 16:33:14 -08:00
Gabe Lyons
4a0ed0710d
tests(smoke): introducing first isolated smoke test: updating tags & terms (#3496) 2021-11-02 12:42:53 -07:00
John Joyce
2f03ad854b
feat(recommendations): Recommendations infra P1 (#3455) 2021-10-26 21:23:08 -07:00
John Joyce
ed01b59a00
feat(users & groups): User & Groups Management GraphQL APIs + UI (#3318) 2021-10-07 16:14:35 -07:00
Dexter Lee
d0548408b4
feat(search): redesign search page - left filter pane (#3337) 2021-10-07 11:41:29 -07:00
John Joyce
106be099f3
refactor(graphql): GraphQL Public API Refactor + Documentation (#3278) 2021-09-22 17:30:15 -07:00
Gabe Lyons
fa9e172a18
fix(react): fix updates from the UI (#3280) 2021-09-22 08:34:45 -07:00
Gabe Lyons
6bf237b38e
feat(graphql): Adding write side validation and tests for add+remove API (#3259) 2021-09-20 11:58:31 -07:00
rslanka
c418bc845c
feat(Analytics): Support for Timeseries Aggregated Statistics (#3207)
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
Co-authored-by: Dexter Lee <dexter@acryl.io>
2021-09-14 18:35:10 -07:00
John Joyce
ccb09a6966
feat(access control): Fine-Grained Access Control M1 (#3182) 2021-09-02 19:05:13 -07:00
John Joyce
383bde18f5
chore(frontend): Remove unused files 1/4 (#3014) 2021-08-09 09:48:05 -07:00
Gabe Lyons
8c4a1414fc
fix(gms): handling partial system metadata in gms (#3030) 2021-08-04 12:26:29 -07:00
Harshal Sheth
19b2a42a00
feat: usage stats (part 2) (#2762)
Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
2021-06-24 19:44:59 -07:00
John Joyce
7591c8994a
feat(datahub cli): DataHub CLI Quickstart (#2689) 2021-06-14 17:15:24 -07:00
Harshal Sheth
201ffd4979
test: add smoke test (#2464) 2021-04-29 23:27:03 -07:00