Harshal Sheth
dced25fef7
feat(ingest): switch quickstart to Python ingestion ( #2158 )
2021-03-02 11:48:26 -08:00
Pedro Silva
6c7668115f
feat(ingest): support alternative authentication in sql ingestion ( #2156 )
2021-03-02 11:47:47 -08:00
Gabe Lyons
082d2fb7cc
fix(react): fixing format we propagate filters to graphql in ( #2152 )
2021-03-02 11:46:55 -08:00
Gabe Lyons
83cd89ad08
feat(react): Redirecting /assets to index ( #2154 )
2021-03-02 10:52:57 -08:00
Harshal Sheth
11532a1cc3
build(docker): add large generated directories to dockerignore ( #2151 )
2021-03-02 10:48:55 -08:00
Harshal Sheth
9e73794022
ci(ingest): setup docker container for metadata ingestion ( #2150 )
2021-03-01 17:36:38 -08:00
Rickard Cardell
3252e92a16
feat: neo4j Bolt TLS support ( #2100 ) ( #2145 )
...
* Bumping version of neo4j-java-driver to include encryption support that came in 4.0.1.
2021-03-01 12:55:46 -08:00
Dexter Lee
cda1ce4589
feat(dashboards): Add browse end point for charts and dashboards ( #2143 )
...
Co-authored-by: Dexter Lee <dexter@acryl.io>
2021-02-28 10:53:02 -08:00
Rickard Cardell
4db9914432
feat: neo4j https support ( #2101 ) ( #2144 )
...
* feat: neo4j https support (#2101 )
Ability to specify http as well as https URI schemes in the 'NEO4J_HOST' variable.
2021-02-26 21:28:22 -08:00
Gabe Lyons
85f4f88d7d
docs(frontend): Update docs to clarify running local frontend w/ local react app ( #2147 )
2021-02-26 21:24:20 -08:00
John Joyce
4dcea8c1d3
feat(gms): Add optional data platform display name ( #2148 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-26 21:22:18 -08:00
John Plaisted
d3cad7bba8
Switch GMA dep from bintray to artifactory. ( #2149 )
...
* Switch GMA dep from bintray to artifactory.
Bintray is set for deprecation and EoL in a few months.
We still need bintray for pegasus until restli team migrates off of it.
* tick version to version that should only be on artifactory
2021-02-26 14:21:01 -08:00
John Joyce
0833f8ceb1
Fixing required audit stamps bug ( #2146 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-26 11:07:22 -08:00
John Joyce
606a5af0c4
feat(React): Search page UI improvements, 'all' entity search. ( #2140 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-25 15:27:58 -08:00
Thomas Larsson
8fe9520ddc
feat(datahub-dao): enable services to access gms over https ( #2133 )
...
Co-authored-by: thomas.larsson <thomas.larsson@klarna.com>
2021-02-25 14:26:23 -08:00
Harshal Sheth
656d9c771b
feat(ingest): support Postgres PostGIS extensions ( #2136 )
2021-02-25 09:05:16 -08:00
Gabe Lyons
e6f7f39d15
docs(Ownership): making lack of support for ownergroups in frontend explicit in pdl ( #2139 )
2021-02-24 22:32:55 -08:00
Dexter Lee
e7c3fd867b
refactor(docker-dev): set up elasticsearch using local mapping on docker-compose.dev ( #2137 )
...
Co-authored-by: Dexter Lee <dexter@acryl.io>
2021-02-24 16:00:16 -08:00
Harshal Sheth
d2745ee9cd
ci(ingest): run apt update ( #2135 )
2021-02-23 20:51:23 -08:00
Harshal Sheth
ac064584ae
refactor(ingest): cleanup configuration models ( #2134 )
2021-02-23 15:55:31 -08:00
John Joyce
03f673b16c
feat(React UI): SearchPage and SearchResultsPage ( #2130 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-23 12:45:42 -08:00
John Joyce
e818ecc702
Add URL to dashboard / chart page ( #2132 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-22 22:28:50 -08:00
Gabe Lyons
4dcbef6bc4
fix(React): Adding test coverage for search page & fixing filter select bug ( #2131 )
2021-02-22 22:25:20 -08:00
John Joyce
1b96cd8c26
fix(react): Fix authenticated user profile ( #2128 )
2021-02-20 12:01:42 -08:00
Harshal Sheth
2a184dd3d5
fix(ingest): gracefully handle unknown types ( #2125 )
2021-02-19 19:57:13 -08:00
John Joyce
4f8d8b31ac
feat: Introducing optional DataPlatform logo url ( #2127 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-19 19:51:49 -08:00
John Plaisted
b9e9a08f3b
Fix link to ES mappings file
2021-02-19 19:29:37 -08:00
Harshal Sheth
e096c61a32
fix(ingest): update sample MCEs based on MLModel changes ( #2124 )
2021-02-19 17:03:27 -08:00
John Joyce
8e03441ffe
fix(gms): fix getAllDataPlatforms bug ( #2126 )
2021-02-19 14:30:55 -08:00
Harshal Sheth
b2fc27dbe8
docs(ingest): add solutions for common install issues ( #2123 )
2021-02-18 20:06:30 -08:00
Harshal Sheth
76e0594b8b
feat(ingest): add support for LDAP ingestion ( #2122 )
2021-02-18 20:05:39 -08:00
Harshal Sheth
9336cbc743
test(ingest): verify the output of mssql ( #2120 )
2021-02-18 14:47:49 -08:00
John Joyce
b4430a534f
feat(React): Adding basic chart + dashboard UI ( #2119 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-18 12:33:17 -08:00
brendansun93
65b231c45d
feat(React): Avatar dropdown menu and logout function ( #2115 )
...
Co-authored-by: Brendan Sun <shihaosun@geotab.com>
2021-02-18 11:16:57 -08:00
Harshal Sheth
dfe00bfee8
feat(ingest): improve error reporting for pipelines ( #2121 )
2021-02-18 11:15:13 -08:00
John Joyce
12ff330a54
feat(GraphQL API): GQL implementation of Charts + Dashboards ( #2117 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-17 23:36:17 -08:00
John Joyce
1aede64465
bug(docker react): Fix react docker image build ( #2118 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-17 23:11:32 -08:00
Harshal Sheth
02ffa6fd54
docs(ingest): add example DAGs for Airflow ( #2116 )
2021-02-17 18:01:22 -08:00
RyanHolstien
ea86ade29b
feat: ML Model Backend Implementation ( #1896 )
...
Co-authored-by: RyanHolstien <rholstien@expediagroup.com>
2021-02-17 13:28:13 -08:00
John Joyce
77c0a8764b
feat(graphql): Add Dashboards + Charts Models ( #2109 )
...
Co-authored-by: John Joyce <john@acryl.io>
2021-02-16 21:48:21 -08:00
John Joyce
715fb7d7f7
bug(docker): Removing datahub-gms-graphql-service from default docker-compose.yml file ( #2111 )
2021-02-16 21:47:38 -08:00
Harshal Sheth
fd4878a89d
docs(ingest): clarify docs for new ingestion framework ( #2108 )
2021-02-16 15:31:13 -08:00
Shirshanka Das
a141f8dbfa
Update with Feb 19 Agenda ( #2107 )
2021-02-16 08:29:20 -08:00
Harshal Sheth
6e0c7ee37f
Add architecture diagram
2021-02-15 18:29:27 -08:00
Shirshanka Das
194365ce33
Adding pointers to py and java ingestion scripts
2021-02-15 18:29:27 -08:00
Harshal Sheth
6b750fc4fb
Update docs
2021-02-15 18:29:27 -08:00
Harshal Sheth
347148b79b
Update python workflow
2021-02-15 18:29:27 -08:00
Harshal Sheth
2d901a087a
Remove docker scripts
2021-02-15 18:29:27 -08:00
Harshal Sheth
38f75be8ad
gometa -> datahub
2021-02-15 18:29:27 -08:00
Harshal Sheth
0063c04460
gometa-ingest -> datahub ingest
2021-02-15 18:29:27 -08:00