-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/1693 api v3 disabled fails validation #2066
Feature/1693 api v3 disabled fails validation #2066
Commits on Mar 7, 2022
-
#1693 API v3: VersionedModel v3 init - VersionedModelControllerV3 bas…
…e contours, empty DatasetControllerV3 to test
Configuration menu - View commit details
-
Copy full SHA for f1798b2 - Browse repository at this point
Copy the full SHA f1798b2View commit details -
#1693 API v3: some basic VersionedModelControllerV3 integration test
- login allowed at /api/login & /api-v3/login - v2/v3 BaseRestApiTest distinquished
Configuration menu - View commit details
-
Copy full SHA for 0f62851 - Browse repository at this point
Copy the full SHA 0f62851View commit details
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c01cfda - Browse repository at this point
Copy the full SHA c01cfdaView commit details
Commits on Mar 21, 2022
-
#1693 API v3: VersionedModelControllerV3 - post to yield location hea…
…der and no content -> IT updated
Configuration menu - View commit details
-
Copy full SHA for 4fd08e2 - Browse repository at this point
Copy the full SHA 4fd08e2View commit details
Commits on Mar 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5c8e005 - Browse repository at this point
Copy the full SHA 5c8e005View commit details -
#1693 API v3: VersionedModelControllerV3 - IT for /ds/export (latest …
…version, includes a sample CR)
Configuration menu - View commit details
-
Copy full SHA for 458bfed - Browse repository at this point
Copy the full SHA 458bfedView commit details -
#1693 API v3: VersionedModelControllerV3 - location header for put/po…
…st and post-import + IT to prove correct behavior
Configuration menu - View commit details
-
Copy full SHA for a7a6cf9 - Browse repository at this point
Copy the full SHA a7a6cf9View commit details
Commits on Mar 24, 2022
-
#1693 API v3: VersionedModelControllerV3 - location header for post-i…
…mport + IT to prove correct behavior - fix with common location processing with segment stripping (+normalization)
Configuration menu - View commit details
-
Copy full SHA for af489b1 - Browse repository at this point
Copy the full SHA af489b1View commit details -
#1693 API v3: VersionedModelControllerV3 -IT for GET datasets/{name},…
… GET datasets/{name}/{version}
Configuration menu - View commit details
-
Copy full SHA for 21f8008 - Browse repository at this point
Copy the full SHA 21f8008View commit details -
#1693 API v3: VersionedModelControllerV3 - IT for GET datasets/{name}…
…/audit-trail added
Configuration menu - View commit details
-
Copy full SHA for 6f63117 - Browse repository at this point
Copy the full SHA 6f63117View commit details -
#1693 API v3: VersionedModelControllerV3 - GET /datasets/{name}/{vers…
…ion} now works for # or 'latest' (IT = regression test)
Configuration menu - View commit details
-
Copy full SHA for 76e87ce - Browse repository at this point
Copy the full SHA 76e87ceView commit details -
#1693 API v3: VersionedModelControllerV3 - common implementation of /…
…{name}/{version} and /{name}/latest - improved
Configuration menu - View commit details
-
Copy full SHA for d62cd90 - Browse repository at this point
Copy the full SHA d62cd90View commit details -
#1693 API v3: VersionedModelControllerV3 - /{name}/{version}/used-in …
…- supports latest for as version-expression, impl for datasets improved by actual existence checking + IT test cases for non-existing/non-latest queries
Configuration menu - View commit details
-
Copy full SHA for fc4c359 - Browse repository at this point
Copy the full SHA fc4c359View commit details
Commits on Mar 29, 2022
-
#1693 API v3: VersionedModelControllerV3 - GET/PUT /{name}/{version}/…
…properties - supports latest for as version-expression; get impl is unvalidated, put impl checks validity - login is now common, under /api/login for both v2 and v3 (did not work previously)
Configuration menu - View commit details
-
Copy full SHA for e6c8d8c - Browse repository at this point
Copy the full SHA e6c8d8cView commit details
Commits on Mar 30, 2022
-
#1693 API v3: VersionedModelControllerV3 - GET/PUT /{name}/{version}/…
…properties - supports latest for as version-expression; get impl is unvalidated, put impl checks validity - extended for different validation cases - login is now common, under /api/login for both v2 and v3 (did not work previously)
Configuration menu - View commit details
-
Copy full SHA for 3566df5 - Browse repository at this point
Copy the full SHA 3566df5View commit details -
#1693 Fix: (v2) VersionedModelController.getLatestVersionNumber(): Fu…
…ture -> CompletableFuture (mistake reverted)
Configuration menu - View commit details
-
Copy full SHA for 219360a - Browse repository at this point
Copy the full SHA 219360aView commit details -
#1693 VersionedModelControllerV3:
/{name}/{version}/validation
impl…… added. IT mostly adjusted, but there are todos - DatasetServiceV3 introduced to carry difference in behavior to DatasetService. original entity validation has been divided into create-validation and regular-entity validation. - buildfix for VersionedModelServiceTest
Configuration menu - View commit details
-
Copy full SHA for 112ac1e - Browse repository at this point
Copy the full SHA 112ac1eView commit details
Commits on Mar 31, 2022
-
#1693 VersionedModelControllerV3 - IT extended for `POST /{name}/{ver…
…sion}` in proper validations
Configuration menu - View commit details
-
Copy full SHA for 101b37a - Browse repository at this point
Copy the full SHA 101b37aView commit details
Commits on Apr 1, 2022
-
#1693 VersionedModelControllerV3 - conformance rule mgmt GET+POST dat…
…asets/dsName/version/rules, GET datasets/dsName/version/rules/# + IT
Configuration menu - View commit details
-
Copy full SHA for b934958 - Browse repository at this point
Copy the full SHA b934958View commit details
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 51ad013 - Browse repository at this point
Copy the full SHA 51ad013View commit details -
#1693 Validation-warnings as payload to caller in V3
- v2 ignores this added information - needs
Configuration menu - View commit details
-
Copy full SHA for ba5edce - Browse repository at this point
Copy the full SHA ba5edceView commit details
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 662119b - Browse repository at this point
Copy the full SHA 662119bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0fd955 - Browse repository at this point
Copy the full SHA b0fd955View commit details -
Configuration menu - View commit details
-
Copy full SHA for d480445 - Browse repository at this point
Copy the full SHA d480445View commit details -
Merge branch 'feature/1693-api-v3-versioned-model' into feature/1693-…
…api-v3-schema-etc
Configuration menu - View commit details
-
Copy full SHA for bffbf55 - Browse repository at this point
Copy the full SHA bffbf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3542a43 - Browse repository at this point
Copy the full SHA 3542a43View commit details -
Merge branch 'feature/1693-api-v3-versioned-model' into feature/1693-…
…api-v3-schema-etc
Configuration menu - View commit details
-
Copy full SHA for 51d68a8 - Browse repository at this point
Copy the full SHA 51d68a8View commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e1c904e - Browse repository at this point
Copy the full SHA e1c904eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 489ae12 - Browse repository at this point
Copy the full SHA 489ae12View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ef401 - Browse repository at this point
Copy the full SHA d6ef401View commit details -
Configuration menu - View commit details
-
Copy full SHA for a75ab85 - Browse repository at this point
Copy the full SHA a75ab85View commit details -
Merge branch 'feature/1693-api-v3-versioned-model' into feature/1693-…
…api-v3-schema-etc
Configuration menu - View commit details
-
Copy full SHA for 6a16696 - Browse repository at this point
Copy the full SHA 6a16696View commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65b9f21 - Browse repository at this point
Copy the full SHA 65b9f21View commit details
Commits on Apr 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4426ff7 - Browse repository at this point
Copy the full SHA 4426ff7View commit details -
#1693 schema controller v3 - partial IT - POST, .../json, .../origina…
…l, .../from-file
Configuration menu - View commit details
-
Copy full SHA for fe6246c - Browse repository at this point
Copy the full SHA fe6246cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9241eb1 - Browse repository at this point
Copy the full SHA 9241eb1View commit details
Commits on Apr 20, 2022
-
#1693 PropertyDefinitionControllerV3 - impl + IT for create;
VersionedModelControllerV3 now requires admin rights on specific endpoints (create, edit, import, delete) - TODO reflect in other datatypes
Configuration menu - View commit details
-
Copy full SHA for 373bf1d - Browse repository at this point
Copy the full SHA 373bf1dView commit details -
#1693 admin rights required in VersionedModelControllerV3 -> reflecte…
…d in DatasetControllerV3, MappingTableControllerV3, SchemaControllerV3. ITs fixed, but 403 tests missing
Configuration menu - View commit details
-
Copy full SHA for 73bb8fd - Browse repository at this point
Copy the full SHA 73bb8fdView commit details -
#1693 admin rights required in VersionedModelControllerV3 -> ITs with…
… 403 cases for all types
Configuration menu - View commit details
-
Copy full SHA for a2c5f40 - Browse repository at this point
Copy the full SHA a2c5f40View commit details
Commits on Apr 22, 2022
-
#1693 schema api v3: GET ... /json 400 with validation errors on empt…
…y fields + PUT/POST with schema with empty fields -> 400 validation error, too. + ITs reflecting this (this reqiured parallel SchemaServiceV3)
Configuration menu - View commit details
-
Copy full SHA for 4d9f623 - Browse repository at this point
Copy the full SHA 4d9f623View commit details
Commits on Apr 25, 2022
-
#1693 dataset v2 delete IT asserted to make sure there are regression…
…s to the implementation of V3 alongside of V2
Configuration menu - View commit details
-
Copy full SHA for f410702 - Browse repository at this point
Copy the full SHA f410702View commit details -
#1693 VersionedModelControllerV3 disable (DELETE .../{name}) + enable…
… (PUT .../{name}) implemented. ITs cover dataset disabling - BaseRestApiTest omits entity for Delete calls + reflected in various places
Configuration menu - View commit details
-
Copy full SHA for 27b2e62 - Browse repository at this point
Copy the full SHA 27b2e62View commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1787692 - Browse repository at this point
Copy the full SHA 1787692View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4559b1 - Browse repository at this point
Copy the full SHA e4559b1View commit details
Commits on Apr 27, 2022
-
#1693 VersionedModelControllerV3 - 2 levels of .../used-in exist ( /{…
…name}/used-in & /{name}/{version}/used-in). The former is used in disable checking. IT cases added for Schema usedIns, Datasets with disabled entities
Configuration menu - View commit details
-
Copy full SHA for cdbe7ae - Browse repository at this point
Copy the full SHA cdbe7aeView commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be02b5d - Browse repository at this point
Copy the full SHA be02b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c326e - Browse repository at this point
Copy the full SHA 09c326eView commit details -
Merge branch 'feature/1693-api-v3-versioned-model' into feature/1693-…
…api-v3-schema-etc
Configuration menu - View commit details
-
Copy full SHA for 5df526d - Browse repository at this point
Copy the full SHA 5df526dView commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate
Configuration menu - View commit details
-
Copy full SHA for fd87e11 - Browse repository at this point
Copy the full SHA fd87e11View commit details
Commits on Apr 29, 2022
-
#1693 PR review update: SchemaService(V3) update/create behavior is e…
…xtensible via `updateFields` method - V3 uses this to reflect schema fields (actual name of the field :D).
Configuration menu - View commit details
-
Copy full SHA for 8baf2d3 - Browse repository at this point
Copy the full SHA 8baf2d3View commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate
Configuration menu - View commit details
-
Copy full SHA for 0677bef - Browse repository at this point
Copy the full SHA 0677befView commit details -
Configuration menu - View commit details
-
Copy full SHA for a474054 - Browse repository at this point
Copy the full SHA a474054View commit details -
#1693 MT in MCR check - usedIn fix (originally from JS). IT test-case…
…s for usedIn and delete added. Custom alternative: ```scala // /** // * Finds references of MappingTable in Dataset's mapping conformance rules // * @param mtName // * @return // */ // def findRefByMappingTableInMappingConformanceRules(mtName: String, version: Option[Int]): Future[Seq[MenasReference]] = { // /* The gist of the find query that this method is based on; testable in a mongo client // { $and : [ // {...}, // non disabled // {"conformance": {"$elemMatch": {$and : [ // {"_t": "MappingConformanceRule"}, // {"mappingTable": "AnotherAwesomeMappingTable"} // mappingTableVersion not needed for match, but will be reported as part of the MenasReference // ]}}} // ]} // */ // val versionFilter = version.fold(Filters.and() /*empty filter*/ )(ver => Filters.eq("mappingTableVersion", ver)) // // val filter: Bson = Filters.and( // getNotDisabledFilter, // Filters.elemMatch("conformance", Filters.and( // Filters.eq("_t", "MappingConformanceRule"), // Filters.eq("mappingTable", mtName), // versionFilter // )) // ) // // collection // .find[MenasReference](filter) // .projection(fields(include("name", "version"), computed("collection", collectionBaseName))) // .sort(Sorts.ascending("name", "version")) // .toFuture() // } ```
Configuration menu - View commit details
-
Copy full SHA for c50a024 - Browse repository at this point
Copy the full SHA c50a024View commit details -
#1693 UsedIn - empty/nonEmpty normalization + UnitTest. V2 alternated…
… between None and Some(Seq.empty) in various places, V3 consistently returns None for no references groups -> reflected in V3 ITs. + cleanup
Configuration menu - View commit details
-
Copy full SHA for 32e48d0 - Browse repository at this point
Copy the full SHA 32e48d0View commit details
Commits on May 3, 2022
-
#1693 DatasetService.updateProperties[V3] -> split between DatasetSer…
…vice and DatasetServiceV3 with renaming. VersionList removed in favor of VersionedSummary everywhere. - explanatory comments
Configuration menu - View commit details
-
Copy full SHA for 1c241d1 - Browse repository at this point
Copy the full SHA 1c241d1View commit details -
Merge branch 'feature/1693-api-v3-versioned-model' into feature/1693-…
…api-v3-schema-etc
Configuration menu - View commit details
-
Copy full SHA for bf15425 - Browse repository at this point
Copy the full SHA bf15425View commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate % Conflicts: % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/v3/DatasetServiceV3.scala
Configuration menu - View commit details
-
Copy full SHA for 06e5c5f - Browse repository at this point
Copy the full SHA 06e5c5fView commit details
Commits on May 4, 2022
-
#1693 PR review update: VersionedModelControllerV3 - GET /{name}/expo…
…rt mapping removed -> reflected in IT; small updates
Configuration menu - View commit details
-
Copy full SHA for 7fe2a93 - Browse repository at this point
Copy the full SHA 7fe2a93View commit details -
#1693 VersionedMongoRepository - unused method
getAllVersionsValues
…… removed, some ITs and comments added
Configuration menu - View commit details
-
Copy full SHA for 56a9f0c - Browse repository at this point
Copy the full SHA 56a9f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4aac70 - Browse repository at this point
Copy the full SHA a4aac70View commit details -
#1693 PR review update: VersionedModelControllerV3 - GET /{name}/expo…
…rt mapping removed -> reflected in IT; small updates
Configuration menu - View commit details
-
Copy full SHA for 5d24819 - Browse repository at this point
Copy the full SHA 5d24819View commit details -
#1693 VersionedMongoRepository - unused method
getAllVersionsValues
…… removed, some ITs and comments added
Configuration menu - View commit details
-
Copy full SHA for 7040694 - Browse repository at this point
Copy the full SHA 7040694View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fda73 - Browse repository at this point
Copy the full SHA e0fda73View commit details -
Merge branch 'feature/1693-api-v3-versioned-model' into feature/1693-…
…api-v3-schema-etc
Configuration menu - View commit details
-
Copy full SHA for 2bfd751 - Browse repository at this point
Copy the full SHA 2bfd751View commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate
Configuration menu - View commit details
-
Copy full SHA for a401024 - Browse repository at this point
Copy the full SHA a401024View commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1da8e8c - Browse repository at this point
Copy the full SHA 1da8e8cView commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate
Configuration menu - View commit details
-
Copy full SHA for 7ae4acb - Browse repository at this point
Copy the full SHA 7ae4acbView commit details -
#1693 PR review updates: `@PreAuthorize("@authConstants.hasAdminRole(…
…authentication)")` is now limited to changing endpoints of PropertyDefinitionControllerV3 (previously it was incorrectly used for all changing endpoints. IT updated. And specific check for the adminRole have been added to PropertyDefinitionControllerV3IntegrationSuite.
Configuration menu - View commit details
-
Copy full SHA for 9c3f663 - Browse repository at this point
Copy the full SHA 9c3f663View commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate % Conflicts: % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/controllers/v3/PropertyDefinitionControllerV3.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/controllers/v3/VersionedModelControllerV3.scala % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/DatasetControllerV3IntegrationSuite.scala % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/PropertyDefinitionControllerV3IntegrationSuite.scala
Configuration menu - View commit details
-
Copy full SHA for c72e559 - Browse repository at this point
Copy the full SHA c72e559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ee67b - Browse repository at this point
Copy the full SHA 99ee67bView commit details
Commits on May 6, 2022
-
#1693 Swagger differs in paths based on
spring.profiles.active
bein……g `dev` or not.
Configuration menu - View commit details
-
Copy full SHA for a80d9ac - Browse repository at this point
Copy the full SHA a80d9acView commit details -
Merge branch 'feature/1693-api-v3-versioned-model' into feature/1693-…
…api-v3-schema-etc
Configuration menu - View commit details
-
Copy full SHA for f851bce - Browse repository at this point
Copy the full SHA f851bceView commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate
Configuration menu - View commit details
-
Copy full SHA for 9679d56 - Browse repository at this point
Copy the full SHA 9679d56View commit details
Commits on May 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 562da60 - Browse repository at this point
Copy the full SHA 562da60View commit details -
Merge branch 'feature/1693-api-v3-versioned-model' into feature/1693-…
…api-v3-schema-etc
Configuration menu - View commit details
-
Copy full SHA for fb0dd93 - Browse repository at this point
Copy the full SHA fb0dd93View commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate
Configuration menu - View commit details
-
Copy full SHA for 1a9c18b - Browse repository at this point
Copy the full SHA 1a9c18bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eac77dd - Browse repository at this point
Copy the full SHA eac77ddView commit details -
#1693
NamedLatestVersion
generalized into a multipurpose `NamedVers……ion`. Small updates, thanks @benedeki
Configuration menu - View commit details
-
Copy full SHA for db1227b - Browse repository at this point
Copy the full SHA db1227bView commit details -
#1693 PRReview
/{name}/{version}/defaults
processing generalization…… with `MappingTableControllerV3.withMappingTableToResponse`
Configuration menu - View commit details
-
Copy full SHA for 56ba9ed - Browse repository at this point
Copy the full SHA 56ba9edView commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate
Configuration menu - View commit details
-
Copy full SHA for 28c7334 - Browse repository at this point
Copy the full SHA 28c7334View commit details -
Merge branch 'develop-ver-3.0' into feature/1693-api-v3-schema-etc
% Conflicts: % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/controllers/SchemaController.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/controllers/v3/VersionedModelControllerV3.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/SchemaService.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/VersionedModelService.scala % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/DatasetControllerV3IntegrationSuite.scala
Configuration menu - View commit details
-
Copy full SHA for 619da37 - Browse repository at this point
Copy the full SHA 619da37View commit details -
Merge branch 'feature/1693-api-v3-schema-etc' into feature/1693-api-v…
…3-delete-recreate % Conflicts: % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/DatasetControllerV3IntegrationSuite.scala
Configuration menu - View commit details
-
Copy full SHA for 67f163e - Browse repository at this point
Copy the full SHA 67f163eView commit details
Commits on May 10, 2022
-
Merge branch 'develop-ver-3.0' into feature/1693-api-v3-delete-recreate
% Conflicts: % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/controllers/v3/PropertyDefinitionControllerV3.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/v3/MappingTableServiceV3.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/v3/SchemaServiceV3.scala % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/MappingTableControllerV3IntegrationSuite.scala % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/PropertyDefinitionControllerV3IntegrationSuite.scala % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/SchemaControllerV3IntegrationSuite.scala
Configuration menu - View commit details
-
Copy full SHA for 9769f8d - Browse repository at this point
Copy the full SHA 9769f8dView commit details
Commits on May 12, 2022
-
#1692 Review update: API v3 summary (NamedVersion) now contains `disa…
…bled` information - mainly on GET ...{/name}
Configuration menu - View commit details
-
Copy full SHA for 0ff6851 - Browse repository at this point
Copy the full SHA 0ff6851View commit details -
#1692 Review update: UsedIn.{isEmpty|nonEmpty} omitted from serializa…
…tion. IT updated.
Configuration menu - View commit details
-
Copy full SHA for 4574b09 - Browse repository at this point
Copy the full SHA 4574b09View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fe56a6c - Browse repository at this point
Copy the full SHA fe56a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c45db - Browse repository at this point
Copy the full SHA 10c45dbView commit details -
#1693 As
disabled
flag cases to fail validation:- custom isDisabledCheck is not needed anymore (V3 services use `validate` for this) - `EntityDisabledException` removed, replaced by a `Validation` with `disabled` key. - validation fixed for Schemas (did not include super-check) - V3 integTests updated to cover the `disabled` = validation fail
Configuration menu - View commit details
-
Copy full SHA for 5e1b4cd - Browse repository at this point
Copy the full SHA 5e1b4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 982e813 - Browse repository at this point
Copy the full SHA 982e813View commit details -
Merge branch 'feature/1693-api-v3-delete-recreate' into feature/1693-…
…api-v3-disabled-fails-validation
Configuration menu - View commit details
-
Copy full SHA for dcdeb34 - Browse repository at this point
Copy the full SHA dcdeb34View commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 006feb0 - Browse repository at this point
Copy the full SHA 006feb0View commit details -
Merge branch 'feature/1693-api-v3-delete-recreate' into feature/1693-…
…api-v3-disabled-fails-validation
Configuration menu - View commit details
-
Copy full SHA for 7e889e9 - Browse repository at this point
Copy the full SHA 7e889e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb15ce - Browse repository at this point
Copy the full SHA 1cb15ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2905892 - Browse repository at this point
Copy the full SHA 2905892View commit details -
#1693 disable fail due to nonEmpty used in now carries a wrapper with…
… an error message (`UsedIn` wrapped in `EntityInUseException`)
Configuration menu - View commit details
-
Copy full SHA for e593df1 - Browse repository at this point
Copy the full SHA e593df1View commit details -
Merge branch 'feature/1693-api-v3-delete-recreate' into feature/1693-…
…api-v3-disabled-fails-validation % Conflicts: % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/MappingTableControllerV3IntegrationSuite.scala
Configuration menu - View commit details
-
Copy full SHA for 432ea61 - Browse repository at this point
Copy the full SHA 432ea61View commit details
Commits on May 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 34292c4 - Browse repository at this point
Copy the full SHA 34292c4View commit details -
Merge branch 'feature/1693-api-v3-delete-recreate' into feature/1693-…
…api-v3-disabled-fails-validation
Configuration menu - View commit details
-
Copy full SHA for 698086d - Browse repository at this point
Copy the full SHA 698086dView commit details
Commits on May 24, 2022
-
Merge branch 'develop-ver-3.0' into feature/1693-api-v3-disabled-fail…
…s-validation % Conflicts: % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/controllers/v3/VersionedModelControllerV3.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/exceptions/EndpointDisabled.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/exceptions/EndpointDisabledException.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/exceptions/EntityDisabledException.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/DatasetService.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/PropertyDefinitionService.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/VersionedModelService.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/v3/DatasetServiceV3.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/v3/MappingTableServiceV3.scala % rest-api/src/main/scala/za/co/absa/enceladus/rest_api/services/v3/PropertyDefinitionServiceV3.scala % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/DatasetControllerV3IntegrationSuite.scala % rest-api/src/test/scala/za/co/absa/enceladus/rest_api/integration/controllers/v3/MappingTableControllerV3IntegrationSuite.scala
Configuration menu - View commit details
-
Copy full SHA for 7b8acd8 - Browse repository at this point
Copy the full SHA 7b8acd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf7302 - Browse repository at this point
Copy the full SHA 6bf7302View commit details -
#1693 bugfix: V3 API now correctly checks `metadata":{"exportVersion"…
…:1}` to be present on imports. + IT
Configuration menu - View commit details
-
Copy full SHA for 243f9e2 - Browse repository at this point
Copy the full SHA 243f9e2View commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cab3ae0 - Browse repository at this point
Copy the full SHA cab3ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ffe43 - Browse repository at this point
Copy the full SHA b3ffe43View commit details