Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial setup fixes #23

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

Initial setup fixes #23

wants to merge 24 commits into from

Conversation

chrisdevereux
Copy link
Contributor

@chrisdevereux chrisdevereux commented Apr 26, 2022

Resolves a few incorrect settings on initial run:

  • jest.jestCommandLine was not configured, causing an error to be displayed on first launch
  • For some reason, the landing page was passing the map constructor to extra_context. This is removed.
  • Fixes a syntax error in the dockerfile that was causing deploys to fail
  • Ensures that the code is all formatter with prettier so that dependabot PRs don't all fail
  • Updates dependencies
  • Marks all dependencies in pyproject.toml with "*" range (relying on the lockfile to pin versions) so that dependabot opens PRs for major version changes.
  • Removed wagtail from the default project – it isn't otherwise set up and we won't always want it in projects.
  • Remove deprecated configuration
  • Adds a default testcase so that django tests pass by default
  • Don't fail ci when there aren't any frontend tests
  • Removes safety from our CI flow (it was causing PRs containing security updates to fail if there are multiple outstanding security issues)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant