aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/resource-resolution/src
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Templating constants added to ResourceAssignmentLukasz Rajewski7-43/+55
2022-09-01Resolution processors tests and extendabilityLukasz Rajewski11-203/+233
2022-09-01CDS max-occurrence featureJuhi Arora6-3/+267
2022-08-31Change SQL query syntax for delete resource/templateJozsef Csongvai4-21/+35
2022-08-31Add component for deleting resources and tempatesJozsef Csongvai2-0/+406
2022-08-29Add endpoint for deleting templatesJozsef Csongvai3-0/+162
2022-08-26Rest resolution enhancementsLukasz Rajewski1-8/+41
2022-08-25Template headers, path and outputsmapping in the rest processorLukasz Rajewski1-9/+16
2022-08-24Refactor rest clients and support timeoutsLukasz Rajewski1-5/+6
2022-08-03Enable deleting resources by lastN occurrencesJozsef Csongvai3-16/+166
2022-07-19[Blueprintsprocessor] Use all source-db resources instead of only processor-dbMichal Jagiello3-4/+39
2022-07-18Aligned attributes of CDS componentsLukasz Rajewski2-0/+5
2022-07-12Change template query to return a result when duplicate rows existskuldipr1-0/+19
2022-05-24Merge "Extend Template API to retrieve resolutions by occurrence"Jozsef Csongvai3-0/+230
2022-05-24API to resolve resources based on optional 'occurrence' optionskuldipr3-2/+216
2022-05-24Extend Template API to retrieve resolutions by occurrencejuhi arora3-0/+230
2022-05-24Enable versioned resource resolution by using occurrencekuldipr6-8/+356
2022-05-23Merge "Enable force-resolution"Dan Timoney4-7/+28
2022-05-19Resource endpoint should support occurrencesKuldip Rai3-10/+19
2022-05-19Enable force-resolutionOleg Mitsura4-7/+28
2022-05-16Re-enable formatting and fix formatting issuesJozsef Csongvai6-21/+28
2022-03-23Add indexes to Template/Resource resolutionOleg Mitsura2-2/+15
2022-01-17Add functions for retrieving multiple artifactsArne Chrestin5-4/+120
2021-07-28Revert "Renaming Files having BluePrint to have Blueprint"Jozsef Csongvai38-382/+382
2021-05-13Add MS SQL driver in CDS blueprints andPrudence Au1-4/+4
2021-03-17Refactoring to enable on_failure for imperative workflowJozsef Csongvai13-23/+26
2021-02-17Fixed null pointer exception for JSON RALukasz Rajewski1-1/+3
2021-01-22Renaming Files having BluePrint to have BlueprintKAPIL SINGAL38-391/+391
2020-12-16Fixed NoClassDefFoundError when USE_SCRIPT_COMPILE_CACHE is set to falseJulien Fontaine4-18/+2
2020-12-14ResourceResolution should fail if required resource did not resolve -edge casekuldipr1-2/+5
2020-12-04ResourceResolution should fail if required resource did not resolvekuldipr2-14/+28
2020-12-02CDS Fix Swagger issuesPiotr Stanior2-2/+2
2020-10-28Enable retrieving ResourceResolution objects from database in kotlin scriptskuldip Rai1-0/+19
2020-10-21Update AAI endpoints to /aai/v22 for HonoluluLasse Kaihlavirta1-1/+1
2020-10-20Update AAI endpoints to /aai/v21Lasse Kaihlavirta1-1/+1
2020-10-13master: missing input shouldn't fail processOleg Mitsura2-16/+21
2020-10-06Fix resolution of keyIdentifiersJozsef Csongvai2-4/+4
2020-09-22Enabling Code FormatterSingal, Kapil (ks220y)34-272/+357
2020-09-02Adding parent pom referenceSingal, Kapil (ks220y)1-1/+1
2020-06-09Add ResourceResolutionResult to ResourceResolutionServiceJozsef Csongvai7-51/+60
2020-05-27Fix sub-attribute parsing for accessing resolved valuesJozsef Csongvai6-1/+43
2020-05-19Improve logging for ResourceAssingmentUtilsJozsef Csongvai2-7/+16
2020-05-18Add Naming Service & IP Assign custom resource resolution capabilityPaira, Saurav(sp694w)7-22/+1052
2020-04-30Fix null safety - ResourceResolutionDBService.writeJozsef Csongvai2-5/+29
2020-04-29RestResourceResolutionProcessor should always set StatusJozsef Csongvai1-0/+3
2020-04-16Fix default behavior for DatabaseResourceAssignmentProcessorJozsef Csongvai1-3/+3
2020-04-10Merge "Enable inline templating in mapping files"Dan Timoney4-0/+53
2020-04-09Fix parsing error for RestResourceSourceJozsef Csongvai2-2/+3
2020-04-09Enable inline templating in mapping filesJozsef Csongvai4-0/+53
2020-04-08Merge "Refactoring BP Code with ErrorCatalog"Dan Timoney4-4/+28