-
Notifications
You must be signed in to change notification settings - Fork 0
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 stage #283
Merged
Merged
Deploy to stage #283
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
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.0.0 to 6.6.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.0.0...6.6.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Use autocomplete widgets in DataPrepWorkspace form
Allow user study sites to be updated in the admin interface
Rename the ExampleWorkspace model to ResourceWorkspace. Update the names of the forms, tests, etc. Do not change the name of the adapter yet.
Add migration to update workspace_type for Example/Resource workspaces. Add tests for the migration. Update other tests that were using the example workspace workspace_type string (e.g., template workspaces).
Finally, change the name of the adapter to ResourceWorkpsaceAdapter, removing the last traces of ExampleWorkspaces.
…e-workspaces Rename ExampleWorkspace to ResourceWorkspace
Register all misc workspace models in the admin
Since we're not running 10.3 anymore, we don't need to test against it in CI.
Remove MariaDB 10.3 from CI
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…/github-script-7 Bump actions/github-script from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.3 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…/checkout-4.1.1 Bump actions/checkout from 2.3.3 to 4.1.1
Bump whitenoise from 6.0.0 to 6.6.0
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.4.0 to 4.2.0. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@3.4...4.2) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ar-4.2.0 Bump django-debug-toolbar from 3.4.0 to 4.2.0
Bumps [django-model-utils](https://github.com/jazzband/django-model-utils) from 4.2.0 to 4.3.1. - [Release notes](https://github.com/jazzband/django-model-utils/releases) - [Changelog](https://github.com/jazzband/django-model-utils/blob/master/CHANGES.rst) - [Commits](jazzband/django-model-utils@4.2.0...4.3.1) --- updated-dependencies: - dependency-name: django-model-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…4.3.1 Bump django-model-utils from 4.2.0 to 4.3.1
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.25 to 2.31.0.10. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…1.0.10 Bump types-requests from 2.27.25 to 2.31.0.10
This is in preparation for using pip-tools -- pip-compile will try to use the versions in this file if possible. We want to start with the same versions that are installed on the staging server.
Add package requirements to requirements.in using base.txt and stripping versions. Then compile requirements.txt using pip-compile. Because requirements.txt already had all the staging server package versions pinnned, this step should not have changed any versions - just added packages required by pip-tools or removed packages that were not in the base requirements.
Add a test-requirements.in and companion test-requirements.txt file. For test-requirements.txt, start with the pip freeze versions that I have in my current dev setup.
Add both the dev-requirements.in and compiled dev-requirements.txt files. For dev-requirements.txt, start with the pinned versions that were installed in my dev environment; this way, it's the closest to what I've been developing with.
Switch to pip-tools for managing dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.