Skip to content

Commit 9322727

Browse files
committed
Merge branch 'main' into security-concerns-fix
2 parents 992477e + b86cb82 commit 9322727

24 files changed

Lines changed: 19421 additions & 2353 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=meaningfy-ws_ted-sws&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=meaningfy-ws_ted-sws)
1010
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=meaningfy-ws_ted-sws&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=meaningfy-ws_ted-sws)
1111

12-
![Doc build](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/main.yml/badge.svg?branch=main)
13-
![UTest build](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/unit-tests.yml/badge.svg?branch=main)
14-
![E2E Test build](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/unit-tests-hermes.yml/badge.svg?branch=main)
12+
[![TED-SWS documentation](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/main.yml/badge.svg)](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/main.yml)
13+
[![Tests](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/unit-tests.yml)
14+
[![Tests on srv server](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/unit-tests-srv.yml/badge.svg)](https://github.com/OP-TED/ted-rdf-conversion-pipeline/actions/workflows/unit-tests-srv.yml)
1515

16-
[![codecov](https://codecov.io/gh/OP-TED/ted-rdf-conversion-pipeline/branch/main/graph/badge.svg?token=DzceZJWLaL)](https://codecov.io/gh/OP-TED/ted-rdf-conversion-pipeline) [CodeCov Icicle](https://codecov.io/gh/OP-TED/ted-rdf-conversion-pipeline/branch/main/graphs/icicle.svg?token=DzceZJWLaL)
16+
[![codecov](https://codecov.io/gh/OP-TED/ted-rdf-conversion-pipeline/branch/main/graph/badge.svg?token=DzceZJWLaL)](https://codecov.io/gh/OP-TED/ted-rdf-conversion-pipeline)
1717

1818

1919
## Documentation

dags/fetch_notices_by_date_range.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
from dags import DEFAULT_DAG_ARGUMENTS
1010
from dags.dags_utils import get_dag_param
11-
from dags.fetch_notices_by_date import WILD_CARD_DAG_KEY, TRIGGER_COMPLETE_WORKFLOW_DAG_KEY
11+
from dags.fetch_notices_by_date import WILD_CARD_DAG_KEY, TRIGGER_COMPLETE_WORKFLOW_DAG_KEY, \
12+
DAG_NAME as FETCH_NOTICES_BY_DATE_DAG_NAME
1213
from ted_sws.event_manager.adapters.event_log_decorator import event_log
1314
from ted_sws.event_manager.model.event_message import TechnicalEventMessage, EventMessageMetadata, \
1415
EventMessageProcessType
@@ -50,7 +51,7 @@ def trigger_notice_by_date_for_each_date_in_range():
5051
for date_wildcard in date_wildcards:
5152
TriggerDagRunOperator(
5253
task_id=f'trigger_notice_fetch_by_date_workflow_dag_{date_wildcard[:-1]}',
53-
trigger_dag_id="notice_fetch_by_date_workflow",
54+
trigger_dag_id=FETCH_NOTICES_BY_DATE_DAG_NAME,
5455
conf={WILD_CARD_DAG_KEY: date_wildcard,
5556
TRIGGER_COMPLETE_WORKFLOW_DAG_KEY: trigger_complete_workflow,
5657
}

docs/antora/antora.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ name: rdf-conversion
22
version: master
33
title: XML to RDF Conversion
44
start_page: ROOT:index.adoc
5+
asciidoc:
6+
attributes:
7+
page-toclevels: 6@
58
nav:
69
- modules/ROOT/nav.adoc

docs/antora/modules/ROOT/attachments/FATs/2023-02-20-TED-SWS-FAT-complete.html

Lines changed: 17158 additions & 0 deletions
Large diffs are not rendered by default.

docs/antora/modules/ROOT/attachments/aws-infra-docs/TED-SWS Installation manual v2.0.2.pdf renamed to docs/antora/modules/ROOT/attachments/aws-infra-docs/TED-SWS-Installation-manual-v2.0.2.pdf

File renamed without changes.
Binary file not shown.

docs/antora/modules/ROOT/nav.adoc

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11

22
* xref:index.adoc[Home]
3-
* link:{attachmentsdir}/ted-sws-architecture/index.html[Preliminary Project Architecture^]
4-
* xref:mapping_suite_cli_toolchain.adoc[Mapping Suite CLI Toolchain]
5-
* xref:demo_installation.adoc[Instructions for Software Engineers]
6-
* xref:user_manual.adoc[User manual]
7-
* xref:system_arhitecture.adoc[System architecture overview]
8-
* xref:using_procurement_data.adoc[Using procurement data]
3+
4+
* [.separated]#**General References**#
5+
** xref:ted-sws-introduction.adoc[About TED-SWS]
6+
** xref:glossary.adoc[Glossary]
7+
8+
* [.separated]#**For TED-SWS Operators**#
9+
** xref:user_manual/getting_started_user_manual.adoc[Getting started]
10+
** xref:user_manual/system-overview.adoc[System overview]
11+
** xref:user_manual/access-security.adoc[Security and access]
12+
** xref:user_manual/workflow-management-airflow.adoc[Workflow management with Airflow]
13+
** xref:user_manual/system-monitoring-metabase.adoc[System monitoring with Metabase]
14+
15+
* [.separated]#**For DevOps**#
16+
17+
** link:{attachmentsdir}/aws-infra-docs/TED-SWS-Installation-manual-v2.5.0.pdf[AWS installation manual (v2.5.0)^]
18+
** link:{attachmentsdir}/aws-infra-docs/TED-SWS-AWS-Infrastructure-architecture-overview-v0.9.pdf[AWS infrastructure architecture (v0.9)^]
19+
20+
* [.separated]#**For End User Developers**#
21+
** xref:ted_data/using_procurement_data.adoc[Accessing data in Cellar]
22+
** link:https://docs.ted.europa.eu/EPO/latest/index.html[eProcurement ontology (latest)^]
23+
24+
* [.separated]#**For TED-SWS Developers**#
25+
** xref:technical/mapping_suite_cli_toolchain.adoc[Mapping suite toolchain]
26+
** xref:technical/demo_installation.adoc[Development installation instructions]
27+
** xref:technical/event_manager.adoc[Event manager description]
28+
** xref:architecture/arhitecture_choices.adoc[System architecture overview]
29+
** link:{attachmentsdir}/ted-sws-architecture/index.html[Enterprise architecture model^]
30+
** xref:architecture/arhitecture_choices.adoc[Architectural choices]

0 commit comments

Comments
 (0)