Skip to content

Releases: danskernesdigitalebibliotek/dpl-react

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.

release-cypress-cloud

28 Dec 07:00
Compare
Choose a tag to compare
release-cypress-cloud Pre-release
Pre-release
Initial support for Cypress Cloud

This should allow running tests in parallel to provide a faster testing
process. Also it may provide a better test debugging experience.

All setup is based on the example from the documentation:
https://github.com/cypress-io/github-action#split-install-and-tests

Transition sprint, start up new team and releases

15 Nov 10:53
Compare
Choose a tag to compare

Transition sprint, start up new team and releases

release-dependabot-group-graphql-codegen

15 Nov 12:57
Compare
Choose a tag to compare
Add all packages related to GraphQL codegen to existing Dependabot group

All these modules work with generated code. Thus generated code should 
be updated when updating these modules.

With that in mind it makes sense include all of them in the same group.

The list of added modules are taken from the commit which introduced
GraphQL Codegen:
https://github.com/danskernesdigitalebibliotek/dpl-react/commit/22e016d72a30ef3685784668f51b8ce7b48c8d2d

release-use-dpl-cms-base-url

11 Oct 15:48
Compare
Choose a tag to compare
Pre-release
Add support for dpl cms api base url in fetcher

It has been implemented the same way as it has been done with the FBS
and the Publizon fetchers