From: SANDEEP KUMAR JAISAWAL Date: Wed, 13 Dec 2023 13:34:13 +0000 (+0530) Subject: Data extraction I release related changes X-Git-Tag: 2.0.0~7 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=cd54234cb626eac98f670def87134fcfc3cc52c2;p=aiml-fw%2Fathp%2Fdata-extraction.git Data extraction I release related changes Issue-Id: AIMLFW-58 Change-Id: I42adbe51b91c3646a5f40e00ce76193fcaf3f1fc Signed-off-by: SANDEEP KUMAR JAISAWAL --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 095222a..b81d957 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index baddf8e..88a518c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 | +| | | ++--------------------------------------+-------------------------------------------+ diff --git a/releases/container-release-aiml-fw-awmf-data-extraction.yaml b/releases/container-release-aiml-fw-awmf-data-extraction.yaml index 450d3cb..c69d908 100644 --- a/releases/container-release-aiml-fw-awmf-data-extraction.yaml +++ b/releases/container-release-aiml-fw-awmf-data-extraction.yaml @@ -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 --- 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