-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deploy to test #1909
Merged
Merged
Deploy to test #1909
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function rather than variable to enable dynamic runtime calculation e.g. for unit tests
move module-level variables into configure function, unneeded outside module, wait for Django startup before using settings
similar to how this is done in the Terraform module
allow interfacing with Azure inside devcontainer
the secret does not contain any sensitive information and is only configured in the dev environment
Because the SBMTD Mobility Pass enrollment pathway is available in production, I updates adoption status from "test" to "Live,"
Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 10.1.0 to 11.4.0. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](treosh/lighthouse-ci-action@10.1.0...11.4.0) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
22 tasks
we don't need a new comment every time a commit is made, only the first time
Putting this back in Draft, release scheduled for Friday 3/1. |
…nrollment pathways
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.5 to 1.40.6. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@1.40.5...1.40.6) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
spaces in the value can cause bash to choke when doing e.g. source .env
* remove additional variable FIXTURES that isn't necessary * remove spacing in eval, causing evaluation to fail
ensure we are on the latest versions of mkdocs and mkdocs-material
ensure we get version updates for pinned docs requirements
this is now built-in to mkdocs-material directly
Bumps [django-csp](https://github.com/mozilla/django-csp) from 3.7 to 3.8. - [Release notes](https://github.com/mozilla/django-csp/releases) - [Changelog](https://github.com/mozilla/django-csp/blob/main/CHANGES) - [Commits](mozilla/django-csp@3.7...3.8) --- updated-dependencies: - dependency-name: django-csp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
angela-tran
approved these changes
Mar 1, 2024
github-actions
bot
added
the
deployment
[auto] Pull requests that deploy to test or prod
label
Mar 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
actions
Related to GitHub Actions workflows
back-end
Django views, sessions, middleware, models, migrations etc.
deployment
[auto] Pull requests that deploy to test or prod
docker
Application container, devcontainer, Compose, etc.
front-end
HTML/CSS/JavaScript and Django templates
infrastructure
Terraform, Azure, etc.
migrations
[auto] Review for potential model changes/needed data migrations updates
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of finishing out #1856