- e32f7b0 Adding Lahiru as a collaborator by Marcus Christie · 1 year, 5 months ago main
- 61ef2c5 Merge pull request #42 from apache/machristie/issue8 by Marcus Christie · 1 year, 5 months ago
- eaf7692 Fix path to new changelog by Marcus Christie · 1 year, 5 months ago
- 8e20b8c Change a couple columns to be not-nullable #8 by Marcus Christie · 1 year, 5 months ago
- f7eb2be Adding custos schema to liquibase migration script by Marcus Christie · 1 year, 5 months ago
- 3432524 Integrate liquibase for creating the initial db schema #8 by Marcus Christie · 1 year, 5 months ago
- ca3f26b Merge pull request #41 from apache/executable-jar by Marcus Christie · 1 year, 7 months ago
- 2948b0e Build an executable data-catalog api service jar by Marcus Christie · 1 year, 7 months ago
- 5fbd524 Merge pull request #40 from apache/custos-integration by Marcus Christie · 1 year, 8 months ago
- 9cad7f4 Fixes to Custos integration, primarily with the data product sharing view by Marcus Christie · 1 year, 8 months ago
- 7d6349b Fix super tenant query for resolving user by Marcus Christie · 1 year, 9 months ago
- ad670ab Merge pull request #37 from lahirujayathilake/main by Marcus Christie · 1 year, 9 months ago
- 4f41cbf support 'union' search queries and client samples by Lahiru Jayathilake · 1 year, 9 months ago
- 77f501f included the functionality to retrieve all the metadata schemas by Lahiru Jayathilake · 1 year, 9 months ago
- fb9b52b Disable custos sharing integration for now by Marcus Christie · 1 year, 9 months ago
- ca6db18 Merge pull request #32 from apache/custos-integration by Marcus Christie · 1 year, 9 months ago
- 6399bed Utility class to generate test Custos user for local testing and development by Marcus Christie · 1 year, 9 months ago
- 9260d2d Make tenantId and userId configurable by Marcus Christie · 1 year, 9 months ago
- e4adca5 Custos sdk dependency fixes by Marcus Christie · 1 year, 9 months ago
- a65085d Don't start a web server port, unneeded by Marcus Christie · 1 year, 9 months ago
- 25a3eae Don't need to call onCompleted after onError by Marcus Christie · 1 year, 9 months ago
- e7570f2 Make usePlainText a property by Marcus Christie · 1 year, 9 months ago
- bf71050 Refactored projects splitting out core and simple sharing impl and custos sharing impl by Marcus Christie · 1 year, 9 months ago
- d13e11b Class name based configuration of sharing manager by Marcus Christie · 1 year, 9 months ago
- eacc78d Add spring jpa auditing by Marcus Christie · 1 year, 9 months ago
- 381a452 Checking if user already exists by Marcus Christie · 1 year, 9 months ago
- 30a361b Merge pull request #29 from isururanawaka/main by Marcus Christie · 1 year, 9 months ago
- f424f48 Merge branch 'custos-integration' into main by Marcus Christie · 1 year, 9 months ago
- e070663 Integrated SharingManager into the Data Catalog API by Marcus Christie · 1 year, 9 months ago
- 8113e9b Owner of data product has all permissions by Marcus Christie · 1 year, 9 months ago
- 5c6fd81 Removing todo, nothing to initialize per tenant by Marcus Christie · 1 year, 9 months ago
- 032c659 Simple implementation of hierarchical sharing of data products by Marcus Christie · 1 year, 9 months ago
- 00a04c5 Adding unique constraints by Marcus Christie · 1 year, 9 months ago
- ea2a4c6 Pick sharing manager implementation based on config by Marcus Christie · 1 year, 9 months ago
- 2f91e24 simple public sharing implementation by Marcus Christie · 1 year, 9 months ago
- a798dbb simple group sharing implementation by Marcus Christie · 1 year, 9 months ago
- a0c86b2 Initial simple sharing implementation with user sharing implemented by Marcus Christie · 1 year, 9 months ago
- 76d4c01 Implement resolve user method by Isuru Ranawaka · 1 year, 10 months ago
- 0e958f2 Return name of data product sharing view in Custos impl by Marcus Christie · 1 year, 10 months ago
- e5cd6e4 Initial implementation of data product sharing view by Marcus Christie · 1 year, 10 months ago
- 40597be Including who is doing the sharing in the API by Marcus Christie · 1 year, 10 months ago
- 8bbbbfd Create the data product sharing entity if it doesn't exist by Marcus Christie · 1 year, 10 months ago
- b94e157 Adding Custos sharing manager initialization: creating entity type and permission type by Marcus Christie · 1 year, 10 months ago
- 9f3c7b6 Adds SharingException to SharingManager methods for sharing errors by Marcus Christie · 1 year, 10 months ago
- b493b4f Merge pull request #17 from isururanawaka/main by Marcus Christie · 1 year, 10 months ago
- 4ae109c Merge branch 'custos-integration' into main by Marcus Christie · 1 year, 10 months ago
- 115764e Merge pull request #22 from apache/calcite by Marcus Christie · 1 year, 10 months ago
- ace3d89 Merge branch 'main' into calcite by Marcus Christie · 1 year, 10 months ago
- ac7d4ac Error reporting added when sql fails to parse or validate by Marcus Christie · 1 year, 10 months ago
- 8a148e8 Implement basic data product search over metadata schemas by Marcus Christie · 1 year, 10 months ago
- 5596701 Merge pull request #21 from lahirujayathilake/main by Marcus Christie · 1 year, 10 months ago
- 60901b5 handled data product not existing scenario by Lahiru Jayathilake · 1 year, 11 months ago
- df2f152 Merge pull request #20 from lahirujayathilake/main by Marcus Christie · 1 year, 11 months ago
- a62b91a included metadata values when mapping entity to a model by Lahiru Jayathilake · 1 year, 11 months ago
- d6087ea view macro attempt, but Calcite doesn't support PostgreSQL json functions by Marcus Christie · 1 year, 11 months ago
- c3abe75 Initial result of running pg query through Calcite by Marcus Christie · 1 year, 11 months ago
- 4d3de78 Merge pull request #18 from apache/machristie/issue7 by Marcus Christie · 1 year, 11 months ago
- 5689e1a Check if metadata schema field exists first before creating by Marcus Christie · 1 year, 11 months ago
- 18a9563 Transactional service layer for data catalog db operations by Marcus Christie · 1 year, 11 months ago
- a1ceaaa Unique constraint on field name by Marcus Christie · 2 years ago
- c769547 Fixing query method name by Marcus Christie · 2 years ago
- 849b926 Cascading metadata schema delete to fields by Marcus Christie · 2 years ago
- 88be4d0 Additional methods to manage metadata schemas by Marcus Christie · 2 years ago
- 9d7f93b Support creating data product for known metadata schemas by Marcus Christie · 2 years ago
- 011dff8 moved test package by Marcus Christie · 2 years ago
- 584cff2 Implement adding/removing data product to/from metadata schema by Marcus Christie · 2 years ago
- 5fbb510 implement sharing logic by Isuru Ranawaka · 2 years ago
- 454ca5a Adding custos sharing lib by Isuru Ranawaka · 2 years ago
- 131ca0e Initial work at implementing metadata schema management APIs by Marcus Christie · 2 years ago
- d1d40f5 Merge pull request #16 from apache:machristie/issue6 by Marcus Christie · 2 years ago
- 25a311a Data Product CRUD API Fixes #6 by Marcus Christie · 2 years ago
- dd0e770 Fixing issue with 'user' being reserved word by changing table name by Marcus Christie · 2 years ago
- 0265694 Adding the mandatory LICENSE and NOTICE files by Suresh Marru · 2 years ago
- fdebc4f Adding API documentation by Marcus Christie · 2 years ago
- ce00847 Update .asf.yaml with GitHub metadata, enabling issues by Marcus Christie · 2 years ago
- 2e63939 Initial work on sharing management interface by Marcus Christie · 2 years ago
- 6d8f094 Added mapping of metadata column to JSONB/JsonNode by Marcus Christie · 2 years ago
- 33bdc76 Adding PostgreSQL docker-compose script and README instructions by Marcus Christie · 2 years ago
- 9ea7ae9 Add unique constraint to external_id by Marcus Christie · 2 years ago
- 96785f9 Initial commit, createDataProduct implemented by Marcus Christie · 2 years ago