Releases: openBackhaul/ApplicationPattern
Implementation of ApplicationPattern 2.1.2
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
- 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"
- In the server/controllers/BasicServices.js of your application, modify the code as it is here.
What's Changed
- Fixes #979, #903 by @IswaryaaS in #1011
- fix for issue 1020 by @ManasaBM1 in #1021
- Handled ALT's register-yourself forwarding PromptForEmbeddingInitiatesEmbeddingProcess.RequestForBequeathingData via pass by value by @sunil-kumar-meena in #1016
- IswaryaaS/issue1022 by @IswaryaaS in #1023
- IswaryaaS/issue1024 by @IswaryaaS in #1025
Full Changelog: v2.1.2_spec...V2.1.2_impl
ApplicationPattern v2.1.2_spec
Merge pull request #1005 from openBackhaul/develop ApplicationPattern v2.1.2_spec
Implementation of ApplicationPattern v2.1.1
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
- Add new service to service logging by @openBackhaul in #932
- resolve To authenticate the individual services that has path parameters by @ManasaBM1 in #925
- Replace MB with MWPP in list of fake addresses by @anacabbar in #943
- V2.1.1_spec by @openBackhaul in #946
- Change the file -path to file-name in the onfAttribute by @ManasaBM1 in #959
- Add description of how to set operationKey in configFile by @kmohr-soprasteria in #957
- Kmohr-soprasteria/issue962 by @kmohr-soprasteria in #963
- PrathibaJee/issue955 by @PrathibaJee in #967
- PrathibaJee/issue968 by @PrathibaJee in #976
- PrathibaJee/issue968 by @PrathibaJee in #980
- PrathibaJee/issue985 by @PrathibaJee in #987
- PrathibaJee/issue992 Updated JEST unit testcases by @PrathibaJee in #993
- Resolved Eslint findings by @PrathibaJee in #996
Full Changelog: v2.1.0_spec...v2.1.1_impl_a
ApplicationPattern v2.1.1_spec
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
Merge pull request #930 from openBackhaul/develop AP v2.1.0_spec
TestSuite Implementation of ApplicationPattern v2.0.1
Implementation of ApplicationPattern v2.0.1
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
Some minor bug fixes compared to ApplicationPattern v2.0.0.
Specification of ApplicationPattern v2.0.0
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
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