Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/dsw-command-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.26.1]

Released for version consistency with other DSW tools.

## [4.26.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -411,3 +415,4 @@ Released for version consistency with other DSW tools.
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
4 changes: 2 additions & 2 deletions packages/dsw-command-queue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-command-queue'
version = "4.26.0"
version = "4.26.1"
description = 'Library for working with command queue and persistent commands'
readme = 'README.md'
keywords = ['dsw', 'subscriber', 'publisher', 'database', 'queue', 'processing']
Expand All @@ -26,7 +26,7 @@ requires-python = '>=3.12, <4'
dependencies = [
'func-timeout',
# DSW
"dsw-database==4.26.0",
"dsw-database==4.26.1",
]

[project.urls]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.26.1]

Released for version consistency with other DSW tools.

## [4.26.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -418,3 +422,4 @@ Released for version consistency with other DSW tools.
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
2 changes: 1 addition & 1 deletion packages/dsw-config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-config'
version = "4.26.0"
version = "4.26.1"
description = 'Library for DSW config manipulation'
readme = 'README.md'
keywords = ['dsw', 'config', 'yaml', 'parser']
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-data-seeder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.26.1]

Released for version consistency with other DSW tools.

## [4.26.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -487,3 +491,4 @@ Released for version consistency with other DSW tools.
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
2 changes: 1 addition & 1 deletion packages/dsw-data-seeder/dsw/data_seeder/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
DEFAULT_PLACEHOLDER = '<<|TENANT-ID|>>'
NULL_UUID = '00000000-0000-0000-0000-000000000000'
PROG_NAME = 'dsw-data-seeder'
VERSION = '4.26.0'
VERSION = '4.26.1'

VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH'
VAR_WORKDIR_PATH = 'WORKDIR_PATH'
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-data-seeder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-data-seeder'
version = "4.26.0"
version = "4.26.1"
description = 'Worker for seeding DSW data'
readme = 'README.md'
keywords = ['data', 'database', 'seed', 'storage']
Expand All @@ -29,10 +29,10 @@ dependencies = [
'sentry-sdk',
'tenacity',
# DSW
"dsw-command-queue==4.26.0",
"dsw-config==4.26.0",
"dsw-database==4.26.0",
"dsw-storage==4.26.0",
"dsw-command-queue==4.26.1",
"dsw-config==4.26.1",
"dsw-database==4.26.1",
"dsw-storage==4.26.1",
]

[project.urls]
Expand Down
13 changes: 12 additions & 1 deletion packages/dsw-database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.26.0]
## [4.26.1]

Released for version consistency with other DSW tools.

## [4.26.0]

### Fixed

- RemoveD old prints for debugging

### Changed

- Renamed questionnaire to project

## [4.25.1]

- Fixed document.questionnaire_uuid as NULLABLE
Expand Down Expand Up @@ -433,3 +443,4 @@ Released for version consistency with other DSW tools.
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
4 changes: 2 additions & 2 deletions packages/dsw-database/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-database'
version = "4.26.0"
version = "4.26.1"
description = 'Library for managing DSW database'
readme = 'README.md'
keywords = ['dsw', 'database']
Expand All @@ -26,7 +26,7 @@ dependencies = [
'psycopg[binary]',
'tenacity',
# DSW
"dsw-config==4.26.0",
"dsw-config==4.26.1",
]

[project.urls]
Expand Down
17 changes: 16 additions & 1 deletion packages/dsw-document-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,26 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.26.1]

### Fixed

- Fixed fetching submissions for document generation

## [4.26.0]

Released for version consistency with other DSW tools.
### Added

- Added instance config to document context

### Changed

- Renamed questionnaire to project

## [4.25.1]

### Fixed

- Fixed document preview for KM editor

## [4.25.0]
Expand Down Expand Up @@ -540,3 +554,4 @@ Released for version consistency with other DSW tools.
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PACKAGE_NAME = 'dsw-document-worker'
PLUGINS_ENTRYPOINT = 'dsw_document_worker_plugins'
PROG_NAME = 'docworker'
VERSION = '4.26.0'
VERSION = '4.26.1'

VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH'
VAR_WORKDIR_PATH = 'WORKDIR_PATH'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def _enrich_context_config(self):
def _enrich_context(self):
extras: dict[str, typing.Any] = {}
if self.safe_format.requires_via_extras('submissions'):
if self.safe_doc.questionnaire_uuid is None:
if self.safe_doc.project_uuid is None:
submissions = []
else:
submissions = self.ctx.app.db.fetch_project_submissions(
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-document-worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-document-worker'
version = "4.26.0"
version = "4.26.1"
description = 'Worker for assembling and transforming documents'
readme = 'README.md'
keywords = ['documents', 'generation', 'jinja2', 'pandoc', 'worker']
Expand Down Expand Up @@ -39,10 +39,10 @@ dependencies = [
'weasyprint==67.0',
'XlsxWriter',
# DSW
"dsw-command-queue==4.26.0",
"dsw-config==4.26.0",
"dsw-database==4.26.0",
"dsw-storage==4.26.0",
"dsw-command-queue==4.26.1",
"dsw-config==4.26.1",
"dsw-database==4.26.1",
"dsw-storage==4.26.1",
]

[project.urls]
Expand Down
9 changes: 8 additions & 1 deletion packages/dsw-mailer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.26.0]
## [4.26.1]

Released for version consistency with other DSW tools.

## [4.26.0]

### Changed

- Renamed questionnaire to project

## [4.25.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -463,3 +469,4 @@ Released for version consistency with other DSW tools.
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
2 changes: 1 addition & 1 deletion packages/dsw-mailer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PIP = pip
VERSION = 4.26.0
VERSION = 4.26.1

.PHONY: verify
verify:
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-mailer/dsw/mailer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DEFAULT_ENCODING = 'utf-8'
NULL_UUID = '00000000-0000-0000-0000-000000000000'
PROG_NAME = 'dsw-mailer'
VERSION = '4.26.0'
VERSION = '4.26.1'

VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH'
VAR_WORKDIR_PATH = 'WORKDIR_PATH'
10 changes: 5 additions & 5 deletions packages/dsw-mailer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-mailer'
version = "4.26.0"
version = "4.26.1"
description = 'Worker for sending email notifications'
readme = 'README.md'
keywords = ['email', 'jinja2', 'notification', 'template']
Expand Down Expand Up @@ -34,10 +34,10 @@ dependencies = [
'sentry-sdk',
'tenacity',
# DSW
"dsw-command-queue==4.26.0",
"dsw-config==4.26.0",
"dsw-database==4.26.0",
"dsw-storage==4.26.0",
"dsw-command-queue==4.26.1",
"dsw-config==4.26.1",
"dsw-database==4.26.1",
"dsw-storage==4.26.1",
]

[project.urls]
Expand Down
9 changes: 8 additions & 1 deletion packages/dsw-models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.26.0]
## [4.26.1]

Released for version consistency with other DSW tools.

## [4.26.0]

### Changed

- Introduced KM events, flat, and tree models

## [4.25.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -335,3 +341,4 @@ Released for version consistency with other DSW tools.
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
2 changes: 1 addition & 1 deletion packages/dsw-models/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-models'
version = "4.26.0"
version = "4.26.1"
description = 'Library with DSW models and basic IO operations'
readme = 'README.md'
keywords = ['dsw', 'config', 'yaml', 'parser']
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.26.1]

Released for version consistency with other DSW tools.

## [4.26.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -402,3 +406,4 @@ Released for version consistency with other DSW tools.
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
4 changes: 2 additions & 2 deletions packages/dsw-storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-storage'
version = "4.26.0"
version = "4.26.1"
description = 'Library for managing DSW S3 storage'
readme = 'README.md'
keywords = ['dsw', 's3', 'bucket', 'storage']
Expand All @@ -26,7 +26,7 @@ dependencies = [
'minio',
'tenacity',
# DSW
"dsw-config==4.26.0",
"dsw-config==4.26.1",
]

[project.urls]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-tdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [4.26.1]

Released for version consistency with other DSW tools.

## [4.26.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -659,3 +663,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht
[4.25.0]: /../../tree/v4.25.0
[4.25.1]: /../../tree/v4.25.1
[4.26.0]: /../../tree/v4.26.0
[4.26.1]: /../../tree/v4.26.1
2 changes: 1 addition & 1 deletion packages/dsw-tdk/dsw/tdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pathspec

APP = 'dsw-tdk'
VERSION = '4.26.0'
VERSION = '4.26.1'
METAMODEL_VERSION_MAJOR = 17
METAMODEL_VERSION_MINOR = 1
METAMODEL_VERSION = f'{METAMODEL_VERSION_MAJOR}.{METAMODEL_VERSION_MINOR}'
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-tdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-tdk'
version = "4.26.0"
version = "4.26.1"
description = 'Data Stewardship Wizard Template Development Toolkit'
readme = 'README.md'
keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']
Expand Down
Loading