Data extraction I release related changes 66/12266/4 i-release
authorSANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Wed, 13 Dec 2023 13:34:13 +0000 (19:04 +0530)
committerSANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Wed, 13 Dec 2023 16:28:09 +0000 (21:58 +0530)
Issue-Id: AIMLFW-58

Change-Id: I42adbe51b91c3646a5f40e00ce76193fcaf3f1fc
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
.readthedocs.yaml
docs/release-notes.rst
releases/container-release-aiml-fw-awmf-data-extraction.yaml
tox.ini

index 095222a..b81d957 100644 (file)
@@ -5,12 +5,13 @@ formats:
   - htmlzip
 
 build:
-  image: latest
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.7"
 
 python:
-  version: 3.7
   install:
     - requirements: docs/requirements-docs.txt
 
 sphinx:
-  configuration: docs/conf.py
+  configuration: docs/conf.py
\ No newline at end of file
index baddf8e..88a518c 100644 (file)
@@ -23,31 +23,58 @@ Version history
 | 2022-12-08         | 1.0.0              | Joseph Thaliath    | G release          |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
+| 2023-12-14         | 1.2.0              | Sandeep Jaisawal   | I release          |
+|                    |                    |                    |                    |
++--------------------+--------------------+--------------------+--------------------+
 
 
 Summary
 -------
 
-The G release of AIMLFW Data extraction module supports the initial version of data extraction for training from databases like Influx DB
+The I release of AIMLFW Data extraction module supports the enhanced version of data extraction for training from databases like Influx DB
 
 
 Release Data
 ------------
 
-+--------------------------------------+--------------------------------------+
-| **Project**                          | AIMLFW Data extraction               |
-|                                      |                                      |
-+--------------------------------------+--------------------------------------+
-| **Repo/commit-ID**                   | aiml-fw/athp/data-extraction         |
-|                                      |                                      |
-+--------------------------------------+--------------------------------------+
-| **Release designation**              | G release                            |
-|                                      |                                      |
-+--------------------------------------+--------------------------------------+
-| **Release date**                     | 2022-12-15                           |
-|                                      |                                      |
-+--------------------------------------+--------------------------------------+
-| **Purpose of the delivery**          | AIMLFW Data extraction               |
-|                                      |                                      |
-+--------------------------------------+--------------------------------------+
+I Release
+---------
+
++--------------------------------------+-------------------------------------------+
+| **Project**                          | AIMLFW Data extraction                    |
+|                                      |                                           |
++--------------------------------------+-------------------------------------------+
+| **Repo/commit-ID**                   | aiml-fw/athp/data-extraction              |
+|                                      | /8197503ce824e9bf80567d3dbef59d954baf23dd |
++--------------------------------------+-------------------------------------------+
+| **Release designation**              | I release                                 |
+|                                      |                                           |
++--------------------------------------+-------------------------------------------+
+| **Release date**                     | 2023-12-29                                |
+|                                      |                                           |
++--------------------------------------+-------------------------------------------+
+| **Purpose of the delivery**          | AIMLFW Data extraction,support            |
+|                                      | for dynamic change of data source         |
++--------------------------------------+-------------------------------------------+
+
+
+G Release
+---------
+
++--------------------------------------+-------------------------------------------+
+| **Project**                          | AIMLFW Data extraction                    |
+|                                      |                                           |
++--------------------------------------+-------------------------------------------+
+| **Repo/commit-ID**                   | aiml-fw/athp/data-extraction              |
+|                                      | /                                         |
++--------------------------------------+-------------------------------------------+
+| **Release designation**              | G release                                 |
+|                                      |                                           |
++--------------------------------------+-------------------------------------------+
+| **Release date**                     | 2022-12-15                                |
+|                                      |                                           |
++--------------------------------------+-------------------------------------------+
+| **Purpose of the delivery**          | AIMLFW Data extraction                    |
+|                                      |                                           |
++--------------------------------------+-------------------------------------------+
 
index 450d3cb..c69d908 100644 (file)
@@ -1,11 +1,11 @@
 ---
 #Release tag for data-extraction
 distribution_type: container
-container_release_tag: 1.0.1
+container_release_tag: 1.2.0
 container_pull_registry: nexus3.o-ran-sc.org:10004
 container_push_registry: nexus3.o-ran-sc.org:10002
 project: aiml-fw/athp/data-extraction
-ref: 889b0feb29234b85a96392aff531cde326205a67
+ref: 8197503ce824e9bf80567d3dbef59d954baf23dd
 containers:
     - name: aiml-fw-athp-data-extraction-docker
       version: 1.0.0
diff --git a/tox.ini b/tox.ini
index b072e56..fe47c22 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,7 @@ skipsdist = true
 
 # basic test and coverage job
 [testenv:code]
+allowlist_externals = git
 basepython = python3.8
 deps=
   pytest
@@ -40,6 +41,7 @@ deps=
   lru-dict
   PyYAML
   Werkzeug==2.2.2
+  urllib3~=1.26.15
   
 
 commands =  
@@ -56,11 +58,12 @@ deps =
     sphinxcontrib-httpdomain
     recommonmark
     lfdocs-conf
+    urllib3~=1.26.15
 
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"
-whitelist_externals = echo
+allowlist_externals = echo
 
 [testenv:docs-linkcheck]
 basepython = python3
@@ -69,4 +72,5 @@ deps = sphinx
        sphinxcontrib-httpdomain
        recommonmark
        lfdocs-conf
+       urllib3~=1.26.15
 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck