Skip to content

Commit

Permalink
build: Fix roles in MyST-Parser. Skip linkcheck as takes many minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 5, 2025
1 parent 14cf766 commit 4c093fa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ jobs:
elasticsearch-password: ${{ secrets.ELASTICSEARCH_PASSWORD }}
with:
path-prefix: profiles/eforms/
linkcheck: false
36 changes: 18 additions & 18 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,42 @@ The profile is up-to-date with eForms SDK 1.12.0.

## 2025-02-05

- Title: Map BT-21-Procedure to `title`, instead of `tender.title`. (:pull:`248`)
- Description: Combine BT-24-Procedure and BT-24-Part into `tender.description`. (:pull:`248`)
- Previous Planning Identifier, Previous Planning Part Identifier and Previous Notice Identifier: Update BT-125(i)-Lot, BT-125(i)-Part, BT-1251-Lot, BT-1251-Part and OPP-090-Procedure. (:issue:`238`)
- Title: Map BT-21-Procedure to `title`, instead of `tender.title`. ({pull}`248`)
- Description: Combine BT-24-Procedure and BT-24-Part into `tender.description`. ({pull}`248`)
- Previous Planning Identifier, Previous Planning Part Identifier and Previous Notice Identifier: Update BT-125(i)-Lot, BT-125(i)-Part, BT-1251-Lot, BT-1251-Part and OPP-090-Procedure. ({issue}`238`)
- Various changes to improve clarity.

## 2025-01-22

Updates for SDK 1.12.0.

- Add mappings for new codes in codelists
- `form-type`: 'consultation', 'completion' (:issue:`231`:pull:`233`)
- `procurement-procedure-type`: 'exp-int-rail' (:issue:`230`:pull:`234`)
- `form-type`: 'consultation', 'completion' ({issue}`231`{pull}`233`)
- `procurement-procedure-type`: 'exp-int-rail' ({issue}`230`{pull}`234`)
- Update mappings for fields:
- BT-01(c)-Procedure (:issue:`226`:pull:`228`)
- BT-01-notice (:issue:`226`:pull:`228`)
- BT-03-notice (:issue:`231`:pull:`233`)
- BT-01(c)-Procedure ({issue}`226`{pull}`228`)
- BT-01-notice ({issue}`226`{pull}`228`)
- BT-03-notice ({issue}`231`{pull}`233`)
- Update mappings for codes:
- `form-type`: "planning" maps to 'planning', not 'tender'

## 2024-11-26

Updates for SDK 1.12.0. (:issue:`215`)
Updates for SDK 1.12.0. ({issue}`215`)

- Add mappings for new fields (▸ :pull:`224`)
- BT-681-Lot Foreign Subsidies Regulation (:issue:`219`)
- BT-682-Tender Foreign Subsidies Measures (:issue:`219`)
- BT-806-Procedure Exclusion Grounds Source (:issue:`220`)
- BT-809-Lot Selection Criteria (:issue:`220`)
- BT-821-Lot Selection Criteria Source (:issue:`220`)
- Add mappings for new fields ({pull}`224`)
- BT-681-Lot Foreign Subsidies Regulation ({issue}`219`)
- BT-682-Tender Foreign Subsidies Measures ({issue}`219`)
- BT-806-Procedure Exclusion Grounds Source ({issue}`220`)
- BT-809-Lot Selection Criteria ({issue}`220`)
- BT-821-Lot Selection Criteria Source ({issue}`220`)
- Add mappings for new codes in codelists
- `selection-criterion` (:issue:`218`:pull:`224`)
- Clarify when to append or prepend, rather than replace (:pull:`229`)
- `selection-criterion` ({issue}`218`{pull}`224`)
- Clarify when to append or prepend, rather than replace ({pull}`229`)

## 2024-06-26

Change `parties.details.classifications.scheme` from 'TED_CA_TYPE' to 'eu-buyer-legal-type'. (:issue:`208`:pull:`210`)
Change `parties.details.classifications.scheme` from 'TED_CA_TYPE' to 'eu-buyer-legal-type'. ({issue}`208`{pull}`210`)

## 2023-04-25

Expand Down

0 comments on commit 4c093fa

Please sign in to comment.