Skip to content

Releases: danskernesdigitalebibliotek/dpl-react

release-shake-dpl-react-demo-release-build

30 Nov 11:17
Compare
Choose a tag to compare
shake-dpl-react-demo-release-build

release-shake-dpl-react-demo-release

30 Nov 11:16
Compare
Choose a tag to compare
Pre-release
shake-dpl-react-demo-release

release-revert-723-DDFLSBP-274-align-fees-url

30 Nov 10:49
3eb809d
Compare
Choose a tag to compare
Revert "Align fees url"

release-feature/fix-docs-syntax

28 Nov 14:51
b6fd2dd
Compare
Choose a tag to compare
Pre-release
Fix Markdown syntax for link.

The software which builds documentation (MkDocs) is picky about
validating URLs, and will break if they are not valid. This should fix
that problem.

release-remove-typescript-graphql-typed-files-modules

Remove typescript-graphql-typed-files-modules

The package does not seem to be used.

According to the documentation the package is used by adding
typescript-graphql-typed-files-modules as a plugin in the YAML file for graphql-codegen. 
https://github.com/agendrix/typescript-graphql-typed-files-modules

We do not have it declared in dbc-gateway.codegen.yml. Consequenty it
does not seem to be used.

release-no-only-in-tests

27 Nov 08:10
Compare
Choose a tag to compare
Pre-release
Remove only() from advanced search test

We want to ensure that all tests are run by default both in CI and 
locally.

release-dapple-support

26 Nov 10:07
Compare
Choose a tag to compare
Pre-release
Add webpack loaders for CSS files in root Webpack config

For whatever reason CSS loading needs to occur in the root Webpack
config when running Dapple. It does not seem to make a difference in
other situations.

release-group-parallel-reservations

24 Nov 13:45
Compare
Choose a tag to compare
Pre-release
Update others tests to work with best represetation queries

Our current graphQL mocking does not seem to support varying responses 
by operation. This means we cannot provide different responses when 
looking upmaterial data for singular and parallel reservations.

Update with singular use cases to use best representation work fixture
where possibe.

When tests mix parallel and normal reservations we revert to only using
normal reservations.

release-wiremock-docs

20 Nov 09:02
Compare
Choose a tag to compare
release-wiremock-docs Pre-release
Pre-release
Fix link til Wiremock

release-bye-bye-docker-compose-node

17 Nov 15:04
Compare
Choose a tag to compare
Pre-release
Update howto to not mention an alternative without Docker

Setup without running Node in Docker is now the primary way of running
things due to problems with filesystem performance on Macs.

Update howto steps accordingly

We still run Docker but only for Wiremock.