Releases: danskernesdigitalebibliotek/dpl-react
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
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
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
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
Fix link til Wiremock
release-bye-bye-docker-compose-node
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
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
Transition sprint, start up new team and releases
release-dependabot-group-graphql-codegen
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
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