Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Releases: SAP-archive/xf-application-mocks

Application Mocks 0.4.2

13 Jul 18:55
Compare
Choose a tag to compare
Pre-release
  • Updated to Varkes 0.10.4
  • Fixed Readme syntax
  • Migrated from Kyma API CRD to Kyma APIRule CRD

Application Mocks 0.4.1

23 Mar 21:49
0cf2f32
Compare
Choose a tag to compare
Pre-release

Features

  • Update to Varkes 0.10.3 having packages support for Compass API

Application Mocks 0.4.0

14 Feb 08:38
Compare
Choose a tag to compare
Pre-release

Features

  • Update to Varkes 0.10.2
  • Commerce-Mock:
    • Many new OpenAPI based APIs
    • Many OData based APIs added

XF Application Mocks 0.3.5

04 Feb 08:17
Compare
Choose a tag to compare
Pre-release

Features

  • Update to varkes 0.9.3 with fixes in certificate encoding problems and retry logic

XF Application Mocks 0.3.4

30 Jan 09:42
b00f794
Compare
Choose a tag to compare
Pre-release

Features

  • Update to varkes 0.9.1 with latest support for compass

Usage

To run the mocks using Kyma as the runtime environment, run the following kubectl command to set up a namespace:

kubectl create namespace mocks
kubectl label namespace mocks env=true

and to deploy the mock on SAP CP Extension Factory

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/commerce-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/marketing-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/c4c-mock/deployment/xf.yaml

XF Application Mocks 0.2.2

16 May 18:54
Compare
Choose a tag to compare
Pre-release

Features

  • Update to varkes 0.6.2 with latest restructurings and new API Console based on Swagger UI

Usage

To run the mocks using Kyma as the runtime environment, run the following kubectl command to set up a namespace:

kubectl create namespace mocks
kubectl label namespace mocks env=true

and to deploy the mock on SAP CP Extension Factory

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/commerce-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/marketing-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/c4c-mock/deployment/xf.yaml

XF Application Mocks 0.2.1

07 May 13:30
Compare
Choose a tag to compare
Pre-release

Features

  • Update to varkes 0.5.3 with newest cockpit fixes

Usage

To run the mocks using Kyma as the runtime environment, run the following kubectl command to set up a namespace:

kubectl create namespace mocks
kubectl label namespace mocks env=true

and to deploy the mock on SAP CP Extension Factory

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/commerce-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/marketing-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/c4c-mock/deployment/xf.yaml

XF Application Mocks 0.2.0

07 May 13:17
Compare
Choose a tag to compare
Pre-release

Features

  • Update to varkes 0.5.2 with newest cockpit layout
  • More complete SAP Marketing Cloud APIs
  • Cleanup of deployment files

Usage

To run the mocks using Kyma as the runtime environment, run the following kubectl command to set up a namespace:

kubectl create namespace mocks
kubectl label namespace mocks env=true

and to deploy the mock on SAP CP Extension Factory

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/commerce-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/marketing-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/c4c-mock/deployment/xf.yaml

XF Application Mocks 0.1.0

25 Apr 20:12
452e072
Compare
Choose a tag to compare
Pre-release

This is the first release of the XF Application Mocks based on Varkes 0.5.1 containing a first version of

  • commerce-mock - mocking SAP Commerce Cloud
  • marketing-mock - mocking SAP Marketing Cloud
  • c4c-mock - mocking SAP Cloud for Customer
  • xf-mock - mocking the SAP CP Extension Factory itself

Usage

To run the mocks using Kyma as the runtime environment, run the following kubectl command to set up a namespace:

kubectl create namespace mocks
kubectl label namespace mocks env=true

and to deploy the mock on SAP CP Extension Factory

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/commerce-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/marketing-mock/deployment/xf.yaml

kubectl apply -n mocks -f https://github.com/SAP/xf-application-mocks/master/c4c-mock/deployment/xf.yaml