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

Deploy to stage #283

Merged
merged 33 commits into from
Nov 18, 2023
Merged

Deploy to stage #283

merged 33 commits into from
Nov 18, 2023

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented Nov 18, 2023

No description provided.

dependabot bot and others added 30 commits October 12, 2023 03:28
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.
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
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.
@amstilp amstilp marked this pull request as ready for review November 18, 2023 01:09
@amstilp amstilp merged commit 8854878 into deploy/stage Nov 18, 2023
4 checks passed
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