Skip to content

Releases: openBackhaul/ApplicationPattern

Implementation of ApplicationPattern 2.1.2

07 Oct 13:34
f285390
Compare
Choose a tag to compare

Implementation of ApplicationPattern 2.1.2

This release contains,

  • implementation of the BasicServices (released npm package onf-core-model-ap-bs+2.1.2
  • implementation of the ApplicationPattern framework (released npm package onf-core-model-ap+2.1.2)
  • Functionalities supported in this release shall be find in this umbrella issue #1009

How to integrate AP 2.1.2 into applications

  1. In the packages.json , update the ApplicationPattern and basicServices package to the version 2.1.1
"onf-core-model-ap": "2.1.2",
"onf-core-model-ap-bs": "2.1.2"
  1. In the server/controllers/BasicServices.js of your application, modify the code as it is here.

What's Changed

Full Changelog: v2.1.2_spec...V2.1.2_impl

ApplicationPattern v2.1.2_spec

28 Aug 10:58
06f49a4
Compare
Choose a tag to compare
Merge pull request #1005 from openBackhaul/develop

ApplicationPattern v2.1.2_spec

Implementation of ApplicationPattern v2.1.1

31 Jul 15:35
1ae5293
Compare
Choose a tag to compare

Implementation of ApplicationPattern v2.1.1

This release contains,

  • implementation of the BasicServices (released npm package onf-core-model-ap-bs+2.1.1)
  • implementation of the ApplicationPattern framework (released npm package onf-core-model-ap+2.1.1)
  • Functionalities supported in this release shall be find in this umbrella issue #955
  • New APIs supported in this release are ,
    - /v1/inquire-basic-auth-approvals
    - /v1/dispose-remainders-of-deregistered-application
    - /v1/inform-about-preceding-release
    - /v1/update-client-of-subsequent-release

Open Issues :

#979
#981
https://github.com/openBackhaul/ApplicationPattern/issues/984
#986
#841
#873
#903

What's Changed

Full Changelog: v2.1.0_spec...v2.1.1_impl_a

ApplicationPattern v2.1.1_spec

12 Feb 16:23
c5bd535
Compare
Choose a tag to compare

Changes:

  • Fixing findings from v2.1.0_spec according to issue list entries marked with milestone v2.1.1_spec

ApplicationPattern v2.1.0_spec

10 Dec 12:19
a5add8f
Compare
Choose a tag to compare
Merge pull request #930 from openBackhaul/develop

AP v2.1.0_spec

TestSuite Implementation of ApplicationPattern v2.0.1

27 Jul 08:24
2d3e287
Compare
Choose a tag to compare

This release contains testcase collections for the ,

  • Application pattern framework(onf-core-model-ap+2.0.1-alpha.22)
  • Basic Services(onf-core-model-ap-bs+2.0.1-alpha.22)

Open Issues :

#837
#834
#820
#818
#817
#806
#805
#804
#800
#799
#798
#792
#785
#776
#771
#769
#719
#718
#764

Implementation of ApplicationPattern v2.0.1

27 Jul 08:21
2d3e287
Compare
Choose a tag to compare

This release contains implementation of ,

  • Application pattern framework(onf-core-model-ap+2.0.1-alpha.22)
  • Basic Services(onf-core-model-ap-bs+2.0.1-alpha.22)
  • FakeIpAddress script

Latest Acceptance TestReport

(Report of ApplicationPattern test execution from Application Layer Topology)
**
Basic Service report:
Report timestamp : Wednesday, 26 July 2023 13:53:05
Total run Duration : 1h 16m 19.1s
Average response time : 54ms
Total assertions : 7005
Total failures : 116
Total skipped test : nil
**

Open Issues :

#835
#833
#830
#827
#812
#808
#803
#790
#783
#775
#743
#780
#648
#247

Assertion Failure report :

For the failures observed in the latest run , following are the issues created to resolve.
Apart from the open issues mentioned in the open issues others are resolved.
Detailed information shall be found in the each mapped issue(in the comment starting with "Assertion failure details")

Basic Services

Issue Number assertions failures
#775 2
#785 5
#817 8
#836 20
#818 3
openBackhaul/ApplicationLayerTopology#459 8
#803 1
#820 11
#837 7
#771 46

Specification of ApplicationPattern v2.0.1

24 Jan 18:44
1d1fa05
Compare
Choose a tag to compare

Some minor bug fixes compared to ApplicationPattern v2.0.0.

Specification of ApplicationPattern v2.0.0

23 Dec 23:37
0ca39da
Compare
Choose a tag to compare

This release contains:

  • High Level Design

    • ServiceList
    • ForwardingList
    • ProfileList
    • ProfileInstanceList
  • Detailed Design

    • OAS
    • CONFIGfile

of the ApplicationPattern Specification v2.0.0 as it will be used for the second version of the TinyApplicationController and the first set of user defined applications.

Implementation of ApplicationPattern v1.0.0

27 Oct 05:40
d6a343e
Compare
Choose a tag to compare

This release contains

  • ApplicationPattern Package
    • ready-made library for the ONF CoreModel concepts in ApplicationPattern v1.0.0_spec
    • npm package onf-core-model-ap+1.0.1
  • BasicService Package
    • implementation for the BasicServices in the ApplicationPattern v1.0.0_spec
    • npm package onf-core-model-ap-bs+1.0.1