Commit 1c824c52 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF221-improve-interconnection-api' into 'staging'

Ocf221 improve interconnection api

See merge request !198
parents 131577dc ea3f3e28
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ INPUT_OPTIONS=$@
# Check if input is provided
if [ -z "$1" ]; then
    # Set default value if no input is provided
    INPUT_OPTIONS="--include all"
    INPUT_OPTIONS="--include all --exclude interconnection"
fi

cd $CAPIF_BASE_DIR
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Flask == 3.0.3
pymongo == 4.7.3
redis ==  4.5.4
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
rfc3987 == 1.3.8
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
@@ -23,4 +23,4 @@ Flask-APScheduler == 1.13.1
werkzeug == 3.1.4
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Flask == 3.0.3
pymongo == 4.7.3
redis ==  4.5.4
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
rfc3987 == 1.3.8
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
@@ -21,4 +21,4 @@ flask_executor == 1.0.0
werkzeug == 3.1.3
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Flask == 3.0.3
pymongo == 4.7.3
redis ==  4.5.4
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
opentelemetry-instrumentation-redis == 0.61b0
@@ -21,4 +21,4 @@ Flask-APScheduler == 1.13.1
Flask-Script == 2.0.6
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Flask == 3.0.3
pymongo == 4.7.3
elasticsearch == 8.4.3
flask_jwt_extended == 4.6.0
cryptography == 46.0.1
cryptography == 50.0.0
opentelemetry-instrumentation == 0.61b0
opentelemetry-instrumentation-flask == 0.61b0
opentelemetry-instrumentation-redis == 0.61b0
@@ -18,7 +18,7 @@ opentelemetry-api == 1.40.0
opentelemetry-sdk == 1.40.0
flask_executor == 1.0.0
werkzeug == 3.1.3
pyopenssl == 25.3.0
pyopenssl == 26.4.0
gunicorn == 23.0.0
packaging == 24.0
starlette == 0.52.1
 No newline at end of file
starlette == 1.3.1
 No newline at end of file
Loading